This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released V1.5.10 | |
*ANOTHER new changelog format???* | |
Added Mods | |
- [AE2 Fluid Crafting Rework](<https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework>) => [2.6.6-r](<https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework/files/5751930>) (AE2 QoL) | |
- [AE2 Stuff Unofficial](<https://www.curseforge.com/minecraft/mc-mods/ae2-stuff-unofficial>) => [0.1.0](<https://www.curseforge.com/minecraft/mc-mods/ae2-stuff-unofficial/files/6706171>) (AE2 Stuff fork) | |
- [Better Pet Teleporting](<https://www.curseforge.com/minecraft/mc-mods/better-pet-teleporting>) => [1.1](<https://www.curseforge.com/minecraft/mc-mods/better-pet-teleporting/files/6496584>) (For real this time) | |
- [Crash Assistant](<https://www.curseforge.com/minecraft/mc-mods/crash-assistant>) => [1.9.13](<https://www.curseforge.com/minecraft/mc-mods/crash-assistant/files/6773818>) | |
- [Fantastic Lib](<https://www.curseforge.com/minecraft/mc-mods/fantastic-lib>) => [1.12.2.069](<https://www.curseforge.com/minecraft/mc-mods/fantastic-l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[command]] | |
literal = "kill @p" | |
triggers = [ "drowning" ] | |
[command.event] | |
name = "tick_active" | |
start = 220 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- The entire mod has been rewritten from scratch: | |
+ Switched to a multiversion/multiloader build for support of additional versions as well as easier and more consistent updates. Currently supported versions are as follows: | |
* 1.12.2 Forge | |
* 1.16.5 Fabric/Forge | |
* 1.18.2 Fabric/Forge | |
* 1.19.2 Fabric/Forge | |
* 1.19.4 Fabric/Forge | |
* 1.20.1 Fabric/Forge/NeoForge | |
* 1.20.4 Fabric/Forge/NeoForge | |
* 1.20.6 Fabric/Forge/NeoForge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- The entire mod has been rewritten from scratch | |
+ It is now both a multiversion API & multiversion modloader | |
+ Refactored most of the important core stuff into an api package | |
- Most classes that ended in Util now end in Helper and have been organized into packages that make more sense | |
- Reformatted and improved upon most Helper classes | |
- Ported, abstracted, and improved upon the Wrapperable system from Scriptify, the geometry render system from SleepLess, as well as various utility functions from some of my other projects | |
- Added a layering system for screens and widgets along with a number of new helper methods due to the many abstractions needed | |
I didn't keep up with the changelog for 0.4.0 very well during development. If you want the full scale dif see the comparison below. | |
https://github.com/TheComputerizer/The-Impossible-Library/compare/26b9f30..multiversion-attempt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Relocated most of the shaded dependencies for less incompatibilities with other mods | |
- An example channel is now generated if none are present | |
- Empty song folders are now generated for any channel whose song folder does not yet exist | |
- Fixed the mob_targeting parameter always passing | |
- Fixed some blacklist/whitelist issues with the mob trigger causing the MOB special case to not work correctly | |
- Fixed the BOSS special case for the mob trigger not deactivating properly after certain unconventional killing methods are used | |
- Fixed default values for list parameters not being applied | |
- Added a debug option for controlling whether or not music gets paused when the game is not in focus | |
- Fixed redirect parsing so that URLs can contain the = character | |
- Fixed high priority triggers that are part of a trigger combination blocking other triggers when all triggers of the combination are not active |