Skip to content

Commit

Permalink
3.7.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Jul 1, 2023
1 parent a55894f commit ae37adf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog to track updates for this mod.
### Removed

### Fixed

- Fixed wrong premise mod version
### Security

## [3.7.0-alpha.1] - 2023-07-01
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"depends": {
"fabric": "*",
"minecraft": ">=1.20",
"architectury": ">=8.1.73",
"cloth-config2": ">=10.0.96"
"architectury": ">=9.0.8",
"cloth-config2": ">=11.0.99"
},
"custom": {
"modmenu": {
Expand Down
10 changes: 5 additions & 5 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[45,)"
loaderVersion = "[46,)"
issueTrackerURL = "https://github.com/TeamFelnull/OtyacraftEngine/issues"
license = "GNU LGPLv3"

Expand All @@ -23,27 +23,27 @@ catalogueImageIcon = "icon.png"
[[dependencies.otyacraftengine]]
modId = "forge"
mandatory = true
versionRange = "[44,)"
versionRange = "[46,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.otyacraftengine]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.4,)"
versionRange = "[1.20,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.otyacraftengine]]
modId = "architectury"
mandatory = true
versionRange = "[8.1.73,)"
versionRange = "[9.0.8,)"
ordering = "AFTER"
side = "BOTH"

[[dependencies.otyacraftengine]]
modId = "cloth_config"
mandatory = true
versionRange = "[10.0.96,)"
versionRange = "[11.0.99,)"
ordering = "NONE"
side = "BOTH"
4 changes: 1 addition & 3 deletions forge/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"pack": {
"description": "Otyacraft Engine",
"pack_format": 12,
"forge:resource_pack_format": 12,
"forge:data_pack_format": 10
"pack_format": 15
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx6152M
# Environment
minecraft_version=1.20
support_versions=1.20
support_versions=1.20,1.20.1
enabled_platforms=fabric,forge
# Mod
archives_base_name=otyacraftengine
mod_display_name=OtyacraftEngine
mod_version=3.7.0-alpha.1
mod_version=3.7.0-alpha.2
# Dependencies
architectury_version=9.0.8
fabric_loader_version=0.14.21
Expand Down

0 comments on commit ae37adf

Please sign in to comment.