fixed a sawmill bug by Ayutac (#3052)

Stone stairs and stone slabs could be grinded to sawmill dust

Co-authored-by: ayutac <fly.high.android@gmail.com>
This commit is contained in:
Ayutac 2022-11-08 09:48:28 +01:00 committed by GitHub
parent 10ebd36920
commit f9bf648bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 // designed to be a fourth of what ind. sawmill gives, i.e. the same, just in small dust
[ [
(ItemTags.PLANKS) : 8, (ItemTags.PLANKS) : 8,
(ItemTags.STAIRS) : 6, (ItemTags.WOODEN_STAIRS) : 6,
(ItemTags.SLABS) : 4, (ItemTags.WOODEN_SLABS) : 4,
(ItemTags.WOODEN_PRESSURE_PLATES): 1, (ItemTags.WOODEN_PRESSURE_PLATES): 1,
(ItemTags.WOODEN_TRAPDOORS) : 1, (ItemTags.WOODEN_TRAPDOORS) : 1,
(ItemTags.WOODEN_FENCES) : 1, (ItemTags.WOODEN_FENCES) : 1,