* 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
12 lines
No EOL
203 B
JavaScript
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)
|
|
} |