GeckoLib

GeckoLib

243M Downloads

5.0 still warns you if model file or animation file doesn't have .geo or .animation suffix respectively

Closed this issue · 1 comments

commented

In changelog for v5.0-alpha1 the following was stated:

GeoModel model/animation references no longer expect the file path prefix or suffix (I.E. You do not need to include geo/ or .geo.json in your returned model resources)

Yet I still was bombarded with warnings like this:
[00:15:44] [Worker-Main-6/WARN] (GeckoLib) Found file in animations folder with improper file name format; animation files should end in .animation.json: 'uselessreptile:geckolib/animations/entity/lightning_chaser/lightning_chaser.json' [00:15:44] [Worker-Main-9/WARN] (GeckoLib) Found file in models folder with improper file name format; GeckoLib model files should end in .geo.json: 'uselessreptile:geckolib/models/entity/lightning_chaser/helmet.json'

Also examples in DefaultedGeoModel docs suggest that file names should be suffixed

commented

🤔 must have missed some spots