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
View the changelog at: https://github.com/StartsMercury/simply-no-shading/wiki/Changelog#503-snapshot2
Fixed a crash caused when reading malformed config json (#65)