use current name for building blocks bundle of sticks
This commit is contained in:
parent
12842bb09d
commit
6665e2caa9
@ -222,8 +222,8 @@ if minetest.get_modpath("building_blocks") then
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "default:wood 4",
|
output = "default:wood 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"building_blocks:faggot", "building_blocks:faggot"},
|
{"building_blocks:sticks", "building_blocks:sticks"},
|
||||||
{"building_blocks:faggot", "building_blocks:faggot"},
|
{"building_blocks:sticks", "building_blocks:sticks"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user