neuralgia/kubejs/startup_scripts/species/constants.js
GameStar 03106270e1
Feature/wan creatures and stuff (#1633)
* whitespace changes

* some animal compat

* snifferified recipes

* nest box recipe

* tag stuff

* spawn stuff

* tooltip

* wan config

* foods

* loot tables

* Update pakku-lock.json

* Update wan_ancient_beasts-server.toml

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

* Update tags.js

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2025-08-15 22:45:09 +01:00

45 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:cracked_wraptor_egg',
'species:monster_meal',
'species:wicked_treat',
'species:ghoul_tongue',
'species:broken_links',
'species:werefang',
'species:wicked_wax',
'species:kinetic_core'
];