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 fb06c79 commit 8b6a818
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,22 @@ 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")}")
implementation 'com.mojang:brigadier:1.0.18'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
implementation "com.mojang:brigadier:1.0.18"
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
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ mappingsChannel = official
mappingsVersion = 1.18.2
forgeVersion = 40.1.0
# 1.18.2-PE1.0.1
projecteVersion = 3722831
projecteVersion = 3722831
curiosVersion = 1.18.2-5.0.7.0
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 8b6a818

Please sign in to comment.