Update deps

This commit is contained in:
modmuss50 2022-09-10 22:12:10 +01:00
parent 670fbc03d1
commit 75c9fc9ba3
4 changed files with 9 additions and 8 deletions

View file

@ -29,7 +29,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.8", "fabricloader": ">=0.14.8",
"fabric-api": ">=0.59.0", "fabric-api": ">=0.60.0",
"team_reborn_energy": ">=2.2.0", "team_reborn_energy": ">=2.2.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",
"minecraft": "~1.19.2" "minecraft": "~1.19.2"

View file

@ -12,7 +12,7 @@ plugins {
id 'eclipse' id 'eclipse'
id 'maven-publish' id 'maven-publish'
id "org.cadixdev.licenser" version "0.6.1" 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 "com.matthewprenger.cursegradle" version "1.4.0"
id "de.undercouch.download" version "4.1.1" id "de.undercouch.download" version "4.1.1"
} }
@ -180,7 +180,8 @@ dependencies {
include project(":RebornCore") 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. // Use groovy for datagen/gametest, if you are copying this you prob dont want it.
gametestImplementation 'org.apache.groovy:groovy:4.0.4' gametestImplementation 'org.apache.groovy:groovy:4.0.4'

View file

@ -7,11 +7,11 @@ mod_version=5.3.4
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.2 minecraft_version=1.19.2
yarn_version=1.19.1+build.1 yarn_version=1.19.2+build.10
loader_version=0.14.9 loader_version=0.14.9
fapi_version=0.59.0+1.19.2 fapi_version=0.60.0+1.19.2
# Dependencies # Dependencies
energy_version=2.2.0 energy_version=2.2.0
rei_version=9.1.520 rei_version=9.1.537
jei_version=11.0.0.206 arch_version=6.2.43

View file

@ -31,7 +31,7 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.8", "fabricloader": ">=0.14.8",
"fabric-api": ">=0.59.0", "fabric-api": ">=0.60.0",
"reborncore": "*", "reborncore": "*",
"team_reborn_energy": ">=2.2.0", "team_reborn_energy": ">=2.2.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",