prepare for when ser hooks changes
This commit is contained in:
parent
7a2acf25ba
commit
055606d587
2 changed files with 3 additions and 2 deletions
|
@ -69,8 +69,8 @@ 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"
|
||||
modImplementation "io.github.tropheusj:serialization-hooks:$serializationHooksVersion"
|
||||
include "io.github.tropheusj:serialization-hooks:$serializationHooksVersion"
|
||||
|
||||
// Optional integrations
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ fabricLoaderVersion=0.14.5
|
|||
|
||||
fiberVersion=0.23.0-2
|
||||
cardinalComponentsVersion=4.1.4
|
||||
serializationHooksVersion=0.1.0+1.18.170eaf6
|
||||
|
||||
reiVersion=8.0.442
|
||||
gravityApiVersion=0.7.7+fabric
|
||||
|
|
Loading…
Reference in a new issue