Jump to content

Hieran_Del8

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • URL
    http://www.crazyleafgames.com
  • Personal Text
    Klaatu barada nikto.

Hieran_Del8's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Nevermind, it was a typo on my part. Some how I typed getClass() instead of getClient()... they look so similar... Oh well, I've learned to use eclipse better now.
  2. I'm new to Minecraft modding with FML, and I started following the preliminary tutorial available at: https://docs.google.com/document/d/1U1pgNbn0HIM8JY5fe1EV6Zxv20Hlo6UxkHeIU7NIMog/edit?pli=1 I've followed the code here, and the continuing code for creating your first block at: http://www.minecraftforge.net/wiki/Beginner_Tutorial_1:_Your_First_Block making the slight changes to the code from the recommendations at: http://www.minecraftforge.net/forum/index.php/topic,1425.msg12450.html#msg12450 But there is an error in resolving the symbol of 'theWorld' in this line of code in the ClientProxy (the google docs tutorial): return FMLClientHandler.instance().getClient().theWorld; What should that line be? I'm eager to get this working and begin mod development. Thank you for the replies. EDIT: Ah, I forgot my etiquette. Forge 4.0.0.217, JDK and JRE 1.7.0_06, Eclipse IDE for Java developers-Juno release. And I recognize that the google docs tutorial is still in its early stages--I'm just looking for tutorials to get started, and am grateful to the work that's been done on it so far. EDIT2: And MCP 7.2, with vanilla minecraft_server.jar and bin and resource folders, version 1.3.2.
×
×
  • Create New...

Important Information

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