Skip to content

Commit

Permalink
Remove not needed dep (CCA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Draylar committed Apr 16, 2020
1 parent a3372f2 commit 88b9e22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ dependencies {

modCompile "io.github.prospector:modmenu:${project.mod_menu_version}"

modCompile "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-item:${project.cardinal_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-item:${project.cardinal_version}"
modCompile "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-base:${project.cardinal_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-base:${project.cardinal_version}"

modImplementation "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_entity_attributes_version}"
include "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_entity_attributes_version}"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.15.2+build.15
loader_version=0.8.2+build.194

# Mod Properties
mod_version=1.0.1-beta
mod_version=1.0.2-beta
maven_group=draylar
archives_base_name=tiered

Expand Down

0 comments on commit 88b9e22

Please sign in to comment.