recipes & more

This commit is contained in:
2024-09-15 14:58:52 +02:00
parent c62597984d
commit 3f4d5c95ac
25 changed files with 150 additions and 86 deletions

View File

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