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
# Mod Properties
mod_version=3.0.8
mod_version=3.0.9
maven_group=systems.brn
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",
"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"

@ -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"
},