mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Rename wheat item
This commit is contained in:
@ -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)
|
||||
|
||||
minetest.register_craftitem("farming:wheat_harvested", {
|
||||
description = "Harvested Wheat",
|
||||
description = "Wheat",
|
||||
inventory_image = "farming_wheat_harvested.png",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user