When switching my Limbo server from the 1.18 version to the 1.19 version, an error appeared telling me that it could not find the PacketPlayOutSpawnEntityLiving class. After a few tries I realized that it was because the mappings.json file stored locally was not updated. To avoid this kind of error, I made this fix to solve the problem by simply updating the mappings.json file and dimension_registry.json if the locally stored ones are different from the ones contained in the .jar.
When switching my Limbo server from the 1.18 version to the 1.19 version, an error appeared telling me that it could not find the
PacketPlayOutSpawnEntityLiving
class. After a few tries I realized that it was because themappings.json
file stored locally was not updated. To avoid this kind of error, I made this fix to solve the problem by simply updating themappings.json
file anddimension_registry.json
if the locally stored ones are different from the ones contained in the .jar.