File tree Expand file tree Collapse file tree
src/main/java/com/github/minecraft_ta/totaldebug Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 release_name : Release ${{ github.ref }}
3131 body : |
3232 Changes in this Release
33- - Fix search reference not working
33+ - Added packet logger
34+ - Added viewing of individual packets
3435 draft : false
3536 prerelease : false
3637 - name : Upload jars to release
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
1515apply plugin : ' com.github.johnrengelman.shadow'
1616
1717group = ' com.github.minecraft_ta'
18- version = ' 1.6.1 '
18+ version = ' 1.7.0 '
1919archivesBaseName = ' TotalDebug'
2020
2121sourceCompatibility = targetCompatibility = compileJava. sourceCompatibility = compileJava. targetCompatibility = ' 1.8'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class TotalDebug {
3232
3333 public static final String MOD_ID = "total_debug" ;
3434 public static final String MOD_NAME = "TotalDebug" ;
35- public static final String VERSION = "1.6.1 " ;
35+ public static final String VERSION = "1.7.0 " ;
3636
3737 @ Mod .Instance (MOD_ID )
3838 public static TotalDebug INSTANCE ;
You can’t perform that action at this time.
0 commit comments