omoflop / MoreBlockPredicates

does the optifine thing with biome dependant block textures but on fabric so its good
Creative Commons Zero v1.0 Universal
16 stars 2 forks source link

Uses Fabric internals #14

Closed TropheusJ closed 1 year ago

TropheusJ commented 1 year ago

MBP uses loader's internal logger here. This will make the message appear to come from loader, and causes the game to crash on quilt. All mods should make their own logger, as done in the example mod.

TropheusJ commented 1 year ago

Additionally, the model loading registry impl is used instead of the API here.

TropheusJ commented 1 year ago

The logger is also used across several other classes.

omoflop commented 1 year ago

Fixed