Hey,
I wanted to setup a new Forge Mod, so I downloaded the recommended MDK for 1.8. I used
gradlew setupDecompWorkspace
but it didnt decompile Minecraft and skips many steps, but it doesnt fail. How do I fix this?
Best regards, DeltaDrizz
Hey,
I set up a fresh Forge MDK today and I noticed that it didn't decompile Minecraft. I'm using a fresh download of the Forge 1.8 Recommended version.
Everything without time needed for that task was skipped.
Best regards, Delta
For those who maybe have the same problem: I solved it. You have to access the private method "loadShader" in Minecraft.getMinecraft().entityRenderer, pass in a ResourceLocation ét voila
Hello there,
I just want to know, how to make a custom PotionEffect in Minecraft 1.8 including custom EffectIcon and partickes. In addition to that, I want to know, how to execute code when the effect ends.
Greetings