diff options
-rw-r--r-- | build.gradle | 5 | ||||
-rw-r--r-- | gradle.properties | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index aec5b5f..b1ed0d5 100644 --- a/build.gradle +++ b/build.gradle @@ -32,11 +32,6 @@ allprojects { modCompileOnly("me.shedaniel.cloth:cloth-config-fabric:${project.cloth}") { exclude(group: "net.fabricmc.fabric-api") } - - //modCompileOnly("curse.maven:cosmeticarmor-436659:${project.cosmetic_armor}") - - - //fletchingTable.shutUpDrasil18() } fletchingTable { diff --git a/gradle.properties b/gradle.properties index 425af40..4ec1d9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,10 +11,9 @@ loader_version=0.13.3 fabric_api=0.47.9+1.18.2 modmenu=3.0.1 cloth=6.1.48 -cosmetic_armor=3544655 # Mod Properties -mod_version=rewrite-SNAPSHOT +mod_version=1.0.0 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |