I created two fluids, the first one worked, however, the color turned white and in the water style, instead of the lava style that I put, and the second one wasn't even created
onEvent('fluid.registry', event => {
event.create('molten_andesite')
.thickTexture(0x898989)
.bucketColor(0x898989)
.displayName('Molten Andesite')
.luminosity(8)
event.create('molten_andesite_alloy')
.thickTexture(0x6e7870)
.bucketColor(0x6e7870)
.displayName('Molten Andesite Alloy')
.luminosity(8)
})```
