forked from mtcontrib/farming
crafting porridge returns empty bucket
This commit is contained in:
parent
80645ff8a2
commit
2d5f459d02
@ -64,7 +64,8 @@ minetest.after(0, function()
|
|||||||
recipe = {
|
recipe = {
|
||||||
"farming:barley", "farming:barley", "farming:wheat",
|
"farming:barley", "farming:barley", "farming:wheat",
|
||||||
"farming:wheat", "mobs:bucket_milk"
|
"farming:wheat", "mobs:bucket_milk"
|
||||||
}
|
},
|
||||||
|
replacements = {{"mobs:bucket_milk", "bucket:bucket_empty"}}
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
@ -73,7 +74,8 @@ else
|
|||||||
recipe = {
|
recipe = {
|
||||||
"farming:barley", "farming:barley", "farming:wheat",
|
"farming:barley", "farming:barley", "farming:wheat",
|
||||||
"farming:wheat", "bucket:bucket_water"
|
"farming:wheat", "bucket:bucket_water"
|
||||||
}
|
},
|
||||||
|
replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user