Fix trap drops. Add rope ladder.
This commit is contained in:
parent
35c08b1aa4
commit
f93da354d9
5 changed files with 111 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue