Remove supplementaries, add kubejs, misc changes

This commit is contained in:
2026-02-02 23:08:21 -07:00
parent 2072f700ae
commit 6c7c0ebc53
168 changed files with 7102 additions and 30399 deletions

View File

@@ -30,11 +30,13 @@
"!copycats:[\\w_]*$(?<!byte|byte_panel|door|trapdoor|copycat_block|slab|copycat_stairs)",
"!effortlessbuilding:",
"!(dramaticdoors:|everycomp:dd/)short_[\\w_]*",
"!additionaladditions:[\\w_]*$(?<!amethyst_lamp|patina|patina_block|rose_gold_alloy|rose_gold_helmet|rose_gold_chestplate|rose_gold_leggings|rose_gold_boots|rose_gold_upgrade|jukebox|bundle|can|disc_\\d+)"
"!additionaladditions:[\\w_]*$(?<!amethyst_lamp|patina|patina_block|rose_gold_alloy|rose_gold_helmet|rose_gold_chestplate|rose_gold_leggings|rose_gold_boots|rose_gold_upgrade|jukebox|bundle|can|disc_\\d+)",
"!supplementaries:candle_holder_",
"supplementaries:item_shelf"
],
// -----------------------------------------------------------
// Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed.
// Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted.
// Use with caution! This is a vopery expensive operation and can cause lag if you have a lot of items blacklisted.
//
// Example to disable a regeneration potion: Potion:"minecraft:regeneration"
//