Jump to content

Cpt. Squirrel

Members
  • Posts

    3
  • Joined

  • Last visited

Cpt. Squirrel's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. How do I diffirentiate between different crop growth states? Is there a more complete encyclopedia about these things or could someone point me to some good documentation on what things are in Forge? I can honestly not find anything understandable from the Documentation that I've found so far.
  2. Thank you. Simple and straight forward. I know it wouldn't. Or if it did, it was not going to work. Why'd you think I posted this thread? Thanks for the bulletpoints though.
  3. @SubscribeEvent public static void onEvent(BreakEvent event) { if (event.equals(Block.getBlockFromName()) { System.out.println("GOTTEM"); } else { System.out.println("Didn't get em."); } } } Simply; I want to have it fire on whenever the player destroys a wheat block. I am having a hard time understanding from where I reference what block it is suppose to be true on. Looked around, could not find anything. Getting documentation for modding minecraft is surely not easy. Where do people begin?
  4. Hello. I don't often reach out to forums for help, I research to the best of my abilities to solve the issues at hand and ask friends who might know something. But this has really startled me. I have setup a Tekkit Classic Server on a machine running Ubuntu and planning on using it as 24/7 server. I use SSH to communicate with it, there by only terminal access (and I am not that experienced with terminals, but getting by). When I run the server .jar file I get thrown a [SEVERE] exception saying "Unable to process our input to locate the minecraft code". This along with some other gibberish. I can not find anything at all on the internet either by googling, duckduckgoing, binging or youtubeing and it's driving me mad. Normal vanilla minecraft server works flawless however. Does someone have anything to contribute to this madness? The forgeloader .log file: https://pastebin.com/PcvE0gwS The server .log file: https://pastebin.com/Up6N1bqL
×
×
  • Create New...

Important Information

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