Add soil group to grass light

This commit is contained in:
random-geek
2021-08-06 14:52:57 -07:00
parent bd398c7f2d
commit 8e827fb1f1

View File

@ -21,7 +21,12 @@ do
},
paramtype = "light",
light_source = 12,
groups = {cracky = 2, oddly_breakable_by_hand = 3, handy = 1},
groups = {
cracky = 2,
oddly_breakable_by_hand = 3,
handy = 1,
soil = 1,
},
_mcl_hardness = 0.3,
sounds = morelights.sounds.glass
}