Merge pull request #2 from wischi-chr/sub0815-dev
added alternative xdecor:cauldron recipe with water bucket
This commit is contained in:
commit
c2646e18bf
14
crafts.lua
14
crafts.lua
@ -63,6 +63,20 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
if minetest.get_modpath("bucket") then
|
||||
minetest.register_craft({
|
||||
output = "xdecor:cauldron",
|
||||
recipe = {
|
||||
{"default:iron_lump", "", "default:iron_lump"},
|
||||
{"default:iron_lump", "bucket:bucket_water", "default:iron_lump"},
|
||||
{"default:iron_lump", "default:iron_lump", "default:iron_lump"}
|
||||
},
|
||||
replacements = {
|
||||
{"bucket:bucket_water", "bucket:bucket_empty"}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "xdecor:chair",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user