File tree Expand file tree Collapse file tree
src/main/java/bleach/hack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx4G
33
44# Fabric Properties
55 # check these on https://fabricmc.net/use
6- minecraft_version =1.15
7- yarn_mappings =1.15+build.2
8- loader_version =0.7.2+build.174
6+ minecraft_version =1.15.1
7+ yarn_mappings =1.15.1 +build.3
8+ loader_version =0.7.2+build.175
99
1010# Mod Properties
11- mod_version = 6.9
11+ mod_version = 4.20
1212 maven_group = bleach.hack
1313 archives_base_name = bleachhack
1414
Original file line number Diff line number Diff line change 1111
1212public class BleachHack implements ClientModInitializer {
1313
14- public static String VERSION = "B11" ;
15- public static int INTVERSION = 15 ;
14+ public static String VERSION = "B11.1 " ;
15+ public static int INTVERSION = 16 ;
1616 public static EventBus eventBus ;
1717
1818 @ Override
Original file line number Diff line number Diff line change 1- B11
2- 15
1+ B11.1
2+ 16
You can’t perform that action at this time.
0 commit comments