diff --git a/.github/workflows/devBuilder.yaml b/.github/workflows/devBuilder.yaml index a86faa6..602a84f 100644 --- a/.github/workflows/devBuilder.yaml +++ b/.github/workflows/devBuilder.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' diff --git a/.gitignore b/.gitignore index 1474d66..2094bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,5 @@ example.* /resourcepacks config/oculus.properties config/blockswap/known_states -config/embeddium -config/xaerominimap_entities.json +config/embeddium* +config/xaerominimap* diff --git a/config/almostunified/debug.json b/config/almostunified/debug.json new file mode 100644 index 0000000..b352412 --- /dev/null +++ b/config/almostunified/debug.json @@ -0,0 +1,8 @@ +{ + "dumpTagMap": false, + "dumpDuplicates": false, + "dumpUnification": false, + "dumpOverview": false, + "dumpRecipes": false, + "dumpUncoveredRecipes": false +} \ No newline at end of file diff --git a/config/almostunified/duplicates.json b/config/almostunified/duplicates.json new file mode 100644 index 0000000..bccd4fc --- /dev/null +++ b/config/almostunified/duplicates.json @@ -0,0 +1,35 @@ +{ + "ignoredRecipeTypes": [ + "cucumber:shaped_tag" + ], + "ignoredRecipes": [], + "defaultDuplicateRules": { + "ignoredFields": [ + "show_notification", + "conditions", + "category", + "group" + ], + "rules": { + "cookingtime": "HigherRule", + "energy": "HigherRule", + "experience": "HigherRule" + }, + "shouldSanitize": false + }, + "overrideDuplicateRules": { + "minecraft:crafting_shaped": { + "ignoredFields": [ + "pattern", + "show_notification", + "conditions", + "category", + "key", + "group" + ], + "rules": {}, + "shouldSanitize": false + } + }, + "strictMode": false +} \ No newline at end of file diff --git a/config/almostunified/startup.json b/config/almostunified/startup.json new file mode 100644 index 0000000..448a42c --- /dev/null +++ b/config/almostunified/startup.json @@ -0,0 +1,3 @@ +{ + "serverOnly": false +} \ No newline at end of file diff --git a/config/almostunified/unify.json b/config/almostunified/unify.json new file mode 100644 index 0000000..1c87c25 --- /dev/null +++ b/config/almostunified/unify.json @@ -0,0 +1,98 @@ +{ + "modPriorities": [ + "minecraft", + "kubejs", + "crafttweaker", + "oreganized", + "occultism", + "embers", + "wizards_reborn", + "eidolon" + ], + "stoneStrata": [ + "stone", + "nether", + "deepslate", + "granite", + "diorite", + "andesite" + ], + "tags": [ + "forge:nuggets/{material}", + "forge:dusts/{material}", + "forge:gears/{material}", + "forge:gems/{material}", + "forge:ingots/{material}", + "forge:raw_materials/{material}", + "forge:ores/{material}", + "forge:plates/{material}", + "forge:rods/{material}", + "forge:wires/{material}", + "forge:storage_blocks/{material}", + "forge:storage_blocks/raw_{material}" + ], + "materials": [ + "aeternium", + "aluminum", + "amber", + "apatite", + "bitumen", + "brass", + "bronze", + "charcoal", + "chrome", + "cinnabar", + "coal", + "coal_coke", + "cobalt", + "constantan", + "copper", + "diamond", + "electrum", + "elementium", + "emerald", + "enderium", + "fluorite", + "gold", + "graphite", + "invar", + "iridium", + "iron", + "lapis", + "lead", + "lumium", + "mithril", + "netherite", + "nickel", + "obsidian", + "osmium", + "peridot", + "platinum", + "potassium_nitrate", + "ruby", + "sapphire", + "signalum", + "silver", + "steel", + "sulfur", + "tin", + "tungsten", + "uranium", + "zinc", + "arcane_gold" + ], + "priorityOverrides": {}, + "customTags": {}, + "tagOwnerships": {}, + "itemTagInheritanceMode": "ALLOW", + "itemTagInheritance": {}, + "blockTagInheritanceMode": "ALLOW", + "blockTagInheritance": {}, + "ignoredTags": [], + "ignoredItems": [], + "ignoredRecipeTypes": [ + "cucumber:shaped_tag" + ], + "ignoredRecipes": [], + "itemsHidingJeiRei": true +} \ No newline at end of file diff --git a/config/appleskin-client.toml b/config/appleskin-client.toml new file mode 100644 index 0000000..b171cd8 --- /dev/null +++ b/config/appleskin-client.toml @@ -0,0 +1,24 @@ + +[client] + #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding + showFoodValuesHudOverlay = true + #If true, shows your food exhaustion as a progress bar behind the hunger bars + showFoodExhaustionHudUnderlay = true + #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + #Range: 0.0 ~ 1.0 + maxHudOverlayFlashAlpha = 0.65 + #If true, health/hunger overlay will shake to match Minecraft's icon animations + showVanillaAnimationsOverlay = true + #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay + showFoodStatsInDebugOverlay = true + #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT + showFoodValuesInTooltip = true + #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) + showFoodValuesInTooltipAlways = true + #If true, shows estimated health restored by food on the health bar + showFoodHealthHudOverlay = true + #If true, shows your current saturation level overlayed on the hunger bar + showSaturationHudOverlay = true + #If true, enables the hunger/saturation/health overlays for food in your off-hand + showFoodValuesHudOverlayWhenOffhand = true + diff --git a/config/blockswap/block_swap.json5 b/config/blockswap/block_swap.json5 index 850eaed..510aa5a 100644 --- a/config/blockswap/block_swap.json5 +++ b/config/blockswap/block_swap.json5 @@ -1,88 +1,20 @@ -/* -This file uses the ".json5" file extension which allows for comments like this in a json file! -Your text editor may show this file with invalid/no syntax, if so, we recommend you download: - -VSCode: https://code.visualstudio.com/ -JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5 - -to make editing this file much easier. -*/ { // Generates all block states for all blocks in the registry. "generate_all_known_states": true, // Whether blocks are replaced in existing chunks. "retro_gen": false, - /* A map of states that specifies what the "old" block state is and what its "new" block state is. - See "known_states" folder("generate_all_known_states" must be set to true in this config) to see all known block states available for all blocks available in the registry. - Example: - "state_swapper": [ - { - "new": { - "Name": "minecraft:birch_log", - // Properties define the state of this block/fluid. - "Properties": { - "axis": "x" - } - }, - "old": { - "Name": "minecraft:oak_log", - // Properties define the state of this block/fluid. - "Properties": { - "axis": "z" - } - } - }, - { - "new": { - "Name": "minecraft:birch_leaves", - // Properties define the state of this block/fluid. - "Properties": { - "distance": "7", - "persistent": "true" - } - }, - "old": { - "Name": "minecraft:acacia_log", - // Properties define the state of this block/fluid. - "Properties": { - "axis": "z" - } - } - }, - { - "new": { - "Name": "minecraft:jungle_log", - // Properties define the state of this block/fluid. - "Properties": { - "axis": "x" - } - }, - "old": { - "Name": "minecraft:birch_log", - // Properties define the state of this block/fluid. - "Properties": { - "axis": "z" - } - } - }, - { - "new": { - "Name": "minecraft:jungle_planks", - }, - "old": { - "Name": "minecraft:acacia_planks", - } - } - } - ] - */ "state_swapper": [], - /* A map of blocks that specifies what the "old" block is and what its "new" block is. - Example: - "swapper": { - "minecraft:coarse_dirt": "minecraft:dirt", - "minecraft:diamond_block": "minecraft:emerald_block" - } - */ - "swapper": { } + "swapper": { + "embers:lead_ore": "oreganized:lead_ore", + "eidolon:lead_ore": "oreganized:lead_ore", + "embers:deepslate_lead_ore": "oreganized:deepslate_lead_ore", + "eidolon:deep_lead_ore": "oreganized:deepslate_lead_ore", + + "embers:silver_ore": "oreganized:silver_ore", + "occultism:silver_ore": "oreganized:silver_ore", + "eidolon:silver_ore": "oreganized:silver_ore", + "embers:deepslate_silver_ore": "oreganized:deepslate_silver_ore", + "occultism:silver_ore_deepslate": "oreganized:deepslate_silver_ore", + "eidolon:deep_silver_ore": "oreganized:deepslate_silver_ore" + } } \ No newline at end of file diff --git a/config/champions-client.toml b/config/champions-client.toml new file mode 100644 index 0000000..dd89615 --- /dev/null +++ b/config/champions-client.toml @@ -0,0 +1,14 @@ + +[hud] + #The x-offset for the champion HUD + #Range: -1000 ~ 1000 + hudXOffset = 0 + #The y-offset for the champion HUD + #Range: -1000 ~ 1000 + hudYOffset = 0 + #The distance, in blocks, from which the champion HUD can be seen + #Range: 0 ~ 1000 + hudRange = 50 + #Set to true to move the WAILA overlay underneath the champion HUD + enableWailaIntegration = true + diff --git a/config/enhanced_boss_bars-common.toml b/config/enhanced_boss_bars-common.toml index 83b3e81..c08ad47 100644 --- a/config/enhanced_boss_bars-common.toml +++ b/config/enhanced_boss_bars-common.toml @@ -29,9 +29,9 @@ [mowziesmobs] #Show Frostmaw - FrostmawBossBar = true + FrostmawBossBar = false #Show Ferrous Wroughtnaut - FerrousWroughtnautBossBar = true + FerrousWroughtnautBossBar = false [meetyourfight] #Show Bellringer diff --git a/config/extragore-property.toml b/config/extragore-property.toml index 29ce23f..5a1ed1f 100644 --- a/config/extragore-property.toml +++ b/config/extragore-property.toml @@ -83,6 +83,7 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "ars_nouveau:familiar_wixie", "alexsmobs:endergrade", "minecraft:horse", + "undead_revamp2:thepregnant", "biomancy:legacy_flesh_blob", "minecraft:llama", "alexsmobs:maned_wolf", @@ -99,11 +100,15 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "eidolon:raven", "alexsmobs:grizzly_bear", "alexsmobs:murmur_head", + "undead_revamp2:slaveman", + "undead_revamp2:invisiclogger", + "undead_revamp2:invisiimmortal", "minecraft:bee", "alexsmobs:devils_hole_pupfish", "majruszsdifficulty:cerberus", "minecraft:illusioner", "ars_nouveau:gift_starby", + "undead_revamp2:thebeartamer", "undergarden:brute", "minecraft:mooshroom", "alexsmobs:bison", @@ -125,23 +130,27 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:cosmic_cod", "alexsmobs:underminer", "ars_nouveau:drygmy", + "undead_revamp2:thespectre", "minecraft:wandering_trader", "alexsmobs:kangaroo", - "fromanotherworld:beast", + "undead_revamp2:propball_1", "mythicbotany:alf_pixie", "ars_nouveau:wilden_boss", "alexsmobs:hummingbird", "cataclysm:netherite_monstrosity", + "undead_revamp2:therod", "cataclysm:wadjet", "mowziesmobs:umvuthana_raptor", + "undead_revamp2:theheavy", + "undead_revamp2:theordure", "majruszsdifficulty:creeperling", "alexsmobs:crow", "alexsmobs:guster", "minecraft:pufferfish", "minecraft:fox", "mowziesmobs:umvuthana_crane", + "undead_revamp2:clogger", "cataclysm:koboleton", - "fromanotherworld:alien_thing", "alexsmobs:warped_toad", "minecraft:chicken", "alexsmobs:giant_squid", @@ -149,6 +158,7 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "occultism:possessed_skeleton", "alexsmobs:emu", "alexsmobs:cockroach", + "undead_revamp2:coppertar", "alexsmobs:flutter", "minecraft:hoglin", "ars_nouveau:cascading_weald_walker", @@ -168,7 +178,6 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:raccoon", "ars_nouveau:starbuncle", "minecraft:ravager", - "fromanotherworld:prowler", "alexsmobs:bone_serpent", "alexsmobs:potoo", "undergarden:dweller", @@ -182,17 +191,20 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:sea_bear", "undergarden:scintling", "occultism:shub_niggurath_familiar", + "undead_revamp2:thewolf", "alexsmobs:mudskipper", "mowziesmobs:umvuthana_follower_raptor", "cataclysm:ender_golem", "alexsmobs:sugar_glider", "supplementaries:red_merchant", + "undead_revamp2:thebidyupside", "occultism:afrit_wild", "alexsmobs:crimson_mosquito", "biomancy:flesh_blob", - "fromanotherworld:blair_thing", + "undead_revamp2:thebidy", "aquamirae:eel", "alexsmobs:orca", + "undead_revamp2:the_moonflower", "alexsmobs:jerboa", "undergarden:rotwalker", "occultism:beholder_familiar", @@ -201,9 +213,9 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "occultism:shub_niggurath_spawn", "alexsmobs:comb_jelly", "ars_nouveau:familiar_amethyst_golem", - "fromanotherworld:chest_spitter", "occultism:blacksmith_familiar", "eidolon:zombie_brute", + "undead_revamp2:thehorrors", "alexsmobs:skunk", "alexsmobs:enderiophage", "aquamirae:anglerfish", @@ -226,9 +238,11 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "minecraft:zombie_villager", "alexsmobs:froststalker", "minecraft:giant", + "cave_dweller:cave_dweller", "alexsmobs:lobster", "mowziesmobs:lantern", "alexsmobs:seagull", + "undead_revamp2:theskeeper", "alexsmobs:moose", "occultism:guardian_familiar", "alexsmobs:shoebill", @@ -240,10 +254,10 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "ars_nouveau:wilden_stalker", "occultism:possessed_shulker", "minecraft:husk", + "undead_revamp2:axestrom", "occultism:djinni", "bosses_of_mass_destruction:gauntlet", "occultism:mummy_familiar", - "fromanotherworld:transition", "mowziesmobs:umvuthana", "occultism:wild_hunt_wither_skeleton", "alexsmobs:komodo_dragon", @@ -251,7 +265,6 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "occultism:possessed_hoglin", "aquamirae:maze_mother", "mowziesmobs:umvuthana_crane_player", - "fromanotherworld:dogbeast_spitter", "cataclysm:ignited_berserker", "quark:stoneling", "cataclysm:the_leviathan", @@ -267,12 +280,11 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:rhinoceros", "alexsmobs:frilled_shark", "alexsmobs:bald_eagle", - "fromanotherworld:crawler", "occultism:wild_hunt_skeleton", "alexsmobs:blobfish", "alexsmobs:mimicube", + "undead_revamp2:sucker", "brazier:crazed", - "fromanotherworld:blood_crawler", "undergarden:gloomper", "alexsmobs:void_worm", "minecraft:parrot", @@ -288,7 +300,6 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:mimic_octopus", "alexsmobs:bunfungus", "alexsmobs:void_worm_part", - "fromanotherworld:vine_tentacles", "minecraft:mule", "occultism:cthulhu_familiar", "occultism:beaver_familiar", @@ -299,6 +310,7 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "minecraft:evoker", "occultism:otherworld_bird", "quark:forgotten", + "undead_revamp2:thelurker", "alexsmobs:tarantula_hawk", "undergarden:muncher", "ars_nouveau:blazing_weald_walker", @@ -308,16 +320,17 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "cataclysm:lionfish", "cataclysm:coralssus", "ars_nouveau:familiar_whirlisprig", + "undead_revamp2:thespitter", "sanitydim:rotting_stalker", "occultism:dragon_familiar", "ars_nouveau:wilden_hunter", - "fromanotherworld:dogbeast", "cataclysm:the_harbinger", "aquamirae:luminous_jelly", "alexsmobs:terrapin", "occultism:possessed_weak_shulker", "bosses_of_mass_destruction:lich", "alexsmobs:anaconda", + "undead_revamp2:thesomnolence", "occultism:headless_familiar", "undergarden:forgotten_guardian", "mowziesmobs:grottol", @@ -330,7 +343,9 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "minecraft:goat", "undergarden:nargoyle", "minecraft:cod", + "undead_revamp2:theswarmer", "alexsmobs:mantis_shrimp", + "undead_revamp2:theimmortal", "eidolon:necromancer", "alexsmobs:platypus", "minecraft:cow", @@ -343,6 +358,8 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "minecraft:salmon", "cataclysm:ignis", "mowziesmobs:naga", + "undead_revamp2:bomber", + "undead_revamp2:smokesmitter", "occultism:demonic_wife", "ars_nouveau:flourishing_weald_walker", "alexsmobs:anteater", @@ -353,15 +370,15 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "alexsmobs:murmur", "minecraft:zoglin", "forbidden_arcanus:lost_soul", - "fromanotherworld:split_face", "occultism:possessed_phantom", + "undead_revamp2:invisiblebidy", "alexsmobs:leafcutter_ant", + "undead_revamp2:thehorrorsdecoys", "eidolon:wraith", "ars_nouveau:summon_skeleton", "alexsmobs:mungus", "rootsclassic:phantom_skeleton", "ars_nouveau:wilden_guardian", - "fromanotherworld:juliette_thing", "alexsmobs:caiman", "eidolon:slimy_slug", "alexsmobs:spectre", @@ -370,15 +387,17 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "aquamirae:captain_cornelia", "alexsmobs:catfish", "cataclysm:deepling_priest", - "fromanotherworld:palmer_thing", "occultism:devil_familiar", "undergarden:rotbeast", "minecraft:piglin", "occultism:bat_familiar", "alexsmobs:skelewag", + "undead_revamp2:thesmoker", "cataclysm:ignited_revenant", + "undead_revamp2:flame", "alexsmobs:elephant", "undergarden:gwib", + "undead_revamp2:thegliter", "occultism:deer_familiar", "alexsmobs:gazelle", "minecraft:sniffer", @@ -387,11 +406,13 @@ entities = ["minecraft:squid", "minecraft:elder_guardian", "minecraft:guardian", "occultism:possessed_ghast", "ars_nouveau:summon_wolf", "occultism:possessed_elder_guardian", - "fromanotherworld:impaler", "minecraft:ocelot", "mowziesmobs:umvuthana_follower_player", "cataclysm:modern_remnant", + "undead_revamp2:crackleball", "minecraft:wolf", + "undead_revamp2:thehunter", "occultism:fairy_familiar", - "undergarden:mog" + "undergarden:mog", + "undead_revamp2:deadclogger" ] diff --git a/config/fromanotherworld/assimilated_sculk.json b/config/fromanotherworld/assimilated_sculk.json deleted file mode 100644 index 281202a..0000000 --- a/config/fromanotherworld/assimilated_sculk.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 3 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "reveal_from_detecting_mobs": { - "description": "Should Assimilated Sculk Activators reveal nearby assimilated sculk if they detect a mob?", - "value": false - }, - "tentacle_view_range": { - "description1": "How far should you be able to see Assimilated Sculk Tentacles from?", - "description2": "Reducing this should help with performance", - "value": 64 - }, - "alien_assimilated_sculk_placement": { - "description1": "1 in this number chance every 3 seconds for the Alien Thing to attempt to place an Assimilated Sculk Tentacle while in the 1951 form.", - "description2": "Values less than 1 disable this feature.", - "value": 20 - } -} \ No newline at end of file diff --git a/config/fromanotherworld/difficulty.json b/config/fromanotherworld/difficulty.json deleted file mode 100644 index d21efd7..0000000 --- a/config/fromanotherworld/difficulty.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 3 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "special_behaviour_rarity": { - "description": "1 in this number chance for Things to get each special ability.", - "value": 25 - }, - "max_miniboss_tier": { - "description": "Maximum tier that minibosses can grow to. They start at tier 0.", - "value": 3 - }, - "crawler_merge_chance": { - "description": "1 in this number chance every tick to attempt to merge.", - "value": 800 - }, - "juliette_thing_merge_chance": { - "value": 800 - }, - "palmer_thing_merge_chance": { - "value": 800 - }, - "split_face_merge_chance": { - "value": 800 - }, - "blair_thing_merge_chance": { - "value": 800 - }, - "dogbeast_spitter_merge_chance": { - "value": 800 - }, - "dogbeast_merge_chance": { - "value": 800 - }, - "impaler_merge_chance": { - "value": 800 - }, - "prowler_merge_chance": { - "value": 1600 - }, - "beast_merge_chance": { - "value": 800 - }, - "burrowing": { - "description": "Most Things should be able to burrow if they cannot reach where they are trying to pathfind to.", - "value": false - }, - "max_griefing_hardness": { - "description1": "The maximum hardness that Things can break. Set to a negative value to disable all Thing block breaking.", - "description2": "Blocks with negative hardness values can never be broken.", - "description3": "To blacklist specific blocks, add to the thing_immune tag using a data pack.", - "value": 49.0 - }, - "revealed_damage_multiplier": { - "description1": "The damage multiplier for revealed tier Things such as Chest Spitters and Vine Tentacles when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.25 - }, - "fodder_damage_multiplier": { - "description1": "The damage multiplier for fodder tier Things such as Blood Crawlers when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 1.0 - }, - "split_damage_multiplier": { - "description1": "The damage multiplier for split tier Things such as Crawlers and DogBeast Spitters when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.2 - }, - "standard_damage_multiplier": { - "description1": "The damage multiplier for standard tier Things such as Juliette Things and DogBeasts when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.2 - }, - "elite_damage_multiplier": { - "description1": "The damage multiplier for elite tier Things such as Palmer Things and Impalers when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.2 - }, - "merged_damage_multiplier": { - "description1": "The damage multiplier for merged tier Things such as Split Faces and Prowlers when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.1 - }, - "miniboss_damage_multiplier": { - "description1": "The damage multiplier for miniboss tier Things such as Blair Things and Beasts when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.05 - }, - "special_miniboss_damage_multiplier": { - "description1": "The damage multiplier for special_miniboss tier Things such as Alien Things when not vulnerable", - "description2": "0.0 means they will take no damage, 0.5 means they will take half damage, 1.0 means they will take full damage", - "value": 0.05 - } -} \ No newline at end of file diff --git a/config/fromanotherworld/effects.json b/config/fromanotherworld/effects.json deleted file mode 100644 index 48a8827..0000000 --- a/config/fromanotherworld/effects.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 2 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "regen_cancelling": { - "description": "Effects that prevent Things from resisting damage and healing.", - "value": [ - "gigeresque:acid", - "minecraft:wither", - "alexscaves:irradiated" - ] - }, - "thing_immune": { - "description": "Effects that cannot be applied to Things.", - "value": [ - "minecraft:poison", - "spore:*" - ] - } -} \ No newline at end of file diff --git a/config/fromanotherworld/events.json b/config/fromanotherworld/events.json deleted file mode 100644 index 44d1afc..0000000 --- a/config/fromanotherworld/events.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 1 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "enabled": { - "description": "Should Thing invasion events happen?", - "value": true - }, - "first_event_day": { - "description1": "The first day that an invasion event will happen.", - "description2": "This option treats the first day in a world as day 1, unlike the vanilla F3 screen.", - "value": 1 - }, - "min_cooldown": { - "description": "The minimum number of days between events.", - "value": 30 - }, - "max_cooldown": { - "description": "The maximum number of days between events.", - "value": 40 - } -} \ No newline at end of file diff --git a/config/fromanotherworld/gore.json b/config/fromanotherworld/gore.json deleted file mode 100644 index baa1afc..0000000 --- a/config/fromanotherworld/gore.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 2 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "enabled": { - "description": "Should corpses that spread gore be placed when Things are killed?", - "value": true - }, - "wall_palmer_chance": { - "description": "1 in this number chance for any wall tentacle block with sufficient support to instead be a wall palmer.", - "value": 10 - }, - "tunnel_gore_time": { - "description1": "Minimum age of a tunnel block in ticks required for it to start spreading gore blocks.", - "description2": "Set to a negative value to disable.", - "value": 72000 - } -} \ No newline at end of file diff --git a/config/fromanotherworld/mod_compat.json b/config/fromanotherworld/mod_compat.json deleted file mode 100644 index edef2dc..0000000 --- a/config/fromanotherworld/mod_compat.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 2 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "fight_fungus": { - "description1": "Should Things attack mobs from Spore: Fungal Infection?", - "description2": "You may need to modify the config of Spore: Fungal Infection for them to fight correctly", - "value": false - }, - "fight_sculk": { - "description1": "Should Things attack mobs from Sculk Horde?", - "description2": "You may need to modify the config of Sculk Horde for them to fight correctly", - "value": false - }, - "xeno_allies": { - "description": "Gigeresque Xenomorphs do not attack Things", - "value": true - } -} \ No newline at end of file diff --git a/config/fromanotherworld/spawning.json b/config/fromanotherworld/spawning.json deleted file mode 100644 index a6563e4..0000000 --- a/config/fromanotherworld/spawning.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 2 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "enabled": { - "description1": "Should Things spawn like vanilla mobs?", - "description2": "Not recommended for the intended experience.", - "value": false - }, - "first_spawning_day": { - "description1": "The first day that Things can start spawning naturally.", - "description2": "This option treats the first day in a world as day 1, unlike the vanilla F3 screen.", - "value": 2 - }, - "failure_chance": { - "description1": "The chance for a Thing to fail to spawn even when all the criteria are met.", - "description2": "Can be used to make Things spawn less than vanilla spawn weight values allow, which is useful considering they do not despawn", - "description3": "0.0 - Things never fail to spawn", - "description4": "1.0 - Things always fail to spawn", - "value": 0.95 - }, - "blood_crawler": { - "enabled": true, - "spawn_weight": 10, - "minimum_group_size": 3, - "maximum_group_size": 5 - }, - "crawler": { - "enabled": true, - "spawn_weight": 5, - "minimum_group_size": 1, - "maximum_group_size": 3 - }, - "juliette_thing": { - "enabled": true, - "spawn_weight": 5, - "minimum_group_size": 1, - "maximum_group_size": 2 - }, - "palmer_thing": { - "enabled": true, - "spawn_weight": 3, - "minimum_group_size": 1, - "maximum_group_size": 1 - }, - "split_face": { - "enabled": true, - "spawn_weight": 1, - "minimum_group_size": 1, - "maximum_group_size": 1 - }, - "blair_thing": { - "enabled": true, - "spawn_weight": 1, - "minimum_group_size": 1, - "maximum_group_size": 1 - }, - "dogbeast_spitter": { - "enabled": true, - "spawn_weight": 10, - "minimum_group_size": 1, - "maximum_group_size": 3 - }, - "dogbeast": { - "enabled": true, - "spawn_weight": 1, - "minimum_group_size": 8, - "maximum_group_size": 24 - }, - "impaler": { - "enabled": true, - "spawn_weight": 5, - "minimum_group_size": 1, - "maximum_group_size": 2 - }, - "prowler": { - "enabled": true, - "spawn_weight": 1, - "minimum_group_size": 2, - "maximum_group_size": 2 - }, - "beast": { - "enabled": true, - "spawn_weight": 1, - "minimum_group_size": 1, - "maximum_group_size": 1 - }, - "alien_thing": { - "enabled": false, - "spawn_weight": 1, - "minimum_group_size": 1, - "maximum_group_size": 1 - } -} \ No newline at end of file diff --git a/config/fromanotherworld/world.json b/config/fromanotherworld/world.json deleted file mode 100644 index f3a808e..0000000 --- a/config/fromanotherworld/world.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": { - "description1": "Config version number used for auto_regen_outdated.", - "description2": "Do not modify.", - "value": 1 - }, - "auto_regen_outdated": { - "description": "Should this file automatically regenerate whenever the default options are changed?", - "value": true - }, - "alien_thing_chunk_loading": { - "description1": "Should the Alien Thing be able to keep chunks around it loaded?", - "description2": "May cause issues with other mods that load chunks.", - "value": true - } -} \ No newline at end of file diff --git a/config/incontrol/spawn.json b/config/incontrol/spawn.json index 0637a08..6c8efdc 100644 --- a/config/incontrol/spawn.json +++ b/config/incontrol/spawn.json @@ -1 +1,117 @@ -[] \ No newline at end of file +[ + { + "mod": "spore", + "gamestage": "spore", + "result": "allow" + }, + { + "mod": "undead_revamp2", + "gamestage": "undead_revamp2", + "result": "allow" + }, + { + "mob": "minecraft:enderman", + "gamestage": "ender", + "result": "allow" + }, + { + "mob": [ + "minecraft:zombie", + "minecraft:zombie_horse", + "minecraft:zombie_villager", + "minecraft:husk" + ], + "gamestage": "zombie_1", + "result": "allow" + }, + { + "mob": "eidolon:zombie_brute", + "gamestage": "zombie_2", + "result": "allow" + }, + { + "mob": [ + "minecraft:skeleton", + "minecraft:skeleton_horse", + "minecraft:stray", + "occultism:possessed_skeleton", + "eidolon:wraith" + ], + "gamestage": "skeleton_1", + "result": "allow" + }, + { + "mob": "eidolon:giant_skeleton", + "gamestage": "skeleton_2", + "result": "allow" + }, + { + "mob": "minecraft:creeper", + "gamestage": "dead_1", + "result": "allow" + }, + { + "mob": "embers:ancient_golem", + "minheight": -50, + "maxheight": 49, + "healthmultiply": 1.5, + "damagemultiply": 1.5, + "potion": [ + "minecraft:regeneration,-1,0", + "minecraft:resistance,-1,1" + ], + "nbt":{ + "ActiveEffects":[ + { + "showParticles":false + } + ] + }, + "armortoughnessmultiply": 2, + "attackspeedmultiply": 0.5, + "result": "allow" + }, + { + "mob": "embers:ancient_golem", + "minheight": 50, + "maxheight": 79, + "healthmultiply": 1.2, + "damagemultiply": 1.2, + "potion": "minecraft:resistance,-1,0", + "attackspeedmultiply": 0.7, + "result": "allow" + }, + { + "mob": "embers:ancient_golem", + "minheight": 80, + "healthmultiply": 0.8, + "damagemultiply": 0.8, + "attackspeedmultiply": 1.1, + "result": "allow" + }, + { + "mod": [ + "spore", + "undead_revamp2" + ], + "result": "deny" + }, + { + "mob": [ + "minecraft:zombie", + "minecraft:zombie_horse", + "minecraft:zombie_villager", + "eidolon:zombie_brute", + "minecraft:husk", + "minecraft:skeleton", + "minecraft:skeleton_horse", + "minecraft:stray", + "occultism:possessed_skeleton", + "eidolon:wraith", + "eidolon:giant_skeleton", + "minecraft:enderman", + "minecraft:creeper" + ], + "result": "deny" + } +] \ No newline at end of file diff --git a/config/quark-common.toml b/config/quark-common.toml index bbdc7b4..9beae4c 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -197,8 +197,8 @@ [building.leaf_carpet] #This feature disables itself if any of the following mods are loaded: - # - woodworks # - immersive_weathering + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -237,8 +237,8 @@ #Allowed values: [0,1] "Fall Damage Multiplier" = 0.5 #This feature disables itself if any of the following mods are loaded: - # - goated # - environmental + # - goated #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -246,8 +246,8 @@ [building.variant_bookshelves] "Change Names" = true #This feature disables itself if any of the following mods are loaded: - # - woodworks # - woodster + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false @@ -266,8 +266,8 @@ [building.variant_ladders] "Change Names" = true #This feature disables itself if any of the following mods are loaded: - # - woodworks # - woodster + # - woodworks #This is done to prevent content overlap. #You can turn this on to force the feature to be loaded even if the above mods are also loaded. "Ignore Anti Overlap" = false diff --git a/config/shouldersurfing-client.toml b/config/shouldersurfing-client.toml index 9c8c9a1..30b2b56 100644 --- a/config/shouldersurfing-client.toml +++ b/config/shouldersurfing-client.toml @@ -30,7 +30,7 @@ offset_y = 0.125 #Third person camera z-offset. #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - offset_z = 2.7750000000000044 + offset_z = 2.7500000000000044 [camera.offset.min] #If x-offset is limited this is the minimum amount. diff --git a/config/sound_physics_remastered/allowed_sounds.properties b/config/sound_physics_remastered/allowed_sounds.properties index 6a9ffae..ae14959 100644 --- a/config/sound_physics_remastered/allowed_sounds.properties +++ b/config/sound_physics_remastered/allowed_sounds.properties @@ -2,46 +2,30 @@ # Set to 'false' to disable sound physics for that sound minecraft\:entity.parrot.imitate.vindicator=true -aquamirae\:music.ice_maze_theme=true -biomancy\:entity.flesh_blob.death=true -embers\:block.machine.break=true minecraft\:item.bucket.fill=true minecraft\:entity.sniffer.digging=true -cataclysm\:prowler_saw_attack=true minecraft\:block.lodestone.place=true bettercombat\:glaive_slash_slow=true minecraft\:music.overworld.bamboo_jungle=true wizards_reborn\:arcane_gold_place=true minecraft\:entity.hoglin.death=true -minecraft\:block.cherry_wood_fence_gate.open=true alexsmobs\:end_pirate_door=true wizards_reborn\:precision_crystal_step=true -aquamirae\:block.frozen_chest.unlock=true -minecraft\:entity.parrot.imitate.witch=true -minecraft\:entity.pillager.celebrate=true mowziesmobs\:geomancy.hitmedium=true malum\:soul_ward_damaged=true -minecraft\:block.chiseled_bookshelf.insert.enchanted=true -minecraft\:entity.mule.eat=true minecraft\:item.trident.thunder=true -cataclysm\:enderguardian_music=true minecraft\:block.bamboo_wood_door.open=true minecraft\:entity.piglin.ambient=true minecraft\:block.pink_petals.step=true cataclysm\:monstrositygrowl=true -embers\:block.inferno_forge.fail=true malum\:soulwood_leaves_hit=true cataclysm\:prowler_hurt=true minecraft\:block.bamboo_wood_pressure_plate.click_on=true -minecraft\:music.overworld.jagged_peaks=true evoodooers\:record.day=true -alexsmobs\:jerboa_idle=true wizards_reborn\:innocent_wood_place=true wizards_reborn\:totem_of_disenchant_start=true -minecraft\:block.bamboo_sapling.break=true minecraft\:block.note_block.banjo=true minecraft\:entity.llama.step=true -alexsmobs\:gorilla_hurt=true malum\:aesthetica=true alexsmobs\:komodo_dragon_idle=true minecraft\:item.flintandsteel.use=true @@ -49,313 +33,170 @@ biomancy\:bony_flesh_block.hit=true minecraft\:entity.shulker.open=true minecraft\:block.note_block.imitate.creeper=true undergarden\:music.undergarden=true -supplementaries\:block.faucet.turn=true -minecraft\:entity.skeleton_horse.hurt=true -minecraft\:block.powder_snow.break=true -alexsmobs\:music_disc_daze=true minecraft\:entity.camel.eat=true mowziesmobs\:umvuthi.burst=true -minecraft\:entity.mule.death=true -alexsmobs\:cosmaw_idle=true -cataclysm\:remnant_tail_swing=true -cataclysm\:endermaptera_death=true -undergarden\:entity.forgotten_guardian.attack=true minecraft\:entity.magma_cube.hurt_small=true eidolon\:splash_bonechill=true -alexsmobs\:roadrunner_meep=true -supplementaries\:block.sack.open=true undergarden\:entity.stoneborn.chant=true -minecraft\:block.roots.hit=true -cataclysm\:remnant_charge_step=true minecraft\:entity.sniffer.step=true cataclysm\:monstrosityawaken=true -forbidden_arcanus\:item.quantum_catcher.release=true -minecraft\:entity.player.attack.crit=true minecraft\:entity.silverfish.death=true minecraft\:entity.axolotl.splash=true cataclysm\:prowler_saw_spin_attack=true minecraft\:block.frogspawn.hatch=true -minecraft\:music.overworld.cherry_grove=true -minecraft\:entity.camel.saddle=true minecraft\:block.froglight.hit=true +undead_revamp2\:cloggerbleed=true supplementaries\:block.jar.break=true -botania\:drum=true mowziesmobs\:naga.acidspit=true -bettercombat\:wand_swing=true minecraft\:block.nether_sprouts.place=true biomancy\:ui.digester.open=true cataclysm\:ignis_music=true malum\:blazing_quartz_block_hit=true cataclysm\:black_hole_closing=true -minecraft\:block.fungus.place=true -undergarden\:item.bucket.fill_virulent=true -botania\:dash=true -aquamirae\:item.shell_horn.use=true minecraft\:block.gilded_blackstone.step=true -minecraft\:entity.piglin.retreat=true -alexsmobs\:banana_slug_hurt=true minecraft\:entity.armor_stand.hit=true minecraft\:ambient.basalt_deltas.loop=true -minecraft\:entity.skeleton_horse.step_water=true -minecraft\:music.menu=true alexsmobs\:sugar_glider_hurt=true alexsmobs\:orca_die=true minecraft\:block.sculk_vein.place=true mowziesmobs\:naga.grunt3=true mowziesmobs\:naga.grunt2=true mowziesmobs\:naga.grunt1=true -embers\:block.multiblock.unpack=true wizards_reborn\:mor_block_hit=true -minecraft\:block.anvil.hit=true +undead_revamp2\:thepregnant_ambt=true malum\:soul_stained_steel_hit=true -embers\:item.metallurgic_dust.fail=true mowziesmobs\:wroughtnaut.creak=true minecraft\:entity.chicken.step=true -biomancy\:block.cradle.no=true minecraft\:entity.cat.beg_for_food=true -minecraft\:block.wood.fall=true minecraft\:entity.camel.hurt=true minecraft\:entity.zombie.break_wooden_door=true -quark\:entity.toretoise.harvest=true biomancy\:ui.decomposer.open=true -minecraft\:entity.goat.screaming.horn_break=true -alexsmobs\:raccoon_hurt=true wizards_reborn\:deepslate_arcanum_ore_step=true -alexsmobs\:moose_idle=true minecraft\:entity.sniffer.digging_stop=true -undergarden\:entity.stoneborn.step=true -supplementaries\:block.sack.place=true gateways\:gate_warp=true minecraft\:ambient.warped_forest.mood=true mowziesmobs\:frostmaw.iceballshoot=true biomesoplenty\:music.nether.visceral_heap=true biomancy\:block.bio_lab.crafting_random=true -alexsmobs\:mungus_laser_grow=true quark\:block.potato.yung=true minecraft\:block.wood.place=true -minecraft\:block.anvil.land=true alexsmobs\:mimic_octopus_hurt=true -minecraft\:item.firecharge.use=true wizards_reborn\:arcane_gold_break=true minecraft\:entity.horse.jump=true -minecraft\:block.pointed_dripstone.drip_lava=true -wizards_reborn\:wisestone_pressure_plate_click_off=true -undergarden\:entity.gloomper.death=true -cataclysm\:golemhurt=true quark\:entity.foxhound.pant=true -alexsmobs\:caiman_hurt=true malum\:calcified_blight_hit=true minecraft\:entity.parrot.imitate.pillager=true -embers\:item.codex.category.switch=true minecraft\:entity.ravager.death=true +undead_revamp2\:hunter_fly=true minecraft\:block.grindstone.use=true -minecraft\:entity.firework_rocket.twinkle_far=true -minecraft\:block.powder_snow.place=true -cataclysm\:modern_remnant_death=true -embers\:item.blazing_ray.empty=true quark\:block.potato.kingbdogz=true -minecraft\:entity.illusioner.prepare_blindness=true -embers\:block.alchemy.start=true -cataclysm\:maledictus_hurt=true -minecraft\:entity.camel.death=true eidolon\:parousia=true -minecraft\:entity.llama.chest=true -spore\:spore_area_ambient=true -minecraft\:block.ladder.fall=true embers\:item.cinder_staff.charge=true minecraft\:block.candle.step=true -minecraft\:block.coral_block.break=true -minecraft\:block.soul_sand.step=true -alexsmobs\:crocodile_hurt=true minecraft\:block.cherry_sapling.step=true -minecraft\:entity.evoker.prepare_summon=true -alexsmobs\:terrapin_hurt=true minecraft\:entity.armor_stand.fall=true minecraft\:block.netherite_block.place=true -alexsmobs\:enderiophage_hurt=true malum\:spirit_crucible_completes_focusing=true -minecraft\:entity.turtle.ambient_land=true biomancy\:entity.flesh_blob.jump=true botania\:babylon_spawn=true -minecraft\:block.bamboo_sapling.place=true wizards_reborn\:wisestone_button_click_off=true ars_nouveau\:gaia_family=true -minecraft\:entity.piglin.admiring_item=true -minecraft\:block.calcite.fall=true minecraft\:block.cherry_wood.break=true -minecraft\:entity.enderman.stare=true embers\:item.explosion_charm.recharge=true -malum\:ritual_beginning_ambience=true minecraft\:entity.generic.big_fall=true minecraft\:block.cherry_leaves.hit=true undergarden\:entity.nargoyle.attack=true embers\:block.inferno_forge.open=true -biomancy\:ui.bio_lab.open=true malum\:spirit_altar_absorbs_item=true -embers\:block.ember_transfer.emit.small=true minecraft\:entity.wandering_trader.no=true -minecraft\:block.wool.hit=true minecraft\:entity.tadpole.flop=true minecraft\:block.netherrack.place=true -biomancy\:block.digester.crafting=true minecraft\:block.ladder.step=true undergarden\:ambient.spires_addition=true -alexsmobs\:fly_hurt=true -minecraft\:block.candle.fall=true embers\:block.metal_seed.loop=true -minecraft\:block.packed_mud.hit=true -minecraft\:entity.phantom.flap=true -bosses_of_mass_destruction\:brimstone=true +undead_revamp2\:rodambience=true minecraft\:item.hoe.till=true minecraft\:block.tuff.step=true spore\:delusioner_casting=true -minecraft\:block.cherry_sapling.fall=true -minecraft\:block.gilded_blackstone.fall=true minecraft\:block.wart_block.step=true mowziesmobs\:umvuthana.blowdart=true cataclysm\:ignisshieldbreak=true minecraft\:entity.turtle.hurt=true -minecraft\:entity.dolphin.play=true wizards_reborn\:wissen_crystallizer_loop=true mowziesmobs\:frostmaw.icebreath=true -cataclysm\:flame_burst=true -minecraft\:block.note_block.bit=true -minecraft\:block.sculk_sensor.fall=true minecraft\:entity.villager.celebrate=true -malum\:runewood_pressure_plate_click_off=true minecraft\:block.lodestone.break=true -malum\:arcane_rock_bricks_place=true -minecraft\:block.basalt.step=true -minecraft\:entity.polar_bear.hurt=true -undergarden\:ambient.frost_mood=true botania\:thermalily=true alexsmobs\:dropbear_idle=true minecraft\:entity.parrot.imitate.wither=true undergarden\:ambient.dense_forest_addition=true wizards_reborn\:innocent_wood_step=true -minecraft\:entity.fox.screech=true mowziesmobs\:naga.acidspithiss=true -eidolon\:cast_bonechill=true alexsmobs\:elephant_trumpet=true minecraft\:block.sculk_sensor.clicking_stop=true minecraft\:entity.vex.death=true -embers\:block.machine.place=true -biomancy\:ui.menu.open=true mowziesmobs\:naga.roar3=true mowziesmobs\:naga.roar2=true -undergarden\:entity.dweller.death=true -cataclysm\:leviathan_defeat=true minecraft\:entity.bee.loop=true mowziesmobs\:naga.roar4=true -minecraft\:entity.vex.charge=true wizards_reborn\:innocent_wood_break=true minecraft\:block.beehive.work=true mowziesmobs\:naga.roar1=true -minecraft\:entity.skeleton_horse.jump_water=true bettercombat\:staff_slash=true -minecraft\:entity.zombie_villager.death=true minecraft\:entity.horse.ambient=true -minecraft\:entity.villager.work_armorer=true embers\:block.stamper.up=true -minecraft\:block.mud_bricks.fall=true -minecraft\:entity.phantom.death=true -minecraft\:block.tripwire.detach=true embers\:item.codex.category.close=true -minecraft\:block.deepslate.place=true bettercombat\:claymore_stab=true embers\:item.codex.page.open=true -map_atlases\:atlas_create_map=true wizards_reborn\:arcane_iterator_start=true minecraft\:entity.ender_dragon.death=true -alexsmobs\:tendon_whip=true -alexsmobs\:anteater_hurt=true -minecraft\:block.sand.hit=true -minecraft\:entity.leash_knot.place=true +undead_revamp2\:royalhurts=true minecraft\:entity.strider.retreat=true minecraft\:entity.cow.step=true cataclysm\:leviathan_music=true -aquamirae\:effect.mystery=true -bosses_of_mass_destruction\:obsidilith_teleport=true botania\:dice_of_fate=true embers\:block.mini_boiler.pressure_loop_high=true alexsmobs\:guster_idle=true minecraft\:entity.allay.item_taken=true minecraft\:block.note_block.imitate.zombie=true minecraft\:entity.mooshroom.convert=true -minecraft\:entity.warden.death=true minecraft\:block.sculk_sensor.step=true wizards_reborn\:nether_salt_break=true embers\:block.ember_transfer.relay=true -minecraft\:item.armor.equip_leather=true minecraft\:block.bell.resonate=true minecraft\:entity.mooshroom.milk=true minecraft\:block.dispenser.fail=true -quark\:ambient.fire=true -minecraft\:entity.endermite.death=true minecraft\:entity.goat.screaming.prepare_ram=true wizards_reborn\:chiseled_wisestone_step=true botania\:mana_blaster_misfire=true minecraft\:block.nether_sprouts.break=true -minecraft\:block.respawn_anchor.ambient=true botania\:terrasteel_craft=true embers\:block.inferno_forge.loop=true cataclysm\:deepling_idle=true -wizards_reborn\:crystal_resonate=true minecraft\:item.crossbow.shoot=true minecraft\:entity.bee.sting=true -bettercombat\:glaive_slash_quick=true -minecraft\:block.deepslate.break=true cataclysm\:crab_hurt=true minecraft\:block.chest.open=true wizards_reborn\:deepslate_arcanum_ore_hit=true malum\:runewood_button_click_on=true -botania\:enchanter_form=true minecraft\:block.netherite_block.break=true -minecraft\:block.note_block.cow_bell=true -undergarden\:entity.sploogie.hurt=true -minecraft\:block.iron_door.open=true -minecraft\:block.fungus.break=true aquamirae\:entity.eel.bite=true -minecraft\:entity.strider.happy=true ars_nouveau\:aria_biblio=true -alexsmobs\:leafcutter_ant_hurt=true mowziesmobs\:wroughtnaut.grunt1=true -botania\:gaia_teleport=true mowziesmobs\:wroughtnaut.grunt2=true mowziesmobs\:wroughtnaut.grunt3=true -minecraft\:ambient.soul_sand_valley.additions=true embers\:block.field_chart.loop=true alexsmobs\:transmute_item=true -wizards_reborn\:arcane_wood_hanging_sign_step=true -minecraft\:block.slime_block.place=true minecraft\:block.sculk_vein.break=true minecraft\:block.fire.ambient=true -alexsmobs\:giant_squid_hurt=true minecraft\:block.wooden_trapdoor.open=true -wizards_reborn\:innocent_wood_trapdoor_open=true undergarden\:entity.sploogie.death=true -minecraft\:entity.ravager.stunned=true -bosses_of_mass_destruction\:spore_impact=true -minecraft\:block.nether_wood.fall=true biomancy\:block.decomposer.crafting_random=true -wizards_reborn\:arcane_wood_hit=true immersive_weathering\:icicle_crack=true -malum\:arcana_codex_opened=true minecraft\:entity.fox.aggro=true minecraft\:entity.player.levelup=true -undergarden\:block.virulent.bubble=true -minecraft\:entity.dolphin.hurt=true minecraft\:entity.glow_item_frame.place=true -biomancy\:fleshkin.eat=true -minecraft\:entity.player.small_fall=true -minecraft\:entity.skeleton.step=true -minecraft\:music_disc.13=true -minecraft\:entity.bee.death=true minecraft\:entity.parrot.imitate.wither_skeleton=true -minecraft\:music_disc.11=true -cataclysm\:hammertime=true -malum\:a_soul_shatters=true -embers\:block.ashen_stone.place=true minecraft\:block.wart_block.hit=true biomancy\:ui.storage_sac.open=true minecraft\:block.wet_grass.step=true @@ -365,435 +206,233 @@ minecraft\:entity.wither_skeleton.ambient=true alexsmobs\:gelada_monkey_hurt=true minecraft\:item.trident.riptide_3=true minecraft\:item.trident.riptide_2=true -minecraft\:block.calcite.break=true minecraft\:block.pointed_dripstone.fall=true minecraft\:entity.piglin_brute.hurt=true bettercombat\:dagger_slash=true -quark\:item.soul_powder.spawn=true malum\:quartz_cluster_block_step=true -minecraft\:block.nether_gold_ore.fall=true botania\:tigerseye_pacify=true alexsmobs\:bunfungus_attack=true minecraft\:entity.fox.eat=true malum\:augment_applied=true minecraft\:block.azalea.break=true -embers\:block.solid_metal.place=true minecraft\:entity.armor_stand.place=true alexsmobs\:grizzly_bear_hurt=true minecraft\:item.trident.riptide_1=true -minecraft\:block.wet_grass.fall=true -biomancy\:block.bio_lab.crafting_completed=true minecraft\:block.mud_bricks.step=true -minecraft\:entity.pig.hurt=true malum\:tuning_fork_tinkers=true -minecraft\:block.bamboo_wood_hanging_sign.fall=true -minecraft\:entity.wolf.pant=true -wizards_reborn\:arcane_iterator_loop=true -mowziesmobs\:geomancy.hitsmall=true -biomancy\:flesh_block.hit=true -minecraft\:block.sweet_berry_bush.place=true -botania\:agricarnation=true -minecraft\:entity.parrot.imitate.endermite=true undergarden\:block.gronglet.ambient=true wizards_reborn\:arcane_iterator_end=true -minecraft\:block.tuff.fall=true alexsmobs\:murmur_attack=true -minecraft\:block.ancient_debris.hit=true cataclysm\:monstrosity_music=true supplementaries\:block.jar.cookie=true minecraft\:block.netherite_block.step=true alexsmobs\:hummingbird_loop=true malum\:hallowed_gold_hit=true botania\:incense_plate_ignite=true -minecraft\:entity.frog.death=true -minecraft\:entity.endermite.hurt=true minecraft\:block.deepslate.hit=true undergarden\:entity.rotwalker.step=true -minecraft\:entity.evoker.prepare_wololo=true minecraft\:entity.warden.sniff=true supplementaries\:block.present.open=true wizards_reborn\:raw_arcane_gold_hit=true wizards_reborn\:innocent_wood_hit=true malum\:staff_charged=true undergarden\:entity.stoneborn.angry=true -alexsmobs\:maned_wolf_hurt=true minecraft\:entity.polar_bear.ambient_baby=true minecraft\:block.sculk.hit=true -minecraft\:block.gravel.place=true -minecraft\:block.deepslate_bricks.break=true -botania\:gaia_summon=true -alexsmobs\:tusklin_hurt=true minecraft\:entity.warden.nearby_closer=true embers\:item.codex.unlock=true cataclysm\:revenant_breath=true -wizards_reborn\:crystal_ritual_start=true -minecraft\:entity.wolf.shake=true cataclysm\:leviathan_hurt=true -minecraft\:entity.firework_rocket.launch=true -minecraft\:block.basalt.break=true +undead_revamp2\:lurkerdies=true minecraft\:block.hanging_roots.fall=true botania\:spreader_remove_lens=true -obscure_api\:miracle=true -minecraft\:block.ender_chest.open=true -minecraft\:entity.piglin.jealous=true -minecraft\:block.sculk_sensor.hit=true cataclysm\:ignis_ambient=true -minecraft\:entity.camel.step_sand=true bosses_of_mass_destruction\:gauntlet_death=true -alexsmobs\:snow_leopard_idle=true minecraft\:block.bamboo_wood.break=true minecraft\:entity.parrot.imitate.ender_dragon=true -minecraft\:block.dispenser.dispense=true -minecraft\:block.sculk.fall=true minecraft\:block.water.ambient=true botania\:vine_ball_throw=true minecraft\:entity.donkey.eat=true -cataclysm\:harbinger_hurt=true mowziesmobs\:geomancy.hitmedium2=true -cataclysm\:remnant_charge_prepare=true -alexsmobs\:warped_toad_idle=true -minecraft\:item.bucket.empty_tadpole=true -fromanotherworld\:fromanotherworld.entity.thing.general.ambient=true -minecraft\:block.moss_carpet.hit=true minecraft\:ambient.underwater.enter=true malum\:the_unknown_weeps=true minecraft\:entity.puffer_fish.hurt=true minecraft\:entity.piglin.celebrate=true -minecraft\:entity.husk.ambient=true minecraft\:entity.guardian.death=true -minecraft\:entity.stray.step=true -minecraft\:entity.shulker.death=true wizards_reborn\:polished_wisestone_hit=true minecraft\:entity.camel.dash_ready=true minecraft\:entity.iron_golem.repair=true malum\:shielding_apparatus_shields=true -minecraft\:block.large_amethyst_bud.break=true minecraft\:block.shulker_box.close=true undergarden\:entity.smog_mog.death=true bosses_of_mass_destruction\:lich_hurt=true -minecraft\:block.deepslate_bricks.place=true alexsmobs\:rattlesnake_hurt=true minecraft\:entity.guardian.flop=true -minecraft\:entity.piglin_brute.ambient=true cataclysm\:ignis_poke=true -minecraft\:entity.chicken.death=true minecraft\:entity.glow_item_frame.remove_item=true -wizards_reborn\:raw_arcane_gold_step=true wizards_reborn\:wisestone_bricks_hit=true alexsmobs\:platypus_hurt=true minecraft\:entity.salmon.hurt=true -minecraft\:entity.spider.death=true quark\:entity.stoneling.purr=true bosses_of_mass_destruction\:comet_prepare=true minecraft\:entity.turtle.shamble_baby=true alexsmobs\:april_fools_power_outage=true supplementaries\:block.turntable.cat=true -minecraft\:ui.button.click=true -wizards_reborn\:arcane_wood_trapdoor_close=true -mowziesmobs\:umvuthana.rattle=true -minecraft\:entity.generic.death=true -biomesoplenty\:music.nether.erupting_inferno=true undergarden\:entity.forgotten_guardian.step=true -minecraft\:block.bamboo_wood_button.click_off=true -minecraft\:block.sculk_vein.fall=true minecraft\:entity.hoglin.retreat=true -minecraft\:block.wooden_trapdoor.close=true minecraft\:block.roots.fall=true -quark\:block.potato.soda=true -minecraft\:block.shroomlight.hit=true -botania\:bellows=true embers\:block.pipe.connect=true minecraft\:block.flowering_azalea.break=true -undergarden\:ambient.undergarden=true minecraft\:block.nether_wood.step=true -wizards_reborn\:crystal_hit=true -quark\:block.potato.do_it=true minecraft\:block.sculk_shrieker.hit=true undergarden\:entity.forgotten.step=true wizards_reborn\:arcane_wood_fence_gate_close=true -quark\:entity.shiba.whine=true -minecraft\:block.honey_block.fall=true minecraft\:block.hanging_roots.hit=true -minecraft\:block.moss_carpet.fall=true minecraft\:item.trident.throw=true minecraft\:entity.armor_stand.break=true -minecraft\:entity.goat.prepare_ram=true minecraft\:entity.player.attack.nodamage=true -botania\:terra_pick_mode=true +undead_revamp2\:somnolencehurts=true minecraft\:entity.cow.milk=true -minecraft\:entity.hoglin.ambient=true -minecraft\:entity.llama.ambient=true minecraft\:block.nylium.fall=true minecraft\:block.sculk.step=true -minecraft\:entity.strider.step_lava=true -minecraft\:block.sweet_berry_bush.break=true -minecraft\:block.calcite.place=true -minecraft\:entity.snow_golem.ambient=true -minecraft\:block.metal.step=true -wizards_reborn\:arcanemicon_offering=true embers\:block.inferno_forge.close=true -minecraft\:entity.donkey.angry=true -biomancy\:ui.bio_forge.select_recipe=true +undead_revamp2\:lurkerrunning=true +undead_revamp2\:hunterambt=true malum\:void_eats_gunk=true alexsmobs\:mosquito_hurt=true malum\:staff_powers_up=true minecraft\:ui.toast.in=true alexsmobs\:rattlesnake_attack=true -minecraft\:block.wart_block.fall=true wizards_reborn\:wissen_transfer=true -minecraft\:block.slime_block.break=true minecraft\:entity.enderman.ambient=true wizards_reborn\:arcane_workbench_end=true minecraft\:item.crossbow.loading_start=true minecraft\:entity.shulker.shoot=true cataclysm\:ignis_armor_break=true minecraft\:entity.drowned.swim=true -minecraft\:block.wet_grass.break=true undergarden\:entity.mog.death=true -minecraft\:block.note_block.bass=true cataclysm\:remnant_music=true -malum\:draining_motif=true -attributeslib\:dodge=true -minecraft\:block.stem.hit=true minecraft\:entity.parrot.imitate.ghast=true embers\:item.scale.break=true minecraft\:block.honey_block.step=true -mowziesmobs\:wroughtnaut.pre_swing3=true -spore\:inf_damage=true -undergarden\:entity.dweller.hurt=true -mowziesmobs\:wroughtnaut.pre_swing1=true -mowziesmobs\:wroughtnaut.pre_swing2=true wizards_reborn\:arcane_wood_break=true -malum\:hungry_belt_feeds=true -undergarden\:entity.gwibling.death=true minecraft\:entity.squid.ambient=true -spore\:corrupted_record=true embers\:block.heat_coil.high_loop=true -embers\:item.codex.category.select=true -minecraft\:entity.strider.ambient=true -minecraft\:entity.ghast.ambient=true -embers\:block.caminite.place=true -undergarden\:entity.masticator.eat=true -minecraft\:ambient.underwater.loop=true minecraft\:block.respawn_anchor.set_spawn=true minecraft\:block.wooden_pressure_plate.click_off=true -minecraft\:entity.experience_orb.pickup=true -undergarden\:ambient.frost=true minecraft\:entity.villager.work_fisherman=true -minecraft\:block.hanging_roots.step=true -minecraft\:entity.skeleton.ambient=true mowziesmobs\:geomancy.smallrockhit=true minecraft\:music.overworld.forest=true minecraft\:item.trident.return=true minecraft\:entity.turtle.egg_crack=true undergarden\:entity.mog.ambient=true -minecraft\:block.gilded_blackstone.break=true -fromanotherworld\:fromanotherworld.entity.thing.strong.alert=true wizards_reborn\:polished_wisestone_break=true undergarden\:entity.forgotten.ambient=true -biomemusic\:music.nether=true -minecraft\:entity.magma_cube.jump=true -alexsmobs\:tiger_hurt=true minecraft\:block.mud.step=true -minecraft\:block.end_portal_frame.fill=true undergarden\:music.disc.relict=true -minecraft\:item.elytra.flying=true -minecraft\:entity.goat.screaming.ram_impact=true -minecraft\:block.lava.ambient=true -embers\:block.copper_charger_siphon.loop=true -minecraft\:entity.rabbit.death=true -alexsmobs\:sugar_glider_idle=true quark\:entity.shiba.step=true minecraft\:entity.camel.stand=true wizards_reborn\:innocent_wood_trapdoor_close=true -minecraft\:block.cake.add_candle=true -minecraft\:block.slime_block.step=true minecraft\:block.nether_gold_ore.step=true minecraft\:entity.spider.ambient=true -embers\:block.solid_metal.break=true -alexsmobs\:laviathan_idle=true malum\:staff_strikes=true alexsmobs\:toucan_idle=true -cataclysm\:remnant_idle=true forbidden_arcanus\:entity.energy_ball.hit=true -minecraft\:block.nether_wood_door.close=true minecraft\:block.bamboo_wood.place=true supplementaries\:block.jar.place=true minecraft\:block.fungus.step=true -minecraft\:entity.horse.breathe=true minecraft\:entity.tropical_fish.death=true biomancy\:item.injector.inject=true alexsmobs\:raccoon_idle=true minecraft\:block.moss_carpet.step=true -minecraft\:block.note_block.chime=true -minecraft\:entity.cow.death=true minecraft\:ambient.crimson_forest.mood=true -minecraft\:ambient.underwater.loop.additions=true minecraft\:block.bamboo_wood_hanging_sign.hit=true -minecraft\:entity.skeleton_horse.ambient_water=true -wizards_reborn\:chiseled_wisestone_hit=true botania\:flugel_eye_bind=true minecraft\:entity.hostile.death=true -minecraft\:block.chain.hit=true bosses_of_mass_destruction\:minion_summon=true minecraft\:entity.warden.roar=true undergarden\:entity.rotbeast.step=true minecraft\:block.flowering_azalea.place=true -malum\:arcane_rock_bricks_break=true -minecraft\:block.mud.hit=true minecraft\:entity.minecart.inside.underwater=true -mowziesmobs\:frostmaw.frozencrash=true minecraft\:entity.strider.hurt=true botania\:smelt_rod_extra_no_subtitle=true -quark\:block.pipe.pickup.lenny=true mowziesmobs\:naga.acidcharge=true beautify\:block.bookstack_step=true mowziesmobs\:grottol.undamaged=true alexs_mobs_extra_music\:voidwormbattlemusic=true bosses_of_mass_destruction\:spike_wave_indicator=true minecraft\:entity.evoker.prepare_attack=true -botania\:music.gaia2=true mowziesmobs\:geomancy.hitbig=true -botania\:music.gaia1=true -undergarden\:entity.muncher.ambient=true quark\:entity.stoneling.eat=true -undergarden\:entity.forgotten.death=true -minecraft\:block.note_block.imitate.wither_skeleton=true -minecraft\:item.bundle.drop_contents=true -mowziesmobs\:frostmaw.wakeup=true minecraft\:entity.horse.angry=true wizards_reborn\:arcanum_break=true -cataclysm\:maledictus_battle_cry=true -mowziesmobs\:music.petiole=true minecraft\:entity.zoglin.ambient=true -bettercombat\:mace_slam=true -wizards_reborn\:arcane_wood_door_open=true -minecraft\:block.stone.hit=true -minecraft\:block.nylium.step=true -sanitydim\:swish=true minecraft\:block.soul_sand.fall=true botania\:light_relay=true -cataclysm\:koboleton_death=true minecraft\:entity.strider.saddle=true minecraft\:entity.zombie_horse.hurt=true -wizards_reborn\:totem_of_experience_absorption_loop=true -quark\:item.bucket.fill_crab=true undergarden\:item.blisterberry_bush.pick=true -spore\:puff=true alexsmobs\:lobster_hurt=true -malum\:warping_engine_reverberates=true -biomancy\:block.digester.crafting_random=true -minecraft\:entity.cod.ambient=true -minecraft\:entity.player.hurt_freeze=true -biomancy\:claws.attack.bleed_proc=true aquamirae\:entity.captain_cornelia.death=true minecraft\:block.enchantment_table.use=true undergarden\:entity.nargoyle.death=true -minecraft\:block.bell.use=true minecraft\:entity.frog.long_jump=true minecraft\:entity.hostile.splash=true aquamirae\:entity.captain_cornelia.horn=true -minecraft\:block.large_amethyst_bud.place=true -spore\:hinden_ambient=true -minecraft\:block.weeping_vines.break=true -embers\:block.melter.loopblock.plinth.loop=true -wizards_reborn\:spell_cast=true minecraft\:block.wood.step=true -alexsmobs\:sculk_boomer_fart=true -embers\:block.multiblock.pack=true -minecraft\:block.wet_grass.place=true -embers\:block.caminite.break=true minecraft\:entity.goat.screaming.hurt=true -undergarden\:entity.masticator.hurt=true -minecraft\:item.bucket.fill_tadpole=true minecraft\:block.bamboo_wood_hanging_sign.step=true minecraft\:block.note_block.guitar=true -minecraft\:item.bottle.fill_dragonbreath=true minecraft\:entity.rabbit.hurt=true alexsmobs\:bunfungus_jump=true minecraft\:entity.wandering_trader.reappeared=true -botania\:divination_rod=true -malum\:runewood_button_click_off=true -cataclysm\:monstrositystep=true minecraft\:item.honey_bottle.drink=true alexsmobs\:seal_idle=true biomancy\:cradle.spike_attack=true minecraft\:entity.turtle.death=true -minecraft\:entity.pig.saddle=true -minecraft\:entity.parrot.imitate.guardian=true -alexsmobs\:bald_eagle_idle=true cataclysm\:coralssus_roar=true -minecraft\:entity.tadpole.death=true mowziesmobs\:geomancy.breaklarge=true minecraft\:entity.fox.ambient=true minecraft\:entity.villager.work_farmer=true -undergarden\:entity.rotbeast.attack=true -minecraft\:block.roots.step=true spore\:usurper_ambient=true malum\:arcane_rock_step=true -minecraft\:block.fungus.hit=true cataclysm\:koboleton_step=true -malum\:spirit_altar_speeds_up=true -minecraft\:entity.villager.work_shepherd=true bettercombat\:spear_stab=true -alexsmobs\:grizzly_bear_die=true minecraft\:entity.player.hurt_sweet_berry_bush=true -malum\:void_slash_swooshes=true minecraft\:block.sculk_vein.step=true minecraft\:block.pointed_dripstone.place=true -alexsmobs\:cosmic_cod_hurt=true minecraft\:block.slime_block.fall=true -cataclysm\:remnant_roar=true minecraft\:block.decorated_pot.place=true malum\:the_void_heart_beats=true minecraft\:entity.fishing_bobber.retrieve=true embers\:music_disc.7f_patterns=true minecraft\:entity.axolotl.idle_water=true supplementaries\:block.clock.tick_1=true -mowziesmobs\:grottol.burrow=true supplementaries\:block.clock.tick_2=true minecraft\:music.overworld.grove=true -minecraft\:block.weeping_vines.place=true forbidden_arcanus\:block.clibano.fire_crackle=true -undergarden\:entity.masticator.step=true wizards_reborn\:wisestone_tile_place=true minecraft\:block.note_block.didgeridoo=true -undergarden\:entity.masticator.death=true -wizards_reborn\:arcane_wood_pressure_plate_click_off=true -undergarden\:entity.forgotten_guardian.ambient=true quark\:pet.wire=true malum\:runewood_fence_gate_close=true -minecraft\:entity.wandering_trader.trade=true spore\:howler_growl=true botania\:mana_blaster=true -minecraft\:block.nether_ore.hit=true minecraft\:entity.vex.hurt=true -aquamirae\:entity.deep_death=true minecraft\:block.fence_gate.open=true malum\:soulwood_button_click_on=true malum\:soulwood_hanging_sign_step=true quark\:ambient.drips=true -minecraft\:block.sweet_berry_bush.pick_berries=true wizards_reborn\:vilenium_hit=true -alexsmobs\:mungus_hurt=true -mowziesmobs\:geomancy.hit=true bosses_of_mass_destruction\:soul_star=true quark\:pet.slime=true alexsmobs\:flutter_no=true -minecraft\:entity.ender_dragon.ambient=true malum\:pedestal_item_inserted=true cataclysm\:monstrositydeath=true -minecraft\:block.stone.break=true minecraft\:block.sniffer_egg.plop=true -minecraft\:entity.ravager.celebrate=true quark\:entity.stoneling.take=true -quark\:ambient.crickets=true minecraft\:block.chain.step=true -minecraft\:block.suspicious_gravel.break=true -minecraft\:block.mud.fall=true wizards_reborn\:deepslate_arcanum_ore_break=true wizards_reborn\:mor_break=true -alexsmobs\:elephant_hurt=true minecraft\:block.lava.pop=true mowziesmobs\:frostmaw.attack2=true mowziesmobs\:frostmaw.attack3=true @@ -801,33 +440,18 @@ mowziesmobs\:frostmaw.attack4=true embers\:item.codex.close=true embers\:block.catalytic_plug.loop=true wizards_reborn\:arcanum_step=true -malum\:spirit_mote_created=true quark\:entity.stoneling.meep=true -minecraft\:entity.item_frame.break=true minecraft\:block.amethyst_block.hit=true minecraft\:block.beacon.ambient=true ars_nouveau\:fire_family_2=true -supplementaries\:block.bellows.retract=true -bosses_of_mass_destruction\:void_blossom_spike=true minecraft\:entity.guardian.hurt_land=true -minecraft\:entity.fox.hurt=true minecraft\:entity.panda.death=true botania\:virus_infect=true -cataclysm\:prowler_idle=true mowziesmobs\:frostmaw.attack1=true -minecraft\:item.totem.use=true -minecraft\:entity.fishing_bobber.splash=true -minecraft\:music_disc.wait=true -minecraft\:ambient.underwater.loop.additions.ultra_rare=true -minecraft\:block.honey_block.slide=true -wizards_reborn\:precision_crystal_hit=true minecraft\:block.nether_ore.fall=true -minecraft\:entity.skeleton_horse.ambient=true minecraft\:block.soul_soil.place=true -ars_nouveau\:tempestry_family=true undergarden\:entity.gloomper.ambient=true cataclysm\:modern_remnant_bite=true -supplementaries\:block.present.break=true embers\:block.pedestal.loop=true undergarden\:music.disc.limax_maximus=true minecraft\:block.wooden_button.click_on=true @@ -835,585 +459,292 @@ minecraft\:block.shroomlight.break=true gateways\:gate_start=true minecraft\:entity.squid.hurt=true forbidden_arcanus\:item.mundabitur_dust.use=true -minecraft\:block.rooted_dirt.hit=true minecraft\:block.cherry_wood_trapdoor.open=true -minecraft\:block.roots.place=true -minecraft\:block.mud.break=true -botania\:starcaller=true -cataclysm\:portal_abyss_blast=true spore\:inf_evoker_growl=true -minecraft\:entity.arrow.hit_player=true -minecraft\:block.mud.place=true minecraft\:block.muddy_mangrove_roots.fall=true wizards_reborn\:arcane_gold_hit=true -wizards_reborn\:nether_arcane_gold_ore_step=true -minecraft\:entity.illusioner.death=true minecraft\:entity.shulker.hurt_closed=true wizards_reborn\:elder_mor_block_break=true -minecraft\:entity.silverfish.hurt=true -minecraft\:item.spyglass.use=true minecraft\:entity.parrot.imitate.hoglin=true alexsmobs\:bear_dust=true -supplementaries\:block.present.place=true -minecraft\:entity.iron_golem.step=true biomancy\:block.cradle.spawn_mob=true bosses_of_mass_destruction\:spore_prepare=true -minecraft\:block.blastfurnace.fire_crackle=true quark\:block.pipe.shoot=true -minecraft\:block.chain.fall=true alexsmobs\:hummingbird_hurt=true -minecraft\:block.honey_block.hit=true minecraft\:entity.magma_cube.death_small=true quark\:ambient.ocean=true -minecraft\:entity.fox.teleport=true minecraft\:entity.phantom.hurt=true minecraft\:block.candle.hit=true -minecraft\:block.portal.travel=true -minecraft\:item.brush.brushing.gravel.complete=true mowziesmobs\:geomancy.breaklarge2=true -minecraft\:entity.goat.screaming.eat=true minecraft\:entity.allay.ambient_with_item=true -minecraft\:music_disc.otherside=true minecraft\:entity.slime.death=true undergarden\:entity.rotwalker.ambient=true -minecraft\:entity.skeleton.hurt=true wizards_reborn\:arcane_wood_hanging_sign_hit=true -wizards_reborn\:arcane_wood_fence_gate_open=true -malum\:deepslate_soulstone_step=true minecraft\:block.moss_carpet.place=true -minecraft\:block.nether_wood_door.open=true wizards_reborn\:chiseled_wisestone_place=true -quark\:entity.foxhound.eat=true -minecraft\:block.big_dripleaf.step=true eidolon\:splash_soulfire=true -alexsmobs\:rocky_roller_hurt=true undergarden\:entity.gwib.death=true minecraft\:block.bamboo.hit=true -mowziesmobs\:block.gong=true malum\:ritual_absorbs_spirit=true spore\:inf_villager_death=true minecraft\:block.bamboo_wood_pressure_plate.click_off=true supplementaries\:item.wrench.hit=true -minecraft\:item.trident.hit_ground=true +undead_revamp2\:suckerhurts=true wizards_reborn\:arcane_wood_place=true -mowziesmobs\:geomancy.rockcrumble=true malum\:arcane_charcoal_block_break=true -minecraft\:item.brush.brushing.gravel=true -minecraft\:block.portal.ambient=true -minecraft\:block.snow.place=true -mowziesmobs\:supernova.start=true -minecraft\:entity.stray.hurt=true -embers\:block.heat_coil.cooking_loop=true -biomancy\:block.bio_lab.crafting=true minecraft\:music_disc.blocks=true -minecraft\:entity.ender_dragon.hurt=true minecraft\:entity.glow_squid.ambient=true minecraft\:item.honeycomb.wax_on=true minecraft\:entity.wither.break_block=true wizards_reborn\:polished_wisestone_place=true -minecraft\:entity.sniffer.sniffing=true minecraft\:block.ender_chest.close=true -ars_nouveau\:empty=true -minecraft\:entity.witch.ambient=true -minecraft\:block.respawn_anchor.deplete=true -ars_nouveau\:firel_the_wild_hunt=true -minecraft\:block.candle.break=true -minecraft\:block.spore_blossom.break=true -minecraft\:block.amethyst_block.place=true +cave_dweller\:spotted=true minecraft\:item.armor.equip_diamond=true minecraft\:block.nether_wood.place=true -minecraft\:block.pointed_dripstone.drip_water=true alexsmobs\:mudskipper_walk=true minecraft\:entity.blaze.shoot=true -minecraft\:block.nether_gold_ore.break=true -botania\:astrolabe_configure=true minecraft\:entity.sheep.shear=true -alexsmobs\:void_portal_close=true -minecraft\:entity.ender_pearl.throw=true bosses_of_mass_destruction\:gauntlet_cast=true minecraft\:block.beacon.activate=true -minecraft\:block.tuff.break=true minecraft\:entity.turtle.egg_hatch=true wizards_reborn\:mor_place=true minecraft\:block.redstone_torch.burnout=true alexsmobs\:moose_hurt=true -minecraft\:intentionally_empty=true minecraft\:entity.zombified_piglin.angry=true -minecraft\:block.fungus.fall=true cataclysm\:remnant_tail_slam=true -wizards_reborn\:boom=true wizards_reborn\:deepslate_arcanum_ore_place=true -cataclysm\:sandstorm=true minecraft\:block.moss.step=true -supplementaries\:block.note_block.imitate.enderman=true -minecraft\:block.dispenser.launch=true -cataclysm\:abyss_blast_only_charge=true minecraft\:entity.cat.hiss=true minecraft\:block.nether_wart.break=true minecraft\:entity.goat.long_jump=true eidolon\:wraith_ambient=true mowziesmobs\:frostmaw.roar=true -minecraft\:entity.ravager.roar=true -minecraft\:block.note_block.imitate.ender_dragon=true -quark\:entity.foxhound.shake=true cataclysm\:abyss_blast=true -minecraft\:entity.blaze.hurt=true -oreganized\:entity.shrapnel_bomb.primed=true alexsmobs\:caiman_idle=true spore\:sieger_bite=true minecraft\:block.sniffer_egg.crack=true minecraft\:entity.endermite.ambient=true -bosses_of_mass_destruction\:obsidilith_wave=true wizards_reborn\:chiseled_wisestone_break=true minecraft\:block.ancient_debris.step=true -minecraft\:entity.panda.bite=true -minecraft\:entity.parrot.imitate.silverfish=true eidolon\:select_rune=true -botania\:ding=true -malum\:ritual_completed=true minecraft\:block.polished_deepslate.step=true minecraft\:block.bamboo_wood.fall=true -minecraft\:entity.wandering_trader.hurt=true alexsmobs\:alligator_snapping_turtle_hurt=true wizards_reborn\:pedestal_insert=true -aquamirae\:entity.deep_hurt=true malum\:concentrated_gluttony_drink=true -minecraft\:entity.dolphin.ambient_water=true mowziesmobs\:geomancy.breakmedium=true bettercombat\:sword_slash=true minecraft\:entity.bat.death=true quark\:entity.toretoise.angry=true minecraft\:item.bottle.fill=true -embers\:block.catalytic_plug.start=true -embers\:item.bauble.equip=true undergarden\:entity.gloomper.hop=true bosses_of_mass_destruction\:void_blossom_burrow=true -minecraft\:entity.piglin.converted_to_zombified=true -minecraft\:entity.arrow.shoot=true -minecraft\:ambient.warped_forest.additions=true -minecraft\:block.nether_ore.step=true -malum\:soulwood_pressure_plate_click_off=true minecraft\:entity.strider.step=true -minecraft\:entity.goat.death=true minecraft\:entity.panda.aggressive_ambient=true -sanitydim\:flowers_equip=true -malum\:runewood_hanging_sign_place=true spore\:signal=true minecraft\:block.big_dripleaf.hit=true malum\:blight_reacts_faintly=true minecraft\:entity.husk.converted_to_zombie=true minecraft\:entity.villager.work_cleric=true -minecraft\:block.bubble_column.bubble_pop=true -minecraft\:entity.phantom.swoop=true minecraft\:entity.piglin_brute.death=true -botania\:world_seed_teleport=true minecraft\:entity.llama.death=true minecraft\:entity.piglin.hurt=true spore\:fungal_burst=true undergarden\:ambient.abyss=true -minecraft\:entity.parrot.imitate.phantom=true -spore\:vigil_ambient=true minecraft\:music.overworld.lush_caves=true -aquamirae\:entity.captain_cornelia.hurt=true -alexsmobs\:underminer_hurt=true minecraft\:entity.boat.paddle_land=true minecraft\:entity.frog.tongue=true biomancy\:fleshkin.awakened=true -minecraft\:music_disc.ward=true -wizards_reborn\:arcanum_ore_step=true -malum\:ornate_trinket_equipped=true minecraft\:entity.fox.sniff=true -minecraft\:entity.wither_skeleton.hurt=true -minecraft\:block.azalea_leaves.fall=true mowziesmobs\:umvuthana.emerge=true undergarden\:ambient.abyss_addition=true minecraft\:entity.wither_skeleton.step=true wizards_reborn\:arcane_wood_trapdoor_open=true minecraft\:entity.drowned.hurt_water=true alexsmobs\:spectre_hurt=true -aquamirae\:ambient.ship_horn=true botania\:rune_altar_craft=true -minecraft\:block.tuff.hit=true minecraft\:entity.sheep.hurt=true minecraft\:block.metal.fall=true -minecraft\:block.netherite_block.fall=true -minecraft\:entity.pig.step=true -minecraft\:entity.villager.yes=true -minecraft\:music.nether.soul_sand_valley=true minecraft\:entity.ender_dragon.growl=true minecraft\:entity.vindicator.hurt=true embers\:block.steam_engine.start_burn=true -minecraft\:entity.llama.swag=true -malum\:soul_ward_grows=true embers\:block.ashen_stone.fall=true biomancy\:block.cradle.crafting_random=true -minecraft\:block.small_dripleaf.break=true wizards_reborn\:arcane_wood_door_close=true cataclysm\:harbinger_music=true undergarden\:entity.muncher.hurt=true -malum\:flesh_ring_absorbs=true -alexsmobs\:skreecher_clap=true -cataclysm\:black_hole_loop=true -minecraft\:entity.villager.work_toolsmith=true -biomancy\:ui.bio_forge.take_result=true wizards_reborn\:nether_salt_ore_hit=true -wizards_reborn\:innocent_wood_fence_gate_open=true minecraft\:item.bucket.fill_fish=true -botania\:spreader_fire=true minecraft\:block.moss_carpet.break=true mowziesmobs\:music.umvuthi_theme=true -minecraft\:block.bamboo_sapling.hit=true -embers\:item.resonating_bell.ring=true undergarden\:entity.gloomper.hurt=true undergarden\:ambient.sea_addition=true -alexsmobs\:dropbear_hurt=true alexsmobs\:maned_wolf_idle=true minecraft\:block.nether_wood_hanging_sign.break=true -minecraft\:block.spore_blossom.place=true -malum\:deepslate_soulstone_place=true cataclysm\:kobolediator_death=true undergarden\:ambient.fields_addition=true -fromanotherworld\:fromanotherworld.entity.thing.general.hurt=true -minecraft\:entity.enderman.scream=true minecraft\:block.soul_sand.hit=true -wizards_reborn\:sarcon_place=true -cataclysm\:harbinger_stun=true alexsmobs\:blue_jay_idle=true -minecraft\:entity.parrot.imitate.warden=true embers\:block.pipe.vent=true -minecraft\:entity.minecart.riding=true -minecraft\:block.tuff.place=true minecraft\:block.soul_soil.break=true -minecraft\:entity.illusioner.prepare_mirror=true -minecraft\:entity.elder_guardian.death=true alexsmobs\:bone_serpent_idle=true -biomancy\:flesh_block.place=true malum\:blight_reacts=true minecraft\:block.ladder.hit=true minecraft\:entity.polar_bear.warning=true botania\:black_lotus=true wizards_reborn\:innocent_wood_hanging_sign_step=true -malum\:arcane_charcoal_block_hit=true -minecraft\:block.amethyst_block.break=true minecraft\:entity.piglin_brute.converted_to_zombified=true -minecraft\:entity.parrot.imitate.magma_cube=true botania\:fire_rod=true -minecraft\:block.small_dripleaf.place=true -minecraft\:entity.cat.purreow=true embers\:block.steam_engine.burn_loop=true -minecraft\:block.beacon.deactivate=true -minecraft\:music_disc.pigstep=true +undead_revamp2\:heavyattack=true minecraft\:entity.parrot.imitate.elder_guardian=true -malum\:void_transmutation=true -alexsmobs\:gelada_monkey_idle=true -minecraft\:block.conduit.attack.target=true minecraft\:music.overworld.flower_forest=true -minecraft\:entity.arrow.hit=true -undergarden\:item.slingshot.shoot=true minecraft\:item.ink_sac.use=true minecraft\:entity.witch.death=true -alexsmobs\:guster_hurt=true -minecraft\:entity.squid.death=true +undead_revamp2\:bomber_ambient=true malum\:runewood_leaves_step=true -alexsmobs\:cockroach_hurt=true alexsmobs\:giant_squid_games=true -minecraft\:block.gilded_blackstone.hit=true -botania\:spreader_un_scaffold=true minecraft\:entity.sheep.ambient=true -bosses_of_mass_destruction\:gauntlet_hurt=true -botania\:narslimmus_eat_big=true -minecraft\:block.bone_block.place=true -bosses_of_mass_destruction\:lich_teleport=true malum\:arcana_transition_evil=true -fromanotherworld\:fromanotherworld.entity.thing.weak.alert=true -minecraft\:entity.cow.ambient=true -minecraft\:entity.tropical_fish.flop=true -minecraft\:block.frogspawn.place=true minecraft\:entity.snow_golem.shear=true -eidolon\:wraith_hurt=true minecraft\:block.azalea_leaves.step=true mowziesmobs\:frostmaw.icebreathstart=true -minecraft\:entity.panda.ambient=true -minecraft\:block.polished_deepslate.fall=true +undead_revamp2\:therodcharg=true minecraft\:item.armor.equip_chain=true -minecraft\:entity.dolphin.ambient=true -minecraft\:entity.parrot.imitate.zombie=true -minecraft\:block.snow.break=true -minecraft\:block.lily_pad.place=true minecraft\:entity.zombie_villager.hurt=true minecraft\:item.bucket.empty_milk=true -alexsmobs\:seagull_hurt=true -biomancy\:bony_flesh_block.step=true minecraft\:entity.dolphin.eat=true minecraft\:entity.evoker.hurt=true -cataclysm\:harbinger_laser=true -minecraft\:block.gravel.hit=true minecraft\:item.bucket.fill_lava=true -mowziesmobs\:wroughtnaut.whoosh=true -minecraft\:entity.magma_cube.squish_small=true -botania\:ender_air_throw=true -minecraft\:entity.bee.pollinate=true -minecraft\:entity.ocelot.hurt=true -minecraft\:block.sand.place=true minecraft\:entity.generic.small_fall=true -alexsmobs\:anaconda_hurt=true minecraft\:block.chiseled_bookshelf.hit=true -mowziesmobs\:naga.swoop=true -mowziesmobs\:wroughtnaut.release2=true -embers\:item.ash_amulet.burn=true alexsmobs\:tusklin_idle=true embers\:item.inflictor_gem.absorb=true -aquamirae\:entity.captain_cornelia.rage=true botania\:altar_craft=true -botania\:missile=true minecraft\:block.chain.break=true alexsmobs\:tarantula_hawk_hurt=true -wizards_reborn\:moai=true minecraft\:entity.ravager.hurt=true wizards_reborn\:arcane_wood_hanging_sign_place=true -minecraft\:block.weeping_vines.fall=true -minecraft\:block.soul_soil.step=true +undead_revamp2\:specded=true cataclysm\:ignis_earthquake=true beautify\:block.bookstack_hit=true alexsmobs\:mimicube_jump=true -quark\:entity.soul_bead.idle=true -minecraft\:block.bamboo_wood_hanging_sign.break=true minecraft\:block.wooden_button.click_off=true -embers\:block.ember_transfer.receive.small=true -alexsmobs\:void_worm_hurt=true undergarden\:ambient.mood=true -embers\:item.heated.level_up=true majruszsdifficulty\:undead_army.wave_started=true -minecraft\:entity.wandering_trader.death=true -cataclysm\:wadjet_hurt=true -minecraft\:entity.warden.dig=true -minecraft\:entity.guardian.attack=true -biomemusic\:music.game=true minecraft\:entity.bee.loop_aggressive=true minecraft\:block.scaffolding.hit=true biomemusic\:music.cave=true minecraft\:event.raid.horn=true -wizards_reborn\:wisestone_tile_hit=true -bosses_of_mass_destruction\:rage_prepare=true minecraft\:entity.goat.screaming.death=true -minecraft\:ambient.nether_wastes.mood=true minecraft\:block.anvil.destroy=true alexsmobs\:shoebill_hurt=true embers\:block.inferno_forge.success=true undergarden\:music.disc.mammoth=true -cataclysm\:remnant_bite=true undergarden\:entity.rotbeast.hurt=true minecraft\:block.cherry_wood.place=true -minecraft\:block.bamboo_wood_button.click_on=true minecraft\:block.hanging_roots.break=true -botania\:spreader_uncover=true minecraft\:block.netherrack.break=true -minecraft\:block.respawn_anchor.charge=true mowziesmobs\:umvuthana.attack1=true botania\:rune_altar_start=true mowziesmobs\:wroughtnaut.ambient=true -minecraft\:block.pink_petals.break=true minecraft\:entity.piglin.death=true embers\:block.metal_seed.ping=true biomancy\:bony_flesh_block.fall=true -bettercombat\:pickaxe_swing=true malum\:malignant_metal_resonates=true malum\:brilliance_block_step=true -malum\:blazing_quartz_block_step=true -malum\:arcana_entry_closed=true wizards_reborn\:arcane_gold_ore_step=true minecraft\:entity.warden.listening_angry=true -minecraft\:entity.witch.hurt=true mowziesmobs\:umvuthana.attack3=true minecraft\:entity.player.breath=true mowziesmobs\:umvuthana.attack2=true botania\:babylon_attack=true alexsmobs\:murmur_idle=true -minecraft\:entity.dolphin.swim=true -malum\:soulwood_fence_gate_close=true -minecraft\:entity.stray.death=true -biomancy\:flesh_block.break=true -fromanotherworld\:fromanotherworld.entity.thing.weak.hurt=true -minecraft\:block.deepslate_tiles.step=true -minecraft\:block.wet_grass.hit=true wizards_reborn\:arcacite_break=true -minecraft\:block.ancient_debris.fall=true -minecraft\:block.note_block.pling=true -minecraft\:entity.ghast.warn=true -minecraft\:entity.warden.heartbeat=true occultism\:tuning_fork=true -minecraft\:entity.skeleton_horse.death=true -minecraft\:entity.sniffer.scenting=true malum\:soulwood_hanging_sign_place=true -minecraft\:entity.parrot.imitate.husk=true minecraft\:block.spore_blossom.hit=true -minecraft\:entity.tadpole.grow_up=true minecraft\:entity.axolotl.attack=true -minecraft\:entity.polar_bear.step=true -mowziesmobs\:supernova.end=true alexsmobs\:underminer_idle=true minecraft\:entity.turtle.hurt_baby=true alexsmobs\:moose_jostle=true -bettercombat\:claymore_swing=true minecraft\:entity.horse.land=true -wizards_reborn\:arcanum_dust_transmutation=true spore\:sieger_ambient=true minecraft\:entity.parrot.step=true -mowziesmobs\:frostmaw.whoosh=true -alexsmobs\:centipede_walk=true cataclysm\:monstrosityland=true minecraft\:music.dragon=true minecraft\:block.big_dripleaf.place=true -minecraft\:block.nether_sprouts.hit=true supplementaries\:block.bellows.blow=true -minecraft\:block.lava.extinguish=true minecraft\:block.basalt.fall=true minecraft\:entity.player.big_fall=true -minecraft\:entity.villager.work_librarian=true embers\:block.boiler.plume=true -alexsmobs\:toucan_hurt=true minecraft\:block.stone_button.click_off=true -minecraft\:block.dripstone_block.hit=true embers\:block.heat_coil.mid_loop=true -minecraft\:entity.slime.hurt=true -minecraft\:block.end_gateway.spawn=true -minecraft\:entity.iron_golem.attack=true spore\:braurei_ambient=true minecraft\:entity.chicken.egg=true minecraft\:block.amethyst_cluster.hit=true -minecraft\:entity.zoglin.hurt=true minecraft\:block.ladder.break=true -minecraft\:block.bubble_column.whirlpool_inside=true minecraft\:entity.glow_item_frame.break=true minecraft\:item.crossbow.hit=true -cataclysm\:maledictus_mace_swing=true minecraft\:entity.elder_guardian.hurt_land=true minecraft\:block.end_portal.spawn=true -minecraft\:music_disc.cat=true minecraft\:music.overworld.snowy_slopes=true wizards_reborn\:arcacite_place=true -embers\:block.ashen_stone.break=true -malum\:runewood_hit=true -minecraft\:block.bamboo_wood.step=true -minecraft\:entity.generic.burn=true -wizards_reborn\:mor_block_break=true -minecraft\:block.bubble_column.whirlpool_ambient=true -forbidden_arcanus\:block.clibano.soul_fire_crackle=true -malum\:runewood_leaves_break=true alexsmobs\:farseer_beam=true -mowziesmobs\:umvuthana.healstart1=true wizards_reborn\:arcane_wood_hanging_sign_break=true -mowziesmobs\:umvuthana.healstart3=true -mowziesmobs\:umvuthana.healstart2=true -cataclysm\:coralssus_hurt=true -quark\:entity.foxhound.death=true -malum\:arcana_page_flipped=true -minecraft\:block.composter.empty=true minecraft\:block.sculk.break=true quark\:entity.foxhound.crackle=true malum\:rotten_trinket_equipped=true minecraft\:entity.zombie_villager.converted=true minecraft\:block.chain.place=true -malum\:deepslate_soulstone_break=true -malum\:spirit_altar_completes_infusion=true cataclysm\:coralssus_ambient=true undergarden\:ambient.bog_addition=true -embers\:block.ashen_stone.step=true -minecraft\:entity.shulker.teleport=true -minecraft\:entity.sniffer.happy=true alexsmobs\:mosquito_die=true -minecraft\:block.bone_block.break=true -minecraft\:item.glow_ink_sac.use=true -minecraft\:entity.leash_knot.break=true minecraft\:entity.zombie_villager.ambient=true minecraft\:entity.enderman.death=true -minecraft\:block.froglight.break=true -quark\:block.pipe.shoot.lenny=true quark\:entity.shiba.ambient=true +undead_revamp2\:swarmerhurt=true minecraft\:ambient.underwater.loop.additions.rare=true minecraft\:block.calcite.step=true -alexsmobs\:alligator_snapping_turtle_idle=true cataclysm\:remnant_death=true malum\:ritual_evolves=true minecraft\:entity.zoglin.attack=true minecraft\:block.stone.fall=true minecraft\:ui.loom.take_result=true -bosses_of_mass_destruction\:petal_blade=true -minecraft\:entity.puffer_fish.flop=true +undead_revamp2\:swarmerdies=true embers\:block.steam_engine.steam_loop=true minecraft\:block.big_dripleaf.tilt_down=true -alexsmobs\:music_disc_thime=true -minecraft\:entity.parrot.death=true minecraft\:block.hanging_roots.place=true -alexsmobs\:bunfungus_idle=true -malum\:runic_workbench_crafts=true undergarden\:ambient.frostfields_addition=true -malum\:gilded_trinket_equipped=true -minecraft\:block.amethyst_block.fall=true -malum\:soulwood_step=true minecraft\:block.note_block.xylophone=true -minecraft\:entity.elder_guardian.ambient_land=true embers\:block.bore.loop_mine=true embers\:block.stamper.down=true -minecraft\:entity.rabbit.ambient=true alexsmobs\:laviathan_hurt=true -minecraft\:entity.blaze.death=true -patchouli\:book_flip=true mowziesmobs\:music.frostmaw_theme=true -spore\:gazen_ambient=true quark\:item.bucket.empty_crab=true -minecraft\:block.beehive.exit=true spore\:hinden_nuke=true minecraft\:entity.vex.ambient=true -botania\:missile_funny=true minecraft\:block.dripstone_block.break=true -minecraft\:block.coral_block.place=true cataclysm\:tidal_hook_hit=true -malum\:arcane_rock_bricks_step=true -spore\:madness=true minecraft\:block.shroomlight.place=true -quark\:entity.crab.die=true minecraft\:entity.guardian.ambient_land=true -embers\:block.heat_coil.low_loop=true -minecraft\:block.coral_block.step=true minecraft\:entity.generic.eat=true -undergarden\:entity.scintling.hurt=true -embers\:entity.ancient_golem.hurt=true -mowziesmobs\:umvuthi.die=true bosses_of_mass_destruction\:gauntlet_spin_punch=true malum\:song_of_the_void=true -minecraft\:item.bucket.fill_milk=true minecraft\:block.weeping_vines.step=true -malum\:soulwood_hanging_sign_hit=true -minecraft\:block.moss.fall=true minecraft\:block.cherry_wood.hit=true -wizards_reborn\:reborn=true -majruszsdifficulty\:undead_army.approaching=true -minecraft\:entity.axolotl.swim=true cataclysm\:rocket_launch=true quark\:ambient.chatter=true -minecraft\:block.slime_block.hit=true -biomancy\:block.decomposer.crafting=true malum\:soulwood_trapdoor_open=true minecraft\:entity.husk.step=true minecraft\:entity.zombie.death=true -mowziesmobs\:geomancy.smallcrash=true -minecraft\:entity.ender_dragon.shoot=true minecraft\:block.sculk_catalyst.hit=true -minecraft\:entity.zombie.step=true -minecraft\:block.stone.place=true minecraft\:entity.allay.item_given=true minecraft\:entity.wolf.howl=true botania\:enchanter_fade=true -minecraft\:entity.pig.ambient=true bettercombat\:claymore_slam=true minecraft\:entity.iron_golem.death=true -malum\:impetus_takes_damage=true -minecraft\:block.nether_wood_trapdoor.close=true -minecraft\:entity.item_frame.place=true -bosses_of_mass_destruction\:energy_shield=true minecraft\:music.overworld.jungle=true -malum\:runewood_door_open=true minecraft\:block.chiseled_bookshelf.pickup=true supplementaries\:block.crank=true minecraft\:entity.item_frame.remove_item=true @@ -1421,529 +752,283 @@ minecraft\:entity.warden.ambient=true aquamirae\:entity.eel.roar=true malum\:runewood_hanging_sign_hit=true minecraft\:block.flowering_azalea.hit=true -minecraft\:block.nether_gold_ore.place=true minecraft\:entity.iron_golem.damage=true spore\:braiomil_attack=true -minecraft\:block.candle.place=true minecraft\:block.beehive.enter=true minecraft\:entity.elder_guardian.curse=true -minecraft\:entity.firework_rocket.blast=true -minecraft\:entity.wolf.whine=true -minecraft\:ambient.basalt_deltas.mood=true minecraft\:block.coral_block.fall=true -minecraft\:block.stone.step=true -botania\:smelt_rod=true minecraft\:block.nether_wood.break=true minecraft\:block.sculk.place=true -minecraft\:entity.llama.eat=true cataclysm\:maledictus_leap=true -undergarden\:entity.gwib.hurt=true +undead_revamp2\:spitterhurt=true minecraft\:entity.generic.splash=true -alexsmobs\:rhinoceros_hurt=true minecraft\:block.sculk_catalyst.place=true -wizards_reborn\:arcane_gold_ore_hit=true minecraft\:entity.frog.ambient=true -minecraft\:entity.wolf.step=true minecraft\:entity.slime.squish=true -spore\:limb_slash=true -embers\:block.crystal_cell.grow=true minecraft\:block.sniffer_egg.hatch=true -cataclysm\:modern_remnant_fill_bucket=true malum\:arcana_sweetener_normal=true -minecraft\:block.froglight.place=true -embers\:block.catalytic_plug.loop_ready=true minecraft\:entity.bat.loop=true -minecraft\:item.bucket.empty_fish=true -minecraft\:entity.goat.eat=true -minecraft\:entity.hoglin.step=true -minecraft\:entity.illusioner.hurt=true -biomancy\:fleshkin_chest.bite_attack=true alexsmobs\:gazelle_hurt=true -minecraft\:entity.slime.death_small=true -alexsmobs\:grizzly_bear_idle=true -minecraft\:entity.zombie.ambient=true -minecraft\:block.sand.break=true -occultism\:crunching=true minecraft\:block.amethyst_block.step=true minecraft\:block.decorated_pot.break=true -embers\:block.melter.loop=true cataclysm\:endermaptera_ambient=true -minecraft\:entity.goat.hurt=true wizards_reborn\:wisestone_tile_break=true cataclysm\:tidal_hook_loop=true -minecraft\:entity.generic.extinguish_fire=true -cataclysm\:monstrosityshoot=true undergarden\:entity.brute.death=true minecraft\:block.metal.hit=true -minecraft\:entity.rabbit.attack=true alexsmobs\:potoo_call=true -minecraft\:block.muddy_mangrove_roots.step=true alexsmobs\:roadrunner_idle=true minecraft\:block.big_dripleaf.break=true -minecraft\:entity.guardian.ambient=true -minecraft\:block.tripwire.attach=true bettercombat\:scythe_slash=true -aquamirae\:entity.deep_ambient=true quark\:entity.shiba.pant=true -undergarden\:item.ditchbulb_paste.use=true -minecraft\:block.suspicious_gravel.place=true -undergarden\:entity.smog_mog.hurt=true malum\:arcane_charcoal_block_place=true -minecraft\:entity.goat.screaming.long_jump=true minecraft\:block.ladder.place=true undergarden\:entity.forgotten_guardian.hurt=true minecraft\:block.dripstone_block.place=true -minecraft\:block.bamboo_wood_hanging_sign.place=true biomesoplenty\:music.nether.undergrowth=true -wizards_reborn\:mor_block_place=true alexsmobs\:skunk_hurt=true -minecraft\:entity.hostile.swim=true -undergarden\:item.blisterbomb=true -supplementaries\:block.sack.break=true -minecraft\:block.nether_wood_fence_gate.open=true -minecraft\:entity.tnt.primed=true minecraft\:block.soul_soil.fall=true minecraft\:block.big_dripleaf.fall=true -minecraft\:entity.generic.swim=true minecraft\:block.stone_button.click_on=true minecraft\:entity.slime.squish_small=true minecraft\:entity.villager.work_cartographer=true -alexsmobs\:roadrunner_hurt=true minecraft\:entity.warden.nearby_closest=true minecraft\:block.fence_gate.close=true minecraft\:entity.mule.ambient=true wizards_reborn\:wisestone_break=true wizards_reborn\:raw_arcane_gold_place=true embers\:block.activator.plume=true -minecraft\:block.beehive.drip=true minecraft\:block.campfire.crackle=true minecraft\:block.comparator.click=true minecraft\:block.metal_pressure_plate.click_off=true minecraft\:item.armor.equip_iron=true -minecraft\:entity.panda.sneeze=true minecraft\:entity.dolphin.jump=true -minecraft\:music_disc.relic=true -biomancy\:block.cradle.became_full=true alexsmobs\:potoo_hurt=true minecraft\:block.sculk_catalyst.fall=true -biomesoplenty\:music.overworld.origin_valley=true supplementaries\:block.gunpowder.ignite=true minecraft\:block.ancient_debris.break=true undergarden\:entity.rotling.death=true -minecraft\:item.nether_wart.plant=true -minecraft\:entity.fox.spit=true -alexsmobs\:bison_hurt=true minecraft\:block.chiseled_bookshelf.break=true -alexsmobs\:lobster_attack=true -malum\:ritual_forms=true minecraft\:block.cherry_leaves.fall=true wizards_reborn\:vilenium_step=true quark\:entity.foxhound.hurt=true wizards_reborn\:arcanum_hit=true -wizards_reborn\:innocent_wood_hanging_sign_break=true minecraft\:block.azalea_leaves.break=true mowziesmobs\:umvuthi.bless=true -mowziesmobs\:foliaath.rustle=true minecraft\:entity.hostile.big_fall=true minecraft\:entity.turtle.death_baby=true undergarden\:ambient.gronglegrowth_addition=true minecraft\:entity.cod.death=true biomancy\:flesh_block.fall=true -minecraft\:entity.player.death=true -malum\:pedestal_spirit_picked_up=true -wizards_reborn\:arcane_wood_pressure_plate_click_on=true +undead_revamp2\:sugareww=true minecraft\:block.scaffolding.fall=true -minecraft\:block.lantern.fall=true -biomesoplenty\:music.nether.crystalline_chasm=true cataclysm\:remnant_shockwave=true minecraft\:entity.splash_potion.throw=true -minecraft\:block.bone_block.step=true +undead_revamp2\:suckambt=true minecraft\:entity.dolphin.splash=true -wizards_reborn\:mor_block_step=true undergarden\:block.undergarden_portal.travel=true alexsmobs\:crow_idle=true minecraft\:entity.wither.ambient=true -aquamirae\:effect.oxygen=true undergarden\:block.undergarden_portal.activate=true quark\:entity.crab.hurt=true botania\:shulk_me_not=true -supplementaries\:item.slingshot.charge_0=true -minecraft\:block.wart_block.place=true alexsmobs\:flutter_yes=true -supplementaries\:item.slingshot.charge_1=true minecraft\:entity.creeper.primed=true -bosses_of_mass_destruction\:void_blossom_fall=true minecraft\:entity.horse.eat=true -alexsmobs\:void_portal_open=true malum\:runewood_fence_gate_open=true -supplementaries\:item.slingshot.charge_2=true -supplementaries\:item.slingshot.charge_3=true -mowziesmobs\:laser=true -undergarden\:entity.boomgourd.primed=true -minecraft\:block.copper.place=true -minecraft\:entity.elder_guardian.hurt=true malum\:arcana_transition_normal=true minecraft\:entity.polar_bear.ambient=true minecraft\:block.nether_wood_button.click_off=true -fromanotherworld\:fromanotherworld.entity.thing.general.death=true embers\:fireball.big.hit=true -minecraft\:block.chest.locked=true minecraft\:entity.frog.step=true -minecraft\:block.small_amethyst_bud.break=true minecraft\:entity.wolf.ambient=true -minecraft\:block.cherry_wood.fall=true -embers\:block.pump.mid=true minecraft\:block.nether_wood_pressure_plate.click_on=true botania\:equip_manasteel=true minecraft\:block.decorated_pot.fall=true minecraft\:block.candle.extinguish=true -minecraft\:weather.rain=false bosses_of_mass_destruction\:wave_indicator=true minecraft\:entity.phantom.ambient=true embers\:block.pump.slow=true -spore\:wendigo_screech=true minecraft\:entity.cat.death=true -minecraft\:block.sand.step=true -supplementaries\:block.rotate=true minecraft\:entity.goat.screaming.ambient=true wizards_reborn\:wissen_altar_burst=true -minecraft\:entity.ender_dragon.flap=true -minecraft\:block.conduit.deactivate=true -botania\:spreader_scaffold=true minecraft\:entity.generic.hurt=true -minecraft\:entity.puffer_fish.death=true minecraft\:entity.turtle.egg_break=true wizards_reborn\:precision_crystal_break=true minecraft\:entity.elder_guardian.death_land=true minecraft\:entity.magma_cube.death=true -wizards_reborn\:elder_mor_hit=true mowziesmobs\:naga.flap1=true undergarden\:entity.forgotten.hurt=true -alexsmobs\:skelewag_idle=true -botania\:bifrost_rod=true mowziesmobs\:naga.acidhit=true minecraft\:item.spyglass.stop_using=true -cataclysm\:black_hole_opening=true -minecraft\:entity.donkey.ambient=true -malum\:arcane_rock_break=true -minecraft\:ui.loom.select_pattern=true -minecraft\:weather.rain.above=false -embers\:block.bore.loop.superspeed=true embers\:block.steam_engine.stop=true supplementaries\:block.rope.slide=true -undergarden\:entity.minion.shoot=true -sanitydim\:heartbeat=true -minecraft\:block.wooden_door.open=true +undead_revamp2\:wheebomb=true alexsmobs\:murmur_anger=true minecraft\:ambient.crimson_forest.loop=true alexsmobs\:elephant_idle=true -undergarden\:entity.minion.death=true minecraft\:block.cherry_wood_button.click_on=true -embers\:block.ashen_stone.hit=true undergarden\:entity.gwibling.hurt=true -embers\:item.cinder_jet.boost=true -undergarden\:entity.gwib.flop=true minecraft\:block.pumpkin.carve=true mowziesmobs\:umvuthana.retract=true -malum\:soulstone_break=true minecraft\:block.vine.fall=true -wizards_reborn\:elder_mor_block_step=true -wizards_reborn\:innocent_wood_pressure_plate_click_on=true minecraft\:block.cherry_wood_trapdoor.close=true -minecraft\:block.decorated_pot.step=true minecraft\:item.shield.block=true minecraft\:block.note_block.snare=true -alexsmobs\:devils_hole_pupfish_hurt=true -malum\:rune_trinket_equipped=true biomancy\:block.digester.crafting_completed=true -minecraft\:block.copper.break=true undergarden\:entity.rotbeast.death=true wizards_reborn\:innocent_wood_door_open=true minecraft\:block.grass.break=true minecraft\:block.metal.place=true -mowziesmobs\:umvuthana.alert=true -minecraft\:entity.allay.hurt=true minecraft\:block.vine.hit=true embers\:block.mini_boiler.loop_mid=true -map_atlases\:atlas_page_turn=true wizards_reborn\:wisestone_tile_step=true spore\:inf_villager_growl=true -minecraft\:block.wart_block.break=true bosses_of_mass_destruction\:charged_ender_pearl=true minecraft\:entity.zombie_horse.ambient=true wizards_reborn\:arcanum_swinging=true -cataclysm\:harbinger_mode_change=true -minecraft\:block.nether_ore.place=true -minecraft\:block.sculk_catalyst.step=true cataclysm\:emp_activated=true -minecraft\:entity.horse.death=true -minecraft\:entity.parrot.imitate.ravager=true -mowziesmobs\:frostmaw.die=true -bosses_of_mass_destruction\:spike_indicator=true -minecraft\:entity.item.break=true bettercombat\:staff_slam=true minecraft\:entity.wandering_trader.yes=true -bettercombat\:staff_spin=true wizards_reborn\:nether_salt_ore_step=true minecraft\:entity.blaze.burn=true -malum\:spirit_picked_up=true wizards_reborn\:arcane_workbench_start=true -wizards_reborn\:nether_salt_hit=true botania\:smelt_rod_simmer=true -wizards_reborn\:steam_burst=true minecraft\:entity.mooshroom.suspicious_milk=true -minecraft\:entity.pig.death=true minecraft\:entity.zombie.infect=true biomancy\:entity.flesh_blob.hurt=true -wizards_reborn\:arcanum_ore_hit=true alexsmobs\:hummingbird_idle=true minecraft\:block.sand.fall=true minecraft\:item.bundle.remove_one=true minecraft\:entity.hoglin.hurt=true -minecraft\:entity.horse.hurt=true embers\:block.mini_boiler.rupture=true -malum\:soul_stained_steel_place=true minecraft\:block.polished_deepslate.place=true -minecraft\:entity.creeper.death=true -minecraft\:block.honey_block.break=true -alexsmobs\:rocky_roller_idle=true -wizards_reborn\:innocent_wood_hanging_sign_place=true -minecraft\:block.sculk_catalyst.break=true -spore\:inf_growl=true -spore\:spit=true +undead_revamp2\:heavyroar=true minecraft\:entity.squid.squirt=true botania\:flare_chakram_throw=true wizards_reborn\:wisestone_hit=true -minecraft\:entity.villager.work_leatherworker=true -mowziesmobs\:umvuthi.roar=true mowziesmobs\:grottol.die=true -minecraft\:block.stone_pressure_plate.click_on=true minecraft\:ui.toast.challenge_complete=true -cataclysm\:endermaptera_step=true wizards_reborn\:nether_arcane_gold_ore_hit=true minecraft\:entity.guardian.death_land=true minecraft\:block.pink_petals.place=true minecraft\:block.cherry_wood_pressure_plate.click_off=true minecraft\:entity.hoglin.converted_to_zombified=true bosses_of_mass_destruction\:blue_fireball_land=true -malum\:rejected_by_the_unknown=true -minecraft\:block.nether_wood_fence_gate.close=true cataclysm\:koboleton_hurt=true -undergarden\:entity.dweller.ambient=true minecraft\:music_disc.stal=true -botania\:endoflame=true -minecraft\:block.sculk_vein.hit=true -minecraft\:entity.firework_rocket.large_blast_far=true minecraft\:entity.parrot.imitate.zoglin=true -minecraft\:entity.drowned.ambient_water=true minecraft\:entity.fish.swim=true alexsmobs\:rattlesnake_loop=true minecraft\:entity.sniffer.drop_seed=true cataclysm\:ignis_hurt=true -minecraft\:entity.villager.ambient=true botania\:lexicon_open=true -quark\:entity.toretoise.die=true -malum\:arcane_charcoal_block_step=true -wizards_reborn\:deepslate_arcane_gold_ore_hit=true minecraft\:block.lantern.step=true -botania\:narslimmus_eat_small=true quark\:ambient.clock=true -cataclysm\:wadjet_ambient=true -patchouli\:book_open=true -cataclysm\:remnant_stomp=true +undead_revamp2\:somnolencedies=true +undead_revamp2\:hunterhurts=true cataclysm\:leviathan_bite=true minecraft\:block.note_block.harp=true -minecraft\:entity.parrot.imitate.shulker=true minecraft\:entity.axolotl.death=true malum\:soulwood_hanging_sign_break=true alexsmobs\:seagull_idle=true quark\:entity.foxhound.whine=true minecraft\:entity.skeleton_horse.gallop_water=true spore\:inquisitor_ambient=true -spore\:inf_evoker_damage=true cataclysm\:harbinger_deathlaser_prepare=true minecraft\:music_disc.mellohi=true -alexsmobs\:april_fools_scream=true -minecraft\:music.overworld.frozen_peaks=true minecraft\:entity.drowned.ambient=true alexsmobs\:straddler_hurt=true -wizards_reborn\:wisestone_bricks_place=true minecraft\:entity.elder_guardian.ambient=true -minecraft\:block.nether_wood_hanging_sign.hit=true -bosses_of_mass_destruction\:missile_prepare=true -botania\:arcane_rose_disenchant=true -embers\:block.bore.loop_mine.superspeed=true minecraft\:block.rooted_dirt.place=true -minecraft\:block.vine.step=true minecraft\:block.azalea_leaves.place=true mowziesmobs\:frostmaw.living1=true minecraft\:music.credits=true minecraft\:entity.zombie.converted_to_drowned=true mowziesmobs\:frostmaw.living2=true -minecraft\:block.note_block.flute=true mowziesmobs\:supernova.blackhole=true alexsmobs\:bone_serpent_hurt=true ars_nouveau\:ea_finish=true bosses_of_mass_destruction\:obsidilith_burst=true minecraft\:entity.zombified_piglin.ambient=true minecraft\:entity.fox.death=true +undead_revamp2\:rodstep=true minecraft\:block.bone_block.fall=true minecraft\:item.crossbow.quick_charge_2=true minecraft\:item.crossbow.quick_charge_1=true minecraft\:entity.player.splash=true -wizards_reborn\:arcane_workbench_loop=true minecraft\:block.amethyst_block.chime=true minecraft\:entity.husk.death=true minecraft\:music_disc.far=true minecraft\:music.end=true -malum\:voracious_ring_feeds=true embers\:block.injector.loop=true -quark\:block.monster_box.growl=true minecraft\:item.bucket.empty_powder_snow=true minecraft\:item.bucket.fill_powder_snow=true -minecraft\:block.scaffolding.step=true minecraft\:entity.firework_rocket.large_blast=true wizards_reborn\:raw_arcane_gold_break=true malum\:cthonic_gold_break=true -minecraft\:entity.panda.eat=true minecraft\:item.crossbow.quick_charge_3=true mowziesmobs\:geomancy.rumble3=true -minecraft\:entity.wither_skeleton.death=true mowziesmobs\:geomancy.rumble1=true mowziesmobs\:geomancy.rumble2=true -undergarden\:entity.stoneborn.pleased=true -minecraft\:ambient.cave=true malum\:blazing_quartz_block_break=true -minecraft\:block.cave_vines.pick_berries=true minecraft\:entity.spider.step=true minecraft\:entity.illusioner.mirror_move=true -quark\:entity.stoneling.cry=true minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=true botania\:mana_blaster_cycle=true -minecraft\:entity.salmon.ambient=true minecraft\:entity.slime.hurt_small=true alexsmobs\:rain_frog_hurt=true -minecraft\:block.azalea.step=true minecraft\:entity.wolf.death=true -botania\:flugel_eye_teleport=true spore\:inf_evoker_death=true undergarden\:entity.scintling.step=true -wizards_reborn\:polished_wisestone_step=true -embers\:block.mini_boiler.loop_slow=true -cataclysm\:watcher_death=true -aquamirae\:item.treasure_pouch.open=true -wizards_reborn\:wisestone_bricks_break=true -minecraft\:entity.wandering_trader.disappeared=true minecraft\:block.pointed_dripstone.land=true -minecraft\:block.small_amethyst_bud.place=true -minecraft\:entity.mule.angry=true wizards_reborn\:totem_of_disenchant_loop=true -minecraft\:entity.husk.hurt=true -minecraft\:block.snow.hit=true -bosses_of_mass_destruction\:gauntlet_idle=true -alexsmobs\:crocodile_bite=true malum\:soulwood_leaves_break=true -malum\:runewood_trapdoor_open=true -minecraft\:block.portal.trigger=true botania\:red_string_interceptor_click=true alexsmobs\:froststalker_hurt=true biomesoplenty\:block.pus_bubble.pop=true cataclysm\:revenant_idle=true -undergarden\:block.gronglet.break=true -gateways\:gate_ambient=true minecraft\:entity.puffer_fish.sting=true -alexsmobs\:spectre_idle=true biomancy\:fleshkin.break=true -minecraft\:block.grass.hit=true -occultism\:brush=true -supplementaries\:block.bubble_block.place=true -undergarden\:entity.gloomper.fart=true -minecraft\:block.conduit.ambient=true -occultism\:chalk=true minecraft\:block.deepslate_tiles.fall=true undergarden\:entity.sploogie.ambient=true -alexsmobs\:crocodile_baby=true -minecraft\:block.stone_pressure_plate.click_off=true -malum\:arcane_rock_place=true minecraft\:block.bubble_column.upwards_inside=true -minecraft\:block.copper.hit=true -biomesoplenty\:block.flesh_tendon.drip=true botania\:spreader_cover=true spore\:delusioner_ambient=true -minecraft\:entity.parrot.hurt=true minecraft\:entity.horse.gallop=true -mowziesmobs\:wroughtnaut.shout1=true alexsmobs\:maraca=true -wizards_reborn\:crystal_shimmer=true -cataclysm\:coralssus_death=true -mowziesmobs\:wroughtnaut.shout2=true -mowziesmobs\:wroughtnaut.shout3=true -embers\:block.beam_cannon.hit=true alexsmobs\:rocky_roller_earthquake=true -minecraft\:entity.allay.item_thrown=true -minecraft\:entity.zombie_horse.death=true minecraft\:block.grass.place=true -embers\:block.bore.start=true minecraft\:entity.evoker.ambient=true alexsmobs\:leafcutter_ant_queen_hurt=true -minecraft\:entity.zoglin.death=true -wizards_reborn\:altar_of_drought_burst=true -minecraft\:entity.parrot.imitate.slime=true minecraft\:block.bamboo_wood_trapdoor.open=true alexsmobs\:mungus_idle=true minecraft\:block.cave_vines.hit=true -alexsmobs\:blue_jay_hurt=true -minecraft\:block.barrel.close=true -minecraft\:entity.chicken.ambient=true wizards_reborn\:mor_step=true botania\:equip_manaweave=true undergarden\:entity.stoneborn.confused=true minecraft\:entity.cat.hurt=true cataclysm\:swingattack=true malum\:runewood_leaves_place=true -supplementaries\:block.present.pack=true -minecraft\:entity.guardian.hurt=true -biomancy\:ui.radial_menu.open=true malum\:runewood_step=true minecraft\:entity.hoglin.angry=true -cataclysm\:remnant_charge_roar=true minecraft\:entity.ghast.death=true minecraft\:music_disc.mall=true -minecraft\:entity.silverfish.step=true -minecraft\:entity.turtle.shamble=true minecraft\:entity.shulker_bullet.hurt=true minecraft\:music.game=true -minecraft\:block.nether_ore.break=true -alexsmobs\:tarantula_hawk_wing=true minecraft\:item.bucket.empty=true bettercombat\:axe_slash=true -minecraft\:block.calcite.hit=true bettercombat\:double_axe_swing=true -malum\:pedestal_item_picked_up=true -minecraft\:block.decorated_pot.shatter=true bettercombat\:sickle_slash=true bosses_of_mass_destruction\:teleport_prepare=true minecraft\:block.sculk_shrieker.step=true -minecraft\:entity.snowball.throw=true -malum\:calcified_blight_break=true -minecraft\:block.chorus_flower.grow=true minecraft\:entity.hostile.small_fall=true -malum\:spirit_altar_infuses=true -biomancy\:fleshkin_chest.close=true -minecraft\:block.bubble_column.upwards_ambient=true -alexsmobs\:flutter_flap=true -wizards_reborn\:totem_of_disenchant_end=true -botania\:spreader_add_lens=true -undergarden\:block.gronglet.place=true -minecraft\:entity.hoglin.attack=true minecraft\:entity.warden.nearby_close=true alexsmobs\:mungus_laser_end=true minecraft\:block.cave_vines.place=true -minecraft\:block.nylium.hit=true embers\:item.cinder_staff.loop=true malum\:blazing_quartz_block_place=true mowziesmobs\:frostmaw.land=true -minecraft\:item.bucket.empty_lava=true alexsmobs\:tasmanian_devil_roar=true minecraft\:block.azalea.fall=true beautify\:block.blinds_close=true @@ -1952,152 +1037,82 @@ minecraft\:block.nether_wood_hanging_sign.step=true undergarden\:entity.brute.ambient=true minecraft\:block.nether_wood_hanging_sign.place=true wizards_reborn\:elder_mor_place=true -malum\:hallowed_gold_place=true -minecraft\:entity.player.burp=true cataclysm\:sword_stomp=true quark\:entity.parrot.egg=true -minecraft\:block.cherry_wood_button.click_off=true quark\:music.glimmering_weald=true -alexsmobs\:enderiophage_walk=true minecraft\:block.bamboo_wood_trapdoor.close=true -minecraft\:entity.item.pickup=true embers\:fireball.small.fire=true bosses_of_mass_destruction\:spike=true -mowziesmobs\:block.rakesand=true +undead_revamp2\:lurkeramb=true minecraft\:entity.villager.work_butcher=true minecraft\:entity.player.attack.knockback=true -wizards_reborn\:elder_mor_step=true embers\:item.tyrfing.hit=true -minecraft\:block.bamboo.step=true minecraft\:block.stem.place=true -alexsmobs\:mudskipper_spit=true -biomesoplenty\:block.spider_egg.break=true embers\:block.caminite.step=true -alexsmobs\:farseer_idle=true minecraft\:block.cherry_wood_hanging_sign.step=true -alexsmobs\:sculk_boomer=true -malum\:soulwood_hit=true minecraft\:block.amethyst_cluster.break=true +undead_revamp2\:spitteram=true botania\:gaia_trap=true cataclysm\:coral_golem_death=true cataclysm\:crab_death=true wizards_reborn\:arcane_gold_ore_break=true minecraft\:block.glass.place=true minecraft\:item.armor.equip_elytra=true -alexsmobs\:murmur_hurt=true -minecraft\:entity.cat.stray_ambient=true -minecraft\:block.small_dripleaf.step=true minecraft\:entity.strider.eat=true -mowziesmobs\:foliaath.hurt=true minecraft\:entity.player.hurt_drown=true -minecraft\:block.growing_plant.crop=true -minecraft\:entity.lingering_potion.throw=true minecraft\:block.cherry_sapling.hit=true embers\:block.generator.loop=true -wizards_reborn\:crystal_place=true -minecraft\:block.deepslate_bricks.fall=true -mowziesmobs\:umvuthana.attack_big=true -alexsmobs\:stink_ray=true -minecraft\:entity.zombie.attack_iron_door=true -fromanotherworld\:fromanotherworld.entity.thing.strong.death=true -minecraft\:entity.camel.ambient=true -minecraft\:entity.ghast.shoot=true -minecraft\:music.overworld.stony_peaks=true bosses_of_mass_destruction\:gauntlet_laser_charge=true minecraft\:block.cherry_leaves.place=true minecraft\:block.bamboo.fall=true -malum\:runewood_hanging_sign_break=true -minecraft\:block.composter.fill_success=true -cataclysm\:koboleton_ambient=true -malum\:augment_removed=true -alexsmobs\:cachalot_whale_idle=true bettercombat\:rapier_slash=true -minecraft\:ambient.nether_wastes.loop=true biomesoplenty\:music_disc.wanderer=true -minecraft\:entity.turtle.swim=true -quark\:entity.pickarang.pickup=true -minecraft\:music.under_water=true +undead_revamp2\:therodhurts=true wizards_reborn\:arcanum_ore_place=true malum\:metallic_trinket_equipped=true -alexsmobs\:elephant_walk=true -minecraft\:entity.glow_squid.squirt=true -spore\:brot_ambient=true minecraft\:music.overworld.meadow=true -alexsmobs\:centipede_attack=true cataclysm\:voidrunerising=true minecraft\:entity.player.attack.sweep=true -fromanotherworld\:fromanotherworld.entity.thing.strong.hurt=true minecraft\:block.soul_soil.hit=true -minecraft\:block.tripwire.click_on=true minecraft\:entity.evoker.death=true minecraft\:entity.goat.ambient=true mowziesmobs\:umvuthana.idle1=true mowziesmobs\:wroughtnaut.hurt1=true -bosses_of_mass_destruction\:minion_rune=true -minecraft\:item.dye.use=true minecraft\:entity.sniffer.hurt=true mowziesmobs\:umvuthana.idle4=true -embers\:item.cinder_staff.fail=true mowziesmobs\:umvuthana.idle5=true mowziesmobs\:music.ferrous_wroughtnaut_theme=true bettercombat\:hammer_slam=true -undergarden\:item.bucket.empty_virulent=true -minecraft\:block.dripstone_block.fall=true mowziesmobs\:umvuthana.idle2=true mowziesmobs\:umvuthana.idle3=true mowziesmobs\:umvuthana.idle8=true -malum\:spirit_rite_activated=true malum\:runewood_leaves_hit=true malum\:soulwood_leaves_step=true minecraft\:block.glass.break=true mowziesmobs\:umvuthana.idle6=true -minecraft\:block.note_block.hat=true mowziesmobs\:umvuthana.idle7=true aquamirae\:record.horizon=true -alexsmobs\:mosquito_capsid_convert=true malum\:staff_sizzles=true minecraft\:block.cherry_leaves.break=true -minecraft\:entity.bat.ambient=true -quark\:entity.foxhound.growl=true -botania\:terraform_rod=true minecraft\:block.flowering_azalea.step=true -minecraft\:item.armor.equip_turtle=true minecraft\:entity.skeleton_horse.swim=true -embers\:block.caminite.fall=true minecraft\:block.mangrove_roots.place=true cataclysm\:enderguardianattack=true minecraft\:entity.drowned.hurt=true -minecraft\:entity.player.swim=true botania\:orechid=true -minecraft\:entity.bat.takeoff=true minecraft\:entity.parrot.imitate.zombie_villager=true -malum\:calcified_blight_place=true -minecraft\:entity.painting.break=true minecraft\:block.anvil.fall=true -minecraft\:block.hanging_sign.hit=true quark\:block.pipe.pickup=true -minecraft\:entity.warden.angry=true bettercombat\:staff_stab=true -minecraft\:entity.cow.hurt=true -minecraft\:entity.mooshroom.eat=true minecraft\:block.chiseled_bookshelf.insert=true -minecraft\:block.sculk_shrieker.fall=true malum\:soulwood_leaves_place=true -spore\:wendigo_ambient=true -supplementaries\:block.bubble_block.break=true minecraft\:block.iron_trapdoor.close=true wizards_reborn\:sarcon_break=true -minecraft\:block.suspicious_gravel.step=true -minecraft\:entity.parrot.imitate.spider=true quark\:ambient.rain=true -botania\:entropinnyum_angry=true minecraft\:block.sculk_shrieker.shriek=true -minecraft\:block.chest.close=true minecraft\:entity.dolphin.attack=true -embers\:item.codex.uncheck=true minecraft\:block.frogspawn.break=true aquamirae\:entity.golden_moth.ambient=true -embers\:block.mini_boiler.pressure_loop_low=true alexsmobs\:void_worm_idle=true alexsmobs\:skunk_spray=true minecraft\:entity.parrot.eat=true @@ -2105,8 +1120,6 @@ minecraft\:item.bone_meal.use=true minecraft\:block.small_dripleaf.fall=true minecraft\:entity.vindicator.celebrate=true minecraft\:entity.ocelot.ambient=true -minecraft\:entity.shulker.hurt=true -wizards_reborn\:arcacite_hit=true aquamirae\:item.pouch.open=true quark\:block.potato.hurt=true minecraft\:music.overworld.badlands=true @@ -2117,606 +1130,311 @@ cataclysm\:kobolediator_hurt=true bettercombat\:katana_slash=true minecraft\:entity.firework_rocket.shoot=true minecraft\:block.deepslate_bricks.step=true -alexsmobs\:enderiophage_squish=true alexsmobs\:soul_vulture_hurt=true -supplementaries\:item.wrench.fail=true -minecraft\:block.cherry_wood_hanging_sign.fall=true -forbidden_arcanus\:item.ferrognetic_mixture.apply=true minecraft\:entity.lightning_bolt.thunder=false mowziesmobs\:umvuthana.hurt=true minecraft\:entity.parrot.ambient=true minecraft\:block.cherry_wood.step=true minecraft\:block.stem.break=true -minecraft\:entity.villager.death=true undergarden\:entity.rotling.step=true supplementaries\:music.pancake=true -embers\:item.metallurgic_dust.convert=true wizards_reborn\:elder_mor_break=true minecraft\:block.suspicious_gravel.fall=true minecraft\:block.amethyst_cluster.place=true -minecraft\:entity.villager.trade=true minecraft\:entity.drowned.death_water=true minecraft\:entity.cat.purr=true -minecraft\:block.conduit.ambient.short=true -minecraft\:block.piston.contract=true undergarden\:block.virulent.flow=true minecraft\:block.sculk_sensor.place=true -supplementaries\:block.rope.step=true -minecraft\:entity.splash_potion.break=true embers\:block.catalytic_plug.stop=true -alexsmobs\:endergrade_hurt=true undergarden\:music.disc.gloomper_anthem=true -biomancy\:fleshkin_chest.open=true -malum\:totem_charges=true -minecraft\:block.cherry_wood_pressure_plate.click_on=true minecraft\:entity.item_frame.add_item=true botania\:air_rod=true minecraft\:block.dripstone_block.step=true -minecraft\:entity.zombie_villager.step=true minecraft\:block.glass.fall=true minecraft\:block.lodestone.step=true -malum\:soulwood_button_click_off=true -minecraft\:entity.parrot.imitate.piglin=true -malum\:the_heavens_sing=true -mowziesmobs\:music.black_pink=true -embers\:item.codex.page.close=true -minecraft\:block.fire.extinguish=true +undead_revamp2\:bomber_ready=true cataclysm\:kobolediator_ambient=true wizards_reborn\:arcanum_ore_break=true -botania\:thorn_chakram_throw=true minecraft\:entity.panda.step=true -minecraft\:entity.player.hurt_on_fire=true +undead_revamp2\:wheezehurt=true minecraft\:block.mud_bricks.place=true botania\:enchanter_enchant=true -minecraft\:entity.tropical_fish.ambient=true -minecraft\:entity.sniffer.death=true minecraft\:block.packed_mud.break=true biomancy\:entity.flesh_blob.ambient=true -wizards_reborn\:crystal_break=true -botania\:unholy_cloak=true -fromanotherworld\:fromanotherworld.entity.thing.strong.ambient=true -malum\:soulstone_hit=true -mowziesmobs\:umvuthi.idle=true +undead_revamp2\:cloggerdies=true minecraft\:entity.puffer_fish.blow_out=true biomemusic\:music.end=true -alexsmobs\:sunbird_hurt=true -minecraft\:block.nether_wood_hanging_sign.fall=true minecraft\:entity.parrot.imitate.vex=true -botania\:equip_elementium=true minecraft\:entity.fox.bite=true minecraft\:ambient.warped_forest.loop=true -minecraft\:block.flowering_azalea.fall=true -minecraft\:block.sculk.spread=true alexsmobs\:capuchin_monkey_hurt=true -minecraft\:entity.camel.step=true minecraft\:block.metal.break=true -bettercombat\:anchor_slam=true wizards_reborn\:arcanum_lens_resonate=true malum\:spirit_crucible_focuses=true -malum\:soulwood_door_close=true botania\:manufactory_halo_configure=true minecraft\:ambient.crimson_forest.additions=true minecraft\:block.cherry_wood_fence_gate.close=true embers\:block.bore.stop=true malum\:spirit_rite_cancelled=true -minecraft\:entity.piglin.step=true minecraft\:entity.fishing_bobber.throw=true -minecraft\:block.packed_mud.fall=true minecraft\:entity.horse.armor=true -mowziesmobs\:geomancy.rockbreak=true minecraft\:block.amethyst_block.resonate=true mowziesmobs\:misc.metal_impact=true minecraft\:block.hanging_sign.step=true minecraft\:block.nether_sprouts.step=true -minecraft\:block.nether_gold_ore.hit=true minecraft\:block.mud_bricks.break=true -minecraft\:entity.painting.place=true mowziesmobs\:lantern.pop=true minecraft\:entity.parrot.imitate.drowned=true -minecraft\:entity.warden.sonic_charge=true minecraft\:block.chiseled_bookshelf.pickup.enchanted=true -minecraft\:music_disc.strad=true alexsmobs\:tasmanian_devil_idle=true -malum\:quartz_cluster_block_hit=true embers\:block.entropic_enumerator.turn=true -malum\:hallowed_gold_break=true minecraft\:entity.blaze.ambient=true -minecraft\:block.amethyst_cluster.fall=true -minecraft\:entity.cod.flop=true -minecraft\:entity.zombie_villager.cure=true -minecraft\:entity.dolphin.death=true cataclysm\:harbinger_prepare=true minecraft\:entity.warden.step=true mowziesmobs\:geomancy.magicchargesmall=true -undergarden\:music.disc.gloomper_secret=true malum\:the_deep_beckons=true -minecraft\:block.anvil.step=true minecraft\:block.packed_mud.step=true -minecraft\:block.hanging_sign.fall=true minecraft\:entity.sheep.step=true wizards_reborn\:arcane_gold_ore_place=true minecraft\:entity.parrot.imitate.evoker=true -minecraft\:entity.cat.ambient=true eidolon\:wraith_death=true alexsmobs\:rhinoceros_idle=true -malum\:ritual_absorbs_item=true minecraft\:block.polished_deepslate.break=true -minecraft\:item.trident.hit=true -botania\:pinkinator=true -minecraft\:entity.magma_cube.hurt=true -minecraft\:block.wooden_pressure_plate.click_on=true wizards_reborn\:precision_crystal_place=true -minecraft\:entity.generic.explode=true -minecraft\:block.nether_sprouts.fall=true wizards_reborn\:innocent_wood_door_close=true minecraft\:entity.horse.saddle=true -spore\:inf_villager_damage=true +cave_dweller\:chase_1=true minecraft\:block.lever.click=true -malum\:spirit_engraved=true -malum\:aerial_magic_swooshes=true -spore\:umarmer_ambient=true +cave_dweller\:chase_4=true +undead_revamp2\:parry=true undergarden\:block.undergarden_portal.ambient=true +cave_dweller\:chase_2=true +cave_dweller\:chase_3=true wizards_reborn\:spell_reload=true minecraft\:block.roots.break=true -cataclysm\:leviathan_tentacle_strike=true -minecraft\:block.nether_wood_pressure_plate.click_off=true minecraft\:entity.silverfish.ambient=true -malum\:pedestal_spirit_inserted=true malum\:cloth_trinket_equipped=true -alexsmobs\:flutter_idle=true -alexsmobs\:skunk_idle=true -malum\:soul_stained_steel_break=true botania\:prism_add_lens=true supplementaries\:item.bomb=true minecraft\:entity.zombified_piglin.death=true occultism\:poof=true -malum\:deepslate_soulstone_hit=true -alexsmobs\:kangaroo_idle=true -wizards_reborn\:elder_mor_block_place=true -quark\:entity.pickarang.spark=true -minecraft\:block.bone_block.hit=true -minecraft\:entity.witch.celebrate=true minecraft\:block.amethyst_cluster.step=true -mowziesmobs\:umvuthana.inhale=true minecraft\:ambient.soul_sand_valley.mood=true wizards_reborn\:wissen_crystallizer_start=true -minecraft\:block.powder_snow.hit=true +cave_dweller\:cavenoise_1=true minecraft\:block.ancient_debris.place=true +cave_dweller\:cavenoise_2=true alexsmobs\:mantis_shrimp_snap=true cataclysm\:harbinger_charge_prepare=true minecraft\:entity.wither.death=true -wizards_reborn\:arcacite_step=true minecraft\:block.sculk_sensor.break=true -undergarden\:entity.smog_mog.ambient=true -cataclysm\:enderguardiandeath=true -wizards_reborn\:innocent_wood_button_click_off=true +cave_dweller\:cavenoise_3=true +cave_dweller\:cavenoise_4=true minecraft\:entity.ghast.scream=true embers\:block.beam_cannon.fire=true -minecraft\:block.glass.step=true -minecraft\:block.lodestone.fall=true -alexsmobs\:warped_mosco_hurt=true -malum\:runewood_hanging_sign_step=true -mowziesmobs\:naga.growl1=true -mowziesmobs\:naga.growl2=true -mowziesmobs\:naga.growl3=true mowziesmobs\:misc.groundhit2=true minecraft\:block.sculk_catalyst.bloom=true mowziesmobs\:misc.groundhit1=true -minecraft\:block.cherry_wood_door.close=true supplementaries\:item.wrench.rotate=true -minecraft\:entity.llama.hurt=true minecraft\:block.mangrove_roots.break=true -mowziesmobs\:foliaath.die=true -minecraft\:ui.stonecutter.select_recipe=true -minecraft\:entity.donkey.death=true -undergarden\:entity.dweller.jump=true -minecraft\:entity.allay.ambient_without_item=true minecraft\:entity.rabbit.jump=true -alexsmobs\:bunfungus_hurt=true bettercombat\:rapier_stab=true -bosses_of_mass_destruction\:comet_shoot=true minecraft\:music.nether.basalt_deltas=true -alexsmobs\:emu_idle=true -cataclysm\:death_laser=true -minecraft\:entity.goat.screaming.milk=true minecraft\:entity.warden.tendril_clicks=true -embers\:item.codex.category.unselect=true -wizards_reborn\:nether_arcane_gold_ore_break=true -wizards_reborn\:innocent_wood_button_click_on=true -embers\:entity.ancient_golem.step=true -alexsmobs\:komodo_dragon_hurt=true minecraft\:block.gravel.step=true -malum\:arcana_entry_opened=true -malum\:ether_break=true -minecraft\:entity.ravager.attack=true embers\:fireball.small.hit=true minecraft\:entity.parrot.imitate.blaze=true embers\:item.codex.lock=true -biomancy\:ui.button.click=true -alexsmobs\:gorilla_idle=true minecraft\:entity.sniffer.searching=true minecraft\:entity.snow_golem.death=true -minecraft\:block.pointed_dripstone.hit=true minecraft\:block.anvil.break=true minecraft\:music.nether.nether_wastes=true -minecraft\:block.candle.ambient=true minecraft\:block.nether_bricks.place=true wizards_reborn\:arcane_wood_button_click_off=true botania\:laputa_start=true minecraft\:entity.zombified_piglin.hurt=true -malum\:arcana_sweetener_evil=true -embers\:item.explosion_charm.absorb=true minecraft\:entity.camel.dash=true minecraft\:block.netherrack.fall=true -minecraft\:entity.ocelot.death=true -quark\:entity.toretoise.eat=true bosses_of_mass_destruction\:obsidilith_hurt=true -minecraft\:item.shield.break=true -alexsmobs\:la_cucaracha=true -minecraft\:entity.player.hurt=true -minecraft\:item.armor.equip_generic=true +undead_revamp2\:snoring=true minecraft\:block.deepslate_bricks.hit=true minecraft\:block.lantern.break=true -minecraft\:block.frogspawn.fall=true alexsmobs\:kangaroo_hurt=true malum\:weight_of_worlds_slashes=true spore\:printing=true malum\:soulwood_break=true alexsmobs\:elephant_die=true minecraft\:entity.turtle.lay_egg=true -undergarden\:item.slingshot.gronglet_shoot=true beautify\:block.bookstack_fall=true -alexsmobs\:centipede_hurt=true undergarden\:ambient.wigglewood_forest_addition=true quark\:entity.toretoise.eat_satiated=true -alexsmobs\:giant_squid_tentacle=true alexsmobs\:skelewag_hurt=true -minecraft\:block.cave_vines.fall=true -minecraft\:entity.wither.shoot=true -mowziesmobs\:wroughtnaut.step=true mowziesmobs\:geomancy.bouldercharge=true sanitydim\:inner_entity_hurt=true wizards_reborn\:arcanum_place=true -minecraft\:block.deepslate_tiles.place=true minecraft\:entity.firework_rocket.twinkle=true minecraft\:block.spore_blossom.fall=true -fromanotherworld\:fromanotherworld.entity.thing.weak.death=true -alexsmobs\:comb_jelly_hurt=true -minecraft\:block.hanging_sign.place=true spore\:proto_ambient=true alexsmobs\:jerboa_hurt=true minecraft\:block.netherite_block.hit=true wizards_reborn\:pedestal_remove=true cataclysm\:enderguardianhurt=true minecraft\:item.chorus_fruit.teleport=true -wizards_reborn\:magical_panache=true minecraft\:block.decorated_pot.hit=true -beautify\:block.bookstack_place=true -minecraft\:block.deepslate.step=true alexsmobs\:april_fools_music_box=true -minecraft\:entity.villager.work_weaponsmith=true malum\:runewood_pressure_plate_click_on=true -minecraft\:block.chiseled_bookshelf.fall=true minecraft\:block.gilded_blackstone.place=true -minecraft\:block.medium_amethyst_bud.break=true alexsmobs\:anaconda_attack=true minecraft\:entity.salmon.flop=true cataclysm\:remnant_breathing=true -minecraft\:block.cherry_sapling.place=true -minecraft\:block.mud_bricks.hit=true minecraft\:block.iron_door.close=true -minecraft\:block.mangrove_roots.fall=true -minecraft\:item.armor.equip_gold=true -minecraft\:block.sculk_shrieker.break=true -quark\:entity.crab.idle=true -minecraft\:block.soul_sand.break=true biomancy\:entity.flesh_blob.growl=true -wizards_reborn\:arcane_wood_button_click_on=true embers\:item.codex.page.switch=true -alexsmobs\:crow_hurt=true -cataclysm\:golemdeath=true alexsmobs\:orca_idle=true -minecraft\:entity.generic.drink=true minecraft\:entity.ghast.hurt=true minecraft\:block.packed_mud.place=true -biomancy\:fleshkin.dormant=true -minecraft\:item.bucket.fill_axolotl=true -theurgy\:tuning_fork=true -alexsmobs\:cosmaw_hurt=true minecraft\:block.azalea_leaves.hit=true -mowziesmobs\:frostmaw.breath2=true botania\:way=true minecraft\:block.cave_vines.step=true -minecraft\:entity.goat.step=true -botania\:entropinnyum_happy=true -mowziesmobs\:frostmaw.breath1=true bosses_of_mass_destruction\:void_blossom_hurt=true -minecraft\:entity.firework_rocket.blast_far=true -wizards_reborn\:arcane_wood_step=true quark\:entity.shiba.eat_arrow=true -minecraft\:music.nether.crimson_forest=true minecraft\:item.goat_horn.sound.7=false minecraft\:item.goat_horn.sound.6=false -minecraft\:block.sculk_shrieker.place=true minecraft\:item.goat_horn.sound.5=false cataclysm\:deepling_light=true minecraft\:item.goat_horn.sound.4=false minecraft\:block.polished_deepslate.hit=true minecraft\:item.bundle.insert=true -minecraft\:block.nether_bricks.hit=true -minecraft\:block.metal_pressure_plate.click_on=true -embers\:entity.ancient_golem.death=true malum\:alteration_plinth_alters=true -aquamirae\:entity.captain_cornelia.ambient=true -cataclysm\:monstrosityhurt=true -cataclysm\:revenant_death=true -minecraft\:block.moss.break=true -beautify\:block.bookstack_break=true minecraft\:item.goat_horn.sound.3=false minecraft\:item.goat_horn.sound.2=false minecraft\:item.goat_horn.sound.1=false minecraft\:item.goat_horn.sound.0=false -mowziesmobs\:geomancy.rockcrash1=true minecraft\:block.pointed_dripstone.break=true -botania\:labellia=true -malum\:ether_place=true -wizards_reborn\:wisestone_bricks_step=true -minecraft\:block.soul_sand.place=true -alexsmobs\:crocodile_idle=true -sanitydim\:insanity=true supplementaries\:block.rope.break=true -malum\:staff_fires=true -minecraft\:block.nether_wood_button.click_on=true -oreganized\:music.disc.structure=true malum\:runewood_break=true -aquamirae\:entity.golden_moth.catch=true -mowziesmobs\:foliaath.grunt=true +undead_revamp2\:pregnanthurt=true minecraft\:block.deepslate.fall=true -botania\:potion_create=true minecraft\:entity.wandering_trader.drink_milk=true minecraft\:entity.parrot.imitate.creeper=true minecraft\:entity.egg.throw=true -minecraft\:entity.magma_cube.squish=true minecraft\:block.wool.break=true minecraft\:entity.skeleton.shoot=true -wizards_reborn\:nether_arcane_gold_ore_place=true embers\:block.ember_transfer.receive.big=true minecraft\:entity.piglin_brute.step=true -quark\:entity.stoneling.die=true alexsmobs\:bison_idle=true -minecraft\:entity.drowned.death=true embers\:block.bore.loop=true minecraft\:block.weeping_vines.hit=true -minecraft\:block.bamboo_wood.hit=true minecraft\:entity.bee.hurt=true minecraft\:block.frogspawn.step=true minecraft\:block.vine.place=true minecraft\:item.crossbow.loading_end=true -botania\:diva_charm=true -mowziesmobs\:foliaath.pant1=true minecraft\:music.overworld.dripstone_caves=true minecraft\:entity.player.attack.strong=true occultism\:start_ritual=true -minecraft\:block.beehive.shear=true -minecraft\:entity.snow_golem.shoot=true -mowziesmobs\:foliaath.pant2=true -minecraft\:block.moss.hit=true minecraft\:entity.panda.pre_sneeze=true -cataclysm\:golemattack=true botania\:terrablade=true minecraft\:entity.cat.eat=true wizards_reborn\:blue_shimmer=true -wizards_reborn\:vilenium_place=true -wizards_reborn\:wisestone_pressure_plate_click_on=true -cataclysm\:strongswingattack=true minecraft\:block.smithing_table.use=true wizards_reborn\:deepslate_arcane_gold_ore_break=true minecraft\:block.stem.fall=true -minecraft\:block.conduit.activate=true -embers\:block.copper_charger.loop=true eidolon\:chant_word=true -cataclysm\:shredder_start=true cataclysm\:flame_trap=true -minecraft\:ui.toast.out=true mowziesmobs\:foliaath.baby.eat=true -bettercombat\:fist_punch=true -mowziesmobs\:umvuthi.belly=true -embers\:block.pipe.disconnect=true -malum\:arcane_rock_hit=true -alexsmobs\:straddler_idle=true alexsmobs\:skreecher_detect=true minecraft\:block.mangrove_roots.step=true -minecraft\:entity.ender_eye.death=true minecraft\:block.chorus_flower.death=true -embers\:block.ignem_reactor.plume=true -minecraft\:block.deepslate_tiles.break=true minecraft\:entity.vindicator.ambient=true minecraft\:entity.frog.hurt=true minecraft\:entity.puffer_fish.blow_up=true -cataclysm\:deepling_swing=true -minecraft\:block.basalt.place=true -undergarden\:entity.rotwalker.death=true alexsmobs\:mungus_laser_loop=true minecraft\:block.muddy_mangrove_roots.place=true minecraft\:music.overworld.sparse_jungle=true minecraft\:entity.glow_squid.hurt=true minecraft\:entity.zoglin.step=true wizards_reborn\:nether_salt_ore_place=true -wizards_reborn\:wisestone_step=true minecraft\:entity.elder_guardian.flop=true -minecraft\:entity.lightning_bolt.impact=true -undergarden\:entity.muncher.chew=true -minecraft\:entity.panda.cant_breed=true -mowziesmobs\:umvuthi.attack=true -aquamirae\:entity.captain_cornelia.attack_1=true alexsmobs\:music_wormboss=true minecraft\:item.book.page_turn=true minecraft\:block.pink_petals.hit=true -aquamirae\:entity.captain_cornelia.attack_2=true -mowziesmobs\:foliaath.emerge=true embers\:block.crystal_cell.loop=true -minecraft\:entity.bat.hurt=true alexsmobs\:caiman_splash=true -embers\:block.caminite.hit=true minecraft\:entity.fox.sleep=true -minecraft\:block.medium_amethyst_bud.place=true -minecraft\:music.overworld.old_growth_taiga=true quark\:entity.pickarang.clank=true -minecraft\:block.sign.waxed_interact_fail=true minecraft\:entity.glow_squid.death=true -minecraft\:ui.cartography_table.take_result=true -minecraft\:entity.zombie.attack_wooden_door=true -alexsmobs\:rain_frog_idle=true minecraft\:entity.illusioner.cast_spell=true minecraft\:entity.salmon.death=true -minecraft\:entity.hostile.hurt=true minecraft\:block.anvil.place=true minecraft\:block.brewing_stand.brew=true minecraft\:block.bamboo.break=true quark\:music.endermosh=true biomancy\:ui.bio_forge.open=true -minecraft\:block.glass.hit=true minecraft\:block.shroomlight.fall=true alexsmobs\:skreecher_call=true -minecraft\:item.crop.plant=true minecraft\:music_disc.chirp=true -malum\:arcane_whispers=true -botania\:mana_pool_craft=true -minecraft\:block.frogspawn.hit=true -minecraft\:entity.chicken.hurt=true -embers\:item.codex.check=true -minecraft\:block.furnace.fire_crackle=true malum\:alchemical_trinket_equipped=true -undergarden\:entity.dweller.saddle_remove=true -minecraft\:entity.horse.step_wood=true -minecraft\:block.note_block.bell=true -minecraft\:block.nether_wood.hit=true minecraft\:entity.warden.agitated=true wizards_reborn\:mor_hit=true minecraft\:entity.panda.worried_ambient=true minecraft\:block.copper.step=true -minecraft\:entity.wolf.hurt=true -botania\:holy_cloak=true -alexsmobs\:froststalker_idle=true -minecraft\:entity.enderman.teleport=true minecraft\:block.lodestone.hit=true -minecraft\:block.gravel.fall=true alexsmobs\:mimic_octopus_idle=true -minecraft\:block.pointed_dripstone.step=true undergarden\:entity.stoneborn.hurt=true -minecraft\:entity.skeleton.death=true wizards_reborn\:crystal_step=true -minecraft\:block.deepslate_tiles.hit=true minecraft\:entity.warden.sonic_boom=true -minecraft\:entity.llama.angry=true -minecraft\:entity.glow_item_frame.add_item=true -malum\:soulwood_pressure_plate_click_on=true -undergarden\:entity.gwibling.flop=true minecraft\:entity.wither.spawn=true -cataclysm\:endermaptera_hurt=true minecraft\:block.wool.place=true -mowziesmobs\:umvuthana.die=true -minecraft\:block.stem.step=true -bosses_of_mass_destruction\:void_spike_indicator=true -minecraft\:block.hanging_sign.break=true minecraft\:block.gravel.break=true minecraft\:block.vine.break=true -forbidden_arcanus\:item.blacksmith_gavel.ritual_start=true -minecraft\:entity.warden.listening=true +undead_revamp2\:bidyboom=true malum\:soulwood_trapdoor_close=true -minecraft\:block.basalt.hit=true undergarden\:block.gronglet.burn=true -minecraft\:block.smoker.smoke=true minecraft\:entity.wolf.growl=true -minecraft\:music_disc.5=true -minecraft\:entity.pillager.death=true -minecraft\:entity.ravager.step=true minecraft\:item.axe.scrape=true -minecraft\:item.crossbow.loading_middle=true embers\:item.bauble.unequip=true minecraft\:entity.evoker.celebrate=true cataclysm\:shredder_loop=true embers\:block.inferno_forge.start=true -minecraft\:block.copper.fall=true minecraft\:entity.drowned.shoot=true -minecraft\:block.wood.hit=true minecraft\:entity.zombie.hurt=true minecraft\:block.composter.ready=true embers\:block.alchemy.fail=true -minecraft\:entity.frog.eat=true -minecraft\:entity.parrot.imitate.illusioner=true minecraft\:block.nether_bricks.step=true minecraft\:entity.illusioner.ambient=true -embers\:item.blazing_ray.fire=true minecraft\:ambient.nether_wastes.additions=true -undergarden\:entity.forgotten_guardian.death=true -wizards_reborn\:arcane_gold_step=true alexsmobs\:fly_idle=true biomancy\:item.bone_marrow.drink=true -quark\:entity.toretoise.regrow=true -wizards_reborn\:crystal_ritual_end=true -minecraft\:entity.camel.sit=true minecraft\:entity.parrot.fly=true -embers\:item.codex.category.open=true minecraft\:entity.boat.paddle_water=true -embers\:block.alchemy.loop=true -minecraft\:entity.stray.ambient=true -undergarden\:ambient.smogstem_forest_addition=true -minecraft\:entity.horse.step=true minecraft\:entity.enderman.hurt=true wizards_reborn\:deepslate_arcane_gold_ore_step=true -minecraft\:item.shovel.flatten=true -minecraft\:item.bottle.empty=true -minecraft\:block.note_block.basedrum=true bosses_of_mass_destruction\:obsidilith_prepare_attack=true minecraft\:block.sculk.charge=true aquamirae\:item.terrible_sword=true -cataclysm\:revenant_hurt=true -minecraft\:entity.item_frame.rotate_item=true -ars_nouveau\:fire_family=true -minecraft\:item.axe.strip=true -quark\:entity.toretoise.hurt=true -quark\:item.camera.shutter=true -alexsmobs\:murmur_neck=true minecraft\:entity.axolotl.idle_air=true -minecraft\:block.netherrack.step=true -biomancy\:flesh_door.close=true -bosses_of_mass_destruction\:gauntlet_clink=true undergarden\:entity.sploogie.spit=true supplementaries\:block.rope.place=true -minecraft\:entity.puffer_fish.ambient=true -embers\:block.mini_boiler.pressure_loop_mid=true -cataclysm\:leviathan_stun_roar=true minecraft\:entity.panda.hurt=true -minecraft\:block.powder_snow.step=true minecraft\:entity.shulker.close=true malum\:hidden_blade_strikes=true -minecraft\:block.shroomlight.step=true -minecraft\:entity.ender_eye.launch=true malum\:runewood_place=true minecraft\:block.bamboo.place=true minecraft\:block.pointed_dripstone.drip_water_into_cauldron=true -embers\:block.ember_transfer.emit.big=true -embers\:block.pump.fast=true cataclysm\:leviathan_idle=true quark\:entity.shiba.hurt=true -minecraft\:block.shulker_box.open=true malum\:auric_flame_motif=true minecraft\:block.piston.extend=true -minecraft\:entity.slime.attack=true minecraft\:block.rooted_dirt.break=true minecraft\:entity.goat.ram_impact=true alexsmobs\:mudskipper_hurt=true undergarden\:item.slingshot.draw=true -undergarden\:entity.brute.hurt=true alexsmobs\:farseer_hurt=true malum\:soul_ward_depleted=true +undead_revamp2\:cloogereatsu=true supplementaries\:item.slingshot.release=true minecraft\:entity.warden.hurt=true -alexsmobs\:snow_leopard_hurt=true -undergarden\:entity.nargoyle.hurt=true -minecraft\:ui.stonecutter.take_result=true -alexsmobs\:seal_hurt=true +undead_revamp2\:bomberhurts=true minecraft\:block.wool.step=true embers\:block.steam_engine.start_steam=true minecraft\:block.bamboo_wood_fence_gate.open=true @@ -2728,327 +1446,1693 @@ minecraft\:entity.creeper.hurt=true malum\:ritual_evolution_ambience=true minecraft\:block.note_block.imitate.piglin=true minecraft\:item.bucket.empty_axolotl=true -minecraft\:block.tripwire.click_off=true -minecraft\:entity.wandering_trader.ambient=true -minecraft\:block.iron_trapdoor.open=true minecraft\:music.nether.warped_forest=true -aquamirae\:item.scroll.use=true -minecraft\:block.suspicious_sand.step=true minecraft\:entity.piglin_brute.angry=true wizards_reborn\:nether_salt_step=true -minecraft\:block.bamboo_wood_door.close=true minecraft\:entity.spider.hurt=true -minecraft\:entity.witch.drink=true -alexsmobs\:farseer_emerge=true mowziesmobs\:wroughtnaut.pull5=true -malum\:scythe_cuts=true undergarden\:entity.dweller.step=true undergarden\:entity.muncher.death=true embers\:block.alchemy.success=true -cataclysm\:crab_bite=true minecraft\:entity.player.splash.high_speed=true -bosses_of_mass_destruction\:spore_ball_land=true minecraft\:entity.donkey.hurt=true minecraft\:entity.sniffer.eat=true -minecraft\:entity.snow_golem.hurt=true undergarden\:entity.rotling.hurt=true wizards_reborn\:nether_salt_place=true malum\:brilliance_block_hit=true -minecraft\:block.bamboo_wood_fence_gate.close=true mowziesmobs\:wroughtnaut.undamaged=true -minecraft\:block.nether_bricks.fall=true -minecraft\:block.beacon.power_select=true -minecraft\:block.suspicious_sand.break=true -cataclysm\:wadjet_death=true undergarden\:entity.scintling.death=true biomancy\:item.injector.fail=true minecraft\:block.snow.step=true quark\:pet.device=true -malum\:arcana_codex_closed=true -minecraft\:block.suspicious_gravel.hit=true quark\:ambient.wind=true mowziesmobs\:wroughtnaut.pull1=true -biomancy\:claws.attack.strong=true mowziesmobs\:wroughtnaut.pull2=true alexsmobs\:mimicube_hurt=true malum\:runewood_door_close=true minecraft\:block.anvil.use=true -undergarden\:ambient.spires=true minecraft\:item.goat_horn.play=true minecraft\:entity.minecart.inside=true -minecraft\:entity.wither.hurt=true -cataclysm\:flamethrower=true -biomemusic\:music.water=true minecraft\:block.nylium.place=true -minecraft\:entity.shulker.ambient=true -botania\:temperance_stone_configure=true -cataclysm\:deepling_hurt=true mowziesmobs\:wroughtnaut.swing2=true minecraft\:entity.tadpole.hurt=true mowziesmobs\:wroughtnaut.swing1=true -undergarden\:entity.mog.hurt=true minecraft\:block.big_dripleaf.tilt_up=true mowziesmobs\:wroughtnaut.swing3=true alexsmobs\:cachalot_whale_hurt=true malum\:blazing_quartz_ore_break=true -undergarden\:entity.masticator.ambient=true botania\:horn_doot=true -minecraft\:block.froglight.step=true mowziesmobs\:wroughtnaut.scream=true minecraft\:block.suspicious_sand.fall=true -minecraft\:block.sculk_sensor.clicking=true malum\:brilliance_block_break=true minecraft\:entity.villager.hurt=true -minecraft\:block.suspicious_sand.place=true -minecraft\:block.coral_block.hit=true embers\:entity.ancient_golem.punch=true -embers\:fireball.big.fire=true minecraft\:entity.pillager.hurt=true minecraft\:entity.cod.hurt=true minecraft\:entity.parrot.imitate.skeleton=true minecraft\:entity.piglin.angry=true -malum\:quartz_cluster_block_break=true -mowziesmobs\:wroughtnaut.axe_land=true -minecraft\:entity.zoglin.angry=true -minecraft\:entity.glow_item_frame.rotate_item=true malum\:blazing_quartz_ore_place=true -quark\:entity.stoneling.give=true mowziesmobs\:foliaath.retreat=true alexsmobs\:blue_jay_song=true -undergarden\:entity.forgotten_guardian.deflect=true cataclysm\:harbinger_idle=true -wizards_reborn\:wissen_burst=true -minecraft\:block.mangrove_roots.hit=true minecraft\:block.powder_snow.fall=true minecraft\:entity.warden.attack_impact=true -wizards_reborn\:wissen_crystallizer_end=true minecraft\:block.muddy_mangrove_roots.break=true cataclysm\:watcher_hurt=true minecraft\:block.azalea.place=true minecraft\:entity.ravager.ambient=true -wizards_reborn\:elder_mor_block_hit=true -undergarden\:entity.stoneborn.death=true ars_nouveau\:thistle_the_sound_of_glass=true -minecraft\:entity.strider.death=true minecraft\:ambient.underwater.exit=true malum\:soul_stained_steel_step=true -minecraft\:entity.parrot.imitate.stray=true -minecraft\:entity.slime.jump=true -wizards_reborn\:wisestone_button_click_on=true +undead_revamp2\:heavyambt=true spore\:heart_beat=true mowziesmobs\:grottol.step=true bettercombat\:mace_slash=true -forbidden_arcanus\:entity.energy_ball.launch=true -botania\:black_hole_talisman_configure=true -beautify\:block.blinds_open=true minecraft\:item.brush.brushing.sand=true -minecraft\:entity.mule.hurt=true alexsmobs\:platypus_idle=true -malum\:arcane_rock_bricks_hit=true undergarden\:ambient.sea=true -quark\:entity.shiba.death=true cataclysm\:ignis_impact=true minecraft\:block.rooted_dirt.step=true minecraft\:entity.axolotl.hurt=true -minecraft\:entity.villager.no=true -modonomicon\:turn_page=true -aquamirae\:record.forsaken_drownage=true -mowziesmobs\:umvuthana.teleport2=true -mowziesmobs\:umvuthana.teleport1=true minecraft\:block.azalea.hit=true -mowziesmobs\:umvuthana.teleport3=true -embers\:item.windup.spring=true minecraft\:music.overworld.swamp=true minecraft\:music.creative=true malum\:ritual_begins=true minecraft\:entity.villager.work_fletcher=true -minecraft\:entity.villager.work_mason=true -biomesoplenty\:music.nether.withered_abyss=true -malum\:hallowed_gold_step=true -minecraft\:entity.skeleton.converted_to_stray=true -mowziesmobs\:geomancy.breakmedium3=true -mowziesmobs\:geomancy.breakmedium2=true mowziesmobs\:foliaath.bite1=true cataclysm\:coral_golem_hurt=true minecraft\:entity.allay.death=true -minecraft\:block.spore_blossom.step=true malum\:soul_ward_charged=true undergarden\:entity.minion.repair=true minecraft\:music.overworld.desert=true -alexsmobs\:tiger_idle=true -minecraft\:block.suspicious_sand.hit=true -minecraft\:block.wooden_door.close=true -cataclysm\:harbinger_charge=true -gateways\:gate_end=true -botania\:doit=true mowziesmobs\:umvuthi.hurt=true minecraft\:block.nylium.break=true -cataclysm\:remnant_hurt=true minecraft\:item.axe.wax_off=true -mowziesmobs\:lantern.puff=true -biomancy\:block.cradle.spawn_primordial_mob=true -alexsmobs\:tiger_angry=true +undead_revamp2\:prenantpukes=true minecraft\:entity.evoker.cast_spell=true minecraft\:particle.soul_escape=true minecraft\:block.chiseled_bookshelf.step=true minecraft\:block.froglight.fall=true -minecraft\:block.honey_block.place=true -biomancy\:fleshkin.no=true quark\:pet.neko=true minecraft\:entity.mule.chest=true minecraft\:block.scaffolding.place=true -supplementaries\:block.globe.spin=true forbidden_arcanus\:item.quantum_catcher.pick_up=true minecraft\:block.netherrack.hit=true minecraft\:entity.wandering_trader.drink_potion=true spore\:womb_ambient=true biomancy\:entity.flesh_blob.mew_purr=true -mowziesmobs\:sunstrike=true -bosses_of_mass_destruction\:lich_death=true -minecraft\:block.snow.fall=true wizards_reborn\:innocent_wood_fence_gate_close=true -minecraft\:entity.tropical_fish.hurt=true -minecraft\:block.cherry_sapling.break=true -minecraft\:entity.polar_bear.death=true -alexsmobs\:skreecher_hurt=true -wizards_reborn\:sarcon_hit=true -minecraft\:block.pink_petals.fall=true wizards_reborn\:innocent_wood_pressure_plate_click_off=true wizards_reborn\:wisestone_place=true -ars_nouveau\:ea_channel=true minecraft\:block.cherry_wood_hanging_sign.hit=true -minecraft\:music.overworld.deep_dark=true -alexsmobs\:mosquito_loop=true -undergarden\:entity.stoneborn.speaking=true -alexsmobs\:tasmanian_devil_hurt=true -alexsmobs\:soul_vulture_idle=true eidolon\:cast_soulfire=true -malum\:soulwood_fence_gate_open=true -malum\:quartz_cluster_block_place=true alexsmobs\:cachalot_whale_click=true malum\:nitrate_thrown=true -malum\:void_trinket_equipped=true malum\:cthonic_gold_place=true cataclysm\:leviathan_roar=true minecraft\:block.chiseled_bookshelf.place=true minecraft\:block.cherry_wood_door.open=true -minecraft\:item.lodestone_compass.lock=true alexsmobs\:vine_lasso=true -minecraft\:block.note_block.imitate.skeleton=true bosses_of_mass_destruction\:missile_shoot=true alexsmobs\:sunbird_idle=true -mowziesmobs\:frostmaw.step=true cataclysm\:abyss_blast_only_shoot=true -minecraft\:block.rooted_dirt.fall=true minecraft\:block.lantern.hit=true -minecraft\:entity.sniffer.idle=true malum\:calcified_blight_step=true -minecraft\:block.grass.fall=true biomancy\:bony_flesh_block.break=true -minecraft\:entity.evoker_fangs.attack=true -alexsmobs\:triops_hurt=true minecraft\:entity.witch.throw=true -biomancy\:block.decomposer.crafting_completed=true map_atlases\:atlas_open=true quark\:entity.foxhound.ambient=true minecraft\:block.crop.break=true minecraft\:entity.donkey.chest=true malum\:gruesome_ring_feeds=true alexsmobs\:underminer_step=true -minecraft\:item.brush.brushing.generic=true -minecraft\:block.cherry_leaves.step=true embers\:item.codex.open=true minecraft\:block.cherry_wood_hanging_sign.place=true alexsmobs\:flutter_hurt=true -minecraft\:entity.zombie.destroy_egg=true minecraft\:entity.drowned.step=true -minecraft\:block.muddy_mangrove_roots.hit=true alexsmobs\:endergrade_idle=true undergarden\:entity.rotwalker.hurt=true -minecraft\:block.wool.fall=true -minecraft\:entity.endermite.step=true -minecraft\:entity.parrot.imitate.piglin_brute=true aquamirae\:music.forsaken_drownage=true -bosses_of_mass_destruction\:obsidilith_death=true -alexsmobs\:orca_hurt=true minecraft\:entity.shulker_bullet.hit=true -mowziesmobs\:frostmaw.iceballcharge=true -fromanotherworld\:fromanotherworld.entity.thing.weak.ambient=true botania\:equip_terrasteel=true spore\:gast_ambient=true minecraft\:block.note_block.iron_xylophone=true malum\:soulstone_step=true wizards_reborn\:innocent_wood_hanging_sign_hit=true -botania\:gaia_death=true malum\:runewood_trapdoor_close=true minecraft\:entity.vindicator.death=true alexsmobs\:warped_mosco_idle=true -wizards_reborn\:spell_burst=true minecraft\:block.nether_bricks.break=true minecraft\:entity.warden.emerge=true biomancy\:bony_flesh_block.place=true -minecraft\:block.small_dripleaf.hit=true malum\:soulwood_place=true -minecraft\:ambient.soul_sand_valley.loop=true minecraft\:item.armor.equip_netherite=true -alexsmobs\:capuchin_monkey_idle=true -wizards_reborn\:vilenium_break=true wizards_reborn\:nether_salt_ore_break=true -alexsmobs\:bald_eagle_hurt=true -cataclysm\:prowler_death=true minecraft\:item.brush.brushing.sand.complete=true biomancy\:block.decomposer.eat=true wizards_reborn\:deepslate_arcane_gold_ore_place=true cataclysm\:deepling_death=true biomancy\:block.cradle.eat=true malum\:completed_ritual_ambience=true -cataclysm\:ignis_death=true minecraft\:block.barrel.open=true alexsmobs\:emu_hurt=true -minecraft\:entity.phantom.bite=true minecraft\:entity.sheep.death=true minecraft\:block.grass.step=true cataclysm\:tidal_tentacle=true wizards_reborn\:pipe=true minecraft\:entity.dragon_fireball.explode=true -minecraft\:entity.mooshroom.shear=true -biomancy\:flesh_door.open=true -malum\:soulwood_door_open=true -supplementaries\:item.bubble_blower=true minecraft\:entity.goat.horn_break=true minecraft\:entity.iron_golem.hurt=true quark\:entity.pickarang.throw=true -spore\:sonar=true -alexsmobs\:anaconda_slither=true malum\:brilliance_block_place=true minecraft\:entity.llama.spit=true -beautify\:block.bookstack_next=true -minecraft\:ambient.basalt_deltas.additions=true -minecraft\:entity.goat.milk=true minecraft\:entity.slime.jump_small=true embers\:block.mini_boiler.loop_fast=true -embers\:block.mixer.loop=true minecraft\:entity.frog.lay_spawn=true mowziesmobs\:umvuthana.healloop=true -alexsmobs\:banana_slug_slime_expand=true -biomancy\:flesh_block.step=true quark\:entity.stoneling.michael=true minecraft\:block.nether_wood_trapdoor.open=true undergarden\:entity.rotbeast.ambient=true minecraft\:block.lantern.place=true -minecraft\:block.moss.place=true alexsmobs\:mantis_shrimp_hurt=true minecraft\:block.wood.break=true mowziesmobs\:wroughtnaut.axe_hit=true -minecraft\:enchant.thorns.hit=true -biomemusic\:music.night=true -cataclysm\:shredder_end=true -bosses_of_mass_destruction\:earthdive_spear_throw=true minecraft\:block.scaffolding.break=true wizards_reborn\:sarcon_step=true minecraft\:block.composter.fill=true wizards_reborn\:mor_marsh=true minecraft\:item.book.put=true -mowziesmobs\:umvuthana.roar=true alexs_mobs_extra_music\:voidwormdefeat=true +undead_revamp2\:acidded=true +aquamirae\:music.ice_maze_theme=true +biomancy\:entity.flesh_blob.death=true +embers\:block.machine.break=true +cataclysm\:prowler_saw_attack=true +minecraft\:block.cherry_wood_fence_gate.open=true +aquamirae\:block.frozen_chest.unlock=true +minecraft\:entity.parrot.imitate.witch=true +minecraft\:entity.pillager.celebrate=true +minecraft\:block.chiseled_bookshelf.insert.enchanted=true +minecraft\:entity.mule.eat=true +cataclysm\:enderguardian_music=true +embers\:block.inferno_forge.fail=true +minecraft\:music.overworld.jagged_peaks=true +alexsmobs\:jerboa_idle=true +minecraft\:block.bamboo_sapling.break=true +alexsmobs\:gorilla_hurt=true +undead_revamp2\:horrorsambt=true +supplementaries\:block.faucet.turn=true +minecraft\:entity.skeleton_horse.hurt=true +minecraft\:block.powder_snow.break=true +alexsmobs\:music_disc_daze=true +minecraft\:entity.mule.death=true +alexsmobs\:cosmaw_idle=true +cataclysm\:remnant_tail_swing=true +cataclysm\:endermaptera_death=true +undergarden\:entity.forgotten_guardian.attack=true +alexsmobs\:roadrunner_meep=true +supplementaries\:block.sack.open=true +minecraft\:block.roots.hit=true +cataclysm\:remnant_charge_step=true +forbidden_arcanus\:item.quantum_catcher.release=true +minecraft\:entity.player.attack.crit=true +minecraft\:music.overworld.cherry_grove=true +minecraft\:entity.camel.saddle=true +botania\:drum=true +bettercombat\:wand_swing=true +minecraft\:block.fungus.place=true +undergarden\:item.bucket.fill_virulent=true +botania\:dash=true +aquamirae\:item.shell_horn.use=true +minecraft\:entity.piglin.retreat=true +alexsmobs\:banana_slug_hurt=true +minecraft\:entity.skeleton_horse.step_water=true +minecraft\:music.menu=true +undead_revamp2\:stonecrashes=true +embers\:block.multiblock.unpack=true +minecraft\:block.anvil.hit=true +embers\:item.metallurgic_dust.fail=true +biomancy\:block.cradle.no=true +minecraft\:block.wood.fall=true +cave_dweller\:flee_2=true +quark\:entity.toretoise.harvest=true +cave_dweller\:flee_1=true +minecraft\:entity.goat.screaming.horn_break=true +alexsmobs\:raccoon_hurt=true +alexsmobs\:moose_idle=true +undergarden\:entity.stoneborn.step=true +supplementaries\:block.sack.place=true +alexsmobs\:mungus_laser_grow=true +minecraft\:block.anvil.land=true +minecraft\:item.firecharge.use=true +minecraft\:block.pointed_dripstone.drip_lava=true +wizards_reborn\:wisestone_pressure_plate_click_off=true +undergarden\:entity.gloomper.death=true +cataclysm\:golemhurt=true +alexsmobs\:caiman_hurt=true +embers\:item.codex.category.switch=true +minecraft\:entity.firework_rocket.twinkle_far=true +minecraft\:block.powder_snow.place=true +cataclysm\:modern_remnant_death=true +embers\:item.blazing_ray.empty=true +minecraft\:entity.illusioner.prepare_blindness=true +embers\:block.alchemy.start=true +cataclysm\:maledictus_hurt=true +minecraft\:entity.camel.death=true +minecraft\:entity.llama.chest=true +spore\:spore_area_ambient=true +minecraft\:block.ladder.fall=true +minecraft\:block.coral_block.break=true +minecraft\:block.soul_sand.step=true +alexsmobs\:crocodile_hurt=true +minecraft\:entity.evoker.prepare_summon=true +alexsmobs\:terrapin_hurt=true +alexsmobs\:enderiophage_hurt=true +minecraft\:entity.turtle.ambient_land=true +minecraft\:block.bamboo_sapling.place=true +minecraft\:entity.piglin.admiring_item=true +minecraft\:block.calcite.fall=true +minecraft\:entity.enderman.stare=true +malum\:ritual_beginning_ambience=true +biomancy\:ui.bio_lab.open=true +embers\:block.ember_transfer.emit.small=true +minecraft\:block.wool.hit=true +biomancy\:block.digester.crafting=true +alexsmobs\:fly_hurt=true +minecraft\:block.candle.fall=true +minecraft\:block.packed_mud.hit=true +minecraft\:entity.phantom.flap=true +bosses_of_mass_destruction\:brimstone=true +minecraft\:block.cherry_sapling.fall=true +minecraft\:block.gilded_blackstone.fall=true +minecraft\:entity.dolphin.play=true +cataclysm\:flame_burst=true +minecraft\:block.note_block.bit=true +minecraft\:block.sculk_sensor.fall=true +malum\:runewood_pressure_plate_click_off=true +malum\:arcane_rock_bricks_place=true +minecraft\:block.basalt.step=true +minecraft\:entity.polar_bear.hurt=true +undergarden\:ambient.frost_mood=true +minecraft\:entity.fox.screech=true +eidolon\:cast_bonechill=true +embers\:block.machine.place=true +biomancy\:ui.menu.open=true +undergarden\:entity.dweller.death=true +cataclysm\:leviathan_defeat=true +minecraft\:entity.vex.charge=true +minecraft\:entity.skeleton_horse.jump_water=true +minecraft\:entity.zombie_villager.death=true +minecraft\:entity.villager.work_armorer=true +minecraft\:block.mud_bricks.fall=true +minecraft\:entity.phantom.death=true +minecraft\:block.tripwire.detach=true +minecraft\:block.deepslate.place=true +map_atlases\:atlas_create_map=true +alexsmobs\:tendon_whip=true +alexsmobs\:anteater_hurt=true +minecraft\:block.sand.hit=true +minecraft\:entity.leash_knot.place=true +aquamirae\:effect.mystery=true +bosses_of_mass_destruction\:obsidilith_teleport=true +minecraft\:entity.warden.death=true +minecraft\:item.armor.equip_leather=true +quark\:ambient.fire=true +minecraft\:entity.endermite.death=true +minecraft\:block.respawn_anchor.ambient=true +wizards_reborn\:crystal_resonate=true +bettercombat\:glaive_slash_quick=true +minecraft\:block.deepslate.break=true +botania\:enchanter_form=true +minecraft\:block.note_block.cow_bell=true +undergarden\:entity.sploogie.hurt=true +minecraft\:block.iron_door.open=true +minecraft\:block.fungus.break=true +minecraft\:entity.strider.happy=true +alexsmobs\:leafcutter_ant_hurt=true +undead_revamp2\:oduresking=true +botania\:gaia_teleport=true +minecraft\:ambient.soul_sand_valley.additions=true +wizards_reborn\:arcane_wood_hanging_sign_step=true +minecraft\:block.slime_block.place=true +alexsmobs\:giant_squid_hurt=true +wizards_reborn\:innocent_wood_trapdoor_open=true +minecraft\:entity.ravager.stunned=true +bosses_of_mass_destruction\:spore_impact=true +minecraft\:block.nether_wood.fall=true +wizards_reborn\:arcane_wood_hit=true +malum\:arcana_codex_opened=true +undergarden\:block.virulent.bubble=true +minecraft\:entity.dolphin.hurt=true +biomancy\:fleshkin.eat=true +minecraft\:entity.player.small_fall=true +minecraft\:entity.skeleton.step=true +minecraft\:music_disc.13=true +minecraft\:entity.bee.death=true +minecraft\:music_disc.11=true +cataclysm\:hammertime=true +malum\:a_soul_shatters=true +embers\:block.ashen_stone.place=true +minecraft\:block.calcite.break=true +quark\:item.soul_powder.spawn=true +minecraft\:block.nether_gold_ore.fall=true +embers\:block.solid_metal.place=true +minecraft\:block.wet_grass.fall=true +biomancy\:block.bio_lab.crafting_completed=true +minecraft\:entity.pig.hurt=true +minecraft\:block.bamboo_wood_hanging_sign.fall=true +minecraft\:entity.wolf.pant=true +wizards_reborn\:arcane_iterator_loop=true +mowziesmobs\:geomancy.hitsmall=true +biomancy\:flesh_block.hit=true +minecraft\:block.sweet_berry_bush.place=true +botania\:agricarnation=true +minecraft\:entity.parrot.imitate.endermite=true +minecraft\:block.tuff.fall=true +minecraft\:block.ancient_debris.hit=true +minecraft\:entity.frog.death=true +minecraft\:entity.endermite.hurt=true +minecraft\:entity.evoker.prepare_wololo=true +alexsmobs\:maned_wolf_hurt=true +minecraft\:block.gravel.place=true +minecraft\:block.deepslate_bricks.break=true +botania\:gaia_summon=true +alexsmobs\:tusklin_hurt=true +wizards_reborn\:crystal_ritual_start=true +minecraft\:entity.wolf.shake=true +minecraft\:entity.firework_rocket.launch=true +minecraft\:block.basalt.break=true +obscure_api\:miracle=true +minecraft\:block.ender_chest.open=true +minecraft\:entity.piglin.jealous=true +minecraft\:block.sculk_sensor.hit=true +minecraft\:entity.camel.step_sand=true +alexsmobs\:snow_leopard_idle=true +minecraft\:block.dispenser.dispense=true +minecraft\:block.sculk.fall=true +cataclysm\:harbinger_hurt=true +cataclysm\:remnant_charge_prepare=true +alexsmobs\:warped_toad_idle=true +minecraft\:item.bucket.empty_tadpole=true +minecraft\:block.moss_carpet.hit=true +minecraft\:entity.husk.ambient=true +minecraft\:entity.stray.step=true +minecraft\:entity.shulker.death=true +minecraft\:block.large_amethyst_bud.break=true +minecraft\:block.deepslate_bricks.place=true +minecraft\:entity.piglin_brute.ambient=true +minecraft\:entity.chicken.death=true +wizards_reborn\:raw_arcane_gold_step=true +minecraft\:entity.spider.death=true +minecraft\:ui.button.click=true +wizards_reborn\:arcane_wood_trapdoor_close=true +mowziesmobs\:umvuthana.rattle=true +minecraft\:entity.generic.death=true +biomesoplenty\:music.nether.erupting_inferno=true +minecraft\:block.bamboo_wood_button.click_off=true +minecraft\:block.sculk_vein.fall=true +minecraft\:block.wooden_trapdoor.close=true +quark\:block.potato.soda=true +minecraft\:block.shroomlight.hit=true +botania\:bellows=true +undergarden\:ambient.undergarden=true +wizards_reborn\:crystal_hit=true +quark\:block.potato.do_it=true +quark\:entity.shiba.whine=true +minecraft\:block.honey_block.fall=true +minecraft\:block.moss_carpet.fall=true +minecraft\:entity.goat.prepare_ram=true +botania\:terra_pick_mode=true +minecraft\:entity.hoglin.ambient=true +minecraft\:entity.llama.ambient=true +minecraft\:entity.strider.step_lava=true +minecraft\:block.sweet_berry_bush.break=true +minecraft\:block.calcite.place=true +minecraft\:entity.snow_golem.ambient=true +minecraft\:block.metal.step=true +wizards_reborn\:arcanemicon_offering=true +minecraft\:entity.donkey.angry=true +biomancy\:ui.bio_forge.select_recipe=true +minecraft\:block.wart_block.fall=true +minecraft\:block.slime_block.break=true +minecraft\:block.wet_grass.break=true +minecraft\:block.note_block.bass=true +malum\:draining_motif=true +attributeslib\:dodge=true +minecraft\:block.stem.hit=true +mowziesmobs\:wroughtnaut.pre_swing3=true +spore\:inf_damage=true +undergarden\:entity.dweller.hurt=true +mowziesmobs\:wroughtnaut.pre_swing1=true +mowziesmobs\:wroughtnaut.pre_swing2=true +malum\:hungry_belt_feeds=true +undergarden\:entity.gwibling.death=true +spore\:corrupted_record=true +embers\:item.codex.category.select=true +minecraft\:entity.strider.ambient=true +minecraft\:entity.ghast.ambient=true +embers\:block.caminite.place=true +undergarden\:entity.masticator.eat=true +minecraft\:ambient.underwater.loop=true +minecraft\:entity.experience_orb.pickup=true +undergarden\:ambient.frost=true +minecraft\:block.hanging_roots.step=true +minecraft\:entity.skeleton.ambient=true +minecraft\:block.gilded_blackstone.break=true +biomemusic\:music.nether=true +minecraft\:entity.magma_cube.jump=true +alexsmobs\:tiger_hurt=true +minecraft\:block.end_portal_frame.fill=true +minecraft\:item.elytra.flying=true +minecraft\:entity.goat.screaming.ram_impact=true +minecraft\:block.lava.ambient=true +embers\:block.copper_charger_siphon.loop=true +minecraft\:entity.rabbit.death=true +alexsmobs\:sugar_glider_idle=true +minecraft\:block.cake.add_candle=true +minecraft\:block.slime_block.step=true +embers\:block.solid_metal.break=true +alexsmobs\:laviathan_idle=true +cataclysm\:remnant_idle=true +minecraft\:block.nether_wood_door.close=true +minecraft\:entity.horse.breathe=true +minecraft\:block.note_block.chime=true +minecraft\:entity.cow.death=true +minecraft\:ambient.underwater.loop.additions=true +minecraft\:entity.skeleton_horse.ambient_water=true +wizards_reborn\:chiseled_wisestone_hit=true +minecraft\:block.chain.hit=true +undead_revamp2\:roddies=true +undead_revamp2\:bidy_ambt=true +malum\:arcane_rock_bricks_break=true +minecraft\:block.mud.hit=true +mowziesmobs\:frostmaw.frozencrash=true +quark\:block.pipe.pickup.lenny=true +botania\:music.gaia2=true +botania\:music.gaia1=true +undergarden\:entity.muncher.ambient=true +undergarden\:entity.forgotten.death=true +minecraft\:block.note_block.imitate.wither_skeleton=true +minecraft\:item.bundle.drop_contents=true +mowziesmobs\:frostmaw.wakeup=true +cataclysm\:maledictus_battle_cry=true +mowziesmobs\:music.petiole=true +bettercombat\:mace_slam=true +wizards_reborn\:arcane_wood_door_open=true +minecraft\:block.stone.hit=true +minecraft\:block.nylium.step=true +sanitydim\:swish=true +cataclysm\:koboleton_death=true +cave_dweller\:dweller_death=true +wizards_reborn\:totem_of_experience_absorption_loop=true +quark\:item.bucket.fill_crab=true +spore\:puff=true +malum\:warping_engine_reverberates=true +biomancy\:block.digester.crafting_random=true +minecraft\:entity.cod.ambient=true +minecraft\:entity.player.hurt_freeze=true +biomancy\:claws.attack.bleed_proc=true +minecraft\:block.bell.use=true +minecraft\:block.large_amethyst_bud.place=true +spore\:hinden_ambient=true +minecraft\:block.weeping_vines.break=true +embers\:block.melter.loopblock.plinth.loop=true +wizards_reborn\:spell_cast=true +alexsmobs\:sculk_boomer_fart=true +embers\:block.multiblock.pack=true +minecraft\:block.wet_grass.place=true +embers\:block.caminite.break=true +undergarden\:entity.masticator.hurt=true +minecraft\:item.bucket.fill_tadpole=true +minecraft\:item.bottle.fill_dragonbreath=true +undead_revamp2\:specamb=true +botania\:divination_rod=true +malum\:runewood_button_click_off=true +cataclysm\:monstrositystep=true +minecraft\:entity.pig.saddle=true +minecraft\:entity.parrot.imitate.guardian=true +alexsmobs\:bald_eagle_idle=true +minecraft\:entity.tadpole.death=true +undergarden\:entity.rotbeast.attack=true +minecraft\:block.roots.step=true +minecraft\:block.fungus.hit=true +malum\:spirit_altar_speeds_up=true +minecraft\:entity.villager.work_shepherd=true +alexsmobs\:grizzly_bear_die=true +malum\:void_slash_swooshes=true +alexsmobs\:cosmic_cod_hurt=true +cataclysm\:remnant_roar=true +mowziesmobs\:grottol.burrow=true +minecraft\:block.weeping_vines.place=true +undergarden\:entity.masticator.step=true +undergarden\:entity.masticator.death=true +wizards_reborn\:arcane_wood_pressure_plate_click_off=true +undergarden\:entity.forgotten_guardian.ambient=true +minecraft\:entity.wandering_trader.trade=true +minecraft\:block.nether_ore.hit=true +aquamirae\:entity.deep_death=true +minecraft\:block.sweet_berry_bush.pick_berries=true +alexsmobs\:mungus_hurt=true +mowziesmobs\:geomancy.hit=true +minecraft\:entity.ender_dragon.ambient=true +minecraft\:block.stone.break=true +minecraft\:entity.ravager.celebrate=true +quark\:ambient.crickets=true +minecraft\:block.suspicious_gravel.break=true +minecraft\:block.mud.fall=true +alexsmobs\:elephant_hurt=true +malum\:spirit_mote_created=true +minecraft\:entity.item_frame.break=true +supplementaries\:block.bellows.retract=true +bosses_of_mass_destruction\:void_blossom_spike=true +minecraft\:entity.fox.hurt=true +cataclysm\:prowler_idle=true +minecraft\:item.totem.use=true +minecraft\:entity.fishing_bobber.splash=true +minecraft\:music_disc.wait=true +minecraft\:ambient.underwater.loop.additions.ultra_rare=true +minecraft\:block.honey_block.slide=true +wizards_reborn\:precision_crystal_hit=true +minecraft\:entity.skeleton_horse.ambient=true +ars_nouveau\:tempestry_family=true +supplementaries\:block.present.break=true +minecraft\:block.rooted_dirt.hit=true +minecraft\:block.roots.place=true +minecraft\:block.mud.break=true +botania\:starcaller=true +cataclysm\:portal_abyss_blast=true +minecraft\:entity.arrow.hit_player=true +minecraft\:block.mud.place=true +wizards_reborn\:nether_arcane_gold_ore_step=true +minecraft\:entity.illusioner.death=true +minecraft\:entity.silverfish.hurt=true +minecraft\:item.spyglass.use=true +supplementaries\:block.present.place=true +minecraft\:entity.iron_golem.step=true +minecraft\:block.blastfurnace.fire_crackle=true +minecraft\:block.chain.fall=true +minecraft\:block.honey_block.hit=true +minecraft\:entity.fox.teleport=true +minecraft\:block.portal.travel=true +minecraft\:item.brush.brushing.gravel.complete=true +minecraft\:entity.goat.screaming.eat=true +minecraft\:music_disc.otherside=true +minecraft\:entity.skeleton.hurt=true +wizards_reborn\:arcane_wood_fence_gate_open=true +malum\:deepslate_soulstone_step=true +minecraft\:block.nether_wood_door.open=true +quark\:entity.foxhound.eat=true +minecraft\:block.big_dripleaf.step=true +alexsmobs\:rocky_roller_hurt=true +mowziesmobs\:block.gong=true +minecraft\:item.trident.hit_ground=true +mowziesmobs\:geomancy.rockcrumble=true +minecraft\:item.brush.brushing.gravel=true +minecraft\:block.portal.ambient=true +minecraft\:block.snow.place=true +mowziesmobs\:supernova.start=true +minecraft\:entity.stray.hurt=true +embers\:block.heat_coil.cooking_loop=true +biomancy\:block.bio_lab.crafting=true +minecraft\:entity.ender_dragon.hurt=true +minecraft\:entity.sniffer.sniffing=true +ars_nouveau\:empty=true +minecraft\:entity.witch.ambient=true +minecraft\:block.respawn_anchor.deplete=true +ars_nouveau\:firel_the_wild_hunt=true +minecraft\:block.candle.break=true +minecraft\:block.spore_blossom.break=true +minecraft\:block.amethyst_block.place=true +minecraft\:block.pointed_dripstone.drip_water=true +minecraft\:block.nether_gold_ore.break=true +botania\:astrolabe_configure=true +alexsmobs\:void_portal_close=true +minecraft\:entity.ender_pearl.throw=true +minecraft\:block.tuff.break=true +minecraft\:intentionally_empty=true +minecraft\:block.fungus.fall=true +wizards_reborn\:boom=true +cataclysm\:sandstorm=true +supplementaries\:block.note_block.imitate.enderman=true +minecraft\:block.dispenser.launch=true +cataclysm\:abyss_blast_only_charge=true +minecraft\:entity.ravager.roar=true +minecraft\:block.note_block.imitate.ender_dragon=true +quark\:entity.foxhound.shake=true +minecraft\:entity.blaze.hurt=true +oreganized\:entity.shrapnel_bomb.primed=true +bosses_of_mass_destruction\:obsidilith_wave=true +minecraft\:entity.panda.bite=true +minecraft\:entity.parrot.imitate.silverfish=true +botania\:ding=true +malum\:ritual_completed=true +minecraft\:entity.wandering_trader.hurt=true +aquamirae\:entity.deep_hurt=true +minecraft\:entity.dolphin.ambient_water=true +embers\:block.catalytic_plug.start=true +embers\:item.bauble.equip=true +minecraft\:entity.piglin.converted_to_zombified=true +minecraft\:entity.arrow.shoot=true +minecraft\:ambient.warped_forest.additions=true +minecraft\:block.nether_ore.step=true +malum\:soulwood_pressure_plate_click_off=true +minecraft\:entity.goat.death=true +sanitydim\:flowers_equip=true +malum\:runewood_hanging_sign_place=true +minecraft\:block.bubble_column.bubble_pop=true +minecraft\:entity.phantom.swoop=true +botania\:world_seed_teleport=true +minecraft\:entity.parrot.imitate.phantom=true +spore\:vigil_ambient=true +aquamirae\:entity.captain_cornelia.hurt=true +alexsmobs\:underminer_hurt=true +minecraft\:music_disc.ward=true +wizards_reborn\:arcanum_ore_step=true +malum\:ornate_trinket_equipped=true +minecraft\:entity.wither_skeleton.hurt=true +minecraft\:block.azalea_leaves.fall=true +aquamirae\:ambient.ship_horn=true +minecraft\:block.tuff.hit=true +minecraft\:block.netherite_block.fall=true +minecraft\:entity.pig.step=true +minecraft\:entity.villager.yes=true +minecraft\:music.nether.soul_sand_valley=true +minecraft\:entity.llama.swag=true +malum\:soul_ward_grows=true +minecraft\:block.small_dripleaf.break=true +malum\:flesh_ring_absorbs=true +alexsmobs\:skreecher_clap=true +cataclysm\:black_hole_loop=true +minecraft\:entity.villager.work_toolsmith=true +biomancy\:ui.bio_forge.take_result=true +wizards_reborn\:innocent_wood_fence_gate_open=true +botania\:spreader_fire=true +minecraft\:block.bamboo_sapling.hit=true +embers\:item.resonating_bell.ring=true +undead_revamp2\:spray=true +alexsmobs\:dropbear_hurt=true +minecraft\:block.spore_blossom.place=true +malum\:deepslate_soulstone_place=true +minecraft\:entity.enderman.scream=true +wizards_reborn\:sarcon_place=true +cataclysm\:harbinger_stun=true +minecraft\:entity.parrot.imitate.warden=true +minecraft\:entity.minecart.riding=true +minecraft\:block.tuff.place=true +minecraft\:entity.illusioner.prepare_mirror=true +minecraft\:entity.elder_guardian.death=true +biomancy\:flesh_block.place=true +malum\:arcane_charcoal_block_hit=true +minecraft\:block.amethyst_block.break=true +minecraft\:entity.parrot.imitate.magma_cube=true +minecraft\:block.small_dripleaf.place=true +minecraft\:entity.cat.purreow=true +minecraft\:block.beacon.deactivate=true +minecraft\:music_disc.pigstep=true +malum\:void_transmutation=true +alexsmobs\:gelada_monkey_idle=true +minecraft\:block.conduit.attack.target=true +minecraft\:entity.arrow.hit=true +undergarden\:item.slingshot.shoot=true +alexsmobs\:guster_hurt=true +minecraft\:entity.squid.death=true +alexsmobs\:cockroach_hurt=true +minecraft\:block.gilded_blackstone.hit=true +botania\:spreader_un_scaffold=true +bosses_of_mass_destruction\:gauntlet_hurt=true +undead_revamp2\:wolforbruin_attack=true +botania\:narslimmus_eat_big=true +minecraft\:block.bone_block.place=true +bosses_of_mass_destruction\:lich_teleport=true +minecraft\:entity.cow.ambient=true +minecraft\:entity.tropical_fish.flop=true +minecraft\:block.frogspawn.place=true +undead_revamp2\:cloggerexploding=true +eidolon\:wraith_hurt=true +minecraft\:entity.panda.ambient=true +minecraft\:block.polished_deepslate.fall=true +minecraft\:entity.dolphin.ambient=true +minecraft\:entity.parrot.imitate.zombie=true +minecraft\:block.snow.break=true +minecraft\:block.lily_pad.place=true +alexsmobs\:seagull_hurt=true +biomancy\:bony_flesh_block.step=true +cataclysm\:harbinger_laser=true +minecraft\:block.gravel.hit=true +mowziesmobs\:wroughtnaut.whoosh=true +minecraft\:entity.magma_cube.squish_small=true +botania\:ender_air_throw=true +minecraft\:entity.bee.pollinate=true +minecraft\:entity.ocelot.hurt=true +minecraft\:block.sand.place=true +alexsmobs\:anaconda_hurt=true +mowziesmobs\:naga.swoop=true +mowziesmobs\:wroughtnaut.release2=true +embers\:item.ash_amulet.burn=true +aquamirae\:entity.captain_cornelia.rage=true +botania\:missile=true +wizards_reborn\:moai=true +minecraft\:block.weeping_vines.fall=true +minecraft\:block.soul_soil.step=true +quark\:entity.soul_bead.idle=true +minecraft\:block.bamboo_wood_hanging_sign.break=true +embers\:block.ember_transfer.receive.small=true +alexsmobs\:void_worm_hurt=true +embers\:item.heated.level_up=true +minecraft\:entity.wandering_trader.death=true +cataclysm\:wadjet_hurt=true +minecraft\:entity.warden.dig=true +minecraft\:entity.guardian.attack=true +undead_revamp2\:wheezerambt=true +biomemusic\:music.game=true +wizards_reborn\:wisestone_tile_hit=true +bosses_of_mass_destruction\:rage_prepare=true +minecraft\:ambient.nether_wastes.mood=true +cataclysm\:remnant_bite=true +minecraft\:block.bamboo_wood_button.click_on=true +botania\:spreader_uncover=true +minecraft\:block.respawn_anchor.charge=true +minecraft\:block.pink_petals.break=true +bettercombat\:pickaxe_swing=true +malum\:blazing_quartz_block_step=true +malum\:arcana_entry_closed=true +minecraft\:entity.witch.hurt=true +minecraft\:entity.dolphin.swim=true +malum\:soulwood_fence_gate_close=true +minecraft\:entity.stray.death=true +biomancy\:flesh_block.break=true +minecraft\:block.deepslate_tiles.step=true +minecraft\:block.wet_grass.hit=true +minecraft\:block.ancient_debris.fall=true +minecraft\:block.note_block.pling=true +minecraft\:entity.ghast.warn=true +minecraft\:entity.warden.heartbeat=true +minecraft\:entity.skeleton_horse.death=true +minecraft\:entity.sniffer.scenting=true +minecraft\:entity.parrot.imitate.husk=true +minecraft\:entity.tadpole.grow_up=true +minecraft\:entity.polar_bear.step=true +mowziesmobs\:supernova.end=true +bettercombat\:claymore_swing=true +wizards_reborn\:arcanum_dust_transmutation=true +mowziesmobs\:frostmaw.whoosh=true +alexsmobs\:centipede_walk=true +minecraft\:block.nether_sprouts.hit=true +minecraft\:block.lava.extinguish=true +minecraft\:entity.villager.work_librarian=true +alexsmobs\:toucan_hurt=true +minecraft\:block.dripstone_block.hit=true +minecraft\:entity.slime.hurt=true +minecraft\:block.end_gateway.spawn=true +minecraft\:entity.iron_golem.attack=true +minecraft\:entity.zoglin.hurt=true +minecraft\:block.bubble_column.whirlpool_inside=true +cataclysm\:maledictus_mace_swing=true +minecraft\:music_disc.cat=true +embers\:block.ashen_stone.break=true +malum\:runewood_hit=true +minecraft\:block.bamboo_wood.step=true +minecraft\:entity.generic.burn=true +wizards_reborn\:mor_block_break=true +minecraft\:block.bubble_column.whirlpool_ambient=true +forbidden_arcanus\:block.clibano.soul_fire_crackle=true +malum\:runewood_leaves_break=true +mowziesmobs\:umvuthana.healstart1=true +mowziesmobs\:umvuthana.healstart3=true +mowziesmobs\:umvuthana.healstart2=true +cataclysm\:coralssus_hurt=true +quark\:entity.foxhound.death=true +malum\:arcana_page_flipped=true +minecraft\:block.composter.empty=true +malum\:deepslate_soulstone_break=true +malum\:spirit_altar_completes_infusion=true +embers\:block.ashen_stone.step=true +minecraft\:entity.shulker.teleport=true +minecraft\:entity.sniffer.happy=true +minecraft\:block.bone_block.break=true +minecraft\:item.glow_ink_sac.use=true +minecraft\:entity.leash_knot.break=true +minecraft\:block.froglight.break=true +quark\:block.pipe.shoot.lenny=true +alexsmobs\:alligator_snapping_turtle_idle=true +bosses_of_mass_destruction\:petal_blade=true +minecraft\:entity.puffer_fish.flop=true +alexsmobs\:music_disc_thime=true +undead_revamp2\:wheezerdead=true +minecraft\:entity.parrot.death=true +alexsmobs\:bunfungus_idle=true +malum\:runic_workbench_crafts=true +malum\:gilded_trinket_equipped=true +minecraft\:block.amethyst_block.fall=true +malum\:soulwood_step=true +minecraft\:entity.elder_guardian.ambient_land=true +minecraft\:entity.rabbit.ambient=true +minecraft\:entity.blaze.death=true +patchouli\:book_flip=true +spore\:gazen_ambient=true +minecraft\:block.beehive.exit=true +botania\:missile_funny=true +minecraft\:block.coral_block.place=true +malum\:arcane_rock_bricks_step=true +spore\:madness=true +quark\:entity.crab.die=true +embers\:block.heat_coil.low_loop=true +minecraft\:block.coral_block.step=true +undergarden\:entity.scintling.hurt=true +embers\:entity.ancient_golem.hurt=true +mowziesmobs\:umvuthi.die=true +minecraft\:item.bucket.fill_milk=true +malum\:soulwood_hanging_sign_hit=true +minecraft\:block.moss.fall=true +wizards_reborn\:reborn=true +majruszsdifficulty\:undead_army.approaching=true +minecraft\:entity.axolotl.swim=true +minecraft\:block.slime_block.hit=true +biomancy\:block.decomposer.crafting=true +mowziesmobs\:geomancy.smallcrash=true +minecraft\:entity.ender_dragon.shoot=true +minecraft\:entity.zombie.step=true +minecraft\:block.stone.place=true +minecraft\:entity.pig.ambient=true +malum\:impetus_takes_damage=true +minecraft\:block.nether_wood_trapdoor.close=true +minecraft\:entity.item_frame.place=true +bosses_of_mass_destruction\:energy_shield=true +malum\:runewood_door_open=true +minecraft\:block.nether_gold_ore.place=true +cave_dweller\:chase_step_4=true +cave_dweller\:chase_step_3=true +cave_dweller\:chase_step_2=true +cave_dweller\:chase_step_1=true +minecraft\:block.candle.place=true +minecraft\:entity.firework_rocket.blast=true +minecraft\:entity.wolf.whine=true +minecraft\:ambient.basalt_deltas.mood=true +minecraft\:block.stone.step=true +botania\:smelt_rod=true +minecraft\:entity.llama.eat=true +undergarden\:entity.gwib.hurt=true +alexsmobs\:rhinoceros_hurt=true +wizards_reborn\:arcane_gold_ore_hit=true +minecraft\:entity.wolf.step=true +spore\:limb_slash=true +embers\:block.crystal_cell.grow=true +cataclysm\:modern_remnant_fill_bucket=true +minecraft\:block.froglight.place=true +embers\:block.catalytic_plug.loop_ready=true +minecraft\:item.bucket.empty_fish=true +minecraft\:entity.goat.eat=true +minecraft\:entity.hoglin.step=true +minecraft\:entity.illusioner.hurt=true +biomancy\:fleshkin_chest.bite_attack=true +minecraft\:entity.slime.death_small=true +alexsmobs\:grizzly_bear_idle=true +minecraft\:entity.zombie.ambient=true +minecraft\:block.sand.break=true +occultism\:crunching=true +embers\:block.melter.loop=true +minecraft\:entity.goat.hurt=true +minecraft\:entity.generic.extinguish_fire=true +cataclysm\:monstrosityshoot=true +minecraft\:entity.rabbit.attack=true +minecraft\:block.muddy_mangrove_roots.step=true +minecraft\:entity.guardian.ambient=true +minecraft\:block.tripwire.attach=true +aquamirae\:entity.deep_ambient=true +undergarden\:item.ditchbulb_paste.use=true +minecraft\:block.suspicious_gravel.place=true +undergarden\:entity.smog_mog.hurt=true +minecraft\:entity.goat.screaming.long_jump=true +minecraft\:block.bamboo_wood_hanging_sign.place=true +wizards_reborn\:mor_block_place=true +minecraft\:entity.hostile.swim=true +undergarden\:item.blisterbomb=true +supplementaries\:block.sack.break=true +minecraft\:block.nether_wood_fence_gate.open=true +minecraft\:entity.tnt.primed=true +minecraft\:entity.generic.swim=true +alexsmobs\:roadrunner_hurt=true +undead_revamp2\:hunterdying=true +minecraft\:block.beehive.drip=true +minecraft\:entity.panda.sneeze=true +minecraft\:music_disc.relic=true +biomancy\:block.cradle.became_full=true +biomesoplenty\:music.overworld.origin_valley=true +minecraft\:item.nether_wart.plant=true +minecraft\:entity.fox.spit=true +alexsmobs\:bison_hurt=true +alexsmobs\:lobster_attack=true +malum\:ritual_forms=true +wizards_reborn\:innocent_wood_hanging_sign_break=true +mowziesmobs\:foliaath.rustle=true +minecraft\:entity.player.death=true +malum\:pedestal_spirit_picked_up=true +wizards_reborn\:arcane_wood_pressure_plate_click_on=true +minecraft\:block.lantern.fall=true +biomesoplenty\:music.nether.crystalline_chasm=true +minecraft\:block.bone_block.step=true +wizards_reborn\:mor_block_step=true +aquamirae\:effect.oxygen=true +supplementaries\:item.slingshot.charge_0=true +minecraft\:block.wart_block.place=true +supplementaries\:item.slingshot.charge_1=true +bosses_of_mass_destruction\:void_blossom_fall=true +alexsmobs\:void_portal_open=true +supplementaries\:item.slingshot.charge_2=true +supplementaries\:item.slingshot.charge_3=true +mowziesmobs\:laser=true +undergarden\:entity.boomgourd.primed=true +minecraft\:block.copper.place=true +minecraft\:entity.elder_guardian.hurt=true +minecraft\:block.chest.locked=true +minecraft\:block.small_amethyst_bud.break=true +minecraft\:block.cherry_wood.fall=true +embers\:block.pump.mid=true +minecraft\:weather.rain=false +cave_dweller\:dweller_hurt_4=true +cave_dweller\:dweller_hurt_3=true +spore\:wendigo_screech=true +minecraft\:block.sand.step=true +supplementaries\:block.rotate=true +minecraft\:entity.ender_dragon.flap=true +undead_revamp2\:royaldies=true +minecraft\:block.conduit.deactivate=true +botania\:spreader_scaffold=true +minecraft\:entity.puffer_fish.death=true +cave_dweller\:dweller_hurt_2=true +cave_dweller\:dweller_hurt_1=true +wizards_reborn\:elder_mor_hit=true +alexsmobs\:skelewag_idle=true +botania\:bifrost_rod=true +cataclysm\:black_hole_opening=true +minecraft\:entity.donkey.ambient=true +malum\:arcane_rock_break=true +minecraft\:ui.loom.select_pattern=true +minecraft\:weather.rain.above=false +embers\:block.bore.loop.superspeed=true +undergarden\:entity.minion.shoot=true +sanitydim\:heartbeat=true +minecraft\:block.wooden_door.open=true +undergarden\:entity.minion.death=true +embers\:block.ashen_stone.hit=true +embers\:item.cinder_jet.boost=true +undergarden\:entity.gwib.flop=true +malum\:soulstone_break=true +wizards_reborn\:elder_mor_block_step=true +wizards_reborn\:innocent_wood_pressure_plate_click_on=true +minecraft\:block.decorated_pot.step=true +undead_revamp2\:pop=true +alexsmobs\:devils_hole_pupfish_hurt=true +malum\:rune_trinket_equipped=true +minecraft\:block.copper.break=true +mowziesmobs\:umvuthana.alert=true +minecraft\:entity.allay.hurt=true +map_atlases\:atlas_page_turn=true +minecraft\:block.wart_block.break=true +cataclysm\:harbinger_mode_change=true +minecraft\:block.nether_ore.place=true +minecraft\:block.sculk_catalyst.step=true +minecraft\:entity.horse.death=true +minecraft\:entity.parrot.imitate.ravager=true +mowziesmobs\:frostmaw.die=true +bosses_of_mass_destruction\:spike_indicator=true +minecraft\:entity.item.break=true +bettercombat\:staff_spin=true +malum\:spirit_picked_up=true +wizards_reborn\:nether_salt_hit=true +wizards_reborn\:steam_burst=true +minecraft\:entity.pig.death=true +wizards_reborn\:arcanum_ore_hit=true +minecraft\:entity.horse.hurt=true +malum\:soul_stained_steel_place=true +minecraft\:entity.creeper.death=true +minecraft\:block.honey_block.break=true +alexsmobs\:rocky_roller_idle=true +wizards_reborn\:innocent_wood_hanging_sign_place=true +minecraft\:block.sculk_catalyst.break=true +spore\:inf_growl=true +spore\:spit=true +minecraft\:entity.villager.work_leatherworker=true +mowziesmobs\:umvuthi.roar=true +minecraft\:block.stone_pressure_plate.click_on=true +cataclysm\:endermaptera_step=true +malum\:rejected_by_the_unknown=true +minecraft\:block.nether_wood_fence_gate.close=true +undergarden\:entity.dweller.ambient=true +undead_revamp2\:spechurt=true +botania\:endoflame=true +minecraft\:block.sculk_vein.hit=true +minecraft\:entity.firework_rocket.large_blast_far=true +minecraft\:entity.drowned.ambient_water=true +minecraft\:entity.villager.ambient=true +quark\:entity.toretoise.die=true +malum\:arcane_charcoal_block_step=true +wizards_reborn\:deepslate_arcane_gold_ore_hit=true +botania\:narslimmus_eat_small=true +undead_revamp2\:cloggerambt=true +cataclysm\:wadjet_ambient=true +patchouli\:book_open=true +cataclysm\:remnant_stomp=true +minecraft\:entity.parrot.imitate.shulker=true +spore\:inf_evoker_damage=true +alexsmobs\:april_fools_scream=true +minecraft\:music.overworld.frozen_peaks=true +wizards_reborn\:wisestone_bricks_place=true +minecraft\:block.nether_wood_hanging_sign.hit=true +bosses_of_mass_destruction\:missile_prepare=true +botania\:arcane_rose_disenchant=true +embers\:block.bore.loop_mine.superspeed=true +minecraft\:block.vine.step=true +minecraft\:block.note_block.flute=true +wizards_reborn\:arcane_workbench_loop=true +malum\:voracious_ring_feeds=true +quark\:block.monster_box.growl=true +minecraft\:block.scaffolding.step=true +minecraft\:entity.panda.eat=true +minecraft\:entity.wither_skeleton.death=true +undergarden\:entity.stoneborn.pleased=true +minecraft\:ambient.cave=true +minecraft\:block.cave_vines.pick_berries=true +quark\:entity.stoneling.cry=true +minecraft\:entity.salmon.ambient=true +minecraft\:block.azalea.step=true +botania\:flugel_eye_teleport=true +wizards_reborn\:polished_wisestone_step=true +embers\:block.mini_boiler.loop_slow=true +cataclysm\:watcher_death=true +aquamirae\:item.treasure_pouch.open=true +wizards_reborn\:wisestone_bricks_break=true +minecraft\:entity.wandering_trader.disappeared=true +minecraft\:block.small_amethyst_bud.place=true +minecraft\:entity.mule.angry=true +minecraft\:entity.husk.hurt=true +minecraft\:block.snow.hit=true +bosses_of_mass_destruction\:gauntlet_idle=true +alexsmobs\:crocodile_bite=true +malum\:runewood_trapdoor_open=true +minecraft\:block.portal.trigger=true +undergarden\:block.gronglet.break=true +gateways\:gate_ambient=true +alexsmobs\:spectre_idle=true +minecraft\:block.grass.hit=true +occultism\:brush=true +supplementaries\:block.bubble_block.place=true +undergarden\:entity.gloomper.fart=true +minecraft\:block.conduit.ambient=true +occultism\:chalk=true +alexsmobs\:crocodile_baby=true +undead_revamp2\:moonstep=true +minecraft\:block.stone_pressure_plate.click_off=true +malum\:arcane_rock_place=true +minecraft\:block.copper.hit=true +biomesoplenty\:block.flesh_tendon.drip=true +minecraft\:entity.parrot.hurt=true +mowziesmobs\:wroughtnaut.shout1=true +wizards_reborn\:crystal_shimmer=true +cataclysm\:coralssus_death=true +mowziesmobs\:wroughtnaut.shout2=true +mowziesmobs\:wroughtnaut.shout3=true +embers\:block.beam_cannon.hit=true +minecraft\:entity.allay.item_thrown=true +minecraft\:entity.zombie_horse.death=true +embers\:block.bore.start=true +minecraft\:entity.zoglin.death=true +wizards_reborn\:altar_of_drought_burst=true +minecraft\:entity.parrot.imitate.slime=true +alexsmobs\:blue_jay_hurt=true +minecraft\:block.barrel.close=true +minecraft\:entity.chicken.ambient=true +supplementaries\:block.present.pack=true +minecraft\:entity.guardian.hurt=true +biomancy\:ui.radial_menu.open=true +cataclysm\:remnant_charge_roar=true +minecraft\:entity.silverfish.step=true +minecraft\:entity.turtle.shamble=true +minecraft\:block.nether_ore.break=true +alexsmobs\:tarantula_hawk_wing=true +minecraft\:block.calcite.hit=true +malum\:pedestal_item_picked_up=true +minecraft\:block.decorated_pot.shatter=true +minecraft\:entity.snowball.throw=true +malum\:calcified_blight_break=true +minecraft\:block.chorus_flower.grow=true +malum\:spirit_altar_infuses=true +biomancy\:fleshkin_chest.close=true +minecraft\:block.bubble_column.upwards_ambient=true +alexsmobs\:flutter_flap=true +undead_revamp2\:cloggerexplodes=true +wizards_reborn\:totem_of_disenchant_end=true +botania\:spreader_add_lens=true +undergarden\:block.gronglet.place=true +minecraft\:entity.hoglin.attack=true +minecraft\:block.nylium.hit=true +minecraft\:item.bucket.empty_lava=true +malum\:hallowed_gold_place=true +minecraft\:entity.player.burp=true +minecraft\:block.cherry_wood_button.click_off=true +alexsmobs\:enderiophage_walk=true +minecraft\:entity.item.pickup=true +mowziesmobs\:block.rakesand=true +wizards_reborn\:elder_mor_step=true +minecraft\:block.bamboo.step=true +alexsmobs\:mudskipper_spit=true +biomesoplenty\:block.spider_egg.break=true +alexsmobs\:farseer_idle=true +alexsmobs\:sculk_boomer=true +malum\:soulwood_hit=true +alexsmobs\:murmur_hurt=true +minecraft\:entity.cat.stray_ambient=true +minecraft\:block.small_dripleaf.step=true +mowziesmobs\:foliaath.hurt=true +minecraft\:block.growing_plant.crop=true +minecraft\:entity.lingering_potion.throw=true +wizards_reborn\:crystal_place=true +minecraft\:block.deepslate_bricks.fall=true +mowziesmobs\:umvuthana.attack_big=true +alexsmobs\:stink_ray=true +minecraft\:entity.zombie.attack_iron_door=true +minecraft\:entity.camel.ambient=true +minecraft\:entity.ghast.shoot=true +minecraft\:music.overworld.stony_peaks=true +malum\:runewood_hanging_sign_break=true +minecraft\:block.composter.fill_success=true +cataclysm\:koboleton_ambient=true +malum\:augment_removed=true +alexsmobs\:cachalot_whale_idle=true +minecraft\:ambient.nether_wastes.loop=true +minecraft\:entity.turtle.swim=true +quark\:entity.pickarang.pickup=true +minecraft\:music.under_water=true +alexsmobs\:elephant_walk=true +minecraft\:entity.glow_squid.squirt=true +spore\:brot_ambient=true +alexsmobs\:centipede_attack=true +minecraft\:block.tripwire.click_on=true +bosses_of_mass_destruction\:minion_rune=true +minecraft\:item.dye.use=true +embers\:item.cinder_staff.fail=true +undergarden\:item.bucket.empty_virulent=true +minecraft\:block.dripstone_block.fall=true +undead_revamp2\:windblast=true +malum\:spirit_rite_activated=true +minecraft\:block.note_block.hat=true +alexsmobs\:mosquito_capsid_convert=true +minecraft\:entity.bat.ambient=true +quark\:entity.foxhound.growl=true +botania\:terraform_rod=true +minecraft\:item.armor.equip_turtle=true +embers\:block.caminite.fall=true +minecraft\:entity.player.swim=true +minecraft\:entity.bat.takeoff=true +malum\:calcified_blight_place=true +minecraft\:entity.painting.break=true +minecraft\:block.hanging_sign.hit=true +minecraft\:entity.warden.angry=true +minecraft\:entity.cow.hurt=true +minecraft\:entity.mooshroom.eat=true +minecraft\:block.sculk_shrieker.fall=true +spore\:wendigo_ambient=true +supplementaries\:block.bubble_block.break=true +minecraft\:block.suspicious_gravel.step=true +minecraft\:entity.parrot.imitate.spider=true +botania\:entropinnyum_angry=true +minecraft\:block.chest.close=true +embers\:item.codex.uncheck=true +undead_revamp2\:wolfanrgy=true +embers\:block.mini_boiler.pressure_loop_low=true +minecraft\:entity.shulker.hurt=true +wizards_reborn\:arcacite_hit=true +alexsmobs\:enderiophage_squish=true +supplementaries\:item.wrench.fail=true +minecraft\:block.cherry_wood_hanging_sign.fall=true +forbidden_arcanus\:item.ferrognetic_mixture.apply=true +minecraft\:entity.villager.death=true +embers\:item.metallurgic_dust.convert=true +minecraft\:entity.villager.trade=true +minecraft\:block.conduit.ambient.short=true +minecraft\:block.piston.contract=true +supplementaries\:block.rope.step=true +minecraft\:entity.splash_potion.break=true +alexsmobs\:endergrade_hurt=true +biomancy\:fleshkin_chest.open=true +malum\:totem_charges=true +minecraft\:block.cherry_wood_pressure_plate.click_on=true +minecraft\:entity.zombie_villager.step=true +malum\:soulwood_button_click_off=true +minecraft\:entity.parrot.imitate.piglin=true +malum\:the_heavens_sing=true +mowziesmobs\:music.black_pink=true +embers\:item.codex.page.close=true +minecraft\:block.fire.extinguish=true +botania\:thorn_chakram_throw=true +minecraft\:entity.player.hurt_on_fire=true +minecraft\:entity.tropical_fish.ambient=true +minecraft\:entity.sniffer.death=true +wizards_reborn\:crystal_break=true +botania\:unholy_cloak=true +malum\:soulstone_hit=true +mowziesmobs\:umvuthi.idle=true +alexsmobs\:sunbird_hurt=true +minecraft\:block.nether_wood_hanging_sign.fall=true +botania\:equip_elementium=true +minecraft\:block.flowering_azalea.fall=true +minecraft\:block.sculk.spread=true +minecraft\:entity.camel.step=true +bettercombat\:anchor_slam=true +malum\:soulwood_door_close=true +minecraft\:entity.piglin.step=true +minecraft\:block.packed_mud.fall=true +mowziesmobs\:geomancy.rockbreak=true +minecraft\:block.nether_gold_ore.hit=true +minecraft\:entity.painting.place=true +minecraft\:entity.warden.sonic_charge=true +minecraft\:music_disc.strad=true +malum\:quartz_cluster_block_hit=true +malum\:hallowed_gold_break=true +undead_revamp2\:swarmersteps=true +minecraft\:block.amethyst_cluster.fall=true +minecraft\:entity.cod.flop=true +minecraft\:entity.zombie_villager.cure=true +minecraft\:entity.dolphin.death=true +undergarden\:music.disc.gloomper_secret=true +minecraft\:block.anvil.step=true +minecraft\:block.hanging_sign.fall=true +minecraft\:entity.cat.ambient=true +malum\:ritual_absorbs_item=true +minecraft\:item.trident.hit=true +botania\:pinkinator=true +minecraft\:entity.magma_cube.hurt=true +minecraft\:block.wooden_pressure_plate.click_on=true +minecraft\:entity.generic.explode=true +minecraft\:block.nether_sprouts.fall=true +spore\:inf_villager_damage=true +malum\:spirit_engraved=true +malum\:aerial_magic_swooshes=true +spore\:umarmer_ambient=true +cataclysm\:leviathan_tentacle_strike=true +minecraft\:block.nether_wood_pressure_plate.click_off=true +malum\:pedestal_spirit_inserted=true +alexsmobs\:flutter_idle=true +alexsmobs\:skunk_idle=true +malum\:soul_stained_steel_break=true +malum\:deepslate_soulstone_hit=true +alexsmobs\:kangaroo_idle=true +wizards_reborn\:elder_mor_block_place=true +quark\:entity.pickarang.spark=true +minecraft\:block.bone_block.hit=true +minecraft\:entity.witch.celebrate=true +mowziesmobs\:umvuthana.inhale=true +minecraft\:block.powder_snow.hit=true +wizards_reborn\:arcacite_step=true +undergarden\:entity.smog_mog.ambient=true +cataclysm\:enderguardiandeath=true +wizards_reborn\:innocent_wood_button_click_off=true +minecraft\:block.glass.step=true +minecraft\:block.lodestone.fall=true +alexsmobs\:warped_mosco_hurt=true +malum\:runewood_hanging_sign_step=true +mowziesmobs\:naga.growl1=true +mowziesmobs\:naga.growl2=true +mowziesmobs\:naga.growl3=true +minecraft\:block.cherry_wood_door.close=true +minecraft\:entity.llama.hurt=true +mowziesmobs\:foliaath.die=true +minecraft\:ui.stonecutter.select_recipe=true +minecraft\:entity.donkey.death=true +undergarden\:entity.dweller.jump=true +minecraft\:entity.allay.ambient_without_item=true +alexsmobs\:bunfungus_hurt=true +bosses_of_mass_destruction\:comet_shoot=true +alexsmobs\:emu_idle=true +cataclysm\:death_laser=true +minecraft\:entity.goat.screaming.milk=true +embers\:item.codex.category.unselect=true +wizards_reborn\:nether_arcane_gold_ore_break=true +undead_revamp2\:heavyhurt=true +wizards_reborn\:innocent_wood_button_click_on=true +embers\:entity.ancient_golem.step=true +alexsmobs\:komodo_dragon_hurt=true +malum\:arcana_entry_opened=true +malum\:ether_break=true +minecraft\:entity.ravager.attack=true +biomancy\:ui.button.click=true +alexsmobs\:gorilla_idle=true +minecraft\:block.pointed_dripstone.hit=true +minecraft\:block.candle.ambient=true +malum\:arcana_sweetener_evil=true +embers\:item.explosion_charm.absorb=true +undead_revamp2\:heavydies=true +minecraft\:entity.ocelot.death=true +quark\:entity.toretoise.eat=true +minecraft\:item.shield.break=true +alexsmobs\:la_cucaracha=true +minecraft\:entity.player.hurt=true +minecraft\:item.armor.equip_generic=true +cave_dweller\:disappear=true +minecraft\:block.frogspawn.fall=true +undergarden\:item.slingshot.gronglet_shoot=true +alexsmobs\:centipede_hurt=true +alexsmobs\:giant_squid_tentacle=true +minecraft\:block.cave_vines.fall=true +minecraft\:entity.wither.shoot=true +mowziesmobs\:wroughtnaut.step=true +minecraft\:block.deepslate_tiles.place=true +undead_revamp2\:bomberambt=true +alexsmobs\:comb_jelly_hurt=true +minecraft\:block.hanging_sign.place=true +wizards_reborn\:magical_panache=true +beautify\:block.bookstack_place=true +minecraft\:block.deepslate.step=true +minecraft\:entity.villager.work_weaponsmith=true +minecraft\:block.chiseled_bookshelf.fall=true +minecraft\:block.medium_amethyst_bud.break=true +minecraft\:block.cherry_sapling.place=true +minecraft\:block.mud_bricks.hit=true +minecraft\:block.mangrove_roots.fall=true +minecraft\:item.armor.equip_gold=true +minecraft\:block.sculk_shrieker.break=true +quark\:entity.crab.idle=true +minecraft\:block.soul_sand.break=true +wizards_reborn\:arcane_wood_button_click_on=true +alexsmobs\:crow_hurt=true +cataclysm\:golemdeath=true +minecraft\:entity.generic.drink=true +biomancy\:fleshkin.dormant=true +minecraft\:item.bucket.fill_axolotl=true +theurgy\:tuning_fork=true +alexsmobs\:cosmaw_hurt=true +mowziesmobs\:frostmaw.breath2=true +minecraft\:entity.goat.step=true +botania\:entropinnyum_happy=true +mowziesmobs\:frostmaw.breath1=true +minecraft\:entity.firework_rocket.blast_far=true +wizards_reborn\:arcane_wood_step=true +minecraft\:music.nether.crimson_forest=true +minecraft\:block.sculk_shrieker.place=true +minecraft\:block.nether_bricks.hit=true +minecraft\:block.metal_pressure_plate.click_on=true +embers\:entity.ancient_golem.death=true +aquamirae\:entity.captain_cornelia.ambient=true +cataclysm\:monstrosityhurt=true +cataclysm\:revenant_death=true +minecraft\:block.moss.break=true +beautify\:block.bookstack_break=true +mowziesmobs\:geomancy.rockcrash1=true +botania\:labellia=true +malum\:ether_place=true +wizards_reborn\:wisestone_bricks_step=true +minecraft\:block.soul_sand.place=true +alexsmobs\:crocodile_idle=true +sanitydim\:insanity=true +malum\:staff_fires=true +minecraft\:block.nether_wood_button.click_on=true +oreganized\:music.disc.structure=true +aquamirae\:entity.golden_moth.catch=true +mowziesmobs\:foliaath.grunt=true +botania\:potion_create=true +undead_revamp2\:suckerdies=true +minecraft\:entity.magma_cube.squish=true +wizards_reborn\:nether_arcane_gold_ore_place=true +quark\:entity.stoneling.die=true +minecraft\:entity.drowned.death=true +minecraft\:block.bamboo_wood.hit=true +botania\:diva_charm=true +mowziesmobs\:foliaath.pant1=true +minecraft\:block.beehive.shear=true +minecraft\:entity.snow_golem.shoot=true +mowziesmobs\:foliaath.pant2=true +minecraft\:block.moss.hit=true +cataclysm\:golemattack=true +wizards_reborn\:vilenium_place=true +wizards_reborn\:wisestone_pressure_plate_click_on=true +cataclysm\:strongswingattack=true +minecraft\:block.conduit.activate=true +embers\:block.copper_charger.loop=true +cataclysm\:shredder_start=true +minecraft\:ui.toast.out=true +bettercombat\:fist_punch=true +mowziesmobs\:umvuthi.belly=true +embers\:block.pipe.disconnect=true +malum\:arcane_rock_hit=true +alexsmobs\:straddler_idle=true +minecraft\:entity.ender_eye.death=true +embers\:block.ignem_reactor.plume=true +minecraft\:block.deepslate_tiles.break=true +cataclysm\:deepling_swing=true +minecraft\:block.basalt.place=true +undergarden\:entity.rotwalker.death=true +wizards_reborn\:wisestone_step=true +minecraft\:entity.lightning_bolt.impact=true +undergarden\:entity.muncher.chew=true +minecraft\:entity.panda.cant_breed=true +mowziesmobs\:umvuthi.attack=true +aquamirae\:entity.captain_cornelia.attack_1=true +aquamirae\:entity.captain_cornelia.attack_2=true +mowziesmobs\:foliaath.emerge=true +minecraft\:entity.bat.hurt=true +embers\:block.caminite.hit=true +minecraft\:block.medium_amethyst_bud.place=true +minecraft\:music.overworld.old_growth_taiga=true +minecraft\:block.sign.waxed_interact_fail=true +minecraft\:ui.cartography_table.take_result=true +minecraft\:entity.zombie.attack_wooden_door=true +alexsmobs\:rain_frog_idle=true +minecraft\:entity.hostile.hurt=true +minecraft\:block.glass.hit=true +minecraft\:item.crop.plant=true +malum\:arcane_whispers=true +botania\:mana_pool_craft=true +minecraft\:block.frogspawn.hit=true +minecraft\:entity.chicken.hurt=true +embers\:item.codex.check=true +minecraft\:block.furnace.fire_crackle=true +undergarden\:entity.dweller.saddle_remove=true +minecraft\:entity.horse.step_wood=true +minecraft\:block.note_block.bell=true +minecraft\:block.nether_wood.hit=true +minecraft\:entity.wolf.hurt=true +botania\:holy_cloak=true +undead_revamp2\:swarmerabmt=true +alexsmobs\:froststalker_idle=true +minecraft\:entity.enderman.teleport=true +minecraft\:block.gravel.fall=true +minecraft\:block.pointed_dripstone.step=true +minecraft\:entity.skeleton.death=true +minecraft\:block.deepslate_tiles.hit=true +minecraft\:entity.llama.angry=true +minecraft\:entity.glow_item_frame.add_item=true +malum\:soulwood_pressure_plate_click_on=true +undergarden\:entity.gwibling.flop=true +cataclysm\:endermaptera_hurt=true +mowziesmobs\:umvuthana.die=true +minecraft\:block.stem.step=true +bosses_of_mass_destruction\:void_spike_indicator=true +minecraft\:block.hanging_sign.break=true +forbidden_arcanus\:item.blacksmith_gavel.ritual_start=true +minecraft\:entity.warden.listening=true +minecraft\:block.basalt.hit=true +minecraft\:block.smoker.smoke=true +minecraft\:music_disc.5=true +minecraft\:entity.pillager.death=true +minecraft\:entity.ravager.step=true +undead_revamp2\:pregnantdeath=true +minecraft\:item.crossbow.loading_middle=true +minecraft\:block.copper.fall=true +minecraft\:block.wood.hit=true +minecraft\:entity.frog.eat=true +minecraft\:entity.parrot.imitate.illusioner=true +embers\:item.blazing_ray.fire=true +undergarden\:entity.forgotten_guardian.death=true +wizards_reborn\:arcane_gold_step=true +undead_revamp2\:bomberded=true +quark\:entity.toretoise.regrow=true +wizards_reborn\:crystal_ritual_end=true +minecraft\:entity.camel.sit=true +embers\:item.codex.category.open=true +embers\:block.alchemy.loop=true +minecraft\:entity.stray.ambient=true +undergarden\:ambient.smogstem_forest_addition=true +minecraft\:entity.horse.step=true +undead_revamp2\:impact=true +minecraft\:item.shovel.flatten=true +minecraft\:item.bottle.empty=true +minecraft\:block.note_block.basedrum=true +cataclysm\:revenant_hurt=true +minecraft\:entity.item_frame.rotate_item=true +ars_nouveau\:fire_family=true +minecraft\:item.axe.strip=true +quark\:entity.toretoise.hurt=true +quark\:item.camera.shutter=true +alexsmobs\:murmur_neck=true +minecraft\:block.netherrack.step=true +biomancy\:flesh_door.close=true +bosses_of_mass_destruction\:gauntlet_clink=true +minecraft\:entity.puffer_fish.ambient=true +embers\:block.mini_boiler.pressure_loop_mid=true +cataclysm\:leviathan_stun_roar=true +minecraft\:block.powder_snow.step=true +minecraft\:block.shroomlight.step=true +minecraft\:entity.ender_eye.launch=true +embers\:block.ember_transfer.emit.big=true +embers\:block.pump.fast=true +minecraft\:block.shulker_box.open=true +minecraft\:entity.slime.attack=true +undergarden\:entity.brute.hurt=true +alexsmobs\:snow_leopard_hurt=true +undergarden\:entity.nargoyle.hurt=true +minecraft\:ui.stonecutter.take_result=true +alexsmobs\:seal_hurt=true +minecraft\:block.tripwire.click_off=true +minecraft\:entity.wandering_trader.ambient=true +minecraft\:block.iron_trapdoor.open=true +aquamirae\:item.scroll.use=true +minecraft\:block.suspicious_sand.step=true +minecraft\:block.bamboo_wood_door.close=true +minecraft\:entity.witch.drink=true +alexsmobs\:farseer_emerge=true +malum\:scythe_cuts=true +cataclysm\:crab_bite=true +bosses_of_mass_destruction\:spore_ball_land=true +minecraft\:entity.snow_golem.hurt=true +minecraft\:block.bamboo_wood_fence_gate.close=true +minecraft\:block.nether_bricks.fall=true +minecraft\:block.beacon.power_select=true +minecraft\:block.suspicious_sand.break=true +cataclysm\:wadjet_death=true +malum\:arcana_codex_closed=true +minecraft\:block.suspicious_gravel.hit=true +biomancy\:claws.attack.strong=true +undergarden\:ambient.spires=true +minecraft\:entity.wither.hurt=true +cataclysm\:flamethrower=true +biomemusic\:music.water=true +minecraft\:entity.shulker.ambient=true +botania\:temperance_stone_configure=true +cataclysm\:deepling_hurt=true +undergarden\:entity.mog.hurt=true +undead_revamp2\:horrorsded=true +undergarden\:entity.masticator.ambient=true +minecraft\:block.froglight.step=true +minecraft\:block.sculk_sensor.clicking=true +undead_revamp2\:hunterfoots=true +undead_revamp2\:horrorshurt=true +undead_revamp2\:clank=true +minecraft\:block.suspicious_sand.place=true +minecraft\:block.coral_block.hit=true +embers\:fireball.big.fire=true +malum\:quartz_cluster_block_break=true +mowziesmobs\:wroughtnaut.axe_land=true +minecraft\:entity.zoglin.angry=true +minecraft\:entity.glow_item_frame.rotate_item=true +quark\:entity.stoneling.give=true +undergarden\:entity.forgotten_guardian.deflect=true +wizards_reborn\:wissen_burst=true +minecraft\:block.mangrove_roots.hit=true +wizards_reborn\:wissen_crystallizer_end=true +wizards_reborn\:elder_mor_block_hit=true +undergarden\:entity.stoneborn.death=true +minecraft\:entity.strider.death=true +minecraft\:entity.parrot.imitate.stray=true +minecraft\:entity.slime.jump=true +wizards_reborn\:wisestone_button_click_on=true +forbidden_arcanus\:entity.energy_ball.launch=true +botania\:black_hole_talisman_configure=true +beautify\:block.blinds_open=true +minecraft\:entity.mule.hurt=true +malum\:arcane_rock_bricks_hit=true +undead_revamp2\:somnolenceambt=true +quark\:entity.shiba.death=true +minecraft\:entity.villager.no=true +modonomicon\:turn_page=true +aquamirae\:record.forsaken_drownage=true +mowziesmobs\:umvuthana.teleport2=true +mowziesmobs\:umvuthana.teleport1=true +mowziesmobs\:umvuthana.teleport3=true +embers\:item.windup.spring=true +minecraft\:entity.villager.work_mason=true +biomesoplenty\:music.nether.withered_abyss=true +malum\:hallowed_gold_step=true +minecraft\:entity.skeleton.converted_to_stray=true +mowziesmobs\:geomancy.breakmedium3=true +mowziesmobs\:geomancy.breakmedium2=true +minecraft\:block.spore_blossom.step=true +alexsmobs\:tiger_idle=true +minecraft\:block.suspicious_sand.hit=true +minecraft\:block.wooden_door.close=true +cataclysm\:harbinger_charge=true +gateways\:gate_end=true +botania\:doit=true +cataclysm\:remnant_hurt=true +mowziesmobs\:lantern.puff=true +biomancy\:block.cradle.spawn_primordial_mob=true +alexsmobs\:tiger_angry=true +minecraft\:block.honey_block.place=true +biomancy\:fleshkin.no=true +supplementaries\:block.globe.spin=true +mowziesmobs\:sunstrike=true +bosses_of_mass_destruction\:lich_death=true +minecraft\:block.snow.fall=true +minecraft\:entity.tropical_fish.hurt=true +minecraft\:block.cherry_sapling.break=true +minecraft\:entity.polar_bear.death=true +alexsmobs\:skreecher_hurt=true +wizards_reborn\:sarcon_hit=true +undead_revamp2\:skeeperambiance=true +minecraft\:block.pink_petals.fall=true +ars_nouveau\:ea_channel=true +minecraft\:music.overworld.deep_dark=true +alexsmobs\:mosquito_loop=true +undergarden\:entity.stoneborn.speaking=true +alexsmobs\:tasmanian_devil_hurt=true +alexsmobs\:soul_vulture_idle=true +malum\:soulwood_fence_gate_open=true +malum\:quartz_cluster_block_place=true +malum\:void_trinket_equipped=true +minecraft\:item.lodestone_compass.lock=true +minecraft\:block.note_block.imitate.skeleton=true +mowziesmobs\:frostmaw.step=true +minecraft\:block.rooted_dirt.fall=true +minecraft\:entity.sniffer.idle=true +minecraft\:block.grass.fall=true +minecraft\:entity.evoker_fangs.attack=true +alexsmobs\:triops_hurt=true +biomancy\:block.decomposer.crafting_completed=true +minecraft\:item.brush.brushing.generic=true +minecraft\:block.cherry_leaves.step=true +minecraft\:entity.zombie.destroy_egg=true +minecraft\:block.muddy_mangrove_roots.hit=true +minecraft\:block.wool.fall=true +minecraft\:entity.endermite.step=true +minecraft\:entity.parrot.imitate.piglin_brute=true +bosses_of_mass_destruction\:obsidilith_death=true +alexsmobs\:orca_hurt=true +mowziesmobs\:frostmaw.iceballcharge=true +botania\:gaia_death=true +wizards_reborn\:spell_burst=true +minecraft\:block.small_dripleaf.hit=true +minecraft\:ambient.soul_sand_valley.loop=true +alexsmobs\:capuchin_monkey_idle=true +wizards_reborn\:vilenium_break=true +alexsmobs\:bald_eagle_hurt=true +cataclysm\:prowler_death=true +cataclysm\:ignis_death=true +minecraft\:entity.phantom.bite=true +minecraft\:entity.mooshroom.shear=true +biomancy\:flesh_door.open=true +malum\:soulwood_door_open=true +supplementaries\:item.bubble_blower=true +spore\:sonar=true +alexsmobs\:anaconda_slither=true +beautify\:block.bookstack_next=true +minecraft\:ambient.basalt_deltas.additions=true +minecraft\:entity.goat.milk=true +embers\:block.mixer.loop=true +alexsmobs\:banana_slug_slime_expand=true +biomancy\:flesh_block.step=true +minecraft\:block.moss.place=true +minecraft\:enchant.thorns.hit=true +biomemusic\:music.night=true +cataclysm\:shredder_end=true +bosses_of_mass_destruction\:earthdive_spear_throw=true +mowziesmobs\:umvuthana.roar=true malum\:soulstone_place=true diff --git a/config/sound_physics_remastered/occlusion.properties b/config/sound_physics_remastered/occlusion.properties index 7d61a05..9d59bab 100644 --- a/config/sound_physics_remastered/occlusion.properties +++ b/config/sound_physics_remastered/occlusion.properties @@ -9,208 +9,208 @@ # By block ID: # minecraft\:oak_log=1.0 -# Sculk Vein (Sound Type) -SCULK_VEIN=1.0 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=1.0 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=1.0 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.0 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.0 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.0 -# Hard Crop (Sound Type) -HARD_CROP=1.0 -# Basalt (Sound Type) -BASALT=1.0 -# Hanging Sign (Sound Type) -HANGING_SIGN=1.0 -# Metal (Sound Type) -METAL=1.0 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=1.0 -# Nether Wood (Sound Type) -NETHER_WOOD=1.0 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=1.0 -# Copper (Sound Type) -COPPER=1.0 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.0 -# Lily Pad (Sound Type) -LILY_PAD=0.0 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=1.0 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=1.0 -# Mud (Sound Type) -MUD=1.0 -# Hanging Roots (Sound Type) -HANGING_ROOTS=1.0 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.0 -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=1.0 -# Bone Block (Sound Type) -BONE_BLOCK=1.0 -# Frogspawn (Sound Type) -FROGSPAWN=1.0 -# Roots (Sound Type) -ROOTS=0.0 -# Stem (Sound Type) -STEM=1.0 -# Gravel (Sound Type) -GRAVEL=1.0 -# Bamboo (Sound Type) -BAMBOO=0.1 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=1.0 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=1.0 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=1.0 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.0 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=1.0 -# Calcite (Sound Type) -CALCITE=1.0 -# Candle (Sound Type) -CANDLE=1.0 -# Wool (Sound Type) -WOOL=1.5 -# Snow (Sound Type) -SNOW=0.1 # Muddy Mangrove Roots (Sound Type) MUDDY_MANGROVE_ROOTS=1.0 -# Fungus (Sound Type) -FUNGUS=0.0 -# Ladder (Sound Type) -LADDER=0.0 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.0 -# Anvil (Sound Type) -ANVIL=1.0 -# Crop (Sound Type) -CROP=0.0 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.0 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.0 -# Azalea (Sound Type) -AZALEA=1.0 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.0 +# Cave Vines (Sound Type) +CAVE_VINES=1.0 +# Frogspawn (Sound Type) +FROGSPAWN=1.0 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=1.0 +# Netherrack (Sound Type) +NETHERRACK=1.0 +# Soul Sand (Sound Type) +SOUL_SAND=1.0 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=1.0 +# Amethyst (Sound Type) +AMETHYST=1.0 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.0 +# Froglight (Sound Type) +FROGLIGHT=1.0 +# Wart Block (Sound Type) +WART_BLOCK=1.0 +# Nether Ore (Sound Type) +NETHER_ORE=1.0 +# Glass (Sound Type) +GLASS=0.1 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=1.0 +# Stone (Sound Type) +STONE=1.0 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=1.0 # Powder Snow (Sound Type) POWDER_SNOW=0.1 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=1.0 -# Mud Bricks (Sound Type) -MUD_BRICKS=1.0 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=1.0 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=1.0 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=1.0 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.0 +# Nylium (Sound Type) +NYLIUM=1.0 +# Decorated Pot (Sound Type) +DECORATED_POT=1.0 # Twisting Vines (Sound Type) TWISTING_VINES=0.0 -# Wart Block (Sound Type) -WART_BLOCK=1.0 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=1.0 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=1.0 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=1.0 +# Crop (Sound Type) +CROP=0.0 # Shroomlight (Sound Type) SHROOMLIGHT=1.0 -# Soul Soil (Sound Type) -SOUL_SOIL=1.0 -# Coral Block (Sound Type) -CORAL_BLOCK=1.0 +# Stem (Sound Type) +STEM=1.0 +# Basalt (Sound Type) +BASALT=1.0 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=1.0 +# Hard Crop (Sound Type) +HARD_CROP=1.0 # Moss Carpet (Sound Type) MOSS_CARPET=0.1 -# Cave Vines (Sound Type) -CAVE_VINES=1.0 -# Grass (Sound Type) -GRASS=1.0 +# Wool (Sound Type) +WOOL=1.5 +# Soul Soil (Sound Type) +SOUL_SOIL=1.0 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=1.0 +# Gravel (Sound Type) +GRAVEL=1.0 +# Sculk Vein (Sound Type) +SCULK_VEIN=1.0 +# Vine (Sound Type) +VINE=0.0 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.0 +# Hanging Sign (Sound Type) +HANGING_SIGN=1.0 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=1.0 # Scaffolding (Sound Type) SCAFFOLDING=0.0 -# Glass (Sound Type) -GLASS=0.1 -# Soul Sand (Sound Type) -SOUL_SAND=1.0 -# Wet Grass (Sound Type) -WET_GRASS=0.1 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=1.0 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=1.0 +# Sculk (Sound Type) +SCULK=1.0 +# Lantern (Sound Type) +LANTERN=1.0 +# Deepslate (Sound Type) +DEEPSLATE=1.0 +# Grass (Sound Type) +GRASS=1.0 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.0 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.0 +# Honey Block (Sound Type) +HONEY_BLOCK=0.5 # Netherite Block (Sound Type) NETHERITE_BLOCK=1.0 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=1.0 +# Snow (Sound Type) +SNOW=0.1 +# Candle (Sound Type) +CANDLE=1.0 +# Mud Bricks (Sound Type) +MUD_BRICKS=1.0 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=1.0 +# Ladder (Sound Type) +LADDER=0.0 # Sand (Sound Type) SAND=1.0 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=1.0 -# Slime Block (Sound Type) -SLIME_BLOCK=1.0 +# Lodestone (Sound Type) +LODESTONE=1.0 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=1.0 +# Wood (Sound Type) +WOOD=1.0 # Packed Mud (Sound Type) PACKED_MUD=1.0 -# Nether Ore (Sound Type) -NETHER_ORE=1.0 +# Calcite (Sound Type) +CALCITE=1.0 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.0 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=1.0 +# Bone Block (Sound Type) +BONE_BLOCK=1.0 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=1.0 +# Bamboo (Sound Type) +BAMBOO=0.1 +# Azalea (Sound Type) +AZALEA=1.0 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=1.0 +# Wet Grass (Sound Type) +WET_GRASS=0.1 +# Chain (Sound Type) +CHAIN=0.0 # Chiseled Bookshelf (Sound Type) CHISELED_BOOKSHELF=1.0 -# Deepslate (Sound Type) -DEEPSLATE=1.0 -# Nylium (Sound Type) -NYLIUM=1.0 -# Froglight (Sound Type) -FROGLIGHT=1.0 -# Honey Block (Sound Type) -HONEY_BLOCK=0.5 -# Stone (Sound Type) -STONE=1.0 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.0 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.0 -# Moss (Sound Type) -MOSS=0.75 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.1 +# Mud (Sound Type) +MUD=1.0 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.0 +# Slime Block (Sound Type) +SLIME_BLOCK=1.0 +# Hanging Roots (Sound Type) +HANGING_ROOTS=1.0 # Tuff (Sound Type) TUFF=1.0 -# Wood (Sound Type) -WOOD=1.0 -# Decorated Pot (Sound Type) -DECORATED_POT=1.0 -# Vine (Sound Type) -VINE=0.0 -# Lantern (Sound Type) -LANTERN=1.0 # Decorated Pot Cracked (Sound Type) DECORATED_POT_CRACKED=1.0 -# Cherry Wood (Sound Type) -CHERRY_WOOD=1.0 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=1.0 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.1 -# Lodestone (Sound Type) -LODESTONE=1.0 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=1.0 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=1.0 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=1.0 -# Sculk (Sound Type) -SCULK=1.0 -# Netherrack (Sound Type) -NETHERRACK=1.0 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.0 +# Lily Pad (Sound Type) +LILY_PAD=0.0 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=1.0 # Nether Wart (Sound Type) NETHER_WART=1.0 -# Amethyst (Sound Type) -AMETHYST=1.0 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.0 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.0 -# Chain (Sound Type) -CHAIN=0.0 +# Metal (Sound Type) +METAL=1.0 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=1.0 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.0 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.0 +# Nether Wood (Sound Type) +NETHER_WOOD=1.0 +# Cherry Wood (Sound Type) +CHERRY_WOOD=1.0 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.0 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.0 +# Anvil (Sound Type) +ANVIL=1.0 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=1.0 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.0 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.0 +# Copper (Sound Type) +COPPER=1.0 +# Fungus (Sound Type) +FUNGUS=0.0 +# Roots (Sound Type) +ROOTS=0.0 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=1.0 +# Moss (Sound Type) +MOSS=0.75 +# Coral Block (Sound Type) +CORAL_BLOCK=1.0 # Water (Block) minecraft\:water=0.25 # Lava (Block) diff --git a/config/sound_physics_remastered/reflectivity.properties b/config/sound_physics_remastered/reflectivity.properties index 4e3a234..e659a27 100644 --- a/config/sound_physics_remastered/reflectivity.properties +++ b/config/sound_physics_remastered/reflectivity.properties @@ -9,205 +9,205 @@ # By block ID: # minecraft\:oak_log=1.0 -# Sculk Vein (Sound Type) -SCULK_VEIN=0.5 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=0.5 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=0.5 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.5 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.5 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.5 -# Hard Crop (Sound Type) -HARD_CROP=0.5 -# Basalt (Sound Type) -BASALT=1.5 -# Hanging Sign (Sound Type) -HANGING_SIGN=0.5 -# Metal (Sound Type) -METAL=1.25 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=0.5 -# Nether Wood (Sound Type) -NETHER_WOOD=0.5 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=0.5 -# Copper (Sound Type) -COPPER=1.25 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.5 -# Lily Pad (Sound Type) -LILY_PAD=0.5 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=0.5 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=0.5 -# Mud (Sound Type) -MUD=0.5 -# Hanging Roots (Sound Type) -HANGING_ROOTS=0.5 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.1 -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=0.5 -# Bone Block (Sound Type) -BONE_BLOCK=1.5 -# Frogspawn (Sound Type) -FROGSPAWN=0.5 -# Roots (Sound Type) -ROOTS=0.5 -# Stem (Sound Type) -STEM=0.4 -# Gravel (Sound Type) -GRAVEL=0.3 -# Bamboo (Sound Type) -BAMBOO=0.5 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=0.5 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=0.5 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=0.5 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.5 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=0.5 -# Calcite (Sound Type) -CALCITE=1.5 -# Candle (Sound Type) -CANDLE=0.5 -# Wool (Sound Type) -WOOL=0.1 -# Snow (Sound Type) -SNOW=0.15 # Muddy Mangrove Roots (Sound Type) MUDDY_MANGROVE_ROOTS=0.5 -# Fungus (Sound Type) -FUNGUS=0.5 -# Ladder (Sound Type) -LADDER=0.5 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.5 -# Anvil (Sound Type) -ANVIL=0.5 -# Crop (Sound Type) -CROP=0.5 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.5 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.5 -# Azalea (Sound Type) -AZALEA=0.5 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.5 +# Cave Vines (Sound Type) +CAVE_VINES=0.5 +# Frogspawn (Sound Type) +FROGSPAWN=0.5 +# Ancient Debris (Sound Type) +ANCIENT_DEBRIS=0.5 +# Netherrack (Sound Type) +NETHERRACK=1.1 +# Soul Sand (Sound Type) +SOUL_SAND=0.2 +# Big Dripleaf (Sound Type) +BIG_DRIPLEAF=0.5 +# Amethyst (Sound Type) +AMETHYST=1.5 +# Glow Lichen (Sound Type) +GLOW_LICHEN=0.5 +# Froglight (Sound Type) +FROGLIGHT=0.5 +# Wart Block (Sound Type) +WART_BLOCK=0.5 +# Nether Ore (Sound Type) +NETHER_ORE=1.1 +# Glass (Sound Type) +GLASS=0.75 +# Suspicious Sand (Sound Type) +SUSPICIOUS_SAND=0.5 +# Stone (Sound Type) +STONE=1.5 +# Dripstone Block (Sound Type) +DRIPSTONE_BLOCK=0.5 # Powder Snow (Sound Type) POWDER_SNOW=0.5 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=0.5 -# Mud Bricks (Sound Type) -MUD_BRICKS=0.5 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=0.5 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=0.5 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=0.5 +# Nether Gold Ore (Sound Type) +NETHER_GOLD_ORE=1.1 +# Nylium (Sound Type) +NYLIUM=0.5 +# Decorated Pot (Sound Type) +DECORATED_POT=0.5 # Twisting Vines (Sound Type) TWISTING_VINES=0.5 -# Wart Block (Sound Type) -WART_BLOCK=0.5 +# Cherry Leaves (Sound Type) +CHERRY_LEAVES=0.5 +# Sculk Sensor (Sound Type) +SCULK_SENSOR=0.5 +# Bamboo Wood Hanging Sign (Sound Type) +BAMBOO_WOOD_HANGING_SIGN=0.5 +# Crop (Sound Type) +CROP=0.5 # Shroomlight (Sound Type) SHROOMLIGHT=0.5 -# Soul Soil (Sound Type) -SOUL_SOIL=0.2 -# Coral Block (Sound Type) -CORAL_BLOCK=0.2 +# Stem (Sound Type) +STEM=0.4 +# Basalt (Sound Type) +BASALT=1.5 +# Flowering Azalea (Sound Type) +FLOWERING_AZALEA=0.5 +# Hard Crop (Sound Type) +HARD_CROP=0.5 # Moss Carpet (Sound Type) MOSS_CARPET=0.5 -# Cave Vines (Sound Type) -CAVE_VINES=0.5 -# Grass (Sound Type) -GRASS=0.3 +# Wool (Sound Type) +WOOL=0.1 +# Soul Soil (Sound Type) +SOUL_SOIL=0.2 +# Cherry Wood Hanging Sign (Sound Type) +CHERRY_WOOD_HANGING_SIGN=0.5 +# Gravel (Sound Type) +GRAVEL=0.3 +# Sculk Vein (Sound Type) +SCULK_VEIN=0.5 +# Vine (Sound Type) +VINE=0.5 +# Spore Blossom (Sound Type) +SPORE_BLOSSOM=0.5 +# Hanging Sign (Sound Type) +HANGING_SIGN=0.5 +# Azalea Leaves (Sound Type) +AZALEA_LEAVES=0.5 # Scaffolding (Sound Type) SCAFFOLDING=0.5 -# Glass (Sound Type) -GLASS=0.75 -# Soul Sand (Sound Type) -SOUL_SAND=0.2 -# Wet Grass (Sound Type) -WET_GRASS=0.5 +# Cherry Sapling (Sound Type) +CHERRY_SAPLING=0.5 +# Bamboo Wood (Sound Type) +BAMBOO_WOOD=0.5 +# Sculk (Sound Type) +SCULK=0.5 +# Lantern (Sound Type) +LANTERN=0.5 +# Deepslate (Sound Type) +DEEPSLATE=1.5 +# Grass (Sound Type) +GRASS=0.3 +# Polished Deepslate (Sound Type) +POLISHED_DEEPSLATE=1.5 +# Medium Amethyst Bud (Sound Type) +MEDIUM_AMETHYST_BUD=0.5 +# Honey Block (Sound Type) +HONEY_BLOCK=0.1 # Netherite Block (Sound Type) NETHERITE_BLOCK=1.5 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=0.5 +# Snow (Sound Type) +SNOW=0.15 +# Candle (Sound Type) +CANDLE=0.5 +# Mud Bricks (Sound Type) +MUD_BRICKS=0.5 +# Rooted Dirt (Sound Type) +ROOTED_DIRT=0.5 +# Ladder (Sound Type) +LADDER=0.5 # Sand (Sound Type) SAND=0.2 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=0.5 -# Slime Block (Sound Type) -SLIME_BLOCK=0.5 +# Lodestone (Sound Type) +LODESTONE=0.5 +# Sculk Catalyst (Sound Type) +SCULK_CATALYST=0.5 +# Wood (Sound Type) +WOOD=0.4 # Packed Mud (Sound Type) PACKED_MUD=0.5 -# Nether Ore (Sound Type) -NETHER_ORE=1.1 +# Calcite (Sound Type) +CALCITE=1.5 +# Small Amethyst Bud (Sound Type) +SMALL_AMETHYST_BUD=0.5 +# Mangrove Roots (Sound Type) +MANGROVE_ROOTS=0.5 +# Bone Block (Sound Type) +BONE_BLOCK=1.5 +# Amethyst Cluster (Sound Type) +AMETHYST_CLUSTER=0.5 +# Bamboo (Sound Type) +BAMBOO=0.5 +# Azalea (Sound Type) +AZALEA=0.5 +# Nether Wood Hanging Sign (Sound Type) +NETHER_WOOD_HANGING_SIGN=0.5 +# Wet Grass (Sound Type) +WET_GRASS=0.5 +# Chain (Sound Type) +CHAIN=0.5 # Chiseled Bookshelf (Sound Type) CHISELED_BOOKSHELF=0.5 -# Deepslate (Sound Type) -DEEPSLATE=1.5 -# Nylium (Sound Type) -NYLIUM=0.5 -# Froglight (Sound Type) -FROGLIGHT=0.5 -# Honey Block (Sound Type) -HONEY_BLOCK=0.1 -# Stone (Sound Type) -STONE=1.5 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.5 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.5 -# Moss (Sound Type) -MOSS=0.1 +# Bamboo Sapling (Sound Type) +BAMBOO_SAPLING=0.5 +# Mud (Sound Type) +MUD=0.5 +# Small Dripleaf (Sound Type) +SMALL_DRIPLEAF=0.5 +# Slime Block (Sound Type) +SLIME_BLOCK=0.5 +# Hanging Roots (Sound Type) +HANGING_ROOTS=0.5 # Tuff (Sound Type) TUFF=1.5 -# Wood (Sound Type) -WOOD=0.4 -# Decorated Pot (Sound Type) -DECORATED_POT=0.5 -# Vine (Sound Type) -VINE=0.5 -# Lantern (Sound Type) -LANTERN=0.5 # Decorated Pot Cracked (Sound Type) DECORATED_POT_CRACKED=0.5 -# Cherry Wood (Sound Type) -CHERRY_WOOD=0.5 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=0.5 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.5 -# Lodestone (Sound Type) -LODESTONE=0.5 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=0.5 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=0.5 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=0.5 -# Sculk (Sound Type) -SCULK=0.5 -# Netherrack (Sound Type) -NETHERRACK=1.1 +# Weeping Vines (Sound Type) +WEEPING_VINES=0.5 +# Lily Pad (Sound Type) +LILY_PAD=0.5 +# Sculk Shrieker (Sound Type) +SCULK_SHRIEKER=0.5 # Nether Wart (Sound Type) NETHER_WART=0.5 -# Amethyst (Sound Type) -AMETHYST=1.5 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.5 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.5 -# Chain (Sound Type) -CHAIN=0.5 +# Metal (Sound Type) +METAL=1.25 +# Nether Sprouts (Sound Type) +NETHER_SPROUTS=0.5 +# Deepslate Bricks (Sound Type) +DEEPSLATE_BRICKS=1.5 +# Pointed Dripstone (Sound Type) +POINTED_DRIPSTONE=0.5 +# Nether Wood (Sound Type) +NETHER_WOOD=0.5 +# Cherry Wood (Sound Type) +CHERRY_WOOD=0.5 +# Large Amethyst Bud (Sound Type) +LARGE_AMETHYST_BUD=0.5 +# Nether Bricks (Sound Type) +NETHER_BRICKS=1.5 +# Anvil (Sound Type) +ANVIL=0.5 +# Gilded Blackstone (Sound Type) +GILDED_BLACKSTONE=0.5 +# Deepslate Tiles (Sound Type) +DEEPSLATE_TILES=1.5 +# Sweet Berry Bush (Sound Type) +SWEET_BERRY_BUSH=0.5 +# Copper (Sound Type) +COPPER=1.25 +# Fungus (Sound Type) +FUNGUS=0.5 +# Roots (Sound Type) +ROOTS=0.5 +# Suspicious Gravel (Sound Type) +SUSPICIOUS_GRAVEL=0.5 +# Moss (Sound Type) +MOSS=0.1 +# Coral Block (Sound Type) +CORAL_BLOCK=0.2 diff --git a/defaultconfigs/champions-affixes.toml b/defaultconfigs/champions-affixes.toml new file mode 100644 index 0000000..d6372f1 --- /dev/null +++ b/defaultconfigs/champions-affixes.toml @@ -0,0 +1,3 @@ +#List of affix configurations +affixes = [] + diff --git a/defaultconfigs/champions-entities.toml b/defaultconfigs/champions-entities.toml new file mode 100644 index 0000000..d41bdf2 --- /dev/null +++ b/defaultconfigs/champions-entities.toml @@ -0,0 +1,3 @@ +#List of entity configurations +entities = [] + diff --git a/defaultconfigs/champions-gamestages.toml b/defaultconfigs/champions-gamestages.toml new file mode 100644 index 0000000..c03f895 --- /dev/null +++ b/defaultconfigs/champions-gamestages.toml @@ -0,0 +1,7 @@ +#A list of entity stages in the format: "stage;modid:entity" or "stage;modid:entity;modid:dimension" +#Example: "test_stage;minecraft:zombie" or "test_stage;minecraft:spider;minecraft:the_nether" +entityStages = [] +#A list of tier stages in the format: "stage;tier" or "stage;tier;modid:dimension" +#Example: "test_stage;2" or "test_stage;3;minecraft:the_nether" +tierStages = [] + diff --git a/defaultconfigs/champions-ranks.toml b/defaultconfigs/champions-ranks.toml new file mode 100644 index 0000000..61f98ee --- /dev/null +++ b/defaultconfigs/champions-ranks.toml @@ -0,0 +1,3 @@ +#List of ranks +ranks = [] + diff --git a/defaultconfigs/champions-server.toml b/defaultconfigs/champions-server.toml new file mode 100644 index 0000000..e126f31 --- /dev/null +++ b/defaultconfigs/champions-server.toml @@ -0,0 +1,189 @@ + +[general] + #The range from an active beacon where no champions will spawn (0 to disable) + #Range: 0 ~ 1000 + beaconProtectionRange = 64 + #Set to true to enable champions from mob spawners + championSpawners = false + #The minimum tier of champions that will have death messages sent out upon defeat (0 to disable) + #Range: > 0 + deathMessageTier = 0 + #A list of dimension names that are blacklisted/whitelisted for champions + dimensionList = [] + #Set whether the dimension list is a blacklist or whitelist + #Allowed Values: BLACKLIST, WHITELIST + dimensionPermission = "BLACKLIST" + #A list of entities that are blacklisted/whitelisted for champions + entitiesList = [] + #Set whether the entities list is a blacklist or whitelist + #Allowed Values: BLACKLIST, WHITELIST + entitiesPermission = "BLACKLIST" + #Set to true to show HUD display for champions, including health, affixes, and tier + showHud = false + #Set to true to have champions generate a colored particle effect indicating their rank + showParticles = true + #Set to true to show champion tier and affixes in The One Probe overlay + enableTOPIntegration = true + +[loot] + #Set to true to allow fake players to generate champion loot + fakeLoot = false + #Set the source of champion mob drops + #Allowed Values: CONFIG, LOOT_TABLE, CONFIG_AND_LOOT_TABLE + lootSource = "LOOT_TABLE" + #List of loot drops from champions if sourced from config + #Format: [tier];[modid:name];[amount];[enchant(true/false)];[weight] + lootDrops = [] + #Set to true to scale amount of loot drops from champions to tier if sourced from config + lootScaling = false + +[growth] + #The percent increase in health multiplied by the growth factor + #Range: 0.0 ~ 1.7976931348623157E308 + healthGrowth = 0.35 + #The percent increase in attack damage multiplied by the growth factor + #Range: 0.0 ~ 1.7976931348623157E308 + attackGrowth = 0.5 + #The increase in armor multiplied by the growth factor + #Range: 0.0 ~ 30.0 + armorGrowth = 2.0 + #The increase in armor toughness multiplied by the growth factor + #Range: 0.0 ~ 30.0 + toughnessGrowth = 1.0 + #The increase in knockback resistance multiplied by the growth factor + #Range: 0.0 ~ 1.0 + knockbackResistanceGrowth = 0.05 + #The increase in experience multiplied by the growth factor + #Range: > 0 + experienceGrowth = 1 + #The increase in explosive range multiplied by the growth factor + #Range: 0 ~ 100 + explosionGrowth = 2 + +[affixes] + #Set the maximum distance that mobs can use their targeted abilities from, 0 to disable + #Range: 0.0 ~ 100.0 + affixTargetRange = 0.0 + + [affixes.adaptable] + #The increase in damage reduction for each consecutive attack of the same damage type + #Range: 0.0 ~ 1.0 + adaptableDamageReductionIncrement = 0.15 + #The maximum damage reduction + #Range: 0.0 ~ 1.0 + adaptableMaxDamageReduction = 0.9 + + [affixes.arctic] + #How often the champion will shoot projectiles (in seconds) + #Range: 1 ~ 100 + arcticAttackInterval = 1 + + [affixes.dampened] + #The amount of damage reduction to apply to indirect attacks + #Range: 0.0 ~ 1.0 + dampenedDamageReduction = 0.8 + + [affixes.desecrating] + #How long (in seconds) between cloud placements + #Range: > 1 + desecratingCloudInterval = 3 + #How long (in seconds) it takes for the effect cloud to activate after being placed + #Range: > 0 + desecratingCloudActivationTime = 1 + #The radius of the cloud effect + #Range: 1.0 ~ 1.7976931348623157E308 + desecratingCloudRadius = 4.0 + #The duration (in seconds) of the cloud effect + #Range: > 1 + desecratingCloudDuration = 10 + + [affixes.enkindling] + #How often the champion will shoot projectiles (in seconds) + #Range: 1 ~ 100 + enkindlingAttackInterval = 1 + + [affixes.hasty] + #The base movement speed bonus + #Range: 0.0 ~ 1.7976931348623157E308 + hastyMovementBonus = 0.25 + + [affixes.infested] + #The amount of parasites to spawn per interval + #Range: 1 ~ 100 + infestedAmount = 2 + #The time (in seconds) between parasite spawns + #Range: 1 ~ 100 + infestedInterval = 3 + #The amount of parasites to infest per health point of the champion + #Range: 0.0 ~ 1.7976931348623157E308 + infestedPerHealth = 0.5 + #The total amount of parasites a champion can house at once + #Range: > 1 + infestedTotal = 20 + #The mob to use as a parasite for infestation + infestedParasite = "minecraft:silverfish" + #The mob to use as a parasite for infestation of ender mob + infestedEnderParasite = "minecraft:endermite" + + [affixes.paralyzing] + #The percent chance that an attack will paralyze targets + #Range: 0.0 ~ 1.0 + paralyzingChance = 0.2 + + [affixes.knocking] + #The multiplier to apply to the knockback strength + #Range: 0.0 ~ 1.7976931348623157E308 + knockingMultiplier = 5.0 + + [affixes.lively] + #The amount of health per second regeneration + #Range: 0.0 ~ 1.7976931348623157E308 + livelyHealAmount = 1.0 + #Multiplier to health regeneration when not aggressive + #Range: 1.0 ~ 1.7976931348623157E308 + livelyPassiveMultiplier = 5.0 + #Set cooldown (in seconds) for regeneration after getting attacked + #Range: > 1 + livelyCooldown = 3 + + [affixes.molten] + #Set to true to have Molten champions not be damaged by water + moltenWaterResistance = false + + [affixes.plagued] + #The effect that will be spread + #Format:[effect];[power];[duration(secs)] + plaguedEffect = "minecraft:poison;15;1" + #The range of the plagued effect + #Range: 1 ~ 100 + plaguedRange = 5 + + [affixes.reflective] + #The minimum percent of damage to reflect back + #Range: 0.0 ~ 1.0 + reflectiveMinPercent = 0.1 + #The maximum percent of damage to reflect back + #Range: 0.0 ~ 1.0 + reflectiveMaxPercent = 0.35 + #The maximum amount of damage to reflect back + #Range: > 0 + reflectiveMax = 100 + #Set to true to enable deadly reflected strikes + reflectiveLethal = true + + [affixes.magnetic] + #Strength of the magnetic pulling effect + #Range: 0.0 ~ 100.0 + magneticStrength = 0.05 + + [affixes.wounding] + #The percent chance that an attack will wound targets + #Range: 0.0 ~ 1.0 + woundingChance = 0.4 + +[integrations] + #Scaling Health + #List of tiers with numbers to multiply spawn rates by difficulty + #Format: [tier];[percent increase] + scalingHealthSpawnModifiers = [] + diff --git a/kubejs/config/probe-settings.json b/kubejs/config/probe-settings.json index 13ce5e5..fc9add7 100644 --- a/kubejs/config/probe-settings.json +++ b/kubejs/config/probe-settings.json @@ -1,5 +1,5 @@ { - "probejs.modHash": 602651638497479554, + "probejs.modHash": 3462229838904348382, "probejs.registryHash": -2039914840885289964, "probejs.enabled": true } \ No newline at end of file diff --git a/manifest.json b/manifest.json index da67963..5717c41 100644 --- a/manifest.json +++ b/manifest.json @@ -80,6 +80,11 @@ "fileID": 5278538, "required": true }, + { + "projectID": 349460, + "fileID": 4653625, + "required": true + }, { "projectID": 239197, "fileID": 5375591, @@ -87,7 +92,7 @@ }, { "projectID": 257814, - "fileID": 5544260, + "fileID": 5568293, "required": true }, { @@ -110,6 +115,11 @@ "fileID": 4827511, "required": true }, + { + "projectID": 349559, + "fileID": 5010620, + "required": true + }, { "projectID": 299540, "fileID": 5181098, @@ -126,8 +136,13 @@ "required": true }, { - "projectID": 921324, - "fileID": 4798023, + "projectID": 258881, + "fileID": 4819758, + "required": true + }, + { + "projectID": 597669, + "fileID": 5340725, "required": true }, { @@ -302,12 +317,12 @@ }, { "projectID": 310111, - "fileID": 5301376, + "fileID": 5554253, "required": true }, { "projectID": 243190, - "fileID": 5455954, + "fileID": 5555242, "required": true }, { @@ -320,6 +335,11 @@ "fileID": 5513411, "required": true }, + { + "projectID": 479710, + "fileID": 5306213, + "required": true + }, { "projectID": 563928, "fileID": 5378180, @@ -340,6 +360,11 @@ "fileID": 5401345, "required": true }, + { + "projectID": 263420, + "fileID": 5394772, + "required": true + }, { "projectID": 635427, "fileID": 4680832, @@ -357,7 +382,12 @@ }, { "projectID": 975640, - "fileID": 5543700, + "fileID": 5548684, + "required": true + }, + { + "projectID": 633823, + "fileID": 5517426, "required": true }, { @@ -367,7 +397,7 @@ }, { "projectID": 1011434, - "fileID": 5482698, + "fileID": 5572038, "required": true }, { @@ -375,6 +405,11 @@ "fileID": 5368089, "required": true }, + { + "projectID": 248787, + "fileID": 4770828, + "required": true + }, { "projectID": 811194, "fileID": 4967326, @@ -392,7 +427,7 @@ }, { "projectID": 401955, - "fileID": 5436131, + "fileID": 5572452, "required": true }, { @@ -402,7 +437,7 @@ }, { "projectID": 817423, - "fileID": 5512638, + "fileID": 5546654, "required": true }, { @@ -432,7 +467,7 @@ }, { "projectID": 840873, - "fileID": 5062640, + "fileID": 5557888, "required": true }, { @@ -450,9 +485,19 @@ "fileID": 5382542, "required": true }, + { + "projectID": 921557, + "fileID": 4796296, + "required": true + }, + { + "projectID": 1074990, + "fileID": 5585801, + "required": true + }, { "projectID": 331936, - "fileID": 5143956, + "fileID": 5559513, "required": true }, { @@ -462,7 +507,7 @@ }, { "projectID": 342584, - "fileID": 5529893, + "fileID": 5575074, "required": true }, { @@ -482,7 +527,7 @@ }, { "projectID": 352222, - "fileID": 5137249, + "fileID": 5567484, "required": true }, { @@ -497,12 +542,12 @@ }, { "projectID": 870250, - "fileID": 5488889, + "fileID": 5579949, "required": true }, { "projectID": 908741, - "fileID": 5521846, + "fileID": 5566632, "required": true }, { @@ -512,7 +557,7 @@ }, { "projectID": 300777, - "fileID": 5507160, + "fileID": 5571196, "required": true }, { @@ -577,17 +622,12 @@ }, { "projectID": 918840, - "fileID": 5296570, - "required": true - }, - { - "projectID": 829752, - "fileID": 4840401, + "fileID": 5550420, "required": true }, { "projectID": 404465, - "fileID": 5543335, + "fileID": 5567591, "required": true }, { @@ -645,6 +685,11 @@ "fileID": 4920407, "required": true }, + { + "projectID": 387365, + "fileID": 4776657, + "required": true + }, { "projectID": 1001614, "fileID": 5363774, @@ -652,7 +697,7 @@ }, { "projectID": 616457, - "fileID": 5500868, + "fileID": 5568702, "required": true }, { @@ -692,17 +737,17 @@ }, { "projectID": 790626, - "fileID": 5541516, + "fileID": 5569652, "required": true }, { "projectID": 538392, - "fileID": 5519743, + "fileID": 5551799, "required": true }, { "projectID": 499980, - "fileID": 5478857, + "fileID": 5556628, "required": true }, { @@ -717,7 +762,7 @@ }, { "projectID": 361026, - "fileID": 5434165, + "fileID": 5553847, "required": true }, { @@ -757,7 +802,7 @@ }, { "projectID": 585406, - "fileID": 5457028, + "fileID": 5440678, "required": true }, { @@ -780,6 +825,11 @@ "fileID": 5224017, "required": true }, + { + "projectID": 325625, + "fileID": 4721546, + "required": true + }, { "projectID": 416294, "fileID": 4944325, @@ -790,6 +840,16 @@ "fileID": 4625236, "required": true }, + { + "projectID": 422301, + "fileID": 5296475, + "required": true + }, + { + "projectID": 618298, + "fileID": 5326245, + "required": true + }, { "projectID": 535489, "fileID": 5525256, @@ -797,7 +857,7 @@ }, { "projectID": 678295, - "fileID": 5540051, + "fileID": 5543410, "required": true }, { @@ -807,7 +867,12 @@ }, { "projectID": 746391, - "fileID": 5280725, + "fileID": 5571739, + "required": true + }, + { + "projectID": 223852, + "fileID": 5152196, "required": true }, { @@ -827,7 +892,7 @@ }, { "projectID": 430636, - "fileID": 5481592, + "fileID": 5578058, "required": true }, {