From e5f4ab0e17b9b942943b7e99a228b82058090f39 Mon Sep 17 00:00:00 2001 From: eturner Date: Sat, 17 Jul 2021 22:51:30 -0400 Subject: [PATCH] Create chiselBlocks.zs This looks like some sort of work around because it doesn't get rid of the empty chisel block groups for diamond and emerald blocks, but it works. I just copied the previously applied fix for lapis blocks, which also has an empty chisel block group. --- src/scripts/crafttweaker/_globals/chiselBlocks.zs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scripts/crafttweaker/_globals/chiselBlocks.zs b/src/scripts/crafttweaker/_globals/chiselBlocks.zs index cccf922d7..743889012 100644 --- a/src/scripts/crafttweaker/_globals/chiselBlocks.zs +++ b/src/scripts/crafttweaker/_globals/chiselBlocks.zs @@ -78,6 +78,7 @@ global chiselBlocks as IItemStack[][IOreDictEntry] = { ], : [ + , , , , @@ -101,6 +102,7 @@ global chiselBlocks as IItemStack[][IOreDictEntry] = { ], : [ + , , , , @@ -216,4 +218,4 @@ global chiselBlocks as IItemStack[][IOreDictEntry] = { , ] -}; \ No newline at end of file +};