1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-31 22:30:20 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2022-03-06 16:17:20 +01:00
79 changed files with 1174 additions and 1040 deletions

View File

@ -156,7 +156,7 @@ minetest.register_node("ferns:sapling_tree_fern", {
tiles = {"ferns_sapling_tree_fern.png"},
inventory_image = "ferns_sapling_tree_fern.png",
walkable = false,
groups = {snappy=3,flammable=2,flora=1,attached_node=1},
groups = {snappy=3,flammable=2,flora=1,attached_node=1,sapling=1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",