mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
implement furnaces and fix crafting
This commit is contained in:
@@ -271,7 +271,8 @@ async function convert () {
|
||||
itemsAndBlocks.blockRegistry["gold_ore"],
|
||||
itemsAndBlocks.blockRegistry["redstone_ore"],
|
||||
itemsAndBlocks.blockRegistry["iron_ore"],
|
||||
itemsAndBlocks.blockRegistry["coal_ore"]
|
||||
itemsAndBlocks.blockRegistry["coal_ore"],
|
||||
itemsAndBlocks.blockRegistry["furnace"]
|
||||
],
|
||||
"mineable/axe": [
|
||||
itemsAndBlocks.blockRegistry["oak_log"],
|
||||
@@ -282,6 +283,11 @@ async function convert () {
|
||||
itemsAndBlocks.blockRegistry["grass_block"],
|
||||
itemsAndBlocks.blockRegistry["dirt"]
|
||||
],
|
||||
},
|
||||
"item": {
|
||||
"planks": [
|
||||
itemsAndBlocks.items["oak_planks"]
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user