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 c131ce1 commit e36e3ac
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ mappingsVersion = 60-1.15
forgeVersion = 31.2.57
# 1.15.2-PE1.0.4
projecteVersion = 2978278
curiosVersion = 1.15.2-2.0.2.2
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 e36e3ac

Please sign in to comment.