Upcoming Release

From LugdunonWiki
Revision as of 02:48, 15 August 2016 by Lugdunon (Talk | contribs)

Jump to: navigation, search
Engine Content: This information applies to the engine and therefore to all servers.

0.8.3


Last Updated: 14/08/2016


Mods altered in this update:

  • net.lugdunon.server.worldgen.defaults


Server mods altered in this update:


/etc files altered in this update:

  • commands.json
  • items.json


Release Notes:

  • Removed net.lugdunon.command.core.play.PlaceSlateCommand.
  • Removed net.lugdunon.command.core.play.PlaceTurfCommand.
  • Added net.lugdunon.command.core.play.PlaceGroundcoverCommand.
  • Phased placeable items can no longer be violated (by terrain layers or other placeable items).
  • Added net.lugdunon.state.item.action.SandActionHandler to the client-side code base.
  • net.lugdunon.state.item.action.SlateActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
  • net.lugdunon.state.item.action.TurfActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
  • Added net.lugdunon.state.item.PlaceableItemInstance.isPhased() to the server-side API.
  • "Pile of Sand" inventory item can now be placed upon the ground (including over water). Useful for getting off of a desert island, or reclaiming coastal land.