Skip to content

Commit

Permalink
Version bump 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarloscp52 committed Aug 10, 2024
1 parent d1d5de1 commit 1835e7f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down

0 comments on commit 1835e7f

Please sign in to comment.