codetaylor / artisan-worktables-1.12

Themed worktables with a tool slot.
Other
17 stars 6 forks source link

Artisan Integrations crashing with GTCEu's tools #262

Closed AzraelBunn closed 2 years ago

AzraelBunn commented 2 years ago

Expected Behavior

Recipe working correctly.

Current Behavior

Minecraft freezes when putting all the ingredients and tools in. The game crashes but doesn't close.

Steps to Reproduce (for bugs)

  1. Create a recipe using any of the GTCEu's tool.
  2. Try crafting it.

Script

Anything using stuff like .addTool(<ore:craftingToolKnife>, 5) or .addTool(<metaitem:tool.knife>, 5).

Crash Log

https://pastebin.com/vyiVchWq

Your Environment

codetaylor commented 2 years ago

Thanks for the report!

This is probably happening because the GTCE API has changed - I'll look into it when I have some time.

codetaylor commented 2 years ago

Ok, this is not a bug.

Artisan Integrations was built against the GTCE API, not the GTCEu API.

For now, Artisan Integrations will only support this version of GTCE.

AzraelBunn commented 2 years ago

Would be nice if you also added GTCEu support as it is just a better version of GTCE with people that care about modpack makers working on it.

codetaylor commented 2 years ago

@TheNextJake Test this: artisanintegrations-1.12.2-1.2.4-1-g16df843.zip

AzraelBunn commented 2 years ago

It's working so far. If something happens again should i keep it here?

codetaylor commented 2 years ago

Thank you for testing.

If something happens again should i keep it here?

If there is a problem, please create a new issue here on GitHub.