Skip to content

Commit

Permalink
Updated CCA version
Browse files Browse the repository at this point in the history
*Updated CCA version to 4.1.1 and to use their new maven. Still doesn't fix their issue with installing CCA standalone with mods that have it jar-in-jar.
-Removed obsolete property from ExAPI.
  • Loading branch information
CleverNucleus committed Feb 6, 2022
1 parent fa91ab3 commit 3c64025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ dependencies {
modImplementation "com.github.clevernucleus:OfflinePlayerCache:${project.opc_version}"
include "com.github.clevernucleus:OfflinePlayerCache:${project.opc_version}"

modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:${project.cardinal_components_version}"
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:${project.cardinal_components_version}"
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:${project.cardinal_components_version}"
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:${project.cardinal_components_version}"
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cardinal_components_version}"
include "dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cardinal_components_version}"
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cardinal_components_version}"
include "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cardinal_components_version}"

modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1G
fabric_version=0.46.1+1.18
dataattributes_version=1.1.5
opc_version=0.0.1
cardinal_components_version=4.0.1
cardinal_components_version=4.1.1
placeholder_api=1.1.3+1.17.1
cloth_config_version=6.1.48
modmenu_version=3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public final class ExAPI {
public static final String PERCENTAGE_PROPERTY = "percentage";
/** Multiply value by property. */
public static final String MULTIPLIER_PROPERTY = "multiplier";
/** Multiply value by property. */
public static final String REFUNDABLE_PROPERTY = "refundable";
/** The Cardinal Components Key for PlayerEx modifier data. */
public static final ComponentKey<PlayerData> INSTANCE = ComponentRegistry.getOrCreate(new Identifier(MODID, "data"), PlayerData.class);
/** The CacheableValue key to access player's level. */
Expand Down

0 comments on commit 3c64025

Please sign in to comment.