Make glass hand-breakable

This commit is contained in:
Wuzzy 2017-02-27 00:52:02 +01:00
parent 2922748bd8
commit f4c27d5b5e
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ function mcl_core.add_glass(desc, recipeitem, color)
paramtype = "light",
use_texture_alpha = true,
stack_max = 64,
groups = {cracky=3,oddly_breakable_by_hand=3, building_block=1},
groups = {handy=1, building_block=1},
sounds = mcl_sounds.node_sound_glass_defaults(),
drop = "",
_mcl_blast_resistance = 1.5,