TEAMModding / KalStuff

Files for a modification that adds random stuff to Minecraft.
GNU General Public License v3.0
5 stars 3 forks source link

Won't load in 1.10 #14

Closed pianoman373 closed 7 years ago

pianoman373 commented 7 years ago

Trying to load the mod in 1.10 gives:

Kalstuff (kalstuff) wants Minecraft [1.9, 1.9.1, 1.9.2 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2]

It seems to be recognizing it as one big version.

Kalman98 commented 7 years ago

Yes, I've been working on this actually. I think I may have found the answer though. It seems that 1.10 counts as 1.11 in the code for whatever reason, so I am testing it and will push it it works.

pianoman373 commented 7 years ago

Yeah I looked at chisel's code and it's able to use [1.9.4, 1.11] It just works, I have no idea why.

Kalman98 commented 7 years ago

That was exactly what I was basing my fix on. Chisel. Pushing now.