http://rcuhe6pk7mbmsjk7bwyja5etvjhjvzmc724rnf3piamemvawoi44z7qd.onion/b/res/358.html
minetest.register_abm( {nodenames = {"livingcaves:mushcave_bottom"}, interval = 30, chance = 1000, catch_up = false, action = function(pos, node) pos.y=pos.y+1 local name = minetest.get_node(pos).name local nodedef = minetest.registered_nodes[name] if name ~= "air" then return end if (minetest.get_node_light(pos) or 0) < 10 and name ~= "ignore" and nodedef.sunlight_propagates == true and name ~= "livingcaves:glowshroom" and name ~= "livingcaves:glowshroom_top" and nodedef.liquidtype == "none" then...