Fix trap drops. Add rope ladder.

This commit is contained in:
Duane 2016-06-19 19:34:46 -05:00
parent 35c08b1aa4
commit f93da354d9
5 changed files with 111 additions and 9 deletions

View file

@ -108,6 +108,13 @@ for color, dye in pairs(colors) do
end
end
minetest.register_craft({
type = "fuel",
recipe = "fun_caves:dry_fiber",
burntime = 5,
})
minetest.register_craft({
output = "dye:yellow",
recipe = {