фиксики серия 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

@ -2045,4 +2045,24 @@ global.TFC_ORE_MATERIALS = [
"native_silver",
"sphalerite",
"tetrahedrite"
];
global.AE2_LIQUID_DYE = [
'tfc:white_dye',
'tfc:orange_dye',
'tfc:magenta_dye',
'tfc:light_blue_dye',
'tfc:yellow_dye',
'tfc:lime_dye',
'tfc:pink_dye',
'tfc:gray_dye',
'tfc:light_gray_dye',
'tfc:cyan_dye',
'tfc:purple_dye',
'tfc:blue_dye',
'tfc:brown_dye',
'tfc:green_dye',
'tfc:red_dye',
'tfc:black_dye',
'tfc:white_dye'
];