Jump to content

1.16 Ore generation.


GhostGamesFSM

Recommended Posts

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 by GhostGamesFSM
Link to comment
Share on other sites

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 by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.