Skip to content

Instantly share code, notes, and snippets.

View TheComputerizer's full-sized avatar

The_Computerizer TheComputerizer

View GitHub Profile
@TheComputerizer
TheComputerizer / 0.LATEST.txt
Last active July 18, 2025 20:18
V1 Changelogs for Dimension Hopper: The Fall
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
@TheComputerizer
TheComputerizer / commands.toml
Created April 5, 2025 20:23
Music Triggers V7 Example
[[command]]
literal = "kill @p"
triggers = [ "drowning" ]
[command.event]
name = "tick_active"
start = 220
@TheComputerizer
TheComputerizer / Music Triggers 7.0.0 Changelog.txt
Last active March 31, 2025 05:05
Information for the V7 release of Music Triggers
- 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
@TheComputerizer
TheComputerizer / The Impossible Library 0.4.0 Changelog.txt
Last active March 31, 2025 02:16
Information for the 0.4.0 release of The Impossible Library
- 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
@TheComputerizer
TheComputerizer / changelog.txt
Created March 25, 2023 08:31
Music Triggers 6.1 Changelog
- 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