Skip to content

Commit 812219e

Browse files
committed
Add reversible compacting recipes for the Sulfur Block.
- Allow crafting 1 sulfur block as a 3x3 compaction of sulfur - Allow crafting 9 sulfur from a sulfur block
1 parent 944f539 commit 812219e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/main/java/com/terraformersmc/cinderscapes/data/CinderscapesRecipeProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ protected void generateRecipes(Consumer<RecipeJsonProvider> exporter) {
8686
new ItemPredicate(CinderscapesItemTags.SULFURS, null, NumberRange.IntRange.ANY, NumberRange.IntRange.ANY, EnchantmentPredicate.ARRAY_OF_ANY, EnchantmentPredicate.ARRAY_OF_ANY, null, NbtPredicate.ANY)))
8787
.offerTo(exporter);
8888

89+
offerReversibleCompactingRecipes(exporter, CinderscapesItems.SULFUR, CinderscapesBlocks.SULFUR_BLOCK);
90+
8991

9092
// quartz recipes
9193
offerChiseledBlockRecipe(exporter, CinderscapesBlocks.CHISELED_ROSE_QUARTZ_BLOCK, CinderscapesBlocks.ROSE_QUARTZ_SLAB);

0 commit comments

Comments
 (0)