iChunUtil 5.0.0 for Minecraft 1.8.0 released.

– Ported to Minecraft 1.8.0 (obviously)
– Most of the packages have been refactored.
– Removed most of Techne support in favour of Tabula support. Techne files can be read using Tabula’s importer class.
– The “Show more options” button in the Options menu can now be clicked on to go to iChunUtil’s options menus.
– MD5Checksum class has been moved into the IOUtil class.
– PacketHandler and ChannelHandler classes have been merged into a single class to ease packet sending and channel creation.
– Model recreation in ModelHelper now uses Tabula’s close to perfect model reconstruction.
– Fixed rendering of on-model controls on parent models when their child models are selected for Tabula.
– Added renderIBakedModel function for use of Tabula and BackTools.
– Added ModelBase comparison code.
– Packets now execute on the main tick thread instead of the networking thread to prevent ThreadCollision issues, with opt-out boolean.
– Configs have been revamped. Literally tossed out the window and rewritten from scratch.
– Tabula’s UI Core moved into iChunUtil for use of Keygrip and other mods.
– In-Game Config editor has been revamped to use Tabula’s UI Core.
– Packets are checked before being sent to ensure they are registered to prevent modder error.
– Fixed crash caused by other mods by registering a keybind too early.
– Added method to compress and decompress a String using GZIP.
– Input elements in Tabula’s UI Core now respond properly to mouse clicks.
– Added a random changelog line in here, cause I wonder how many people actually read these.
– Added FakeNetwork stuff to allow spawning of FakePlayers in the WorldServer.
– Added “attack entity with item” function to be used by non-player entities.
– Added obfuscation check to tell off users running the deobf version of the mod in a normal environment.
– Patron voxel aura no longer appears when the player is sleeping.
– Added a central “entity tracking” registry system, since several of my mods seem to use that. Patron voxel aura uses this now.
– Added “Compact Raw Porkchop” block to iChunUtil, can be disabled via config.
– Added a new Patron reward type.
– Updated localizations, many thanks to the translators, shoutout to Adaptivity for updating the Russian localizations for pretty much all my mods.
– Fixed authorsList in mcmod.info, thanks iLexiconn.

Comments are closed.