Update constants.js - changed ROCK_SLAB_BLOCK_TYPES
and added TFC_BRICK_SLAB_BLOCK_TYPES, although naming may be bad, because not all bricks are included there Signed-off-by: Egogorka <35399166+Egogorka@users.noreply.github.com>
This commit is contained in:
@@ -757,18 +757,24 @@ global.TFC_WOOD_ITEM_TYPES_TO_WOOD_DUST = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Хранит названия типов полублоков из камня в TFC.
|
||||
* Хранит названия типов полублоков из камня в TFC. (Не кирпичей)
|
||||
*/
|
||||
global.TFC_ROCK_SLAB_BLOCK_TYPES = [
|
||||
'raw',
|
||||
'smooth',
|
||||
'bricks',
|
||||
'cobble',
|
||||
'mossy_bricks',
|
||||
'mossy_cobble',
|
||||
'cracked_bricks'
|
||||
];
|
||||
|
||||
/**
|
||||
* Хранит названия типов полублоков из кирпича из камня в TFC
|
||||
*/
|
||||
global.TFC_BRICK_SLAB_BLOCK_TYPES = [
|
||||
'bricks',
|
||||
'mossy_bricks',
|
||||
'cracked_bricks'
|
||||
]
|
||||
|
||||
/**
|
||||
* Хранит названия цветов песка в TFC.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user