neuralgia/kubejs/startup_scripts/gtceu/constants.js
FriendlyCube 7f664184e3 фиксики серия 1
димдимыч сталкивается проблемой цикла
2023-12-09 13:32:50 +02:00

34 lines
760 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'
];
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',
];