14 lines
No EOL
721 B
JavaScript
14 lines
No EOL
721 B
JavaScript
// priority: -100
|
|
"use strict";
|
|
|
|
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' }
|
|
] |