Posted June 26, 20178 yr I'm starting modding following the tutorial at this link: I'm creating a block as showed In the tutorial but eclipse give me some problems with the classes and I fixed it with Ctrl+Shift+O and then I have corrected other problems in the constructor page but in the main page appeared some other errors that I don't know how to fix. Can someone help me please? (I'm Italian)
June 26, 20178 yr With each error, learn (and fix) as much as you can from researching general Java questions before coming back here when you get stuck on the peculiarities of Forge. Also learn the Eclipse tool (what it's telling you and what you can explore in it) by searching general Eclipse questions. Before you get here, you should already have walked through source code of all the vanilla classes you're extending and methods you're calling. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.