mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update nodes.lua
This commit is contained in:
parent
ed7389b15a
commit
0f2ced9316
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ minetest.register_node("default:cactus", {
|
|||
is_ground_content = true,
|
||||
groups = {snappy=1,choppy=3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
damage_per_second = 4,
|
||||
on_place = minetest.rotate_node,
|
||||
after_dig_node = function(pos, node, metadata, digger)
|
||||
default.dig_up(pos, node, digger)
|
||||
|
|
Loading…
Add table
Reference in a new issue