I Have some problems with my fluid and the Recipe for the fluid, this is my recipe code:
event.recipes.create.mixing([Fluid.of('kubejs.fluid_redstone', 250)], ['minecraft:redstone', 'minecraft:nether_wart',Fluid.water, 250])
And this is my fluid registry code:
event.create('fluid_redstone')
.displayName('Fluid Redstone')
.stillTexture('kubejs:block/fluid_redstone_still')
.flowingTexture('kubejs:block/fluid_redstone_flow')
.luminosity(1)
.bucketColor(DC143C)
The texture is weird and i don't understand how to make it thick .