CraftTweaker

CraftTweaker

151M Downloads

Craftweaker REI Ingredient locations incorrect in Show Recipes

Cursedth opened this issue ยท 3 comments

commented

Issue description

I'll post this as a bug report with them as well.

Using craftTweaker making recipes that don't fill all ingredient slots don't fill correctly by Index.

This ..
craftingTable.addShaped( "name" , <item:out> , [
[<item:in>, <item:in>],
[<item:in>, <item:Air>],
[<item:in>, <item:in>]
]);

..works correctly in the crafting table and the REI + correctly transfers the ingredients to the right slots Indexes in the craftingtable..
But when pressing show recipe REI (only) shows this pattern..

X X X
A X X
N N N

Should show
X X N
X A N
X X N

Regards,

Steps to reproduce

No response

Script used

na

The crafttweaker.log file

na

Minecraft version

1.18

Modloader

Forge

Modloader version

3.91.0

CraftTweaker version

9.1.95

Other relevant information

No response

The latest.log file

NA

commented

Something I just noticed in minecraft just after posting.
/reload
doesn't seem to add the new recipes of removed recipes back to the vanilla recipes book
using
/recipe give @p *
did restore them however.

commented

If that is unrelated to the REI issue, please make a new issue for it.

commented

Shedaniel was unable to reproduce (shedaniel/RoughlyEnoughItems#831) and CraftTweaker uses the Forge methods to dictate recipe size (Which is more likely what this would be from), so it would be on REI to fix