File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 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
324Available versions:
Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff line change 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" : " *" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments