Skip to content

2.4.81-beta-MC1.7.10 (Release Candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@shadowmage45 shadowmage45 released this 23 Dec 02:45
· 28 commits to master since this release

Change Log:

  • CHANGE - restructure bard song stuff -- move song-data class into core, as it will also be used by structure module in song-block
  • FIX - save out the tune index...just to help with long playlists not restarting every time the block is reloaded / server restarts
  • NEW - add faction-based NPC bards, definition and registration.
  • NEW - add zh_TW localization
  • CHANGE - delay generation in chunks, defer to tick-handler. Also delay structure generation with tick handler. Closes #150
  • NEW - add a command to disable NPC ai on a persistent per-world basis. Should be useful for build-worlds to disable NPC AI for setting up structures. (/awnpcdebug)
  • CHANGE - reassign default value for factions for new players. Was 0, now -50. Should result in all NPCs being hostile towards players until they have done some work to improve their standing (trading with faction-owned traders). (Will not effect existing worlds, new worlds only; may need config file regenerated)
  • FIX - add ladder block->item meta remap for survival-mode structures. Should resolve issues of structures being un-buildable in drafting station when the template calls for ladders.
  • FIX - fix crash bug with instant structure builder when click on air
  • add template rule for windmill blade blocks, flywheel storage blocks. add windmill control block to list of torque-tiles registered for regular torque-tile block rule. Fixes windmills not generating properly
    in structure system.
  • FIX - clean up handling of empty/air blocks in ticked structure builder. Closes #192
  • CHANGE - ticked structure builder now does an initial pass to clear the build-area of any existing blocks (not re-validated once cleared). Each block cleared will drop the item for that block and consume energy. HINT: It may pay off to pre-clear the area where these structure builders will be used!
  • FIX - fix up vanilla logic template rule type assignment being overwritten by awautomationlogic assignment, should be backwards compatible, and future templates should be more conformant
  • FIX - fix wrong loading of town-map data.
  • FIX - fix default assignment of town-gen flag in config file (default=true) (may need to regen config/change manually)