Posted January 2, 20205 yr So, I want to generate ores in 1.15, but I can't find any resources on how to do that in 1.15, and resources based on 1.14 do not work. How would I go about generating my ore?
January 2, 20205 yr There aren't any resources because 1.15 is so new most modders haven't had a chance to poke around yet. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 2, 20205 yr Hi, I am not saying mine is the best code, but it is a working example of working worldgen for ores in 1.15.1. https://github.com/kwpugh/gobber/blob/1.15/src/main/java/com/kwpugh/gobber2/world/OreGenerator.java It works in Overworld, Nether, and The End. Good luck.
January 3, 20205 yr Author 9 hours ago, kwpugh said: Hi, I am not saying mine is the best code, but it is a working example of working worldgen for ores in 1.15.1. https://github.com/kwpugh/gobber/blob/1.15/src/main/java/com/kwpugh/gobber2/world/OreGenerator.java It works in Overworld, Nether, and The End. Good luck. After looking into this a bit more, I do have some more questions. Where would the genralmodconfig file that the file references be, and how would that be set up? (sorry, haven't done this since 1.12.2).
January 3, 20205 yr 3 minutes ago, SquaadZulu said: Where would the genralmodconfig file that the file references be, and how would that be set up? Well, such things have to be listed in the imports, but its not, which means its in the same package. Oh, so it is. https://github.com/kwpugh/gobber/tree/1.15/src/main/java/com/kwpugh/gobber2/world Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 3, 20205 yr Author Found the referenced file, and it clears up a bunch of stuff. I might be able to take it from here. Thanks for the help.
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.