Update energy api
This commit is contained in:
parent
7e05b0da12
commit
a4a578917d
6 changed files with 21 additions and 11 deletions
|
@ -70,10 +70,10 @@ group = 'TechReborn'
|
|||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.14.4"
|
||||
mappings "net.fabricmc:yarn:1.14.4+build.2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.4.8+build.159"
|
||||
modCompile "net.fabricmc:fabric-loader:0.6.1+build.165"
|
||||
|
||||
//Fabric api
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.1+build.208"
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.2+build.226-1.14"
|
||||
|
||||
modCompile "io.github.prospector:modmenu:1.7.7+build.116"
|
||||
modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.1") {
|
||||
|
@ -106,7 +106,7 @@ dependencies {
|
|||
transitive = false
|
||||
}
|
||||
|
||||
compile 'teamreborn:energy:0.0.6'
|
||||
compile 'teamreborn:energy:0.0.7'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue