File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed
fabric/src/main/resources Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Changelog to track updates for this mod.
1414### Removed
1515
1616### Fixed
17-
17+ - Fixed wrong premise mod version
1818### Security
1919
2020## [ 3.7.0-alpha.1] - 2023-07-01
Original file line number Diff line number Diff line change 3434 "depends" : {
3535 "fabric" : " *" ,
3636 "minecraft" : " >=1.20" ,
37- "architectury" : " >=8.1.73 " ,
38- "cloth-config2" : " >=10 .0.96 "
37+ "architectury" : " >=9.0.8 " ,
38+ "cloth-config2" : " >=11 .0.99 "
3939 },
4040 "custom" : {
4141 "modmenu" : {
Original file line number Diff line number Diff line change 11modLoader = " javafml"
2- loaderVersion = " [45 ,)"
2+ loaderVersion = " [46 ,)"
33issueTrackerURL = " https://github.com/TeamFelnull/OtyacraftEngine/issues"
44license = " GNU LGPLv3"
55
@@ -23,27 +23,27 @@ catalogueImageIcon = "icon.png"
2323[[dependencies .otyacraftengine ]]
2424modId = " forge"
2525mandatory = true
26- versionRange = " [44 ,)"
26+ versionRange = " [46 ,)"
2727ordering = " NONE"
2828side = " BOTH"
2929
3030[[dependencies .otyacraftengine ]]
3131modId = " minecraft"
3232mandatory = true
33- versionRange = " [1.19.4 ,)"
33+ versionRange = " [1.20 ,)"
3434ordering = " NONE"
3535side = " BOTH"
3636
3737[[dependencies .otyacraftengine ]]
3838modId = " architectury"
3939mandatory = true
40- versionRange = " [8.1.73 ,)"
40+ versionRange = " [9.0.8 ,)"
4141ordering = " AFTER"
4242side = " BOTH"
4343
4444[[dependencies .otyacraftengine ]]
4545modId = " cloth_config"
4646mandatory = true
47- versionRange = " [10 .0.96 ,)"
47+ versionRange = " [11 .0.99 ,)"
4848ordering = " NONE"
4949side = " BOTH"
Original file line number Diff line number Diff line change 11{
22 "pack" : {
33 "description" : " Otyacraft Engine" ,
4- "pack_format" : 12 ,
5- "forge:resource_pack_format" : 12 ,
6- "forge:data_pack_format" : 10
4+ "pack_format" : 15
75 }
86}
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx6152M
33# Environment
44minecraft_version =1.20
5- support_versions =1.20
5+ support_versions =1.20,1.20.1
66enabled_platforms =fabric,forge
77# Mod
88archives_base_name =otyacraftengine
99mod_display_name =OtyacraftEngine
10- mod_version =3.7.0-alpha.1
10+ mod_version =3.7.0-alpha.2
1111# Dependencies
1212architectury_version =9.0.8
1313fabric_loader_version =0.14.21
You can’t perform that action at this time.
0 commit comments