Skip to content

Releases: MagmaGuy/FreeMinecraftModels

FreeMinecraftModels 1.4.0 SNAPSHOT

29 Jul 15:21
Compare
Choose a tag to compare
Pre-release

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

12 Apr 05:04
Compare
Choose a tag to compare
Pre-release
  • [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

01 Apr 03:37
Compare
Choose a tag to compare
1.2.0-SNAPSHOT-3 Pre-release
Pre-release
  • Fixed armor stand rotations not working
  • Fixed display entity rotations not working for 1.20+

FreeMinecraftModels 1.2.0-SNAPSHOT-2

28 Mar 22:26
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed error related to removing non-existing models

FreeMinecraftModels 1.2.0-SNAPSHOT-1

28 Mar 17:12
Compare
Choose a tag to compare
Pre-release

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:

22 Jan 14:40
Compare
Choose a tag to compare

FreeMinecraftModels 1.1.4 changelog:

  • Updated for 1.20.4 compatibility
  • Fixed hitboxes accidentally being half the size they were meant to be

FreeMinecraftModels 1.1.2 changelog

10 Dec 19:51
Compare
Choose a tag to compare

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

27 Nov 06:36
Compare
Choose a tag to compare

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

27 Nov 02:11
Compare
Choose a tag to compare

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!