ae2 crafts
This commit is contained in:
parent
9d0f155ffd
commit
ce373f4309
6 changed files with 1154 additions and 1 deletions
22
kubejs/startup_scripts/ae2/constants.js
Normal file
22
kubejs/startup_scripts/ae2/constants.js
Normal 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',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue