mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Update nodes.lua
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
This commit is contained in:
parent
6967232619
commit
ad4ef7c92a
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ minetest.register_node("default:cactus", {
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {snappy=1,choppy=3,flammable=2},
|
groups = {snappy=1,choppy=3,flammable=2},
|
||||||
|
walkable = false,
|
||||||
|
damage_per_second = 4,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
on_place = minetest.rotate_node,
|
on_place = minetest.rotate_node,
|
||||||
after_dig_node = function(pos, node, metadata, digger)
|
after_dig_node = function(pos, node, metadata, digger)
|
||||||
|
|
Loading…
Add table
Reference in a new issue