alloying furnace gui

This commit is contained in:
minjaesong
2024-03-10 22:05:45 +09:00
parent 2943f4119c
commit ef2413f33d
5 changed files with 368 additions and 30 deletions

View File

@@ -32,11 +32,19 @@
]
},
"item@basegame:36": { /* wire rolling mill */
"workbench": "basiccrafting",
"workbench": "basiccrafting,metalworking",
"ingredients": [
[1, 1, "$WOOD", 2, "$ROCK", 5, "item@basegame:113"] /* 1 plank, 2 stone, 5 iron ingot */
]
},
"item@basegame:48": { /* alloying furnace */
"workbench": "basiccrafting,metalworking",
"ingredients": [
[1, 15, "$ROCK", 10, "item@basegame:25", 15, "item@basegame:113"] /* 1 smelter = 15 rocks, 10 clay balls, 15 iron ingot */
]
},
"item@basegame:256": { /* oak door */
"workbench": "basiccrafting",