mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Update nodes.lua
enable cactus damage
This commit is contained in:
parent
0f2ced9316
commit
1a2238b5b4
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ minetest.register_node("default:cactus", {
|
||||||
tiles = {"default_cactus_top.png", "default_cactus_top.png", "default_cactus_side.png"},
|
tiles = {"default_cactus_top.png", "default_cactus_top.png", "default_cactus_side.png"},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
walkable = false,
|
||||||
|
damage_per_second = 4,
|
||||||
groups = {snappy=1,choppy=3},
|
groups = {snappy=1,choppy=3},
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
on_place = minetest.rotate_node,
|
on_place = minetest.rotate_node,
|
||||||
|
|
Loading…
Add table
Reference in a new issue