Skip to content

Commit

Permalink
Merge branch '1.19.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jun 22, 2023
2 parents f29d485 + 12d6b32 commit 2d8c78c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Added curios/trinkets totems compatibility
- Fixed mauler infinite experience glitch
- Fixed maulers shadow rendering when burrowed down
- Fixed tuff golem navitation when going to sleep
- Fixed tuff golem navigation when going to sleep

## mc1.19.4-1.8.2, May 17, 2023

Expand All @@ -37,7 +37,7 @@
- Added curios/trinkets totems compatibility
- Fixed mauler infinite experience glitch
- Fixed maulers shadow rendering when burrowed down
- Fixed tuff golem navitation when going to sleep
- Fixed tuff golem navigation when going to sleep

## mc1.19.3-1.8.2, May 17, 2023

Expand Down Expand Up @@ -97,7 +97,7 @@
- Added curios/trinkets totems compatibility
- Fixed mauler infinite experience glitch
- Fixed maulers shadow rendering when burrowed down
- Fixed tuff golem navitation when going to sleep
- Fixed tuff golem navigation when going to sleep

## mc1.19.2-1.8.2, May 17, 2023

Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}")

implementation("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}")
annotationProcessor("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}")
implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${rootProject.mixin_extras_version}"))

}

repositories {
Expand Down

0 comments on commit 2d8c78c

Please sign in to comment.