File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed 
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ## Version 1.4.0 for MC 1.19.2  
2+ 
3+ -  Updated mod to 1.19.2
4+ 
15## Version 1.4.0 for MC 1.18.2  
26
37-  Updated mod to 1.18.2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717}
1818apply plugin : ' net.minecraftforge.gradle' 
1919
20- version =  ' 1.4.0-MC1.18 .x' 
20+ version =  ' 1.4.0-MC1.19 .x' 
2121group =  ' dev.gallon.aimassistance'   //  http://maven.apache.org/guides/mini/guide-naming-conventions.html
2222archivesBaseName =  ' aimassistance' 
2323
@@ -26,7 +26,7 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17)
2626println (' Java: '   +  System . getProperty(' java.version'  ) +  '  JVM: '   +  System . getProperty(' java.vm.version'  ) +  ' ('   +  System . getProperty(' java.vendor'  ) +  ' ) Arch: '   +  System . getProperty(' os.arch'  ))
2727
2828minecraft  {
29-     mappings channel : ' official'  , version : ' 1.18 .2' 
29+     mappings channel : ' official'  , version : ' 1.19 .2' 
3030
3131    runs {
3232        client {
@@ -57,6 +57,6 @@ repositories {
5757}
5858
5959dependencies  {
60-     minecraft ' net.minecraftforge:forge:1.18 .2-40 .1.0 ' 
61-     compileOnly fg. deobf(' curse.maven:controllable-317269:3936914 '  )
60+     minecraft ' net.minecraftforge:forge:1.19 .2-43 .1.1 ' 
61+     compileOnly fg. deobf(' curse.maven:controllable-317269:3936915 '  )
6262}
Original file line number Diff line number Diff line change 11modLoader =" javafml" 
2- loaderVersion =" [40 ,)" 
2+ loaderVersion =" [43 ,)" 
33issueTrackerURL =" https://github.com/lilgallon/AimAssistanceMod/issues" 
44license =" MIT License" 
55
66[[mods ]]
77modId =" aimassistancemod" 
88version =" 1.4.0" 
99displayName =" Aim Assistance" 
10- updateJSONURL =" https://raw.githubusercontent.com/lilgallon/AimAssistanceMod/MC_1.18 .x/update.json" 
10+ updateJSONURL =" https://raw.githubusercontent.com/lilgallon/AimAssistanceMod/MC_1.19 .x/update.json" 
1111displayURL =" https://github.com/lilgallon/AimAssistanceMod/" 
1212#  logoFile="examplemod.png"
1313#  credits="someone"
Original file line number Diff line number Diff line change 11{
22  "homepage" : " https://github.com/lilgallon/AimAssistanceMod/releases"  ,
33  "promos" : {
4+     "1.19.2-latest" : " 1.4.0"  ,
5+     "1.19.2-recommended" : " 1.4.0"  ,
46    "1.18.2-latest" : " 1.4.0"  ,
57    "1.18.2-recommended" : " 1.4.0"  ,
68    "1.16.3-latest" : " 1.4.0"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments