Jump to content

JasonIEC

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

JasonIEC's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Okay, so I got it. Basically, when you define the character, you have to put 'X'.asInstanceOf[java.lang.Character] instead of just 'X'. Then it works!
  2. Thank you all! I will definitely try these things. Also, I chose Scala because I wanted to try it Edit: The Array[AnyRef]() hasn't worked for me Also, the varargs aren't working because it won't let me cast java.lang.Character to java.lang.Object
  3. Hello, I am JasonIEC, and I am wondering how to make recipes in Scala, or how to have mixed Scala/Java mods. My specific problem is the fact that Scala doesn't seem to support java.lang.Object arrays. Any help is appreciated Thanks!
  4. Thank you all, but now that I have that working, how do I do the same thing for Blocks?
  5. Hey, I have been working on a mod which expands on Thermal Foundation's Enderium, adding tools for it, and I would like to color the item names so they match TF's. How would I do this in the code? Thanks for your help!
×
×
  • Create New...

Important Information

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