Fix recipes

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

@ -11,7 +11,7 @@ loader_version=0.15.11
fabric_version=0.100.4+1.21 fabric_version=0.100.4+1.21
# Mod Properties # Mod Properties
mod_version=3.0.8 mod_version=3.0.9
maven_group=systems.brn maven_group=systems.brn
archives_base_name=Serverstorage archives_base_name=Serverstorage

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

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

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