I am making a tomato sauce with this code
StartupEvents.registry('fluid', e => {
e.create('thick_fluid')
.thickTexture(0xB21807)
.bucketColor(0xB21807)
.displayName('Tomato Sauce Fluid')
})
console.info('Hello, World! (Loaded startup scripts)')
the fluid on the ground is like a water blue, versus the red that I have coded in, I also want to make it move like lava on the ground. But don't know how to do
