neuralgia/kubejs/startup_scripts/gtceu/constants.js
2023-12-11 20:18:05 +07:00

38 lines
No EOL
868 B
JavaScript

// priority: 0
global.GTCEU_DISABLED_ITEMS = [
'gtceu:flint_mortar',
'gtceu:flint_knife',
'gtceu:firebrick',
'gtceu:firebricks',
'gtceu:wood_drum',
'gtceu:primitive_blast_furnace',
'gtceu:wheat_dust',
'gtceu:wheat_small_dust',
'gtceu:wheat_tiny_dust',
'gtceu:wood_drill_head',
'gtceu:wood_chainsaw_head',
'gtceu:rubber_sapling',
'gtceu:rubber_log',
'gtceu:rubber_leaves',
'gtceu:rubber_planks'
];
global.GTCEU_LIQUID_DYE = [
'gtceu:white_dye',
'gtceu:orange_dye',
'gtceu:magenta_dye',
'gtceu:light_blue_dye',
'gtceu:yellow_dye',
'gtceu:lime_dye',
'gtceu:pink_dye',
'gtceu:gray_dye',
'gtceu:light_gray_dye',
'gtceu:cyan_dye',
'gtceu:purple_dye',
'gtceu:blue_dye',
'gtceu:brown_dye',
'gtceu:green_dye',
'gtceu:red_dye',
'gtceu:black_dye',
];