mirror of
https://github.com/random-geek/morelights.git
synced 2025-03-02 15:34:37 +01:00
Add soil group to grass light
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user