diff --git a/changelog.md b/changelog.md index 37dfc16..2d6fe74 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,24 @@ +## [1.10] - 2024-08-10 + +Available versions: +- Fabric: 1.21 +### Added + +- Added Big Baby villager heads (#354). + +### Changed/Fixed + +- Added compatibility with "Detail Armor Bar" mod for Screen safe area and Hud opacity (Fix #279). +- Fixed compatibility with AppleSkin mod for Screen safe area and Hud opacity (Fix #278). +- Added option to hide hotbar selector overhang (black line below the selector that is visible with custom resource packs) (Fix #361). +- Improved Sun Glare fidelity to better match bedrock edition (Fix #359): + - Sun gets brighter. + - Sky darkens with a bluer tint. + - Clouds darkens a bit. +- Apply sheep color to sheep heads before shearing (Fix #264). +- Some features have been rewritten to use less invasive mixins, hopefully improving inter-mod compatibility. + + ## [1.9.7] - 2024-08-04 Available versions: diff --git a/gradle.properties b/gradle.properties index 92fdf4d..dad6245 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,12 +6,12 @@ org.gradle.jvmargs=-Xmx2048m loader_version=0.15.11 # Mod Properties - mod_version = 1.9.7 + mod_version = 1.10 maven_group = me.juancarloscp52 archives_base_name = bedrockify # Dependencies - fabric_version=0.100.8+1.21 + fabric_version=0.102.0+1.21 modmenu_version=11.0.1 cloth_config_version=15.0.128 apple_skin=mc1.21-3.0.5 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6368e2e..57f8843 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,10 +35,10 @@ "depends": { "fabricloader": ">=0.15.7", "minecraft": "1.21.x", - "java":">=17" + "java":">=21" }, "suggests": { - "modmenu": ">=7.0.0" + "modmenu": ">=11.0.0" }, "conflicts": { "held-item-info": "*"