mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-26 02:30:20 +01:00
fix melon drop
This commit is contained in:
parent
594b09ee66
commit
ede6267694
@ -83,4 +83,5 @@ crop_def.groups = {
|
|||||||
flammable = 2, plant = 1
|
flammable = 2, plant = 1
|
||||||
}
|
}
|
||||||
--crop_def.drop = "farming:melon_slice 9"
|
--crop_def.drop = "farming:melon_slice 9"
|
||||||
|
crop_def.drop = "farming:melon_8"
|
||||||
minetest.register_node("farming:melon_8", table.copy(crop_def))
|
minetest.register_node("farming:melon_8", table.copy(crop_def))
|
||||||
|
Loading…
Reference in New Issue
Block a user