Posted October 31, 2024 by Alberto Albino
Update 1.17 is finally here!
Here are the changes in this update:
Content:
Map Rework: The map contains new information!
Console Rework: The console system has been given a nice, new, shiny coat of paint!
Bug Fixes:
Reworked Item pickup system.
Fixed mob teleportation.
Fixed commands not working.
Fixed NBT errors.
Fixed Map Icon location.
Technical Stuff:
Item pickup system reworked: Items will now be picked up through a brand new system, which allows for much simpler code and reliability, since before you could lose items when the inventory was full.
Map framework: There is now a brand new framework for the map, allowing for icons to be displayed on it.
Console framework: This is probably the biggest one. You can now easily add custom console commands to the command script allowing for a lot of cool stuff! The console also supports debugging, allowing for easier modding.
Code optimization: A lot, if not most of the game's code has been optimized to fit the new, powerful system of frameworks. Very nice!
Other minor improvements.