Skip to content

Commit

Permalink
Update to Minecraft 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jun 29, 2024
1 parent 2f5e61d commit 4787a01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G

# Your project's version
group=gay.ampflower
projectVersion=0.4.0
projectVersion=0.4.1
modrinthId=z23qey0b
minecraftCompatible=1.19.3
minecraftCompatible=1.19.4
14 changes: 6 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[versions]
annotations = "23.0.0"
lazydfu = "0.1.3"

# https://github.com/LambdAurora/SpruceUI
spruceui = "4.1.0+1.19.3"
modmenu = "5.0.2"
spruceui = "4.2.0+1.19.4"
modmenu = "6.1.0-rc.4"

# Minecraft
minecraft_version = "1.19.3"
minecraft_required = "1.19.3"
minecraft_version = "1.19.4"
minecraft_required = "~1.19.4"
fabric_loader = "0.15.+"
fabric_api = "0.72.0+1.19.3"
fabric_api = "0.87.2+1.19.4"

# Plugins
loom = "1.+"
Expand All @@ -27,14 +26,13 @@ fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_l
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }

# Mods
lazydfu = { module = "maven.modrinth:lazydfu", version.ref = "lazydfu" }
spruceui = { module = "dev.lambdaurora:spruceui", version.ref = "spruceui" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric_api" }

[bundles]
compileOnly = ["annotations"]
mod_runtime = ["lazydfu"]
mod_runtime = []

[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
Expand Down

0 comments on commit 4787a01

Please sign in to comment.