From ad4ef7c92a61af683359545caf11146e87a03b5d Mon Sep 17 00:00:00 2001 From: swaaws Date: Mon, 4 Aug 2014 19:53:21 +0200 Subject: [PATCH] Update nodes.lua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cactus caused harm to the player. walk cactus you have to take in purchase to improve the running game ----------German----------- lieber begehbarer Kaktus der schmerzen zufügt als das er als Fußboden/Decke missbraucht wird --- mods/default/nodes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 354096e0..4befb3fb 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -349,6 +349,8 @@ minetest.register_node("default:cactus", { paramtype2 = "facedir", is_ground_content = true, groups = {snappy=1,choppy=3,flammable=2}, + walkable = false, + damage_per_second = 4, sounds = default.node_sound_wood_defaults(), on_place = minetest.rotate_node, after_dig_node = function(pos, node, metadata, digger)