Added it, added even some other stuff from other posts yet it still doesn't work. The arguments are:
--version 1.7 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken FML--assetindex 1.7.10--assetsDir C:\Users\Aleks\.gradle\caches\minecraft\assets--userProperties {}
Thanks for the reply!
Cheers, akic100
So, I have just updated forge. Ran gradlew clean, gradlew setupDecompWorkspace and gradlew eclipse. Opened eclipse, ran Minecraft, didn't work. I have been searching google for a solution for almost 2 hrs now, but I'm giving up, so I'm asking you guys for help.
Here is the log:
http://pastebin.com/E54fHjSb
Thank you guys in advance!
Cheers, akic100
Hello!
My mod has apparently started crashing for no reason I would be aware of. Here is the crash report:
If needed, I can provide the code to.
Thanks in advance for the help!
-akic100
Hello, fellow forumviewers!
I have a problem and it is that I cannot put my custom block into a Vanilla furnace.
The smelting recipe is coded as:
GameRegistry.addSmelting(xmod.GlimmerRock, new ItemStack(xmod.RefinedGlimmer), 1F);
The GlimmerRock class:
Any ideas on how to fix it? Thanks!
Regards, akic100