Files
patata-pack2/web/pack/kubejs/startup_scripts/fluids.js
2024-09-15 14:58:52 +02:00

7 lines
228 B
JavaScript

StartupEvents.registry('fluid', event => {
// Basic "thick" (looks like lava) fluid with red tint
event.create('super_glue')
.thickTexture(0x34eb61)
.bucketColor(0x34eb61)
.displayName('Thick Fluid')
})