Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Use new dripstone fluid lib to fix prod crash
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Apr 26, 2023
1 parent 9801c1a commit 61c9b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ dependencies {
modImplementation(include("slimeknights.mantle:Mantle:${minecraft_version}-${mantle_version}"))
modImplementation(include("io.github.tropheusj:serialization-hooks:0.4.27"))
modImplementation(include("io.github.tropheusj:milk-lib:${project.milk_lib_version}"))
modApi(include("io.github.tropheusj:dripstone-fluid-lib:${project.dripstone_fluid_lib_version}"))

modImplementation "me.alphamode:Star:1.3+1.19.4"

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mantle_range=[1.9.19,)
# https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric/files
forge_config_version=6.0.2
milk_lib_version=1.1.54
dripstone_fluid_lib_version=3.0.1

# Optional compat
jei_version=13.1.0.2
Expand Down

0 comments on commit 61c9b77

Please sign in to comment.