neuralgia/kubejs/startup_scripts/species/constants.js
2025-12-25 11:19:33 +00:00

32 lines
No EOL
739 B
JavaScript

// priority: -100
"use strict";
global.SPECIES_DISABLED_BLOCKS = [
'species:red_suspicious_sand',
'species:alphacene_moss_carpet',
'species:alphacene_grass_block',
'species:cruncher_pellet',
'species:frozen_meat',
'species:frozen_hair'
];
global.SPECIES_DISABLED_ITEMS = [
'species:deepfish_bucket',
'species:ancient_pinecone',
'species:ichor_bottle',
'species:youth_potion',
'species:wraptor_egg',
'species:chaindelier',
'species:spectralibur_pedestal',
'species:wicked_candle',
'species:bewereager_head',
'species:quake_head',
'species:ghoul_head',
'species:spectralibur',
'species:wicked_dope',
'species:monster_meal',
'species:ghoul_tongue',
'species:broken_links',
'species:werefang',
'species:wicked_wax'
];