Skip to content

Commit

Permalink
Make Stars Usable In Curios Slot (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 1, 2022
1 parent 85615cf commit 10098f4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,21 @@ repositories {
includeGroup "curse.maven"
}
}
maven {
name "curios"
url "https://maven.theillusivec4.top/"
content {
includeGroup 'top.theillusivec4.curios'
}
}
}

dependencies {
minecraft "net.minecraftforge:forge:${getProperty("mcVersion")}-${getProperty("forgeVersion")}"
implementation fg.deobf("curse.maven:projecte-226410:${getProperty("projecteVersion")}")
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
annotationProcessor "org.spongepowered:mixin:0.8.5:processor"
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:${getProperty("curiosVersion")}:api")
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:${getProperty("curiosVersion")}")
}

jar {
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ org.gradle.daemon=false

cfProjectID = 579177
mcVersion = 1.16.5
localVersion = 1.0.31
localVersion = 1.0.32-dev.20220723a
mappingsChannel = snapshot
mappingsVersion = 20210309-1.16.5
forgeVersion = 36.2.34
# 1.16.5-PE1.0.2
projecteVersion = 3736621
projecteVersion = 3736621
curiosVersion = 1.16.5-4.0.6.5
17 changes: 17 additions & 0 deletions src/main/resources/data/curios/tags/items/klein_star.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"replace": false,
"values": [
"projectexpansion:magnum_star_ein",
"projectexpansion:magnum_star_zwei",
"projectexpansion:magnum_star_drei",
"projectexpansion:magnum_star_vier",
"projectexpansion:magnum_star_sphere",
"projectexpansion:magnum_star_omega",
"projectexpansion:colossal_star_ein",
"projectexpansion:colossal_star_zwei",
"projectexpansion:colossal_star_drei",
"projectexpansion:colossal_star_vier",
"projectexpansion:colossal_star_sphere",
"projectexpansion:colossal_star_omega"
]
}

0 comments on commit 10098f4

Please sign in to comment.