Skip to content

Commit

Permalink
I'M GOING TO GO BACK TO FABRIC I SWEAR WHY IS THIS SHIT SO BUGGY GRAD…
Browse files Browse the repository at this point in the history
…LE PLEASE
  • Loading branch information
doctor4t committed Aug 8, 2023
1 parent ab5856b commit c23e6b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'maven-publish'
id 'io.github.ladysnake.chenille' version '0.11.3'

This comment has been minimized.

Copy link
@AcoYTMC

AcoYTMC Jul 14, 2024

what even changed DX

}

archivesBaseName = project.archives_base_name
Expand All @@ -25,7 +25,7 @@ repositories {
maven {
name = 'TerraformersMC'
url = 'https://maven.terraformersmc.com/'
}
}

maven { url 'https://jitpack.io' }

Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "org.quiltmc:quilt-mappings:${minecraft_version}+build.${quilt_mappings}:intermediary-v2"

modImplementation 'software.bernie.geckolib:geckolib-quilt-1.19:3.1.39'
modImplementation "software.bernie.geckolib:${project.geckolib_version}"

modImplementation "org.quiltmc:quilt-loader:${project.loader_version}"
modImplementation "org.quiltmc:qsl:${qsl_version}+${minecraft_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ quilted_fabric_api_version = 4.0.0-beta.30+0.76.0
mod_menu_version=4.0.6
cca_version=5.0.2
carpet_version=1.19.1-1.4.83+v220727
geckolib_version=geckolib-quilt-1.19:3.1.39
geckolib_version=geckolib-quilt-1.19:3.1.41
mixin_extras_version=0.2.0-beta.4
mialeemisc_version=1.0.36
pal_version = 1.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public void setCustomAnimations(RatEntity ratEntity, int instanceId, AnimationEv

// sexually aroused rat
if (ratEntity.isAroused()) {
IBone tail = this.getAnimationProcessor().getBone("tail");
IBone tailend = this.getAnimationProcessor().getBone("tailend");
software.bernie.geckolib3.core.processor.IBone tail = this.getAnimationProcessor().getBone("tail");
software.bernie.geckolib3.core.processor.IBone tailend = this.getAnimationProcessor().getBone("tailend");

tail.setRotationX((float) (-45 * Math.PI / 180));
tailend.setRotationX((float) (-30 * Math.PI / 180));
Expand Down

0 comments on commit c23e6b4

Please sign in to comment.