Technical
- Deprecated
ShadingSettingsScreen
, instead use the SpruceUI equivalent in the same subpackage - Deprecated
SimplyNoShadingClientMod
, instead use the direct subclass in the same subpackage - Separated the Build workflow into Push Build and Pull Request Build
- Formatter changes for line wrappings with chained functions and parameters
Changes
- Settings screen will always show the title screen panorama regardless of BedrockIfy being present.
Fixes
- #85 – Shading Settings Won't Save
- Support BedrockIfy 1.5.1
Technical
- Updated Gradle Wrapper to 7.6
- Cleaned and commented
build.gradle
, no longer relying on the extra scriptmods.gradle
- Formatting changed. ~I totally didn't lose the old configurations :')~
- Deprecated
SimplyNoShadingFabricSettingsScreen.BEDROCKIFY_LOADED
as it is no longer needed - Deprecated
SimplyNoShadingFabricSettingsScreen::canRenderPanorama
will now always returntrue
- Deprecated
SimplyNoShadingFabricSettingsScreen::shouldRenderDirtBackground
will now always returnfalse
- Attempts to fix for published releases being alpha
- Officially supports 1.19.2 (Its the 1.19 jar*, but tagged for 1.19.2)
- Removed some lines in the fabric.mod.json
- Updated build scripts
- Removed some lines in the fabric.mod.json
- Updated build scripts
- Finalizing publish action
View the changelog at: https://github.com/StartsMercury/simply-no-shading/wiki/Changelog#503-snapshot2
- Fixed version name format
- Include sources jar
A test version automatically uploaded as a test
- Compatibility with The Settings Screen and BedrockIfy Panoramas
- Fixed an issue where All Shading Option won't show on The Settings Screen
- Updated Logging Code