summaryrefslogtreecommitdiff
path: root/food.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-12-06 10:48:31 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-12-06 10:48:31 +0000
commitadabd04d7b33ffa6d2a91c521cf713e092b3dc6f (patch)
tree53b43944945dc255800c343ecad39963a4a90bd3 /food.lua
parentf34b9b00c6c1e025754a71536ffd1b112cbce874 (diff)
Few new tweaks thanks to RQWorldblender
Diffstat (limited to 'food.lua')
-rw-r--r--food.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/food.lua b/food.lua
index ea62728..586dc0f 100644
--- a/food.lua
+++ b/food.lua
@@ -1,11 +1,6 @@
local S = ethereal.intllib
--- fix apples hanging in sky when no tree around
-minetest.override_item("default:apple", {
- drop = "default:apple",
-})
-
-- Banana (Heals one heart when eaten)
minetest.register_node("ethereal:banana", {
description = S("Banana"),