Rename wheat item

This commit is contained in:
Wuzzy 2017-01-08 03:57:42 +01:00
parent 4a8b2500e6
commit 844787b4b5
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})