Skip to content

Commit

Permalink
add luggage to cf and mr deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jul 17, 2022
1 parent 5e5cf6e commit c25a317
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ afterEvaluate {
// addOptional(cfSlugs.indrev)
addOptional(cfSlugs.kibe)
// addOptional(cfSlugs.lba)
addOptional(cfSlugs.luggage)
addOptional(cfSlugs.modernDynamics)
addOptional(cfSlugs.rebornCore)
addOptional(cfSlugs.techReborn)
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Uploads.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ object cfSlugs {
val indrev = "industrial-revolution"
val kibe = "kibe"
val lba = "libblockattributes"
val luggage = "luggage"
val modernDynamics = "modern-dynamics"
val rebornCore = "reborncore"
val techReborn = "techreborn"
Expand Down
3 changes: 2 additions & 1 deletion curseforge.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ <h1><strong>megane</strong></h1>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/extra-generators">Extra Generators</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/industrial-revolution">Industrial Revolution</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/kibe">Kibe</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/libblockattributes">Lib Block Attributes</a><br/>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/libblockattributes">Lib Block Attributes</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/luggage">Luggage</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/modern-dynamics">Modern Dynamics</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/modern-industrialization">Modern Industrialization</a><br/>
&bull; <a href="https://www.curseforge.com/minecraft/mc-mods/reborncore">Reborn Core</a><br/>
Expand Down

0 comments on commit c25a317

Please sign in to comment.