mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-14 22:10:19 +02:00
- Added a new global function to the nether table that lets external mods tell us to update a player's Nether status based on the player's position. This function has been exposed to the console via a registered chat function. - Switched from NETHER as the global table to nether as the global table after discovering that nether was already being used in init.lua. - Switched from accessing function calls in the global table from table syntax to object syntax; as it looks cleaner.