Add blast resistance to a ton of blocks
This commit is contained in:
parent
6be056c0e7
commit
0aeb109c64
25 changed files with 99 additions and 8 deletions
|
@ -110,7 +110,8 @@ local crop_def = {
|
|||
groups = {
|
||||
cocoa=1, choppy=3, oddly_breakable_by_hand=3, not_in_creative_inventory=1, dig_by_water=1,
|
||||
},
|
||||
sounds = mcl_sounds.node_sound_wood_defaults()
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
_mcl_blast_resistance = 15,
|
||||
}
|
||||
|
||||
-- 2nd stage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue