summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:39:30 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:39:30 +0100
commite2b28811253b74414193b6e1f7fa8e654631b562 (patch)
tree3c701af51d0cc1cd7ff8ae6f0cacccd53d237513
parent1a207a8e92e81a1f4d43334ffb21647ee8b38fc9 (diff)
fix typo
-rw-r--r--food.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/food.lua b/food.lua
index 0d5807d..dcddf71 100644
--- a/food.lua
+++ b/food.lua
@@ -49,7 +49,7 @@ minetest.register_craft({
minetest.register_node("farming:rose_water", {
description = ("Rose Water"),
inventory_image = "farming_rose_water.png",
- wield_image = "farming_rose_Water.png",
+ wield_image = "farming_rose_water.png",
drawtype = "plantlike",
visual_scale = 0.8,
paramtype = "light",