Crashes when running in production
OroArmor opened this issue ยท 2 comments
geckolib/src/main/java/software/bernie/geckolib3/util/RegistryUtils.java
Lines 92 to 101 in f8333e3
I just spent around 2 hours helping someone debug why their block entity crashed in production, and it was this method. This should be changed as it is extremely misleading.
This is used for geckolib example tile entities, which intentionally only work in dev. The only thing wrong here is this is in the wrong package, it should be in the example package. I will let @AzureDoom know about this.