Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.12.2] Warning on Autocraft with Iron Backpacks #4138

Closed
Caaruzo opened this issue Aug 28, 2019 · 1 comment
Closed

[1.12.2] Warning on Autocraft with Iron Backpacks #4138

Caaruzo opened this issue Aug 28, 2019 · 1 comment

Comments

@Caaruzo
Copy link

Caaruzo commented Aug 28, 2019

Describe the bug
Getting Warn with report request oion Autocraft

To Reproduce

  • create all receipes up to diamond backpack from iron backpacks and put them in auto craft.
  • Let autocraft craft a diamond backpack

Expected behavior
that autocraft works without andy warning

Additional context
[17:54:02] [Server thread/WARN] [AE2:S]: Using CraftingManager fallback: Recipe ironbackpacks:pack_diamond_storage for output 1xitem.ironbackpacks.backpack@0 rejected inputs [1xitem.diamond@0, 1xitem.diamond@0, 1xitem.diamond@0, 1xtile.chest@0, 1xitem.ironbackpacks.backpack@0, 1xtile.chest@0, 1xitem.diamond@0, 1xitem.diamond@0, 1xitem.diamond@0]. NOT FOUND, please report.
[17:54:02] [Server thread/WARN] [AE2:S]: Using CraftingManager fallback: Recipe ironbackpacks:pack_diamond_storage for output 1xitem.ironbackpacks.backpack@0 rejected inputs [1xitem.diamond@0, 1xitem.diamond@0, 1xitem.diamond@0, 1xtile.chest@0, 1xitem.ironbackpacks.backpack@0, 1xtile.chest@0, 1xitem.diamond@0, 1xitem.diamond@0, 1xitem.diamond@0]. NOT FOUND, please report.

Environment

  • Minecraft Version: 1.12.2
  • AE2 Version: appliedenergistics2-rv6-stable-7
  • Forge Version: forge-1.12.2-14.23.5.2838-universal
@yueh yueh added the question label Aug 29, 2019
@yueh
Copy link
Member

yueh commented Aug 29, 2019

This is more of a warning for the mod/modpack adding this recipe.

It indicates that they register some items via oredict or similar as compatible inputs, but then rejecting it. Which forces us to use a fallback method, which is deliberately slow due to forge's recipe handling.

@yueh yueh closed this as completed Aug 29, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants