Modding Help WorldMetadata????

Discussion in 'Starbound Modding' started by Noah Nebula, Dec 8, 2018.

  1. Noah Nebula

    Noah Nebula Sandwich Man

    Code:
    [Error] UniverseServer: Could not load celestial world 12576641:-431064069:-232529872:3, removing! Cause: (VersionedJsonException) VersionedJson identifier mismatch, expected 'WorldMetadata' but got ''
    This Error does not come up for me when I play.
    But it happens to other players, when they beam down to a volcanic planet they get teleported back to there ship.
    This is a dungeon issue but I'm not sure what is wrong.
    At the end of the error, it mentions that a WorldMetadata is empty. What is a WorldMetadata, and is that the problem?
     
  2. Noah Nebula

    Noah Nebula Sandwich Man

    {
    "op": "add",
    "path": "/surfacePlaceables/items/-",
    "value": {
    "mode": "floor",
    "priority": 2.0,
    "variants": 2,
    "distribution": "/biomes/distributions.config:randomEncounter",
    "type": "microdungeon",
    "microdungeons": [ "gaaptemple", "dioblyncamp"]
    }
    }
     

Share This Page