Skip to content

Commit

Permalink
beter recipes - use the jumping cushion to build the trampoline
Browse files Browse the repository at this point in the history
recipes have soft-dependency in recipe to farming and wool
  • Loading branch information
bell07 authored and sofar committed Apr 24, 2018
1 parent dd985c9 commit fdd5bbd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,16 @@ minetest.register_node("jumping:cushion", {
minetest.register_craft({
output = "jumping:trampoline1",
recipe = {
{"default:wood", "default:wood", "default:wood"},
{"default:leaves", "default:leaves", "default:leaves"},
{"default:stick", "default:stick", "default:stick"}
{"jumping:cushion", "jumping:cushion", "jumping:cushion"},
{"default:steel_ingot", "", "default:steel_ingot"}
}
})

minetest.register_craft({
output = "jumping:cushion",
recipe = {
{"default:leaves", "default:leaves", "default:leaves"},
{"default:leaves", "default:leaves", "default:leaves"},
{"default:stick", "default:stick", "default:stick"}
{"farming:cotton", "group:wool", "farming:cotton"},
{"farming:cotton", "group:wool", "farming:cotton"},
{"farming:cotton", "farming:cotton", "farming:cotton"}
}
})

0 comments on commit fdd5bbd

Please sign in to comment.