Fix recipes

This commit is contained in:
2024-07-07 07:25:53 +02:00
parent 6cd7c83bb5
commit 887f0fbf9d
5 changed files with 12 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

View File

@@ -2,13 +2,16 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"GGG",
"XXX",
"SCS",
"GGG"
"III"
],
"key": {
"G": {
"item": "minecraft:gold_nugget"
"I": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "serverstorage:drive_casing"
},
"C": {
"item": "serverstorage:cpu"

View File

@@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"GGG",
"III",
"SCS",
"GGG"
],
@@ -10,6 +10,9 @@
"G": {
"item": "minecraft:gold_nugget"
},
"I": {
"item": "minecraft:gold_ingot"
},
"C": {
"item": "serverstorage:cpu"
},