ae2 crafts

This commit is contained in:
FriendlyCube 2023-11-28 18:04:06 +02:00
parent 9d0f155ffd
commit ce373f4309
6 changed files with 1154 additions and 1 deletions

View file

@ -0,0 +1,22 @@
// priority: 199
const 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',
];