Skip to content

Changelog

Version 1.81

  • Renamed crafting station entity to lia_craftingstation for naming consistency
  • Configuration updates and improvements

Version 1.8

  • Removed config.md documentation file for streamlined documentation
  • Enhanced server library with additional crafting functionality (69+ lines added)
  • Updated client library with improved crafting mechanics
  • Modified configuration system and attributes
  • Enhanced workbench entity with improved functionality
  • Code cleanup and documentation optimization
  • Improved crafting station interactions and recipes

Version 1.7

  • Standardized all author and contact information
  • MODULE.author = "Samael"
  • MODULE.discord = "liliaplayer" → "@liliaplayer"
  • Updated all ENT.Author fields to "Samael"
  • Added ENT.Contact = "@liliaplayer" to all entity files
  • Code attribution consistency improvements

Version 1.6

  • Fixed font name in crafting progress panel (liaLargeFont → liaBigFont)
  • Improved error messages with "Unknown Item" fallback instead of raw item IDs
  • Enhanced crafting cancellation system with proper timer cleanup and server synchronization
  • Added crafting state validation to clear stale crafting states
  • Fixed file formatting issues

Version 1.5

  • Comment cleanup in server and client libraries for cleaner code
  • Added comprehensive config documentation

Version 1.4

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.3

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.2

  • Additional function name standardization to lowercase
  • Various internal function names standardized

Version 1.1

  • Standardized function names to camelCase
  • Various internal function names standardized

Version 1.0

  • Initial Release