File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414        java : [ 
1515          21     #  Minimum
1616        ] 
17-         os : [ubuntu-20 .04] 
17+         os : [ubuntu-24 .04] 
1818    runs-on : ${{ matrix.os }} 
1919    steps :
2020      - name : Checkout repository 
2121        uses : actions/checkout@v4 
2222        with :
2323          fetch-depth : 0 
2424      - name : Validate Gradle wrapper 
25-         uses : gradle/wrapper-validation-action@v2  
25+         uses : gradle/actions/ wrapper-validation@v4  
2626      - name : Setup JDK ${{ matrix.java }} 
2727        uses : actions/setup-java@v4 
2828        with :
Original file line number Diff line number Diff line change 1515        #  Use these Java versions
1616        java : [21] 
1717        #  and run on both Linux and Windows
18-         os : [ubuntu-20 .04] 
18+         os : [ubuntu-24 .04] 
1919    runs-on : ${{ matrix.os }} 
2020    steps :
2121      - name : Checkout repository 
3636name : Fetch tags 
3737        run : git fetch --tags 
3838      - name : Validate Gradle wrapper 
39-         uses : gradle/wrapper-validation-action@v2  
39+         uses : gradle/actions/ wrapper-validation@v4  
4040      - name : Setup JDK ${{ matrix.java }} 
4141        uses : actions/setup-java@v4 
4242        with :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ loader_version=0.16.9
99fabric_version =0.114.3+1.21.4 
1010
1111#  Terraform modules
12- terraform_biome_remapper_api_version =13.0.0-beta.1  
13- terraform_shapes_api_version =13.0.0-beta.1  
14- terraform_surfaces_api_version =13.0.0-beta.1  
15- terraform_wood_api_version =13.0.0-beta.1  
12+ terraform_biome_remapper_api_version =13.0.0 
13+ terraform_shapes_api_version =13.0.0 
14+ terraform_surfaces_api_version =13.0.0 
15+ terraform_wood_api_version =13.0.0 
1616
1717#  Biolith for worldgen module and testing
18- biolith_version =3.2.0  
18+ biolith_version =3.2.7  
1919
2020#  Other Things
2121clothconfig_version =17.0.144 
Original file line number Diff line number Diff line change 3737  "depends" : {
3838    "fabricloader" : " >=0.15.3" 
3939    "fabric-api" : " >=0.77.0" 
40-     "minecraft" : " >=1.21.4 <1.22 " 
40+     "minecraft" : " >=1.21.4 <1.21.5 " 
4141    "cloth-config" : " *" 
4242  }
4343}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments