Posted October 19, 201410 yr "The method setBlockHarvestLevel(Block, String, int) is undefined for the type MinecraftForge" I'm unable to use this at all. Everything else so far has worked, but I don't understand why this one thing doesn't. It's placed in the correct place, just as in the tutorial, yet I keep getting this error.
October 19, 201410 yr Where are you trying to do this? If it's not inside the block class, put it there. It should look like [...] setBlockHarvestLevel("tool", toolTier; [...] Do not include [...] There's 10 types of people in this world; Those that understand binary and those that don't.
October 20, 201410 yr It is weird that it says "for the type MinecraftForge". MinecraftForge isn't a class as far as I know, so it seems that you're mistakenly trying to call the method from a class that doesn't exist. Anyway, post your code and the console message errors. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.