From f9bf648bfee37606fb37e1649f4500087c1986da Mon Sep 17 00:00:00 2001 From: Ayutac Date: Tue, 8 Nov 2022 09:48:28 +0100 Subject: [PATCH] fixed a sawmill bug by Ayutac (#3052) Stone stairs and stone slabs could be grinded to sawmill dust Co-authored-by: ayutac --- .../recipes/machine/grinder/GrinderRecipesProvider.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datagen/groovy/techreborn/datagen/recipes/machine/grinder/GrinderRecipesProvider.groovy b/src/datagen/groovy/techreborn/datagen/recipes/machine/grinder/GrinderRecipesProvider.groovy index fb38fbe79..c25f84987 100644 --- a/src/datagen/groovy/techreborn/datagen/recipes/machine/grinder/GrinderRecipesProvider.groovy +++ b/src/datagen/groovy/techreborn/datagen/recipes/machine/grinder/GrinderRecipesProvider.groovy @@ -217,8 +217,8 @@ class GrinderRecipesProvider extends TechRebornRecipesProvider { // designed to be a fourth of what ind. sawmill gives, i.e. the same, just in small dust [ (ItemTags.PLANKS) : 8, - (ItemTags.STAIRS) : 6, - (ItemTags.SLABS) : 4, + (ItemTags.WOODEN_STAIRS) : 6, + (ItemTags.WOODEN_SLABS) : 4, (ItemTags.WOODEN_PRESSURE_PLATES): 1, (ItemTags.WOODEN_TRAPDOORS) : 1, (ItemTags.WOODEN_FENCES) : 1,