recipes & more
This commit is contained in:
7
web/pack/kubejs/startup_scripts/fluids.js
Normal file
7
web/pack/kubejs/startup_scripts/fluids.js
Normal 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')
|
||||
})
|
||||
Reference in New Issue
Block a user