fixed mistakes in texturing

This commit is contained in:
Rubenwardy 2012-09-20 17:20:40 +01:00
parent b336aaa2b4
commit 9cf1dbe139
5 changed files with 2 additions and 2 deletions

View File

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

BIN
textures/farming_carrot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B