Skip to content

Commit

Permalink
1.3.9.d.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Dec 27, 2023
1 parent 5a4b97d commit 1f09c61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ dependencies {
compileOnly fg.deobf("squeek.appleskin:appleskin-forge:mc${appleskin_minecraft_version}-${appleskin_version}:api")
runtimeOnly fg.deobf("squeek.appleskin:appleskin-forge:mc${appleskin_minecraft_version}-${appleskin_version}")

// Fix Botarium incompatible issue
implementation fg.deobf("curse.maven:botarium-704113:4831434")

annotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
}

Expand Down
8 changes: 8 additions & 0 deletions changelog/1.3.9.d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Create Central Kitchen 1.3.9.d

# Update
- Add support for Sticky Basket of Miners Delight
-
# Bugfix
- Fix Basket of Farmer's Delight not working as expected.
- Fix incompatible with botarium
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

# mod version info
mod_version = 1.3.9.c
mod_version = 1.3.9.d
artifact_minecraft_version = 1.20.1
minecraft_version = 1.20.1
forge_version = 47.1.0
Expand Down

0 comments on commit 1f09c61

Please sign in to comment.