move ser hooks out of optional section

This commit is contained in:
yrsegal@gmail.com 2022-06-02 16:32:40 -04:00
parent 236648bb47
commit 7a2acf25ba

View file

@ -69,14 +69,14 @@ dependencies {
modImplementation "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
include "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
modImplementation "io.github.tropheusj:serialization-hooks:0.1.0+1.18.170eaf6"
include "io.github.tropheusj:serialization-hooks:0.1.0+1.18.170eaf6"
// Optional integrations
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:$reiVersion"
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:$reiVersion"
modImplementation "io.github.tropheusj:serialization-hooks:0.1.0+1.18.170eaf6"
include "io.github.tropheusj:serialization-hooks:0.1.0+1.18.170eaf6"
modImplementation "maven.modrinth:fusions-gravity-api:$gravityApiVersion"
modApi("com.github.Virtuoel:Pehkui:${pehkuiVersion}", {
exclude group: "net.fabricmc.fabric-api"