alloy furnace functionality
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
"block.ageofthegods.olive_log": "Olive Log",
|
||||
"block.ageofthegods.alloy_furnace": "Alloy Furnace Segment",
|
||||
|
||||
"gui.ageofthegods.alloy_furnace_gui.title": "Alloy Furnace",
|
||||
|
||||
"item.ageofthegods.xiphos": "Xiphos",
|
||||
"item.ageofthegods.fluid_indicator_debug_item": "Molten Alloy Mixture: ",
|
||||
|
||||
"ageofthegods.configuration.title": "Age of the Gods Configs",
|
||||
"ageofthegods.configuration.section.ageofthegods.common.toml": "Age of the Gods Configs",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 278 B |
Binary file not shown.
|
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 937 B |
Binary file not shown.
|
After Width: | Height: | Size: 95 B |
Binary file not shown.
|
After Width: | Height: | Size: 121 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aba",
|
||||
"ccc"
|
||||
],
|
||||
"key": {
|
||||
"a": "minecraft:bricks",
|
||||
"b": "minecraft:leather",
|
||||
"c": "minecraft:smooth_stone_slab"
|
||||
},
|
||||
"result": {
|
||||
"id": "ageofthegods:alloy_furnace",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user