mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-04 16:55:06 +00:00
Rename wheat item
This commit is contained in:
parent
4a8b2500e6
commit
844787b4b5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ minetest.register_node("farming:wheat", {
|
||||||
farming:add_plant("farming:wheat", {"farming:wheat_1", "farming:wheat_2", "farming:wheat_3"}, 50, 20)
|
farming:add_plant("farming:wheat", {"farming:wheat_1", "farming:wheat_2", "farming:wheat_3"}, 50, 20)
|
||||||
|
|
||||||
minetest.register_craftitem("farming:wheat_harvested", {
|
minetest.register_craftitem("farming:wheat_harvested", {
|
||||||
description = "Harvested Wheat",
|
description = "Wheat",
|
||||||
inventory_image = "farming_wheat_harvested.png",
|
inventory_image = "farming_wheat_harvested.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue