fix melon drop

This commit is contained in:
TenPlus1 2018-08-13 21:52:46 +01:00
parent 594b09ee66
commit ede6267694
1 changed files with 1 additions and 0 deletions

View File

@ -83,4 +83,5 @@ crop_def.groups = {
flammable = 2, plant = 1
}
--crop_def.drop = "farming:melon_slice 9"
crop_def.drop = "farming:melon_8"
minetest.register_node("farming:melon_8", table.copy(crop_def))