Jump to content

johnfg12

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

johnfg12's Achievements

Tree Puncher

Tree Puncher (2/8)

-1

Reputation

  1. anyone know how i would do this cause there doesnt seem to be something for it in CommandBase
  2. me again, i decided to add a calculator command to my mod only issue is im getting a error and i cant work out how to solve it code is below i get The method processCommand(ICommandSender, double, String, double) of type Calculator must override or implement a supertype method and cant work out how to solve it any help will be greatly appreciated http://pastebin.com/3MLWv5Nq
  3. i get the feeling this is not the proper way to do it or am i wrong?
  4. hello, i am attempting to make a crate one issue from my goggling no one is covering 1.7.10 containers im new at modding and would appreciate the help
  5. BlockHelper.forBlock doesnt exist anymore from what i can tell ohh i got it its BlockStateMatcher.forBlock(block) i think
  6. it wants The constructor WorldGenMinable(Block, int, Block) is block int block but it should have that
  7. heres the gist link https://gist.github.com/johnfg12/3cc6512dba006797ff1791890cad710e the main issue is with this line WorldGenMinable worldgenminable = new WorldGenMinable(block, maxVeinSize, generateIn); the second part new WorldGenMinable(block, maxVeinSize, generateIn); gives me a error saying The constructor WorldGenMinable(Block, int, Block) is undefined. as im really new to this i cant work out how to sort this error out any help would be greatly appreciated thanks
  8. hello, just got a quick question what is IIcon in 1.9?
  9. is this a normal issue is there anything i can do about it http://pastebin.com/sw0U4xTy
  10. https://gist.github.com/johnfg12/550206abce0a3d8f7670
  11. well Ive had more deceptive errors i just ran the /mt reload command and this happens is there any way i can get more info from forge? or any way to stop it discarded errors? [22:10:08] [server thread/INFO] [FML/]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded. [22:10:08] [server thread/INFO] [FML/]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
×
×
  • Create New...

Important Information

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