mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-01-29 02:10:18 +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}
|
||||
})
|
||||
|
||||
if not farming.mcl then
|
||||
|
||||
minetest.register_craft({
|
||||
output = "farming:bowl 4",
|
||||
recipe = {
|
||||
@ -17,6 +19,7 @@ minetest.register_craft({
|
||||
{"", "group:wood", ""}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
|
Loading…
Reference in New Issue
Block a user