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

@@ -0,0 +1,117 @@
[
{
"minheight": 60,
"dimension": "minecraft:overworld",
"hostile": true,
"result": "deny"
},
{
"seesky": true,
"dimension": "minecraft:overworld",
"hostile": true,
"result": "deny"
},
{
"mob": "minecraft:trader_llama",
"onjoin": true,
"result": "deny"
},
{
"mob": "minecraft:wolf",
"random": 0.2,
"result": "deny"
},
{
"mob": "minecraft:fox",
"random": 0.2,
"result": "deny"
},
{
"mob": "minecraft:wither_skeleton",
"onjoin": true,
"random": 0.2,
"armorhelmet": ["minecraft:iron_helmet"],
"result": "allow"
},
{
"mob": "minecraft:skeleton",
"onjoin": true,
"random": 0.2,
"maxheight": -20,
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
"armorchest": ["minecraft:chainmail_chestplate", "minecraft:leather_chestplate"],
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
"result": "allow"
},
{
"mob": "minecraft:skeleton",
"onjoin": true,
"maxheight": -5,
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
"result": "allow"
},
{
"mob": "minecraft:zombie",
"onjoin": true,
"maxheight": -15,
"random": 0.15,
"armorchest": [ "minecraft:leather_chestplate"],
"result": "allow"
},
{
"mob": "minecraft:zombie",
"onjoin": true,
"maxheight": -15,
"random": 0.15,
"armorhelmet": ["copperized:copper_helmet", "minecraft:leather_helmet"],
"result": "allow"
},
{
"mob": "minecraft:zombie",
"onjoin": true,
"maxheight": -15,
"random": 0.25,
"helditem": ["100=minecraft:stone_pickaxe", "70=minecraft:stone_shovel", "35=minecraft:stone_sword", "10=minecraft:stone_axe"],
"result": "allow"
},
{
"mob": "minecraft:husk",
"onjoin": true,
"random": 0.19,
"helditem": ["100=minecraft:golden_pickaxe", "70=minecraft:golden_shovel", "35=minecraft:golden_sword", "10=minecraft:golden_axe"],
"result": "allow"
},
{
"mob": "minecraft:drowned",
"onjoin": true,
"random": 0.035,
"armorhelmet": ["create:copper_diving_helmet"],
"result": "allow"
},
{
"mob": "minecraft:drowned",
"onjoin": true,
"random": 0.01,
"armorhelmet": ["create:copper_diving_helmet"],
"armorboots": ["create:copper_diving_boots"],
"result": "allow"
},
{
"mob": "naturalist:vulture",
"onjoin": true,
"result": "deny"
},
{
"mob": "minecraft:fox",
"dimension": "minecraft:overworld",
"incontrol": true,
"biome": [
"traverse:desert_shrubland"
],
"block": [
"minecraft:grass",
],
"result": "default"
},
]

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"
//

View File

@@ -8,12 +8,14 @@
"RailFix.zip",
"SoftWeather.zip",
"ArtisanalDefault.zip",
"BetterCreatePalettes.zip"
"BetterCreatePalettes.zip",
"MetalTomsStorageModCustom.zip",
"SourceEngineSoundpack.zip",
"WeDontBite.zip",
"QuarkVRO.zip",
"GinkgoFont.zip",
"WeDontBite.zip",
"ItemSprites.zip",
"SealedChainmailArmor.zip",
"PWB.zip",
"RestoredBrightness.zip"
]

Some files were not shown because too many files have changed in this diff Show More