aboutsummaryrefslogtreecommitdiff
path: root/crafting.lua
diff options
context:
space:
mode:
authorCalinou <calinou9999spam@gmail.com>2014-01-20 09:59:23 -0800
committerCalinou <calinou9999spam@gmail.com>2014-01-20 09:59:23 -0800
commit72edf9b41d0a297e0512f2305d89f06a985b1023 (patch)
tree4ccd369857ffe447e91e8c72f8542385f4f74632 /crafting.lua
parent1002fd4dbf43850a196f627d8ba15e3f9ec39361 (diff)
parent280bb943f9e137e896f9a4352c9071d0f55a756b (diff)
downloadmoreblocks-72edf9b41d0a297e0512f2305d89f06a985b1023.tar.gz
moreblocks-72edf9b41d0a297e0512f2305d89f06a985b1023.tar.bz2
moreblocks-72edf9b41d0a297e0512f2305d89f06a985b1023.zip
Merge pull request #12 from Jat15/patch-horizontaltree
Use 6d facedir for horizontal trees.
Diffstat (limited to 'crafting.lua')
-rw-r--r--crafting.lua45
1 files changed, 0 insertions, 45 deletions
diff --git a/crafting.lua b/crafting.lua
index 8019772..3d52161 100644
--- a/crafting.lua
+++ b/crafting.lua
@@ -192,20 +192,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"},
@@ -359,37 +345,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", "" },