Skip to content

Commit

Permalink
Readded REI
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Apr 28, 2024
1 parent 608400a commit 99234c2
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apis/REI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
REI
4
1.20.4
NeoForge
1.20.1
Forge
1.19.4
Forge
1.19.2
Forge
18 changes: 18 additions & 0 deletions apis/code/REI1.19.2Forge.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repositories {
maven { url "https://maven.shedaniel.me" }
maven { url "https://maven.architectury.dev/" }
}

dependencies {
implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:9.1.682")
// Plugin Note: REI versions can be found here: https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-forge/

implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:9.0.90")
// Plugin Note: REI Plugin Compatibilities versions can be found here: https://maven.shedaniel.me/me/shedaniel/REIPluginCompatibilities-forge-annotations/

implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:8.3.115")
// Plugin Note: Cloth Config versions can be found here: https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-forge/

implementation fg.deobf("dev.architectury:architectury-forge:6.5.90")
// Plugin Note: Architectury API versions can be found here: https://maven.architectury.dev/dev/architectury/architectury-forge/
}
18 changes: 18 additions & 0 deletions apis/code/REI1.19.4Forge.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repositories {
maven { url "https://maven.shedaniel.me" }
maven { url "https://maven.architectury.dev/" }
}

dependencies {
implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:11.0.683")
// Plugin Note: REI versions can be found here: https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-forge/

implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:11.0.53")
// Plugin Note: REI Plugin Compatibilities versions can be found here: https://maven.shedaniel.me/me/shedaniel/REIPluginCompatibilities-forge-annotations/

implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:10.1.117")
// Plugin Note: Cloth Config versions can be found here: https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-forge/

implementation fg.deobf("dev.architectury:architectury-forge:8.2.91")
// Plugin Note: Architectury API versions can be found here: https://maven.architectury.dev/dev/architectury/architectury-forge/
}
18 changes: 18 additions & 0 deletions apis/code/REI1.20.1Forge.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repositories {
maven { url "https://maven.shedaniel.me" }
maven { url "https://maven.architectury.dev/" }
}

dependencies {
implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:12.0.684")
// Plugin Note: REI versions can be found here: https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-forge/

implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:12.0.93")
// Plugin Note: REI Plugin Compatibilities versions can be found here: https://maven.shedaniel.me/me/shedaniel/REIPluginCompatibilities-forge-annotations/

implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:11.1.118")
// Plugin Note: Cloth Config versions can be found here: https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-forge/

implementation fg.deobf("dev.architectury:architectury-forge:9.1.13")
// Plugin Note: Architectury API versions can be found here: https://maven.architectury.dev/dev/architectury/architectury-forge/
}
15 changes: 15 additions & 0 deletions apis/code/REI1.20.4NeoForge.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
repositories {
maven { url "https://maven.shedaniel.me" }
maven { url "https://maven.architectury.dev/" }
}

dependencies {
implementation "me.shedaniel:RoughlyEnoughItems-neoforge:14.0.692"
// Plugin Note: REI versions can be found here: https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-neoforge/

implementation "me.shedaniel.cloth:cloth-config-neoforge:13.0.121"
// Plugin Note: Cloth Config versions can be found here: https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-neoforge/

implementation "dev.architectury:architectury-neoforge:11.1.13"
// Plugin Note: Architectury API versions can be found here: https://maven.architectury.dev/dev/architectury/architectury-neoforge/
}
1 change: 1 addition & 0 deletions filenames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ MoonlightLib
Bookshelf
CraftTweaker
Pehkui
REI
Framework

0 comments on commit 99234c2

Please sign in to comment.