Adorn (Forge)

Adorn (Forge)

6M Downloads

Crash during worldgen: valid_spawn used before it was bound

matthew-cline opened this issue ยท 2 comments

commented

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.

commented

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 and fabric/libcd are incompatible.

This is a Fabric API bug with their generated datapacks. It also doesn't affect anything.

commented

Shouldn't affect Adorn in 1.16.3 anymore.