Merge pull request #7 from tvoklov/1.18.2-fabric

fabric 1.18.2 port
This commit is contained in:
AxolotlMaid 2023-12-02 23:01:50 +00:00 committed by GitHub
commit 2eabc87e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 85 additions and 86 deletions

View file

@ -16,20 +16,20 @@ logoFile = "icon.png"
[[dependencies.optionsprofiles]]
modId = "forge"
mandatory = true
versionRange = "[47,)"
versionRange = "[40,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.optionsprofiles]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
versionRange = "[1.18.2,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.optionsprofiles]]
modId = "architectury"
mandatory = true
versionRange = "[9.1.12,)"
versionRange = "[4.11.93,)"
ordering = "AFTER"
side = "BOTH"