mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-01-30 02:30:22 +01:00
if mcl dont add bowl recipe
This commit is contained in:
parent
f5c321c04d
commit
b4005685fd
@ -10,6 +10,8 @@ minetest.register_craftitem("farming:bowl", {
|
|||||||
groups = {food_bowl = 1, flammable = 2}
|
groups = {food_bowl = 1, flammable = 2}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if not farming.mcl then
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "farming:bowl 4",
|
output = "farming:bowl 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
@ -17,6 +19,7 @@ minetest.register_craft({
|
|||||||
{"", "group:wood", ""}
|
{"", "group:wood", ""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
end
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
|
Loading…
Reference in New Issue
Block a user