Skip to content

Commit

Permalink
Add Maceration Recipe for Chiseled Bookshelf (#2401)
Browse files Browse the repository at this point in the history
Co-authored-by: spaceboi153 <[email protected]>
  • Loading branch information
Spicierspace153 and Spicierspace153 authored Nov 25, 2024
1 parent e95e841 commit 93d026a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -610,5 +610,11 @@ public static void init(Consumer<FinishedRecipe> provider) {
.inputItems(ring, Steel, 2)
.outputItems(STEEL_MINECART_WHEELS)
.duration(60).EUt(20).save(provider);

// Bookshelf Decomposition
MACERATOR_RECIPES.recipeBuilder("chiseled_bookshelf_recycling")
.inputItems(Blocks.CHISELED_BOOKSHELF.asItem())
.outputItems(dust, Wood, 6)
.duration(100).EUt(2).save(provider);
}
}

0 comments on commit 93d026a

Please sign in to comment.