Skip to content

Changelog

Version 1.81

  • Updated weapon class references to lia_ prefix (lia_axe, lia_pickaxe)
  • Standardized weapon naming for gathering tools

Version 1.8

  • Removed config.md and libraries.md documentation files for streamlined documentation
  • Removed separate config.lua file, integrated configuration into module
  • Updated server library with improved gathering mechanics
  • Enhanced gatherable entity functionality
  • Code cleanup and documentation optimization
  • Improved resource gathering and fishing systems

Version 1.7

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

Version 1.6

  • Added "log" item to tree gathering loot table
  • Added "stone" item to rock gathering loot table
  • Added new gatherable items: log, wood_plank, stone, and campfire

Version 1.5

  • Added comprehensive config and libraries 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