Tree horizontal in 0.4.8

Use abm for fix facedir and convert tree and jungletree.
This commit is contained in:
Jat
2013-12-27 17:00:45 +01:00
parent 524dcb1396
commit 280bb943f9
3 changed files with 18 additions and 65 deletions

View File

@ -181,20 +181,6 @@ minetest.register_craft({
recipe = {"default:steel_ingot", "default:stonebrick"},
})
minetest.register_craft({
output = "default:wood 4",
recipe = {
{"moreblocks:horizontal_tree"},
}
})
minetest.register_craft({
output = "default:junglewood 4",
recipe = {
{"moreblocks:horizontal_jungle_tree"},
}
})
minetest.register_craft({
output = "moreblocks:plankstone 4",
recipe = {
@ -348,37 +334,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "moreblocks:horizontal_tree 2",
recipe = {
{"default:tree", "", "default:tree"},
}
})
minetest.register_craft({
output = "default:tree 2",
recipe = {
{"moreblocks:horizontal_tree"},
{"moreblocks:horizontal_tree"},
}
})
minetest.register_craft({
output = "moreblocks:horizontal_jungle_tree 2",
recipe = {
{"default:jungletree", "", "default:jungletree"},
}
})
minetest.register_craft({
output = "default:jungletree 2",
recipe = {
{"moreblocks:horizontal_jungle_tree"},
{"moreblocks:horizontal_jungle_tree"},
}
})
minetest.register_craft({
output = "moreblocks:circular_saw 1",
recipe = {