Skip to content

Commit 1835e7f

Browse files
Version bump 1.10
1 parent d1d5de1 commit 1835e7f

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.10] - 2024-08-10
2+
3+
Available versions:
4+
- Fabric: 1.21
5+
### Added
6+
7+
- Added Big Baby villager heads (#354).
8+
9+
### Changed/Fixed
10+
11+
- Added compatibility with "Detail Armor Bar" mod for Screen safe area and Hud opacity (Fix #279).
12+
- Fixed compatibility with AppleSkin mod for Screen safe area and Hud opacity (Fix #278).
13+
- Added option to hide hotbar selector overhang (black line below the selector that is visible with custom resource packs) (Fix #361).
14+
- Improved Sun Glare fidelity to better match bedrock edition (Fix #359):
15+
- Sun gets brighter.
16+
- Sky darkens with a bluer tint.
17+
- Clouds darkens a bit.
18+
- Apply sheep color to sheep heads before shearing (Fix #264).
19+
- Some features have been rewritten to use less invasive mixins, hopefully improving inter-mod compatibility.
20+
21+
122
## [1.9.7] - 2024-08-04
223

324
Available versions:

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ org.gradle.jvmargs=-Xmx2048m
66
loader_version=0.15.11
77

88
# Mod Properties
9-
mod_version = 1.9.7
9+
mod_version = 1.10
1010
maven_group = me.juancarloscp52
1111
archives_base_name = bedrockify
1212

1313
# Dependencies
14-
fabric_version=0.100.8+1.21
14+
fabric_version=0.102.0+1.21
1515
modmenu_version=11.0.1
1616
cloth_config_version=15.0.128
1717
apple_skin=mc1.21-3.0.5

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"depends": {
3636
"fabricloader": ">=0.15.7",
3737
"minecraft": "1.21.x",
38-
"java":">=17"
38+
"java":">=21"
3939
},
4040
"suggests": {
41-
"modmenu": ">=7.0.0"
41+
"modmenu": ">=11.0.0"
4242
},
4343
"conflicts": {
4444
"held-item-info": "*"

0 commit comments

Comments
 (0)