From 368335e672b082e0dadd07d614e74efb34725385 Mon Sep 17 00:00:00 2001 From: minertestdude <43986027+minertestdude@users.noreply.github.com> Date: Sat, 11 Apr 2020 11:30:43 +0200 Subject: [PATCH] lastest revision of groups. --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 07b73ab..30b7d3a 100644 --- a/init.lua +++ b/init.lua @@ -10,8 +10,8 @@ if mineclone_path then -- means MineClone 2 is loaded, this is its core mod moditems.iron_item = "mcl_core:iron_ingot" -- MCL iron moditems.sounds_wood = mcl_sounds.node_sound_wood_defaults moditems.sounds_metal = mcl_sounds.node_sound_metal_defaults - moditems.wood_block_group = { pickaxey=1, axey=1, swordy=1, handy=1, flammable=1, destroy_by_lava_flow=1, dig_by_water=0 } - moditems.metal_block_group = { pickaxey=1, axey=1, swordy=1, handy=1, flammable=0, destroy_by_lava_flow=0, dig_by_water=0 } + moditems.wood_block_group = {pickaxey=1,axey=1,swordy=1,handy=1,flammable=1,destroy_by_lava_flow=1,dig_by_water=0 } + moditems.metal_block_group = {pickaxey=1,axey=1,swordy=1,handy=1,flammable=0,destroy_by_lava_flow=0,dig_by_water=0 } elseif default_modpath then -- fallback, assume default (MineTest Game) is loaded, otherwise it will error anyway here. moditems.iron_item = "default:steel_ingot" -- default iron @@ -65,7 +65,7 @@ if pontoons_wood_pontoons then groups = moditems.wood_block_group, sounds = moditems.sounds_wood(), _mcl_blast_resistance = 5, - _mcl_hardness = 0.5, + _mcl_hardness = 30, }) -- modify recipe, if "airtank" mod is loaded as it has similar recipe and conflicts with pontoons.