JEI Issue with Multiple Outputs from a Compacting Recipe
surprisedpika opened this issue ยท 1 comments
Minecraft Version: 1.16.5
Forge Version: 36.2.21
Flywheel Version: 0.2.5
Create Version: 0.3.2g
JEI Version: 7.7.1.145
//
I created this recipe, which creates gravel and crushed copper ore (at a 10% chance) when compacting 4 andesite.
event.recipes.createCompacting([
"minecraft:gravel"),
Item.of("create:crushed_copper_ore").withChance("0.1")
],
"4x minecraft:andesite"),
)
The recipe itself works as expected. It shows up in JEI when I view the recipes for gravel and the uses of andesite, but does not show up when viewing the recipes for crushed copper ore.
Attached is an image of how the recipe looks when viewing the recipes for gravel / uses for andesite.