Jump to content

Agoldfish

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Agoldfish

  1. Two problems, one it gives this error when I copy/paste in the FMLPreInitializationEvent: Syntax error on token ":", invalid EmptyStatement Another one is I can't place a breakpoint on the specific line you are saying it should be on. That specific line is 37, but it puts it on 49 instead.
  2. Sorry for sounding noobish, I'm half a semester through my Java programming course, how would I add a breakpoint? Never heard of them.
  3. Nope, It's not an animation, just a plain ol PNG like all the others.
  4. Thanks shadow, I have the textures now . But when a crop (tries to ) load I'm having this problem, texture problem for sure, so I'm not sure if it goes here, but when in Rome: Unable to parse metadata from testmod:textures/blocks/oPlant_stage_0.png java.lang.RuntimeException: broken aspect ratio and not an animation
  5. I'm modding with forge(10.13.2.1230, MC 1.7.10) for the first time, and am having trouble with textures. I have one working and that is it, all the rest show that annoying purple-black block. Here is the code, and the console output. MBlocks RefStrings: MItems: Console Output: If you need more info let me know, and I will give it.
×
×
  • Create New...

Important Information

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