Skip to content

Commit

Permalink
1.18.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bdew committed Mar 12, 2022
1 parent 715282e commit 2acb70c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod.id=technobauble
mod.version=0.3.0
mod.version=0.4.0
curseforge.id=492052
minecraft.version=1.18.1
forge.version=39.0.64
bdlib.version=1.18.0.4
minecraft.version=1.18.2
forge.version=40.0.12
bdlib.version=1.19.0.2
scala.version=2.13.8
slp.version=2.13.8-build-2
curios.version=5.0.6.0
curios.version=5.0.6.3
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ This mod that adds various baubles/curios
[[dependencies.technobauble]]
modId = "forge"
mandatory = true
versionRange = "[39,)"
versionRange = "[40,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.technobauble]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18.1,)"
versionRange = "[1.18.2,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.technobauble]]
modId = "bdlib"
mandatory = true
versionRange = "[1.18.0,)"
versionRange = "[1.19.0,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.technobauble]]
modId = "curios"
mandatory = true
versionRange = "[1.18.1-5.0,)"
versionRange = "[1.18.2-5.0,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit 2acb70c

Please sign in to comment.