Releases: MagmaGuy/FreeMinecraftModels
Releases · MagmaGuy/FreeMinecraftModels
FreeMinecraftModels 1.4.0 SNAPSHOT
FreeMinecraftModels 1.4.0 SNAPSHOT:
- [New] Added MagmaCore
- All commands were rewritten
- All configuration file systems were redone
- Many classes moved to the core library
- [New] Repository moved to http://magmaguy.com:50001/ , now self-hosted
- [New] Added optional synchronization with ResourcePackManager, which automatically merges and hosts the resource packs when FMM modifies them, even if the modification is done while the server is live (due to importing new content), and automatically distributes up-to-date packs. Use of ResourcePackManager is VERY HIGHLY RECOMMENDED.
FreeMinecraftModels 1.2.0-SNAPSHOT-4
- [New] Major rewrite of entire animation system (among others), fixes all reported issues
- [Fix] Fixed CME bug in watcher list
1.2.0-SNAPSHOT-3
- Fixed armor stand rotations not working
- Fixed display entity rotations not working for 1.20+
FreeMinecraftModels 1.2.0-SNAPSHOT-2
Changelog:
- Fixed error related to removing non-existing models
FreeMinecraftModels 1.2.0-SNAPSHOT-1
FreeMinecraftModels 1.2.0-SNAPSHOT-1:
- [New] Added display entities for server at 1.19.4 and later
- [New] All models are now packet-based and mostly async
- [New] If you use Floodgate, bedrock clients automatically get detected and are shown the armor stand version of the boss instead of the display entity version
- [New] FMM no longer uses CloudCommandFramework for commands, fixing some issues with both reloading the plugin and making it easier for other developers to use
- [New] Redid all the math for the plugin, fixing most of the jankiness of the old system
- [New] Rewrote most of plugin
FreeMinecraftModels 1.1.4 changelog:
FreeMinecraftModels 1.1.2 changelog
FreeMinecraftModels 1.1.2 changelog:
- Generally completely rewrote bone generation, models should now be 1:1 accurate no matter the total size of the model (as long as they are within the usual size restrictions)
- Fixed critical texture issue with some models
- Fixed critical bone issue with some models
FreeMinecraftModels 1.1.1
FreeMinecraftModels 1.1.1 changelog:
- Fixed issue where importing folders would throw the system into a loop
- Fixed error when looking at the sky while spawning a model
FreeMinecraftModels 1.1.0
Version 1.1.0 changelog:
- Added animations
- Added hitboxes
- Added dynamic entities
- The plugin can now be used as a replacement for ModelEngine for EliteMobs!