mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 07:01:06 +01:00
Rename melon item to “Melon Slice” for disamb.
This commit is contained in:
parent
4ac8ab4dab
commit
56e46ddbe9
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue