neuralgia/kubejs/startup_scripts/ae2/constants.js
FriendlyCube 82b5f476c6 masive
2023-12-07 18:26:05 +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',
];