Skip to content

1.19.3 OreGen / ConfiguredFeature Usage #2793

Discussion options

You must be logged in to vote

I don't know if there are any tutorials for 1.19.3 yet?

You can find this example in the fabric api testsuite:
https://github.com/FabricMC/fabric/blob/1.19.3/fabric-biome-api-v1/src/testmod/java/net/fabricmc/fabric/test/biome/WorldgenProvider.java

But you know you can just put your configured/placed features in json files in your src/main/resources/data
Your mod is a datapack so all the normal rules apply.

Docs for datapacks: https://minecraft.fandom.com/wiki/Data_pack

A"gui" to help you generate them:
https://misode.github.io/

Vanilla's iron generation as json files:
https://github.com/misode/mcmeta/blob/data/data/minecraft/worldgen/configured_feature/ore_iron.json
https://github.com/mis…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rshchekotov
Comment options

Answer selected by rshchekotov
Comment options

You must be logged in to vote
1 reply
@rshchekotov
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants