Rename melon item to “Melon Slice” for disamb.

This commit is contained in:
Wuzzy 2017-02-19 21:29:56 +01:00
parent 4ac8ab4dab
commit 56e46ddbe9
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ minetest.register_craftitem("mcl_farming:melon_seeds", {
})
minetest.register_craftitem("mcl_farming:melon_item", {
description = "Melon",
-- Original name: “Melon”
description = "Melon Slice",
stack_max = 64,
inventory_image = "farming_melon.png",
on_place = minetest.item_eat(2),