TheLimePixel / GregicAdditions

An addon for GregTech Community Edition with the goal of making it much more complicated and realistic through the use of GregTech 5 Unofficial and GregTech 6 features.
17 stars 49 forks source link

Fix for #39 #40

Closed Takakura-Anri closed 5 years ago

Takakura-Anri commented 5 years ago

GemMaterial.MATERIAL_REGISTRY still points Material.MATERIAL_REGISTRY, so it's a potential issue for non-gem materials, and you cannot static-cast them. But sure in this filter the type must be a SolidMaterial.

Takakura-Anri commented 5 years ago

Tested in local environment, no more crashes found.