neuralgia/kubejs/startup_scripts/species/constants.js
2025-09-22 19:14:56 +01:00

39 lines
No EOL
913 B
JavaScript

// priority: 0
"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:cruncher_egg',
'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:wicked_mask',
'species:wicked_swapper',
'species:spectralibur',
'species:smoke_bomb',
'species:wicked_dope',
'species:monster_meal',
'species:wicked_treat',
'species:ghoul_tongue',
'species:broken_links',
'species:werefang',
'species:wicked_wax',
'species:springling_egg',
'species:petrified_egg'
];