From b1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 17 May 2016 21:40:05 +0100 Subject: Ethereal NG 1.20 release for minetest 0.4.14 --- papyrus.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'papyrus.lua') 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) -- cgit v1.2.3