neuralgia/kubejs/startup_scripts/species/constants.js
GameStar 5fb7ef9093
more mars entity stuff (#1697)
* stuff

* Create wraptor.json

* Update tags.js

* fix wool

* eggs

* Update constants.js

* more recipe stuff

* doing tooltips the correct way

* oops

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
2025-08-25 21:18:46 +01:00

44 lines
No EOL
1 KiB
JavaScript

// priority: 0
"use strict";
global.SPECIES_DISABLED_BLOCKS = [
'species:red_suspicious_sand',
'species:bone_bark',
'species:bone_vertebra',
'species:bone_spike',
'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:bone_spike',
'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:deflector_dummy',
'species:wicked_mask',
'species:wicked_swapper',
'species:spectralibur',
'species:ricoshield',
'species:smoke_bomb',
'species:wicked_dope',
'species:monster_meal',
'species:wicked_treat',
'species:ghoul_tongue',
'species:broken_links',
'species:werefang',
'species:wicked_wax',
'species:kinetic_core'
];