You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Crash happens when you try to craft anything involving TFC tools on a workstump(both versions)
this also corrupts the world
To Reproduce:
Craft anything involving a TFC tool in the recipe on a workstump
I've already sent this issue to TFC devs and they said the following:
In vanilla, calling CraftingManger#getRemainingItems is done in exactly one place, and it is guarded by two forge hooks...
...Resulting in the fact that ForgeHooks.getCraftingPlayer() is not null during the process of getting the remaining items. TFC's shapeless damage recipe uses this fact - damaging items requires access to a player (e.g. to test if the player is in creative mode).
Description:
Crash happens when you try to craft anything involving TFC tools on a workstump(both versions)
this also corrupts the world
To Reproduce:
Craft anything involving a TFC tool in the recipe on a workstump
I've already sent this issue to TFC devs and they said the following:
Link to the issue on TFC side: TerraFirmaCraft/TerraFirmaCraft#1620
TFC version - 1.7.6.164
primaltech version - 0.3.5
all further info, as well as crash reports, are on the TFC thread
The text was updated successfully, but these errors were encountered: