neuralgia/kubejs/startup_scripts/ae2/constants.js
FriendlyCube ccf7862f32 masive
2023-11-28 18:32:46 +02:00

22 lines
580 B
JavaScript

// priority: 199
global.AE2_DISABLED_ITEMS = [
'ae2:certus_quartz_sword',
'ae2:nether_quartz_sword',
'ae2:fluix_sword',
'ae2:certus_quartz_wrench',
'ae2:nether_quartz_wrench',
'ae2:fluix_upgrade_smithing_template',
'ae2:certus_quartz_axe',
'ae2:nether_quartz_axe',
'ae2:fluix_axe',
'ae2:certus_quartz_hoe',
'ae2:nether_quartz_hoe',
'ae2:fluix_hoe',
'ae2:certus_quartz_shovel',
'ae2:nether_quartz_shovel',
'ae2:fluix_shovel',
'ae2:certus_quartz_pickaxe',
'ae2:nether_quartz_pickaxe',
'ae2:fluix_pickaxe',
];