Crash during worldgen: valid_spawn used before it was bound
matthew-cline opened this issue ยท 2 comments
Versions of Minecraft, Fabric and Adorn (and Kotlin)
- Adorn: Adorn 1.8.4 for 20w14a
- Minecraft: 20w14a
- Fabric Loader: 0.7.9+build.190-20w14a
- Fabric API: 0.5.8+build.316-1.16
- Fabric Kotlin: 1.3.61+build.1
Describe the bug
Generating a new 1.16 world with Adorn crashes pretty soon at the beginning with:
java.lang.IllegalStateException: Tag minecraft:valid_spawn used before it was bound
Also, according to the crash report, the data packs fabric/adorn
, fabric/fabric-mining-levels-v0
and fabric/libcd
are incompatible. Here is the crash report
Additional context
I completely deleted the config
directory tree, so there isn't any stale config files causing the problem.
The datapacks
and resourcepacks
directories are completely empty.
This seems to be a duplicate of MC-177225.
Also, according to the crash report, the data packs
fabric/adorn
,fabric/fabric-mining-levels-v0
andfabric/libcd
are incompatible.
This is a Fabric API bug with their generated datapacks. It also doesn't affect anything.