This commit is contained in:
2024-09-15 15:05:22 +02:00
parent 3f4d5c95ac
commit 59bdb05bfb
4 changed files with 6 additions and 6 deletions

View File

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