Skip to content

Commit

Permalink
The fucks CCA been doin
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed May 20, 2024
1 parent 31b052b commit a95801d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Moved out of world entity rendering code to CICADA for easier maintenance.
- Updated to 1.20.5-1.20.6.
- Fixed Cardinal Components jar inclusion, it no longer needs to be downloaded separately.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies {
modImplementation "com.terraformersmc:modmenu:${modmenu_version}"

// Cardinal Components for shrimple™ server syncing.
include modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cardinal_components_version}")
include modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cardinal_components_version}")
modImplementation(include("org.ladysnake.cardinal-components-api:cardinal-components-base:${project.cardinal_components_version}"))
modImplementation(include("org.ladysnake.cardinal-components-api:cardinal-components-entity:${project.cardinal_components_version}"))

// Make it easier to test skin compat.
// modImplementation 'com.ptsmods:devlogin:2.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20.5+build.1
loader_version=0.15.10

# Mod Properties
mod_version = 1.10.0
mod_version = 1.10.1
maven_group = nl.enjarai
archives_base_name = show-me-your-skin

Expand All @@ -25,4 +25,4 @@ fabric_version=0.97.8+1.20.5
modmenu_version=10.0.0-beta.1
cicada_version=0.7.1+1.20.5-and-above
# https://github.com/OnyxStudios/Cardinal-Components-API/releases
cardinal_components_version=6.0.0-beta.3
cardinal_components_version=6.0.0-pre2

0 comments on commit a95801d

Please sign in to comment.