7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
StartupEvents.registry('fluid', event => {
|
|
// Basic "thick" (looks like lava) fluid with red tint
|
|
event.create('glue')
|
|
.thickTexture(0x34eb61)
|
|
.bucketColor(0x34eb61)
|
|
.displayName('Glue')
|
|
}) |