hide firmaciv shit
This commit is contained in:
parent
f8acc92f24
commit
ba16c37b6f
3 changed files with 24 additions and 0 deletions
14
kubejs/startup_scripts/firmaciv/constants.js
Normal file
14
kubejs/startup_scripts/firmaciv/constants.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// priority: 0
|
||||
|
||||
/**
|
||||
* Список хранит предметы,
|
||||
* у которых должны быть удалены тэги и они должны быть скрыты в REI.
|
||||
*/
|
||||
global.FIRMACIV_DISABLED_ITEMS = [
|
||||
'firmaciv:copper_bolt',
|
||||
'firmaciv:kayak_with_paddle_icon_only',
|
||||
'firmaciv:canoe_icon_only',
|
||||
'firmaciv:canoe_with_paddle_icon_only',
|
||||
'firmaciv:rowboat_icon_only',
|
||||
'firmaciv:wood/canoe_component_block/mangrove'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue