11 lines
No EOL
689 B
JavaScript
11 lines
No EOL
689 B
JavaScript
global.SOULBINDABLE_ITEMS = [
|
|
{ equipment: 'ad_astra:space_helmet', item: 'endermanoverhaul:soul_pearl' },
|
|
{ equipment: 'ad_astra:space_suit', item: 'endermanoverhaul:soul_pearl' },
|
|
{ equipment: 'ad_astra:space_pants', item: 'endermanoverhaul:soul_pearl' },
|
|
{ equipment: 'ad_astra:space_boots', item: 'endermanoverhaul:soul_pearl' },
|
|
|
|
{ equipment: 'ad_astra:netherite_space_helmet', item: 'sandworm_mod:sandworm_tooth' },
|
|
{ equipment: 'ad_astra:netherite_space_suit', item: 'sandworm_mod:sandworm_tooth' },
|
|
{ equipment: 'ad_astra:netherite_space_pants', item: 'sandworm_mod:sandworm_tooth' },
|
|
{ equipment: 'ad_astra:netherite_space_boots', item: 'sandworm_mod:sandworm_tooth' },
|
|
] |