Jump to content

Miclebrick

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Miclebrick

  1. Is it possible to change the color of the chat box? And remove the transparency? And change the size? I don;t see any tutorials on that.
  2. I looked at https://github.com/MinecraftForge/ForgeGradle/issues/46, and found out to add this to the bottom of the build.gradle: reobf { deobfFile = new net.minecraftforge.gradle.delayed.DelayedFile(project, "build/tmp/deobfuscateJar/deobfed.jar") }
  3. I think there might be some field where we specify a reobfile
  4. I have the same problem .-. Does anyone know why it's happening?
  5. In the 1.7.2 forge gradle thingy, in eclipse, it says all the methods for setting item names and textures are working. However, when I run MC, any method from forge crashes with the exception thats something like: "java.lang.NoSuchMethodError". Is there something I missed?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.