16 lines
No EOL
392 B
JavaScript
16 lines
No EOL
392 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
const registerGreateMaterialModification = (event) => {
|
|
|
|
const $GreateMaterials = Java.loadClass("electrolyte.greate.registry.GreateMaterials")
|
|
|
|
// Add flags
|
|
$GreateMaterials.RoseQuartz.addFlags(
|
|
GTMaterialFlags.GENERATE_LENS
|
|
);
|
|
|
|
// Material composition
|
|
$GreateMaterials.AndesiteAlloy.setComponents([])
|
|
$GreateMaterials.AndesiteAlloy.setFormula("?")
|
|
} |