mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Fix Aspen
This commit is contained in:
parent
8405baf781
commit
b80da80daa
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ minetest.register_node("default:aspen_tree", {
|
|||
"default_aspen_tree.png"},
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {tree = 1, choppy = 3, oddly_breakable_by_hand = 1, flammable = 3, hardwood = 1},
|
||||
groups = {tree = 1, choppy = 3, oddly_breakable_by_hand = 1, flammable = 3, softwood = 1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
|
||||
on_place = minetest.rotate_node
|
||||
|
|
Loading…
Add table
Reference in a new issue