Posted March 20, 20169 yr In 1.8 my code for ore gen was pasted here. http://pastebin.com/9tXJxJSL However in 1.9, BlockHelper isin't found, so did they change it to something else, as I can't seem to find it. Thanks.
March 20, 20169 yr I don't recognize BlockHelper as a Forge class, but I don't have the code to check right now - are you sure it wasn't from a 3rd party library or something? Show the imports for your ore gen class from 1.8. http://i.imgur.com/NdrFdld.png[/img]
March 20, 20169 yr Did you try looking at WorldGenMinable ? In both 1.8.x and 1.9, the two-argument constructor calls the three-argument constructor with a default Predicate . In 1.8.x, this was BlockHelper ; in 1.9 it was renamed to BlockMatcher . Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.