mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
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
Block a user