фиксики серия 1

димдимыч сталкивается проблемой цикла
This commit is contained in:
FriendlyCube 2023-11-29 21:20:59 +02:00
parent ccf7862f32
commit b5ef5cd08a
5 changed files with 459 additions and 30 deletions

View file

@ -12,4 +12,24 @@ global.GTCEU_DISABLED_ITEMS = [
'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',
'gtceu:white_dye'
]