File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
common/src/main/resources Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "required" : true ,
3- "minVersion" : " 0.8" ,
43 "package" : " sh.okx.civmodern.common.mixins" ,
54 "compatibilityLevel" : " JAVA_17" ,
65 "mixins" : [],
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 common(project(path : " :common" , configuration : " namedElements" )) {
3232 transitive = false
3333 }
34- shadowCommon(project(path : " :common" , configuration : " transformProductionFabric " )) {
34+ shadowCommon(project(path : " :common" , configuration : " transformProductionForge " )) {
3535 transitive = false
3636 }
3737}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2048M
22
33minecraft_version =1.18.2
4+ enabled_platforms =fabric,forge
45
56archives_base_name =civmodern
6- mod_version =1.4.0
7+ mod_version =1.4.2
78maven_group =sh.okx.civmodern
89
9- architectury_version =4.1.32
10+ architectury_version =4.2.50
1011
1112# https://fabricmc.net/versions.html
1213fabric_loader_version =0.13.3
1314fabric_api_version =0.48.0+1.18.2
1415
15- forge_version =1.18.2-40.0.17
16+ forge_version =1.18.2-40.1.0
You can’t perform that action at this time.
0 commit comments