- net.lugdunon.world.defaults.compendium
Server mods altered in this update:
- net.lugdunon.server.worldgen.defaults
- net.lugdunon.server.worldgen.procedural
/etc files altered in this update:
- items.json
- proceduralNpcs.json
- recipes.json
- vendors.json
Release Notes:
- Updated all artifact.ldn files to point to new repository.
- Updated all server.mod.json files to point to new repository.
- Updated all mod.json files to point to new repository.
- Updated list.ldd release check to point to downloads.lugdunon.net.
- Updated all download links at http://lugdunon.net/downloads.html to point to http://downloads.lugdunon.net.
- net.lugdunon.command.core.ConnectToServerCommand now takes the fact that politics are optional into account.
- net.lugdunon.server.mod.ServerMod will now serve up a fatal error if a required lib fails to load.
- Fixed an issue with net.lugdunon.server.worldgen.BaseWorldGen that was causing user-defined custom configurations to not be recognized.
- Fixed an issue with net.lugdunon.state.character.procedural.ProceduralNpcDefinitions that was causing servers without procedural npcs defined to fail on startup.
- Downgraded severity of the log statement informing of a failure to alter faction standing for an npc's death which was unaffiliated with a settlement.
- net.lugdunon.world.biome.dynamic.DynamicBiome now has a customizable (via a config property named updateInterval) update interval. Defaults to 30 seconds.
- Added net.lugdunon.world.biome.Biome.hasArg(String key) to the server-side API.
- Added worth to ITEM.BRIDGE.WOOD.SIMPLE.
- Added a stub proceduralNpcs.json to the default world gen.
- Added overwrite / append rules for proceduralNpcs.json file to procedural world gen.
- Removed recipes from the default world gen that were particular to the GSC currency mod (MOLD.COIN, BLANK.COIN, COIN.COPPER, COIN.SILVER, COIN.GOLD).
- net.lugdunon.world.defaults.compendium.spells.CodexRESTHandler now filters out NPC only spells when providing spell list to client.