architectury / architectury-api

An intermediary api aimed at easing development of multiplatform mods.
https://discord.architectury.dev/
GNU Lesser General Public License v3.0
315 stars 56 forks source link

Unable to find minecraft worldgen ResourceLocal during registration for worldgen #434

Closed baka4n closed 1 year ago

baka4n commented 1 year ago

Caused by: java.lang.IllegalArgumentException: Registry ResourceKey[minecraft:root / minecraft:worldgen/configured_feature] does not exist! image

baka4n commented 1 year ago

image image

Juuxel commented 1 year ago

Configured features should be registered using data packs, not direct registration in code, as it's a dynamic registry.