Update deps
This commit is contained in:
parent
670fbc03d1
commit
75c9fc9ba3
4 changed files with 9 additions and 8 deletions
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.8",
|
||||
"fabric-api": ">=0.59.0",
|
||||
"fabric-api": ">=0.60.0",
|
||||
"team_reborn_energy": ">=2.2.0",
|
||||
"fabric-biome-api-v1": ">=3.0.0",
|
||||
"minecraft": "~1.19.2"
|
||||
|
|
|
@ -12,7 +12,7 @@ plugins {
|
|||
id 'eclipse'
|
||||
id 'maven-publish'
|
||||
id "org.cadixdev.licenser" version "0.6.1"
|
||||
id "fabric-loom" version "0.13-SNAPSHOT"
|
||||
id "fabric-loom" version "1.0-SNAPSHOT"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
id "de.undercouch.download" version "4.1.1"
|
||||
}
|
||||
|
@ -180,7 +180,8 @@ dependencies {
|
|||
|
||||
include project(":RebornCore")
|
||||
|
||||
optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}", false)
|
||||
optionalClientDependency("dev.architectury:architectury-fabric:${project.arch_version}")
|
||||
optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}")
|
||||
|
||||
// Use groovy for datagen/gametest, if you are copying this you prob dont want it.
|
||||
gametestImplementation 'org.apache.groovy:groovy:4.0.4'
|
||||
|
|
|
@ -7,11 +7,11 @@ mod_version=5.3.4
|
|||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.19.2
|
||||
yarn_version=1.19.1+build.1
|
||||
yarn_version=1.19.2+build.10
|
||||
loader_version=0.14.9
|
||||
fapi_version=0.59.0+1.19.2
|
||||
fapi_version=0.60.0+1.19.2
|
||||
|
||||
# Dependencies
|
||||
energy_version=2.2.0
|
||||
rei_version=9.1.520
|
||||
jei_version=11.0.0.206
|
||||
rei_version=9.1.537
|
||||
arch_version=6.2.43
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.8",
|
||||
"fabric-api": ">=0.59.0",
|
||||
"fabric-api": ">=0.60.0",
|
||||
"reborncore": "*",
|
||||
"team_reborn_energy": ">=2.2.0",
|
||||
"fabric-biome-api-v1": ">=3.0.0",
|
||||
|
|
Loading…
Reference in a new issue