forked from VoxeLibre/VoxeLibre
Rename melon item to “Melon Slice” for disamb.
This commit is contained in:
parent
4ac8ab4dab
commit
56e46ddbe9
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue