diff options
Diffstat (limited to 'plantlife.lua')
-rw-r--r-- | plantlife.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plantlife.lua b/plantlife.lua index 64ca511..6bd8364 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -219,6 +219,7 @@ minetest.register_node("ethereal:coconut", { paramtype = "light", sunlight_propagates = true, tiles = {"moretrees_coconut.png"}, + inventory_image = "moretrees_coconut.png", selection_box = { type = "fixed", fixed = {-0.35, -0.35, -0.35, 0.35, 0.35, 0.35} |