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:
parent
10ebd36920
commit
f9bf648bfe
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue