#About custom fluids

3 messages · Page 1 of 1 (latest)

visual fossil
#

What I need now is a fluid that cannot be put into the world and cannot be bottled.
But after reloading, you can still pour it out with a bucket.
And I want to know how to make the fluid look like.
I referred to https://kubejs.com/wiki/tutorials/fluid-registry

StartupEvents.registry('fluid', e => {
    event.create('thick_fluid')
    .thinTexture(0xFF0000)
    .bucketColor(0x00FFFF)
    .displayName('Thin Fluid')
    .noBucket()
    .noBlock() 
  })```
jovial ingotBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

visual fossil
#

Oh, I saw it