Skip to content

Commit

Permalink
Add reversible compacting recipes for the Sulfur Block.
Browse files Browse the repository at this point in the history
- Allow crafting 1 sulfur block as a 3x3 compaction of sulfur
- Allow crafting 9 sulfur from a sulfur block
  • Loading branch information
gniftygnome committed Nov 8, 2023
1 parent 944f539 commit 812219e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ protected void generateRecipes(Consumer<RecipeJsonProvider> exporter) {
new ItemPredicate(CinderscapesItemTags.SULFURS, null, NumberRange.IntRange.ANY, NumberRange.IntRange.ANY, EnchantmentPredicate.ARRAY_OF_ANY, EnchantmentPredicate.ARRAY_OF_ANY, null, NbtPredicate.ANY)))
.offerTo(exporter);

offerReversibleCompactingRecipes(exporter, CinderscapesItems.SULFUR, CinderscapesBlocks.SULFUR_BLOCK);


// quartz recipes
offerChiseledBlockRecipe(exporter, CinderscapesBlocks.CHISELED_ROSE_QUARTZ_BLOCK, CinderscapesBlocks.ROSE_QUARTZ_SLAB);
Expand Down

0 comments on commit 812219e

Please sign in to comment.