neuralgia/kubejs/startup_scripts/ae2/fluids.js
TomPlop 3daacb3c22
AE2 Rework - Recipes (#1193)
* AE2 Rework

* Adding a universal Requester recipe

* Lower tier of ME Requester

* Fix ME Requester again

* Fix for terminals Eu Tier

* Adding fluix dust to the AE2 Cables

* Add redstone to smart cable

* Change for Processor, Cryo Fluix in the Vac and new Fluix Crystal method

* Nerf moon processors

* Fixes to resolve PR

* Adding Pack/Unpack for colored cables

* Adding Accumulation Press Recipe and fix Molecular Assembler
2025-06-23 21:03:43 +01:00

12 lines
No EOL
203 B
JavaScript

// priority: 0
const registerAE2Fluids = (event) => {
// AE2 Moon Fluix
event.create('tfg:cryogenized_fluix')
.thickTexture(0xde8cfb)
.bucketColor(0xde8cfb)
.luminosity(14)
.temperature(10)
}