Add oranges and lemons from ethereal

This commit is contained in:
Montandalar 2021-02-02 19:31:13 +11:00
parent a326791c13
commit c29618fac2
4 changed files with 8 additions and 2 deletions

View File

@ -51,4 +51,10 @@ if ffork >= 1 then
end
-- Undo only
-- artichoke, barley, oregano, parsley, tigernuts and toadskin melons (v20201213)
-- artichoke, barley, oregano, parsley, tigernuts and toadskin melons (v20201213)
-- Stuff from ethereal: orange, lemon, olive, banana
if minetest.get_modpath("ethereal") then
regfoodblock("orange", "Orange", "ethereal:orange")
regfoodblock("lemon", "Lemon", "ethereal:lemon")
end

View File

@ -1,4 +1,4 @@
name = foodblocks
depends = farming
optional_depends =
optional_depends = ethereal
description = Solid cubes of food for mass storage or building.

BIN
textures/lemon_cube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

BIN
textures/orange_cube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B