Skip to content

Commit

Permalink
Update playerAnimator
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Aug 17, 2022
1 parent 2979cbd commit b43c172
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 16/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module_name = 16

modmenu_version = 1.16.9
bendylib_version = 1.2.1
player_anim = 0.1.0+1.16.5
player_anim = 0.2.0+1.16.5


#Copy-pasta part from https://modmuss50.me/fabric.html
Expand Down
2 changes: 1 addition & 1 deletion 18/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ java_version = 17

modmenu_version = 3.1.+
bendylib_version = 2.1.+
player_anim = 0.1.0
player_anim = 0.2.0

# Minecraft dependency setup
minecraft_version=1.18.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public TextImpl(MutableComponent mcText) {

@Override
public String getString() {
return this.MCText.getString();
return this.MCText.getString().replaceAll("§.", "");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion 19/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ java_version = 17

modmenu_version = 4.0.6
bendylib_version = 2.1.+
player_anim = 0.1.0
player_anim = 0.2.0


# Minecraft dependency setup
Expand Down
2 changes: 1 addition & 1 deletion emotesAPI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation "dev.kosmx.player-anim:anim-core:${project.player_anim_core}"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}
test {
useJUnitPlatform()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ loader_version=0.14.+
#Fabric api
#fabric_version=0.34.9+1.17

player_anim_core=0.1.0
player_anim_core=0.2.0

0 comments on commit b43c172

Please sign in to comment.