move ser hooks out of optional section
This commit is contained in:
parent
236648bb47
commit
7a2acf25ba
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue