Remove debugging. Fix meteor probability.

This commit is contained in:
Duane 2016-06-20 20:00:36 -05:00
parent 9ef29d3feb
commit 50ce118087
2 changed files with 8 additions and 20 deletions

View file

@ -677,6 +677,7 @@ minetest.register_node("fun_caves:rope_ladder_piece", {
drop = {},
paramtype = "light",
paramtype2 = "wallmounted",
buildable_to = true,
sunlight_propagates = true,
walkable = false,
climbable = true,