Artisan Worktables 1.12

Artisan Worktables 1.12

3M Downloads

Gregtech API Issue

bookerthegeek opened this issue ยท 3 comments

commented

Heyo

Was sorting through my startup log looking for issues and something came up from your mod. Seems their is an issue with your implamentation of the GT:CE Tool Handler, or more specifically with the gregtech.api.items.IDamagableItem.

What Happens

The following comes up in the Log.

What You Expect to Happen

For it not to come up in the Log.

Log

Can be found HERE

Affected Versions

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2836
  • CraftTweaker: 4.1.18
  • Artisan Worktables: 1.21.2
  • Athenaeum: 1.16.0
  • GregTech Community Edition: 1.8.1.404
commented

Thanks!

It looks like on April 9, 2019 the api class gregtech.api.items.IDamagableItem was renamed to gregtech.api.items.IToolItem.

I can fix this, but I don't know how long this compatibility feature will hold up given that it looks like the primary GTCE api method Artisan Worktables uses to damage GTCE items may be scheduled for removal. If this method is removed in the future, as the comment implies, more time will be needed to fix.

I have inquired here: GregTechCE/GregTech#851

commented

What version of GTCE?

commented

The latest? jk... gregtech-1.12.2-1.8.1.404.jar Also updated first post.