From 9cf1dbe139cdb11d573a1d015406b71b62c81956 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Thu, 20 Sep 2012 17:20:40 +0100 Subject: fixed mistakes in texturing --- support.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support.lua') diff --git a/support.lua b/support.lua index baf33b2..d78f3cf 100644 --- a/support.lua +++ b/support.lua @@ -34,7 +34,7 @@ end) node_implement("farming","farming:strawberry_item","food:strawberry",function() minetest.register_craftitem("food:strawberry", { description = "Strawberry", - inventory_image = "farming_strawberry.png", + inventory_image = "fatrming_strawberry.png", on_use = minetest.item_eat(2), }) end) @@ -67,7 +67,7 @@ node_implement("farming","farming:bread","food:bread",function() minetest.register_craftitem("food:bread", { description = "Bread", - inventory_image = "farming_bread.png", + inventory_image = "food_bread.png", stack_max = 1, on_use = minetest.item_eat(10) }) -- cgit v1.2.3