File tree 4 files changed +4
-4
lines changed
src/main/java/me/modmuss50/rebornstorage/lib
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
release_name : Release ${{ github.ref }}
36
36
body : |
37
37
Changes in this Release
38
- - More Refined Storage 2.2.2 compatibility
38
+ - More Refined Storage 2.2.4 compatibility
39
39
draft : false
40
40
prerelease : false
41
41
- name : Upload jars to release
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ minecraft {
62
62
}
63
63
64
64
dependencies {
65
- compile(' com.github.tth05:morerefinedstorage:5ba10e6 ' ) {
65
+ compile(' com.github.tth05:morerefinedstorage:v2.2.4 ' ) {
66
66
transitive = false
67
67
}
68
68
Original file line number Diff line number Diff line change 1
1
forge_version =1.12.2-14.23.5.2847
2
- mod_version =3.3.5.1
2
+ mod_version =3.3.5.2
3
3
minecraft_version =1.12.2
4
4
group_id =rebornstorage
5
5
mod_name =RebornStorage
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class ModInfo {
7
7
public static final String MOD_ID = "rebornstorage" ;
8
8
public static final String MOD_NAME = "Reborn Storage" ;
9
9
public static final String MOD_VERSION = "@VERSION@" ;
10
- public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.2 ,);" ;
10
+ public static final String MOD_DEPENDENCIES = "required-after:reborncore;required-after:refinedstorage@[2.2.4 ,);" ;
11
11
public static final String COMMON_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.CommonProxy" ;
12
12
public static final String CLIENT_PROXY_LOC = "me.modmuss50.rebornstorage.proxys.ClientProxy" ;
13
13
}
You can’t perform that action at this time.
0 commit comments