SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Advancements not loading #3241

Open FarmerMisShelley opened 3 years ago

FarmerMisShelley commented 3 years ago

I am currently running

Issue Description Advancements for everything besides vanilla minecraft aren't showing. I can't determine if this is a sponge issue as everytime I try to run the server w/o sponge, it won't load due to a file I cannot find that holds the entity human from sponge and when I try to run /fml confirm or likewise, the server will not continue running. Here is the error code when I try to run w/o sponge:

15.01 20:43:29 [Server] Server thread/INFO [FML]: Injecting existing registry data into this server instance 15.01 20:43:30 [Server] Server thread/INFO [FML]: Registry EntityEntry: Found a missing id from the world sponge:human 15.01 20:43:30 [Server] Server thread/ERROR [FML]: Unidentified mapping from registry minecraft:entities 15.01 20:43:30 [Server] Server thread/ERROR [FML]: sponge:human: 135 15.01 20:43:30 [Server] Server thread/WARN [FML]: Forge Mod Loader detected missing registry entries. 15.01 20:43:30 [Server] INFO If you continue the missing entries will get removed. 15.01 20:43:30 [Server] INFO A world backup will be automatically created in your saves directory. 15.01 20:43:30 [Server] INFO Missing minecraft:entities: 15.01 20:43:30 [Server] INFO sponge:human

My log: https://gist.github.com/FarmerMisShelley/ff90e07f6fdcd292601aebf28575b36e.js