Skip to content

Commit

Permalink
bump version and deps, declare lavender dependency, temporarily inclu…
Browse files Browse the repository at this point in the history
…de lavender
  • Loading branch information
gliscowo committed Jun 9, 2023
1 parent 0e34f0a commit eaff4e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

modImplementation "io.wispforest:lavender:${project.lavender_version}"
include modImplementation("io.wispforest:lavender:${project.lavender_version}")

modImplementation annotationProcessor("io.wispforest:owo-lib:${project.owo_version}")
include "io.wispforest:owo-sentinel:${project.owo_version}"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version=1.0.27
mod_version=1.0.28
maven_group=com.glisco
archives_base_name=conjuring

Expand All @@ -19,10 +19,10 @@ fabric_version=0.83.0+1.20
rei_version=12.0.613

# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=7.0.0-beta.2
modmenu_version=7.0.0

# https://maven.wispforest.io/io/wispforest/owo-lib/
owo_version=0.11.0+1.20

# https://maven.wispforest.io/io/wispforest/lavender/
lavender_version=0.1.0-pre.5+1.20
lavender_version=0.1.0-pre.6+1.20
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"fabricloader": "*",
"fabric": "*",
"minecraft": ">=1.19.3",
"owo": ">=0.10.3+1.18"
"owo": ">=0.10.3+1.18",
"lavender": ">=0.1.0-pre.6"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit eaff4e8

Please sign in to comment.