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

Render issue when selecting create mechanical craft option for either Ender tank or Ender Chest in gui #213

Open
GothCartel opened this issue Mar 16, 2023 · 1 comment

Comments

@GothCartel
Copy link

When selecting either the tank or the chest recipe as a Create mechanical craft the game saves and closes with a rendering issue. Having checked many other items its only the tank or chest that causes the crash.
crash-2023-03-16_17.16.32-client.txt

@gamrguy
Copy link

gamrguy commented Dec 30, 2023

This is caused by Ender Storage reporting its recoloring recipe crafting grid size as 3x3, therefore Create expects there to be 9 ingredients (including empty ones); however Ender Storage does not provide 9 ingredients for its "3x3" recipe and Create errors out.

Unfortunately Create doesn't support blacklisting specific recipes from mechanical crafting, so my solution is to just straight up remove the recoloring recipes with KubeJS until this issue is resolved. Recoloring can still be done in-world after all.
event.remove({ type: 'enderstorage:recolour_recipe' })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants