Skip to content

Commit

Permalink
update mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdew committed Jul 22, 2023
1 parent 93936fe commit ee11718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "kotori_scala"
loaderVersion = "[2.13.10,2.14.0)"
loaderVersion = "[3.3.0,)"
issueTrackerURL = "https://github.com/bdew-minecraft/bdlib/issues"
license = "MIT"

Expand All @@ -16,13 +16,13 @@ This is a collection of generic code used by my other mods.
[[dependencies.bdlib]]
modId = "forge"
mandatory = true
versionRange = "[44.1,)"
versionRange = "[47.1,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.bdlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.3,)"
versionRange = "[1.20.1,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit ee11718

Please sign in to comment.