Treasure2!

Treasure2!

6M Downloads

Erroneous server-side call to Minecraft class to obtain DataFixer

noobanidus opened this issue ยท 6 comments

commented

Crash report: here
Version: 1.4.1

The relevant line of code seems to be here.

As it stands, this obviously causes a crash on servers. I've reverted to 1.3.7 for the time being.

commented

Dang. I'll look into it.

commented

It's specifically regarding fetching data fixers. I've never interacted with them before so I'm not sure what the proper methods are, wish I could help more!

commented

duely, I made a release for 1.4.2 for the server fixes. It includes the .jar so you don't have to build. Do you think you could test it out quickly to see if your issue is fixed?

https://github.com/gottsch/gottsch-minecraft-Treasure/releases/tag/v1.4.2

BTW, how do you add those stats on your github site for EpicSquid/Roots ?

commented

Well, I know why it's failing -> the Minecraft class is client-side only. I found another class that hold the data fixer, which seems to be populated with the correct side depending on whats running -> FMLCommonHandler.instance().getDataFixer(). Hoping this works!

commented

I think it's just one of my pinned repositories.

Honestly, if it's working on your runServer/Minecraft Server then it shoul dbe fine

commented

Fixed for v1.4.2