mirror of
https://github.com/cultom/hammermod.git
synced 2024-12-04 20:53:51 +01:00
crafting recipe
This commit is contained in:
parent
18d35f2c8c
commit
a11823609f
12
init.lua
12
init.lua
@ -26,6 +26,18 @@ minetest.register_tool("hammermod:steel_hammer", {
|
||||
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft( {
|
||||
output = 'hammermod:steel_hammer',
|
||||
recipe = {
|
||||
{'mcl_core:iron_ingot', 'mcl_core:ironblock', 'mcl_core:iron_ingot'},
|
||||
{'', 'mcl_core:stick', ''},
|
||||
{'', 'mcl_core:stick', ''}
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
local steelHammerDigs = {}
|
||||
|
||||
minetest.register_on_dignode(
|
||||
|
Loading…
Reference in New Issue
Block a user