Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2024-09-15 09:40:56 +02:00
150 changed files with 149 additions and 87 deletions

View File

@ -21,6 +21,7 @@ minetest.register_node(":"..nature.blossom_node, {
tiles = nature.blossom_textures,
paramtype = "light",
groups = nature.blossom_groups,
is_ground_content = false,
sounds = default.node_sound_leaves_defaults(),
waving = 1
})