Create

Create

86M Downloads

Issue with JEI and Multiple Outputs from a Compacting Recipe

surprisedpika opened this issue ยท 2 comments

commented

Describe the Bug

I created a recipe using KubeJS, 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 works. It is visible when viewing the uses for andesite and the recipes for gravel through JEI, but does not show up when viewing the recipes for crushed copper ore.

Reproduction Steps

  1. Install a recipe tweaker like crafttweaker, kubejs, or use a datapack. I used KubeJS.
  2. Create a compacting recipe with multiple outputs.
  3. Check the recipes for the outputs of the custom recipe. The custom recipe will appear on some, but not all, of the recipes.

Expected Result

The custom recipe should appear on all of its outputs.

Screenshots and Videos

https://cdn.discordapp.com/attachments/939898281197191198/939898401540149248/unknown.png

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.3.2g

Minecraft Version

1.16.5

Forge Version

36.2.21

Other Mods

KubeJS
KubeJS Create
Rhino
Architectury
Flywheel
JEI

Additional Context

I'm not 100% sure this is a Create issue rather than a JEI issue, so please redirect me if I am in the wrong place.

I was on 1.16 but tested and 1.18 had the same issue.

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.