alloy furnace functionality

This commit is contained in:
Halbear
2026-07-29 00:23:37 +01:00
parent c3b176dbeb
commit 8e273498b5
15 changed files with 372 additions and 94 deletions
@@ -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
}
}