#How do i update fluid registration

11 messages · Page 1 of 1 (latest)

spare ginkgo
#

Changelog says i need to update it but I don't know how or where to look for new documentation of it

rough imp
#

Through kube or java?

spare ginkgo
#

kubejs

#

heres one of my current scripts:

    event.create('juice_lime')
        .fluid()
        .color(0xEFE9B2)
    event.create('juice_lemon')
        .fluid()
        .color(0xEFE9B2)
    event.create('sauce_soy')
        .fluid()
        .color(0x543026)
})```
#

it seems like it registers fine actually even though it says it would need to be updated?

rough imp
#

registering them like that is fine

#

its only when you are updating existing materials to give fluids is where you needed to change stuff

spare ginkgo
#

oh okay

rough imp
#

for ex giving iron a gaseous fluid

spare ginkgo
#

thanks didnt know it was just that

#

is there a thing i should do to close ticket or something