Add oranges and lemons from ethereal
This commit is contained in:
parent
a326791c13
commit
c29618fac2
6
init.lua
6
init.lua
@ -52,3 +52,9 @@ end
|
||||
|
||||
-- Undo only
|
||||
-- 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
|
||||
|
2
mod.conf
2
mod.conf
@ -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
BIN
textures/lemon_cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 394 B |
BIN
textures/orange_cube.png
Normal file
BIN
textures/orange_cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 B |
Loading…
x
Reference in New Issue
Block a user