summaryrefslogtreecommitdiff
path: root/papyrus.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-05-17 21:40:05 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-05-17 21:40:05 +0100
commitb1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca (patch)
treeadc72eb32963a67a19863bc8e3060cb4b7df1d1b /papyrus.lua
parentc47c840f2aaf35c9ea284be191798cb3a566b175 (diff)
Ethereal NG 1.20 release for minetest 0.4.14
Diffstat (limited to 'papyrus.lua')
-rw-r--r--papyrus.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/papyrus.lua b/papyrus.lua
index fe245b2..0c71893 100644
--- a/papyrus.lua
+++ b/papyrus.lua
@@ -1,3 +1,4 @@
+
-- override default papyrus to make it walkable
minetest.override_item("default:papyrus", {walkable = true, sunlight_propagates = true})
@@ -5,8 +6,8 @@ minetest.override_item("default:papyrus", {walkable = true, sunlight_propagates
minetest.register_abm({
nodenames = {"default:papyrus", "ethereal:bamboo"},
neighbors = {"group:soil"},
- interval = 50,
- chance = 20,
+ interval = 14, --50,
+ chance = 71, --20,
catch_up = false,
action = function(pos, node)