forked from mtcontrib/food
fixed mistakes in texturing
This commit is contained in:
parent
b336aaa2b4
commit
9cf1dbe139
|
@ -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
BIN
textures/farming_carrot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 575 B |
BIN
textures/farming_cocoa_bean.png
Normal file
BIN
textures/farming_cocoa_bean.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 B |
BIN
textures/farming_rhubarb.png
Normal file
BIN
textures/farming_rhubarb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 B |
BIN
textures/food_choco_powder.png
Normal file
BIN
textures/food_choco_powder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 510 B |
Loading…
Reference in New Issue
Block a user