CottonMC / CottonResources

Reference mod for ores, ingots, tools, liquids, and all you can imagine.
MIT License
17 stars 12 forks source link

Crash on startup when I had cotton resource #19

Closed lagonnebula closed 5 years ago

lagonnebula commented 5 years ago

Hello Guys !

I have an issue on startup, the game is crashing, with thiss error message : https://pastebin.com/XT6eyD8S

All the mod i've put are up to date more or less 3-4 days. Seems like a method has been removed

LemmaEOF commented 5 years ago

You have an out-of-date Fabric API. One of your mods is including an old 0.2.7 version of Fabric API, when it should be using 0.3.0. Crochet looks to be out of date; it's at 1.0.2 instead of the fixed 1.0.4.

lagonnebula commented 5 years ago

Oh right ! The issue was my version of fabric api (5 days old xD). Thanks ! I ll propose an enchancement for fabric loader, to be able to detect this kind of thinks, I don't know if it in backlog or not ^^