From e9af6ea705f8cf745d925be731460656edaf2f2c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Mar 2017 18:38:58 +0100 Subject: [PATCH] Set blast resistance of beds to 1 --- mods/ITEMS/beds/api.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ITEMS/beds/api.lua b/mods/ITEMS/beds/api.lua index 268743e05..4041a8ee9 100644 --- a/mods/ITEMS/beds/api.lua +++ b/mods/ITEMS/beds/api.lua @@ -50,6 +50,7 @@ function beds.register_bed(name, def) stack_max = 1, groups = {handy=1, flammable = 3, bed = 1}, _mcl_hardness = 0.2, + _mcl_blast_resistance = 1, sounds = def.sounds or mcl_sounds.node_sound_wood_defaults(), node_box = { type = "fixed", @@ -164,6 +165,7 @@ function beds.register_bed(name, def) pointable = false, groups = {handy = 1, flammable = 3, bed = 2}, _mcl_hardness = 0.2, + _mcl_blast_resistance = 1, sounds = def.sounds or mcl_sounds.node_sound_wood_defaults(), drop = name .. "_bottom", node_box = {