start getting on 1.19

This commit is contained in:
gamma-delta 2022-11-03 16:31:05 +01:00
parent 45242592a5
commit e3c5321426
6 changed files with 29 additions and 28 deletions

View file

@ -45,7 +45,7 @@ repositories {
maven { url "https://mvn.devos.one/snapshots/" } maven { url "https://mvn.devos.one/snapshots/" }
maven { maven {
name = "TerraformersMC" name = "TerraformersMC"
url = "https://maven.terraformersmc.com/" url = "https://maven.terraformersmc.com/releases/"
} }
} }
@ -74,13 +74,12 @@ dependencies {
modImplementation "com.jamieswhiteshirt:reach-entity-attributes:2.1.1" modImplementation "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
include "com.jamieswhiteshirt:reach-entity-attributes:2.1.1" include "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
modImplementation "io.github.tropheusj:serialization-hooks:$serializationHooksVersion" // TODO(yrsegal): do whatever it is you did with this on 1.18, on 1.19
include "io.github.tropheusj:serialization-hooks:$serializationHooksVersion" // modImplementation "io.github.tropheusj:serialization-hooks:$serializationHooksVersion"
// include "io.github.tropheusj:serialization-hooks:$serializationHooksVersion"
// Optional integrations // Optional integrations
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:$reiVersion"
modApi("me.shedaniel.cloth:cloth-config-fabric:$clothConfigVersion") { modApi("me.shedaniel.cloth:cloth-config-fabric:$clothConfigVersion") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }

View file

@ -1,12 +1,11 @@
loomVersion=0.11-SNAPSHOT loomVersion=0.11-SNAPSHOT
fabricVersion=0.51.1+1.18.2
fabricLoaderVersion=0.14.5 fabricVersion=0.64.0+1.19.2
fabricLoaderVersion=0.14.10
fiberVersion=0.23.0-2 fiberVersion=0.23.0-2
cardinalComponentsVersion=4.1.4 cardinalComponentsVersion=5.0.2
serializationHooksVersion=0.1.0+1.18.095e8a6
reiVersion=8.0.442 emiVersion=0.4.0+1.19
emiVersion=0.1.0+1.18.2 gravityApiVersion=0.7.12+fabric
gravityApiVersion=0.7.7+fabric clothConfigVersion=8.2.88
clothConfigVersion=6.1.48

View file

@ -135,13 +135,16 @@ dependencies {
compileOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion") compileOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion") runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion")
compileOnly fg.deobf("mezz.jei:jei-$minecraftVersion:$jeiVersion:api")
runtimeOnly fg.deobf("mezz.jei:jei-$minecraftVersion:$jeiVersion")
// aughh // aughh
testCompileOnly fg.deobf("at.petra-k.paucal:paucal-forge-$minecraftVersion:$paucalVersion") testCompileOnly fg.deobf("at.petra-k.paucal:paucal-forge-$minecraftVersion:$paucalVersion")
testCompileOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion") testCompileOnly fg.deobf("vazkii.patchouli:Patchouli:$minecraftVersion-$patchouliVersion")
// Optional interop
// For some reason this isn't working so for now it will be commented out
// compileOnly fg.deobf("mezz.jei:jei-$minecraftVersion-1.19.2-forge-api:$jeiVersion")
// runtimeOnly fg.deobf("mezz.jei:jei-$minecraftVersion-1.19.2-forge:$jeiVersion")
api fg.deobf("com.github.Virtuoel:Pehkui:${pehkuiVersion}-${minecraftVersion}-forge") api fg.deobf("com.github.Virtuoel:Pehkui:${pehkuiVersion}-${minecraftVersion}-forge")
} }

View file

@ -1 +1 @@
forgeVersion=40.1.0 forgeVersion=43.1.47

View file

@ -17,27 +17,27 @@ description = "Cast powerful Hexes on the fly by drawing patterns with a staff."
[[dependencies.hexcasting]] [[dependencies.hexcasting]]
modId = "forge" modId = "forge"
mandatory = true mandatory = true
versionRange = "[40,)" versionRange = "[41,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"
[[dependencies.hexcasting]] [[dependencies.hexcasting]]
modId = "minecraft" modId = "minecraft"
mandatory = true mandatory = true
versionRange = "[1.18.2,1.19)" versionRange = "[1.19.2,1.20)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"
[[dependencies.hexcasting]] [[dependencies.hexcasting]]
modId = "paucal" modId = "paucal"
mandatory = true mandatory = true
versionRange = "[0.4.6,0.5.0)" versionRange = "[0.5.0,0.6.0)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"
[[dependencies.hexcasting]] [[dependencies.hexcasting]]
modId = "patchouli" modId = "patchouli"
mandatory = true mandatory = true
versionRange = "[1.18.2-69,)" versionRange = "[1.19.2-77,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"

View file

@ -6,12 +6,12 @@ org.gradle.daemon=false
modID=hexcasting modID=hexcasting
modName=Hex Casting modName=Hex Casting
minecraftVersion=1.18.2 minecraftVersion=1.19.2
kotlinVersion=1.6.21 kotlinVersion=1.7.20
modVersion=0.9.1 modVersion=1.0
paucalVersion=0.4.6 paucalVersion=0.5.0
patchouliVersion=69 patchouliVersion=77
jeiVersion=9.5.3.143 jeiVersion=11.4.0.282
pehkuiVersion=3.3.2 pehkuiVersion=3.6.0