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
It seems that using ThaumcraftMaterials causes the static initializer block to be invoked before TC has registered its items, meaning the materials have their repair items set to air (with varying metadata values). Moving the setRepairItem invocations to be called after items have been registered should fix this.
The text was updated successfully, but these errors were encountered:
It seems that using
ThaumcraftMaterials
causes the static initializer block to be invoked before TC has registered its items, meaning the materials have their repair items set to air (with varying metadata values). Moving thesetRepairItem
invocations to be called after items have been registered should fix this.The text was updated successfully, but these errors were encountered: