From 88c77af71c06857b9986d4a30863ed08b093c943 Mon Sep 17 00:00:00 2001 From: Jat15 Date: Sat, 19 May 2018 16:50:08 +0200 Subject: [PATCH] Fix group for obsidian and coalblock --- register.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/register.lua b/register.lua index 6ce839e..fd9c8b8 100644 --- a/register.lua +++ b/register.lua @@ -91,7 +91,7 @@ mymillwork.register_all( "default_coal_block", "Coal Block", "default_coal_block.png", - {choppy = 3,not_in_creative_inventory=1}, + {cracky = 3,not_in_creative_inventory=1}, "default:coalblock" ) @@ -99,6 +99,6 @@ mymillwork.register_all( "default_obsidian", "Obsidian", "default_obsidian.png", - {choppy = 3,not_in_creative_inventory=1}, + {cracky = 1,not_in_creative_inventory=1}, "default:obsidian" )