added alternative xdecor:cauldron recipe with water bucket
This commit is contained in:
parent
a3abfcfa14
commit
1c731042e6
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