4x burnt out torches = 1x stick
This commit is contained in:
parent
3988f7e5c1
commit
48969e6314
6
init.lua
6
init.lua
@ -106,6 +106,12 @@ minetest.register_craft({
|
|||||||
recipe = {"real_torch:torch", "real_torch:coal_powder"},
|
recipe = {"real_torch:torch", "real_torch:coal_powder"},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- 4x burnt out torches = 1x stick
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
|
output = "default:stick",
|
||||||
|
recipe = {"real_torch:torch", "real_torch:torch", "real_torch:torch", "real_torch:torch"},
|
||||||
|
})
|
||||||
|
|
||||||
-- Make sure Ethereal mod isn't running as this Abm already exists there
|
-- Make sure Ethereal mod isn't running as this Abm already exists there
|
||||||
if not minetest.get_modpath("ethereal") then
|
if not minetest.get_modpath("ethereal") then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user