The entire changelog can be found here: https://euphoriapatches.com/changelogs
Changes
- Updated to Complementary Shaders r5.4 + Euphoria Patches 1.5.1
- Changed how the update checker gets the version internally
- If files have been removed, ensure the update checker does not crash the game if trying to modify said removed files. Just log an error
The entire changelog can be found here: https://euphoriapatches.com/changelogs
Changes
- Updated to Complementary Shaders r5.4 + Euphoria Patches 1.5.0
- Made a compatible version for 1.8.9 - 1.12.2 Forge
- Made a compatible version for 1.7.10 Forge
- Added the Euphoria Patches Version number in the config file
- Minor changes and additions + cleanup
Fixes
- Fixed CurseForge deleting Euphoria Patches shader files when updating a modpack by checking if files were deleted, and if this is the case, regenerate the shaderpack
- Fix temporary files accumulating by deleting them after they are no longer needed - I assumed windows would handle that but it will only delete temp files after your disk is almost full...
- Fix a very rare crash at shaderpack generation
The entire changelog can be found here: https://euphoriapatches.com/changelogs
Changes
- Updated to Complementary Shaders r5.4 + Euphoria Patches 1.5.0
- Made a compatible version for 1.8.9 - 1.12.2 Forge
- Made a compatible version for 1.7.10 Forge
- Added the Euphoria Patches Version number in the config file
- Minor changes and additions + cleanup
Fixes
- Fixed CurseForge deleting Euphoria Patches shader files when updating a modpack by checking if files were deleted, and if this is the case, regenerate the shaderpack
- Fix temporary files accumulating by deleting them after they are no longer needed - I assumed windows would handle that but it will only delete temp files after your disk is almost full...
- Fix a very rare crash at shaderpack generation
The entire changelog can be found here: https://euphoriapatches.com/changelogs
Changes
- Updated to Complementary Shaders r5.4 + Euphoria Patches 1.5.0
- Made a compatible version for 1.8.9 - 1.12.2 Forge
- Made a compatible version for 1.7.10 Forge
- Added the Euphoria Patches Version number in the config file
- Minor changes and additions + cleanup
Fixes
- Fixed CurseForge deleting Euphoria Patches shader files when updating a modpack by checking if files were deleted, and if this is the case, regenerate the shaderpack
- Fix temporary files accumulating by deleting them after they are no longer needed - I assumed windows would handle that but it will only delete temp files after your disk is almost full...
- Fix a very rare crash at shaderpack generation
Small bug fix
The entire changelog can be found here: https://euphoriapatches.com/changelogs
Changes
- Updated to Complementary Shaders r5.3 + Euphoria Patches 1.4.2
- Added an option to delete outdated Euphoria Patches versions
- The mod will check if the user by accident still has an older version of the mod in the mods folder. The older version will realize it is the older version and not run any code and the newer version will delete the older version automatically
Fixes
- Fix the mod sometimes stopping early during the extraction process because of a logic error