Skip to content

Releases: CMSC-389E/mod-and-testing-framework

1.15.2-2.1.0.0

14 Feb 06:17
Compare
Choose a tag to compare

-Improve performance (potentially).
-Fix potential issues related to parallel streams.
-Add WorldEdit to whitelisted mods. Actual compatibility while using it is not guaranteed. It could mess up your project if used for all I know.

1.15.2-2.0.1.0

29 Jan 06:16
Compare
Choose a tag to compare

-Restrict non-op player permissions. Players must now have op permission in a multiplayer server in order to change node tags, toggle nodes on or off, place or break blocks, and use any of the mod's added commands.

1.15.2-2.0.0.0

29 Jan 00:43
Compare
Choose a tag to compare

-Fixed /submit finally. It should now work properly as it is over a third party library instead of my own code.
-Updated semester information and links to new Spring 2021 class page.
-Disabled other dimensions apart from the Overworld.
-Node tags are now correctly synced between the server and client. This fixes some strange behavior in multiplayer servers.
-Added keys to cycle backwards through tags for a highlighted node (default 'G') and to toggle a highlighted node on and off (default 'R'). These can be changed in the vanilla controls menu.
-Added default settings to servers as well as clients. The Superflat world is unfortunately not Redstone Ready on the server due to limitations in the Minecraft code. To reset the modified settings to default, just change the 'reset-props' option in 'server.properties' to 'true' or completely delete it.
-Finally added a mod description to the in game mod menu.
-Configuration files will now always unload and reload when switching worlds in the client. This fixes some edge cases where it did not, in fact, do this.
-Performance improvements.

1.15.2-1.0.0.0

18 Sep 20:01
93db953
Compare
Choose a tag to compare

-Add checks for problems loading test files.
-Change default world settings to be more redstone-friendly.
-Fix testing delay.
-Fix stop command.
-Add testing summary.
-Fix version information.

1.15.2-0.0.1.1

25 Aug 22:58
Compare
Choose a tag to compare
1.15.2-0.0.1.1 Pre-release
Pre-release

Fix Apache HttpClient Mime embedding

1.15.2-0.0.1.0

24 Aug 03:31
Compare
Choose a tag to compare
1.15.2-0.0.1.0 Pre-release
Pre-release

Initial 1.15.2 release. Currently WIP.