mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +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", {
|
minetest.register_craftitem("mcl_farming:melon_item", {
|
||||||
description = "Melon",
|
-- Original name: “Melon”
|
||||||
|
description = "Melon Slice",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
inventory_image = "farming_melon.png",
|
inventory_image = "farming_melon.png",
|
||||||
on_place = minetest.item_eat(2),
|
on_place = minetest.item_eat(2),
|
||||||
|
|
Loading…
Reference in a new issue