Posted March 2, 20214 yr Hi modders, I'm making a mod with custom tools and stuff and I needed ores for that too. I have that now too, but I don't know how I spawn (generate) those ores in the world. I did watch a tutorial for this but that was in 1.15.2 and that doesn't work for my 1.16 mod. Can somebody help me with this? Edited March 2, 20214 yr by GhostGamesFSM
March 2, 20214 yr Why using a font so big that one has to go back and forth to read a single line of text? 😪 So, once you have your ore feature registered (which, from what you said, i assume you have, correct me if i am wrong), you can add it to all biomes, or just some of them, in the BiomeLoadingEvent Edited March 2, 20214 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 3, 20214 yr Author 15 hours ago, Beethoven92 said: Why using a font so big that one has to go back and forth to read a single line of text? 😪 So, once you have your ore feature registered (which, from what you said, i assume you have, correct me if i am wrong), you can add it to all biomes, or just some of them, in the BiomeLoadingEvent sorry for the txt, but thanks for the comment. I don't have a BiomeLoadingEvent, but I just have to see how I do that. When I have that I send you a message if that works.
March 3, 20214 yr If you don't have BiomeLoadingEvent i suggest you upgrade to a newer forge version. Here you can find some example on how to use the BiomeLoadingEvent: https://github.com/Beethoven92/BetterEndForge/blob/master/src/main/java/mod/beethoven92/betterendforge/common/event/forge/BiomeModification.java Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 3, 20214 yr Author 1 minute ago, Beethoven92 said: If you don't have BiomeLoadingEvent i suggest you upgrade to a newer forge version. Here you can find some example on how to use the BiomeLoadingEvent: https://github.com/Beethoven92/BetterEndForge/blob/master/src/main/java/mod/beethoven92/betterendforge/common/event/forge/BiomeModification.java Hello, I'm working on version 1.16.4 or should I upgrade to 1.16.5?
March 3, 20214 yr You can work in 1.16.4 if you wish so. Anyway the BiomeLoadingEvent should for sure be available to you Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 3, 20214 yr Author 1 minute ago, Beethoven92 said: You can work in 1.16.4 if you wish so. Anyway the BiomeLoadingEvent should for sure be available to you okay, Thank you!
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.