summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support.lua4
-rw-r--r--textures/farming_carrot.pngbin0 -> 575 bytes
-rw-r--r--textures/farming_cocoa_bean.pngbin0 -> 184 bytes
-rw-r--r--textures/farming_rhubarb.pngbin0 -> 502 bytes
-rw-r--r--textures/food_choco_powder.pngbin0 -> 510 bytes
5 files changed, 2 insertions, 2 deletions
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)
})
diff --git a/textures/farming_carrot.png b/textures/farming_carrot.png
new file mode 100644
index 0000000..5ed61ac
--- /dev/null
+++ b/textures/farming_carrot.png
Binary files differ
diff --git a/textures/farming_cocoa_bean.png b/textures/farming_cocoa_bean.png
new file mode 100644
index 0000000..4ad6b35
--- /dev/null
+++ b/textures/farming_cocoa_bean.png
Binary files differ
diff --git a/textures/farming_rhubarb.png b/textures/farming_rhubarb.png
new file mode 100644
index 0000000..849f61b
--- /dev/null
+++ b/textures/farming_rhubarb.png
Binary files differ
diff --git a/textures/food_choco_powder.png b/textures/food_choco_powder.png
new file mode 100644
index 0000000..49840ed
--- /dev/null
+++ b/textures/food_choco_powder.png
Binary files differ