- net.lugdunon.server.worldgen.defaults
/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.