Skip to content

Commit

Permalink
feat: add owo to dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkaf committed Mar 22, 2024
1 parent c4b21ab commit 6f8d1b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:12.0.684"

modImplementation "io.wispforest:owo-lib:${project.owo_version}"
include "io.wispforest:owo-sentinel:${project.owo_version}"

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.8
loader_version=0.14.21

# Mod Properties
mod_version=1.3.0+1.20.1
mod_version=1.4.0+1.20.1
maven_group=com.codekaffe.valentine
archives_base_name=kafvalentine-fabric

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"fabricloader": ">=0.14.21",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
"fabric-api": "*",
"owo-lib": "*"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 6f8d1b1

Please sign in to comment.