neuralgia/kubejs/startup_scripts/beneath/constants.js
Adrien Vidal 96188e761d
TFG-fication of all exotic stone types (#1764)
* Deepslate, Blackstone and Dripstone + hammer crushing refactor

* crackrack and space stones

* tags + stonecutting + fixes

* Moon deepslate set + QoL recipes + tags fixes

* pyroxenite tags

* Update tags.js

* Update constants.js

* Update constants.js

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2025-09-09 00:16:27 +01:00

53 lines
No EOL
1.3 KiB
JavaScript

// priority: 0
"use strict";
global.BENEATH_DISABLED_ITEMS = [
"beneath:cobblerack",
"beneath:crackrack_rock",
"beneath:lost_page",
"beneath:ore/slimed_netherrack",
"beneath:raw_slime",
"beneath:haunted_spike",
"beneath:fungal_cobblerack",
"beneath:soul_farmland",
"beneath:gold_chunk",
"beneath:nether_pebble",
"beneath:seeds/crimson_roots",
"beneath:seeds/warped_roots",
"beneath:seeds/nether_wart",
"beneath:seeds/ghost_pepper",
"beneath:seeds/gleamflower",
"beneath:ore/poor_nether_gold",
"beneath:ore/normal_nether_gold",
"beneath:ore/rich_nether_gold",
"beneath:ore/nether_pyrite",
"beneath:pure_death",
"beneath:pure_destruction",
"beneath:pure_decay",
"beneath:pure_sorrow",
"beneath:pure_flame",
"beneath:agonizing_fertilizer",
"beneath:wood/water_wheel/crimson",
"beneath:wood/gear_box/crimson",
"beneath:wood/axle/crimson",
"beneath:wood/encased_axle/crimson",
"beneath:wood/bladed_axle/crimson",
"beneath:wood/clutch/crimson",
"beneath:wood/windmill/crimson",
"beneath:wood/boat/crimson",
"beneath:wood/water_wheel/warped",
"beneath:wood/gear_box/warped",
"beneath:wood/axle/warped",
"beneath:wood/encased_axle/warped",
"beneath:wood/bladed_axle/warped",
"beneath:wood/clutch/warped",
"beneath:wood/windmill/warped",
"beneath:wood/boat/warped",
"beneath:wood/sapling/crimson",
"beneath:wood/sapling/warped"
];