neuralgia/kubejs/startup_scripts/tfg/fluids.js
2025-12-08 19:53:36 +00:00

22 lines
No EOL
356 B
JavaScript

// priority: 0
"use strict";
const registerTFGFluids = (event) => {
// Moon
event.create('tfg:cryogenized_fluix')
.thickTexture(0xde8cfb)
.bucketColor(0xde8cfb)
.luminosity(14)
.temperature(10)
// Mars
event.create('tfg:heavy_ammoniacal_water')
.thinTexture(0x08733f)
.bucketColor(0x08733f)
.temperature(236)
.noBlock()
// Venus
}