Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] "Couldn't load tag as it is missing reference" error in logs on start of world creation #192

Open
DefinitelyNotFred opened this issue Jul 29, 2024 · 1 comment

Comments

@DefinitelyNotFred
Copy link

What happened?

As soon as I click "Create new world" in Minecraft, these errors show up in the log file.

BCLib

3.0.14

WorldWeaver

None

Fabric API

0.92.2+1.20.1

Fabric Loader

0.15.11

Minecraft

1.20.1

Relevant log output

[18:35:27] [Render thread/WARN]: [bclib] No Center Island Biomes found. Forcing use of vanilla center.
[18:35:27] [Render thread/WARN]: [bclib] No Center Island Biomes found. Forcing use of vanilla center.
[18:35:27] [Render thread/WARN]: [bclib] No Center Island Biomes found. Forcing use of vanilla center.
[18:35:27] [Render thread/WARN]: [bclib] No Center Island Biomes found. Forcing use of vanilla center.
[18:35:27] [Render thread/WARN]: [bclib] No valid BCLBiome Registry available!
[18:35:27] [Render thread/WARN]: [bclib] No valid Biome Registry available!
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag c:mycelium as it is missing following references: #c:nether_mycelium (from fabric)
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag c:nether_terrain as it is missing following references: #c:nether_mycelium (from fabric)
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag c:terrain as it is missing following references: #c:mycelium (from fabric), #c:nether_terrain (from fabric)
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag c:grass_soil as it is missing following references: #c:terrain (from fabric)
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag c:workstation/fisherman as it is missing following references: #c:barrel (from fabric)
[18:35:29] [Worker-Main-2/ERROR]: Couldn't load tag minecraft:mineable/axe as it is missing following references: #c:wooden_chests (from fabric), #c:wooden_composter (from fabric), #c:workbench (from fabric)

Other Mods

No other mods and a freshly generated config folder.
@DefinitelyNotFred
Copy link
Author

Full log file in case you want to see more context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant