Jeffrey Kog

Results 17 comments of Jeffrey Kog

I managed to do vanilla compat for 1.7 in a seperate mod. The only problem is it doesn't ask mods what they think about it. It should however be fine....

You can pass the modid "minecraft" in as additional argument in GameRegistry.registerBlock. Read the javadoc!

As superclasses are loaded before the classes that extend them, this might actually be easy to do. I'll try something when i get home

They can load later. Thats no problem. By that time the inherition info is already built

That is indeed a problem, lex. What we can do is use the asm class adapter that searches for annotations to also collect inheritance data and use that in the...

You can create a special testing tweaker and launch junit through launchwrapper

Well. I think this does not belong in your code. ForgeGradle should provide a tweaker that helps you with that. @AbrarSyed wdyt?

It should be available on https://libraries.minecraft.net/ afaik

Okay, i have finally got access to a Windows install with working Excel and it turns out that after re-saving the file with Excel the file size goes from 45kB...

I have been looking at it and i'm on to something regarding the cause of this. I added some more debug logging to `pyxlsb/reader.py`, line 181, where a handler is...