diff options
author | Jat <jinan15@hotmail.com> | 2013-12-27 17:00:45 +0100 |
---|---|---|
committer | Jat <jinan15@hotmail.com> | 2013-12-27 17:00:45 +0100 |
commit | 280bb943f9e137e896f9a4352c9071d0f55a756b (patch) | |
tree | 1ff0021b78a8e4bead264429c2de7b13b00376c0 /crafting.lua | |
parent | 524dcb1396aa9df0f60c6f74d91c2e24c19e9ad6 (diff) |
Tree horizontal in 0.4.8
Use abm for fix facedir and convert tree and jungletree.
Diffstat (limited to 'crafting.lua')
-rw-r--r-- | crafting.lua | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/crafting.lua b/crafting.lua index 0410ad0..1bc98c5 100644 --- a/crafting.lua +++ b/crafting.lua @@ -182,20 +182,6 @@ minetest.register_craft({ }) 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 = { {"default:stone", "default:wood"}, @@ -349,37 +335,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 = { { "", "default:steel_ingot", "" }, |