Posted August 21, 201213 yr 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. Developer for HamsterRepublic OHRRPGCE. Moderator for d3dcoder.net forums. XAudio2 tutorial writer of win32developer.com. Languages: c++, javascript, html, xml, php, css, freebasic, java
August 22, 201213 yr Author 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. Developer for HamsterRepublic OHRRPGCE. Moderator for d3dcoder.net forums. XAudio2 tutorial writer of win32developer.com. Languages: c++, javascript, html, xml, php, css, freebasic, java
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.