Abrar Syed

Results 31 comments of Abrar Syed

like maybe making the PR to the 1.8 branch instead of master....

Does the ASM lib API change between 4.1 and 5? if it doesnt, MCPC can easily just replace the dependency in their system.

When you do junit testing, MC is bit started with the standard tweaking.. So having a custom tweaker just for junit testing won't really help. I also don't know how...

Just take this snippet: `idea { module { inheritOutputDirs = true } }` And paste it at the bottom of your build.gradle file. Do NOT put it inside ANY {}...

as I said. `Do NOT put it inside ANY {} blocks.` that means DO NOT put it in the processResources{} block.

You also need to ensure that the modid specified in your @mod matches the modid specified in the mcmod.info file. You may also have to refresh IDEA to ensure that...

recent maim update has it spitting the image straight to STDOUT.. so theoretically its possible... something like [this](https://possiblelossofprecision.net/?p=444) could be used to make the SCP uploader work. When dealing with...

Here are the potential problems: 1) NEI is compiled for forge pre-1217, after which forge uses ASM5 and all coremods need to be updated. Or perhaps you are using an...

I didnt. someone else was having an issue I was debugging.. and thats the dependencies they had.

I am inclined to believe that this is a result of a forge and CCL version mismatch. Since forge updated ASM, coremods needed to be recompiled. I think you guys...