diff --git a/client/config/advanced_ae-common.toml b/client/config/advanced_ae-common.toml new file mode 100644 index 0000000..318ffcb --- /dev/null +++ b/client/config/advanced_ae-common.toml @@ -0,0 +1,87 @@ +["quantum computer"] + #Define the maximum dimensions of the Quantum Computer Multiblock. + # Default: 7 + # Range: 5 ~ 12 + quantumComputerMaxSize = 7 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + # Default: 8 + # Range: 4 ~ 16 + quantumComputerAcceleratorThreads = 8 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + # Default: 1 + # Range: 1 ~ 2 + quantumComputerMaxMultiThreaders = 1 + #Define the maximum amount of Data Entanglers per Quantum Computer Multiblock. + # Default: 1 + # Range: 1 ~ 2 + quantumComputermaxDataEntanglers = 1 + #Define the multiplication factor of the multi threaders. + # Default: 4 + # Range: 2 ~ 8 + quantumComputerMultiThreaderMultiplication = 4 + #Define the multiplication factor of the data entanglers. + # Default: 4 + # Range: 2 ~ 8 + quantumComputerDataEntanglerMultiplication = 4 + +["quantum armor"] + #Define the maximum walk speed increase. Values are divided by 10 before use. + # Default: 60 + # Range: 10 ~ 100 + quantumArmorMaxWalkSpeed = 60 + #Define the maximum sprint speed increase. Values are divided by 10 before use. + # Default: 80 + # Range: 10 ~ 150 + quantumArmorMaxSprintSpeed = 80 + #Define the maximum increase in step height. + # Default: 3 + # Range: 1 ~ 5 + quantumArmorMaxStepHeight = 3 + #Define the maximum increase in jump height. + # Default: 3 + # Range: 1 ~ 5 + quantumArmorMaxJumpHeight = 3 + #Define the maximum swim speed increase. Values are divided by 10 before use. + # Default: 80 + # Range: 10 ~ 150 + quantumArmorSwimSpeedBoost = 80 + #Define the HP increased of the HP Buffer card. + # Default: 20 + # Range: 5 ~ 50 + quantumArmorHpBuffer = 20 + #Define the maximum speed boost of the Flight Card. + # Default: 10 + # Range: 1 ~ 15 + quantumArmorMaxFlightSpeed = 10 + #Define the evasion % chance of the evasion card. + # Default: 30 + # Range: 0 ~ 100 + quantumArmorEvasionChance = 30 + #Define the max range of the magnet card. + # Default: 12 + # Range: 5 ~ 15 + quantumArmorMagnetRange = 12 + #Define the Attack Damage boost of the Strength Card. + # Default: 10 + # Range: 5 ~ 50 + quantumArmorStrengthBoost = 10 + #Define the Attack Speed Damage boost of the Attack Speed Card. + # Default: 5 + # Range: 1 ~ 10 + quantumArmorAttackSpeedBoost = 5 + #Define the luck boost of the Luck Card. + # Default: 2 + # Range: 1 ~ 5 + quantumArmorLuckBoost = 2 + #Define the max additional reach of the Reach Card. + # Default: 5 + # Range: 1 ~ 8 + quantumArmorMaxReachBoost = 5 + #Define the amount of hearts regenerated per tick with the Regeneration Card. Value will be divided by 10 before use. + # Default: 10 + # Range: 1 ~ 20 + quantumArmorRenegerationPerTick = 10 + #Define the maximum percentage of incoming damage absorbed by the Quantum Armor. This value is still limited by the energy buffer in the equipment. + # Default: 30 + # Range: 5 ~ 100 + quantumArmorPercentageDamageAbsorption = 30 diff --git a/client/config/ae2-client.toml b/client/config/ae2-client.toml new file mode 100644 index 0000000..0b5491f --- /dev/null +++ b/client/config/ae2-client.toml @@ -0,0 +1,58 @@ +[recipeViewers] + disableColoredCableRecipesInRecipeViewer = true + #Show facades in REI/JEI/EMI item list + enableFacadesInRecipeViewer = false + #Show facade recipes in REI/JEI/EMI for supported blocks + enableFacadeRecipesInRecipeViewer = true + #Expose the full network inventory to EMI, which might cause performance problems. + provideNetworkInventoryToEmi = false + +[client] + enableEffects = true + useTerminalUseLargeFont = false + useColoredCraftingStatus = true + #Unit of power shown in AE UIs + #Allowed Values: AE, FE + powerUnit = "AE" + #Show debugging GUI overlays + showDebugGuiOverlays = false + #Show a preview of part and facade placement + showPlacementPreview = true + #Show toast when long-running crafting jobs finish. + notifyForFinishedCraftingJobs = true + +[terminals] + #Allowed Values: SMALL, MEDIUM, TALL, FULL + terminalStyle = "SMALL" + #Pin items that the player auto-crafts to the top of the terminal + pinAutoCraftedItems = true + #Automatically clear the crafting/encoding grid when closing the terminal + clearGridOnClose = false + #The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars + # Default: 25 + # Range: > -2147483648 + terminalMargin = 25 + +[search] + #Should the mod name be included when searching in tooltips. + searchModNameInTooltips = false + #Replaces AEs own search with the search of REI or JEI + useExternalSearch = false + #When using useExternalSearch, clears the search when the terminal opens + clearExternalSearchOnOpen = true + #When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open + syncWithExternalSearch = true + #Remembers the last search term and restores it when the terminal opens + rememberLastSearch = true + #Automatically focuses the search field when the terminal opens + autoFocusSearch = false + +[tooltips] + #Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons + showCellUpgrades = true + #Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons + showCellContent = true + #The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons + # Default: 5 + # Range: 1 ~ 32 + maxCellContentShown = 5 diff --git a/client/config/ae2-common.toml b/client/config/ae2-common.toml new file mode 100644 index 0000000..aa31238 --- /dev/null +++ b/client/config/ae2-common.toml @@ -0,0 +1,218 @@ +[general] + unsupportedDeveloperTools = false + #Enables the ability of the Matter Cannon to break blocks. + matterCannonBlockDamage = true + #Enables the ability of Tiny TNT to break blocks. + tinyTntBlockDamage = true + #Changes the channel capacity that cables provide in AE2. + #Allowed Values: INFINITE, DEFAULT, X2, X3, X4 + channels = "DEFAULT" + #Whether Spatial Anchors should force random chunk ticks and entity spawning. + spatialAnchorEnableRandomTicks = true + +[automation] + # Default: 128 + # Range: > -2147483648 + formationPlaneEntityLimit = 128 + +[craftingCPU] + # Default: 5 + # Range: > -2147483648 + craftingCalculationTimePerTick = 5 + +[crafting] + #Number of ticks between two crystal growth accelerator ticks + # Default: 10 + # Range: 1 ~ 100 + growthAccelerator = 10 + #If enabled, an annihilation placed face up at the maximum world height will generate sky stone passively. + annihilationPlaneSkyDustGeneration = true + +[spatialio] + # Default: 1250.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + spatialPowerMultiplier = 1250.0 + # Default: 1.35 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + spatialPowerExponent = 1.35 + +[logging] + blockUpdateLog = false + craftingLog = false + debugLog = false + gridLog = false + #Enable stack trace logging for the chunk loading debug command + chunkLoggerTrace = false + +[battery] + #The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast. + # Default: 1.0 + # Range: 0.1 ~ 10.0 + chargerChargeRate = 1.0 + # Default: 1600000 + # Range: > -2147483648 + wirelessTerminal = 1600000 + # Default: 8000 + # Range: > -2147483648 + chargedStaff = 8000 + # Default: 200000 + # Range: > -2147483648 + entropyManipulator = 200000 + # Default: 20000 + # Range: > -2147483648 + portableCell = 20000 + # Default: 20000 + # Range: > -2147483648 + colorApplicator = 20000 + # Default: 200000 + # Range: > -2147483648 + matterCannon = 200000 + +[worldGen] + spawnPressesInMeteorites = true + spawnFlawlessOnly = false + +[wireless] + # Default: 8.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBaseCost = 8.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessCostMultiplier = 1.0 + # Default: 16.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBaseRange = 16.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBoosterRangeMultiplier = 1.0 + # Default: 1.5 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBoosterExp = 1.5 + # Default: 64.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessHighWirelessCount = 64.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessTerminalDrainMultiplier = 1.0 + +[powerRatios] + # Default: 0.5 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + forgeEnergy = 0.5 + # Default: 1.0 + # Range: 0.01 ~ 1.7976931348623157E308 + usageMultiplier = 1.0 + #How much energy can the internal grid buffer storage per node attached to the grid. + # Default: 25.0 + # Range: 1.0 ~ 1000000.0 + gridEnergyStoragePerNode = 25.0 + #How much energy a crystal resonance generator generates per tick. + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + crystalResonanceGeneratorRate = 20.0 + #The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy. + # Default: 0.025 + # Range: 0.0 ~ 1.0 + p2pTunnelEnergyTax = 0.025 + #The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items=per 1 item, fluids=per 125mb). + # Default: 0.025 + # Range: 0.0 ~ 1.0 + p2pTunnelTransportTax = 0.025 + +[condenser] + # Default: 256 + # Range: > -2147483648 + matterBalls = 256 + # Default: 256000 + # Range: > -2147483648 + singularity = 256000 + +# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested. +[tickRates] + # Default: 5 + # Range: > -2147483648 + InterfaceMin = 5 + # Default: 120 + # Range: > -2147483648 + InterfaceMax = 120 + # Default: 5 + # Range: > -2147483648 + ImportBusMin = 5 + # Default: 40 + # Range: > -2147483648 + ImportBusMax = 40 + # Default: 5 + # Range: > -2147483648 + ExportBusMin = 5 + # Default: 60 + # Range: > -2147483648 + ExportBusMax = 60 + # Default: 2 + # Range: > -2147483648 + AnnihilationPlaneMin = 2 + # Default: 120 + # Range: > -2147483648 + AnnihilationPlaneMax = 120 + # Default: 5 + # Range: > -2147483648 + METunnelMin = 5 + # Default: 20 + # Range: > -2147483648 + METunnelMax = 20 + # Default: 1 + # Range: > -2147483648 + InscriberMin = 1 + # Default: 20 + # Range: > -2147483648 + InscriberMax = 20 + # Default: 10 + # Range: > -2147483648 + ChargerMin = 10 + # Default: 10 + # Range: > -2147483648 + ChargerMax = 10 + # Default: 1 + # Range: > -2147483648 + IOPortMin = 1 + # Default: 5 + # Range: > -2147483648 + IOPortMax = 5 + # Default: 10 + # Range: > -2147483648 + VibrationChamberMin = 10 + # Default: 40 + # Range: > -2147483648 + VibrationChamberMax = 40 + # Default: 5 + # Range: > -2147483648 + StorageBusMin = 5 + # Default: 60 + # Range: > -2147483648 + StorageBusMax = 60 + # Default: 5 + # Range: > -2147483648 + ItemTunnelMin = 5 + # Default: 60 + # Range: > -2147483648 + ItemTunnelMax = 60 + # Default: 5 + # Range: > -2147483648 + LightTunnelMin = 5 + # Default: 60 + # Range: > -2147483648 + LightTunnelMax = 60 + +#Settings for the Vibration Chamber +[vibrationChamber] + #AE energy produced per fuel burn tick (reminder: coal = 1600, block of coal = 16000, lava bucket = 20000 burn ticks) + # Default: 5.0 + # Range: 0.1 ~ 1000.0 + baseEnergyPerFuelTick = 5.0 + #Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted. + # Default: 4 + # Range: 0 ~ 1000 + minEnergyPerGameTick = 4 + #Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed. + # Default: 40 + # Range: 1 ~ 1000 + baseMaxEnergyPerGameTick = 40 diff --git a/client/config/ae2wtlib.toml b/client/config/ae2wtlib.toml new file mode 100644 index 0000000..4887aa5 --- /dev/null +++ b/client/config/ae2wtlib.toml @@ -0,0 +1 @@ +magnet_card_range = 16.0 diff --git a/client/config/aeinfinitybooster-common.toml b/client/config/aeinfinitybooster-common.toml new file mode 100644 index 0000000..0e2319a --- /dev/null +++ b/client/config/aeinfinitybooster-common.toml @@ -0,0 +1,10 @@ +[general] + #General settings for AEInfinityBooster + #The amount of power the Dimension Card drains per tick + # Default: 100 + # Range: > 0 + dimensionCardDrain = 100 + #The amount of power the Infinity Card drains per tick + # Default: 50 + # Range: > 0 + infinityCardDrain = 50 diff --git a/client/config/apotheosis/apotheosis.cfg b/client/config/apotheosis/apotheosis.cfg new file mode 100644 index 0000000..1e3fb84 --- /dev/null +++ b/client/config/apotheosis/apotheosis.cfg @@ -0,0 +1,135 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Adventure Module Config + +affixes { + # A list of type overrides for the affix loot system. Format is |. + # Valid types are: none, melee_weapon, trident, shield, breaker, bow + # Synced. + # Default: [minecraft:iron_sword|melee_weapon], [minecraft:shulker_shell|none] + S:"Equipment Type Overrides" < + minecraft:iron_sword|melee_weapon + minecraft:shulker_shell|none + > + + # The chance that a naturally spawned mob will be granted an affix item. 0 = 0%, 1 = 100% + # Server-authoritative. + # Default: 0.075; Range: [0.0 ~ 1.0] + S:"Random Affix Chance"=0.075 + + # If affixes that cleave can hit players (excluding the user). + # Server-authoritative. + # Default: false + B:"Cleave Players"=false + + # If Quark's Attribute Tooltip handling is disabled for affix items. + # Clientside. + # Default: true + B:"Disable Quark Tooltips for Affix Items"=true + + # The item that will be used when attempting to place torches with the torch placer affix. Must be a valid item that places a block on right click. + # Synced. + # Default: minecraft:torch + S:"Torch Placement Item"=minecraft:torch +} + + +bosses { + # If boss items are always cursed. Enable this if you want bosses to be less overpowered by always giving them a negative effect. + # Server-authoritative. + # Default: false + B:"Curse Boss Items"=false + + # The range at which boss spawns will be announced. If you are closer than this number of blocks (ignoring y-level), you will receive the announcement. + # Server-authoritative. + # Default: 96.0; Range: [0.0 ~ 1024.0] + S:"Boss Announce Range"=96.0 + + # The volume of the boss announcement sound. 0 to disable. + # Clientside. + # Default: 0.75; Range: [0.0 ~ 1.0] + S:"Boss Announce Volume"=0.75 + + # If the boss announcement range ignores y-level. + # Server-authoritative. + # Default: false + B:"Boss Announce Ignore Y"=false + + # The time, in ticks, that must pass between any two natural boss spawns in a single dimension. + # Server-authoritative. + # Default: 3600; Range: [0 ~ 720000] + I:"Boss Spawn Cooldown"=3600 + + # If true, invading bosses will automatically target the closest player. + # Server-authoritative. + # Default: false + B:"Boss Auto-Aggro"=false + + # If true, bosses will glow when they spawn. + # Server-authoritative. + # Default: true + B:"Boss Glowing On Spawn"=true + + # Dimensions where bosses can spawn naturally, spawn chance, and spawn rules. + # Format is dimname|chance|rule, chance is a float from 0..1. + # Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27 + # Server-authoritative. + # Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE] + S:"Boss Spawn Dimensions" < + minecraft:overworld|0.018|NEEDS_SKY + minecraft:the_nether|0.025|ANY + minecraft:the_end|0.018|SURFACE_OUTER_END + twilightforest:twilight_forest|0.05|NEEDS_SURFACE + > +} + + +worldgen { + # The dimensions that the deadly module will generate in. + # Server-authoritative. + # Default: [overworld] + S:"Generation Dimension Whitelist" < + overworld + > +} + + +spawners { + # The chance that a Rogue Spawner has a "valuable" chest instead of a standard one. 0 = 0%, 1 = 100% + # Server-authoritative. + # Default: 0.11; Range: [0.0 ~ 1.0] + S:"Spawner Value Chance"=0.11 +} + + +wanderer { + # If the Wandering Trader can attempt to spawn underground. + # Server-authoritative. + # Default: true + B:"Underground Trader"=true +} + + +augmenting { + # The number of Sigils of Enhancement it costs to upgrade an affix in the Augmenting Table. + # Synced. + # Default: 2; Range: [0 ~ 64] + I:"Upgrade Sigil Cost"=2 + + # The number of experience levels it costs to upgrade an affix in the Augmenting Table. + # Synced. + # Default: 225; Range: [0 ~ 65536] + I:"Upgrade Level Cost"=225 + + # The number of Sigils of Enhancement it costs to reroll an affix in the Augmenting Table. + # Synced. + # Default: 1; Range: [0 ~ 64] + I:"Reroll Sigil Cost"=1 + + # The number of experience levels it costs to reroll an affix in the Augmenting Table. + # Synced. + # Default: 175; Range: [0 ~ 65536] + I:"Reroll Level Cost"=175 +} + + diff --git a/client/config/apotheosis/apothic_attributes.cfg b/client/config/apotheosis/apothic_attributes.cfg index 1bb2e4f..4f83c58 100644 --- a/client/config/apotheosis/apothic_attributes.cfg +++ b/client/config/apotheosis/apothic_attributes.cfg @@ -1,78 +1,92 @@ -# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 - -# - -general { - # If the Attributes GUI is available. - # Client-authoritative. - # Default: true - B:"Enable Attributes GUI"=true - - # If description tooltips will be added to potion items. - # Client-authoritative. - # Default: true - B:"Enable Potion Tooltips"=true - - # A list of attributes that will be hidden from the Attributes GUI. - # Client-authoritative. - # Default: [neoforge:nametag_distance], [neoforge:creative_flight], [apothic_attributes:elytra_flight], [apothic_attributes:ghost_health] - S:"Hidden Attributes" < - neoforge:nametag_distance - neoforge:creative_flight - apothic_attributes:elytra_flight - apothic_attributes:ghost_health - > -} - - -effects { - # The value (per-level) of the Experience Gained attribute modifier provided by Ancient Knowledge. - # Synced. - # Default: 4.0; Range: [1.0 ~ 1024.0] - S:"Ancient Knowledge Multiplier"=4.0 -} - - -combat_rules { - # The protection damage reduction formula. - # Computed after Prot Pierce and Prot Shred are applied. - # Arguments: - # 'protPoints' - The number of protection points the user has after reductions. - # Output: - # The percentage of damage taken after protection has been applied, from 0 (no damage taken) to 1 (full damage taken). - # Reference: - # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. - # - # Default: 1 - min(0.025 * protPoints, 0.85) - S:"Protection Formula"=1 - min(0.025 * protPoints, 0.85) - - # The a-value formula, which computes an intermediate used in the armor formula. - # Arguments: - # 'damage' - The damage of the incoming attack. - # Output: - # The a-value, which will be supplied as an argument to the armor formula. - # Reference: - # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. - # - # Default: if(damage < 20, 10, 10 + (damage - 20) / 2) - S:"A-Value Formula"=if(damage < 20, 10, 10 + (damage - 20) / 2) - - # The armor damage reduction formula. - # Computed after Armor Pierce and Armor Shred are applied. - # Arguments: - # 'a' - The a-value computed by the a-value formula. - # 'damage' - The damage of the incoming attack. - # 'armor' - The armor value of the user after reductions. - # 'toughness' - The armor toughness value of the user. - # Output: - # The percentage of damage taken after armor has been applied, from 0 (no damage taken) to 1 (full damage taken). - # Reference: - # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. - # Note: - # The vanilla formula is: 1 - min(max(armor - damage / (2 + toughness / 4), armor / 5), 20) / 25 - # - # Default: a / (a + armor) - S:"Armor Formula"=a / (a + armor) -} - - +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +general { + # If the Attributes GUI is available. + # Client-authoritative. + # Default: true + B:"Enable Attributes GUI"=true + + # If description tooltips will be added to potion items. + # Client-authoritative. + # Default: true + B:"Enable Potion Tooltips"=true + + # A list of attributes that will be hidden from the Attributes GUI. + # Client-authoritative. + # Default: [neoforge:nametag_distance], [neoforge:creative_flight], [apothic_attributes:elytra_flight], [apothic_attributes:ghost_health] + S:"Hidden Attributes" < + neoforge:nametag_distance + neoforge:creative_flight + apothic_attributes:elytra_flight + apothic_attributes:ghost_health + > +} + + +effects { + # The value (per-level) of the Experience Gained attribute modifier provided by Ancient Knowledge. + # Synced. + # Default: 4.0; Range: [1.0 ~ 1024.0] + S:"Ancient Knowledge Multiplier"=4.0 +} + + +combat_rules { + # The protection damage reduction formula. + # Computed after Prot Pierce and Prot Shred are applied. + # Arguments: + # 'protPoints' - The number of protection points the user has after reductions. + # Output: + # The percentage of damage taken after protection has been applied, from 0 (no damage taken) to 1 (full damage taken). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: 1 - min(0.025 * protPoints, 0.85) + S:"Protection Formula"=1 - min(0.025 * protPoints, 0.85) + + # The a-value formula, which computes an intermediate used in the armor formula. + # Arguments: + # 'damage' - The damage of the incoming attack. + # Output: + # The a-value, which will be supplied as an argument to the armor formula. + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: if(damage < 20, 10, 10 + (damage - 20) / 2) + S:"A-Value Formula"=if(damage < 20, 10, 10 + (damage - 20) / 2) + + # The armor damage reduction formula. + # Computed after Armor Pierce and Armor Shred are applied. + # Arguments: + # 'a' - The a-value computed by the a-value formula. + # 'damage' - The damage of the incoming attack. + # 'armor' - The armor value of the user after reductions. + # 'toughness' - The armor toughness value of the user. + # Output: + # The percentage of damage taken after armor has been applied, from 0 (no damage taken) to 1 (full damage taken). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # Note: + # The vanilla formula is: 1 - min(max(armor - damage / (2 + toughness / 4), armor / 5), 20) / 25 + # + # Default: a / (a + armor) + S:"Armor Formula"=a / (a + armor) + + # The armor toughness formula. + # This is used to determine how armor toughness impacts enemy Armor Pierce / Armor Shred. + # Arguments: + # 'damage' - The damage of the incoming attack. + # 'armor' - The armor value of the user after reductions. + # 'toughness' - The armor toughness value of the user. + # Output: + # The percentage by which enemy armor pierce/shred will be reduced, from 0 (no change) to 1 (preventing it completely). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: min(toughness * 0.02, 0.6) + S:"Armor Toughness Formula"=min(toughness * 0.02, 0.6) +} + + diff --git a/client/config/apotheosis/apothic_enchanting.cfg b/client/config/apotheosis/apothic_enchanting.cfg new file mode 100644 index 0000000..796fbd9 --- /dev/null +++ b/client/config/apotheosis/apothic_enchanting.cfg @@ -0,0 +1,15 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Enchantment Module Config + +client { + # If enchanted book metadata (treasure, tradeable, etc) are shown in the tooltip. + # Default: true + B:"Show Enchanted Book Metadata"=true + + # The 1/n chance that a sculkshelf plays a sound, per client tick. Set to 0 to disable. + # Default: 200; Range: [0 ~ 32767] + I:"Sculkshelf Noise Chance"=200 +} + + diff --git a/client/config/apotheosis/enchantments.cfg b/client/config/apotheosis/enchantments.cfg new file mode 100644 index 0000000..11791df --- /dev/null +++ b/client/config/apotheosis/enchantments.cfg @@ -0,0 +1,1687 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Enchantment Information + +# This file contains configurable data for each enchantment. +# The names of each category correspond to the registry names of every loaded enchantment. + + +"combat_roll:acrobat" { + # The max level of this enchantment - originally 5. + # Default: 12; Range: [1 ~ 127] + I:"Max Level"=12 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:aqua_affinity" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"farmersdelight:backstabbing" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:bane_of_arthropods" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:berserkers_fury" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:binding_curse" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:blast_protection" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_blind_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_damage_enchant" { + # The max level of this enchantment - originally 2. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_knock_back_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_last_resort_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_slowness_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:boon_of_the_earth" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:breach" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_spawners:capturing" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:chainsaw" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:channeling" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:chromatic" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:crescendo_of_bolts" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:density" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:depth_strider" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:efficiency" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:endless_quiver" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:feather_falling" { + # The max level of this enchantment - originally 4. + # Default: 11; Range: [1 ~ 127] + I:"Max Level"=11 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fire_aspect" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fire_protection" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:flame" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fortune" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:frost_walker" { + # The max level of this enchantment - originally 2. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:growth_serum" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:icy_thorns" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:impaling" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:infinity" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:infusion" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:knockback" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:knowledge_of_the_ages" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:life_mending" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"combat_roll:longfooted" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:looting" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:loyalty" { + # The max level of this enchantment - originally 3. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:luck_of_the_sea" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:lure" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:mending" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:miners_fervor" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"combat_roll:multi_roll" { + # The max level of this enchantment - originally 3. + # Default: 6; Range: [1 ~ 127] + I:"Max Level"=6 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:multishot" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:natures_blessing" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:piercing" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:power" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:projectile_protection" { + # The max level of this enchantment - originally 4. + # Default: 11; Range: [1 ~ 127] + I:"Max Level"=11 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:protection" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:punch" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:quick_charge" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:rebounding" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:reflective_defenses" { + # The max level of this enchantment - originally 5. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:respiration" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:riptide" { + # The max level of this enchantment - originally 3. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:scavenger" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:sharpness" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:shield_bash" { + # The max level of this enchantment - originally 4. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:silk_touch" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:smite" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:soul_speed" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:stable_footing" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"supplementaries:stasis" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:sweeping_edge" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:swift_sneak" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:tempting" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:thorns" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:unbreaking" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:vanishing_curse" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:wind_burst" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:worker_exploitation" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + diff --git a/client/config/apotheosis/name_generation.cfg b/client/config/apotheosis/name_generation.cfg new file mode 100644 index 0000000..587cf27 --- /dev/null +++ b/client/config/apotheosis/name_generation.cfg @@ -0,0 +1,1232 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +entity { + # A list of full names, which are used in the generation of boss names. May be empty only if name parts is not empty. + # Default: [Biscuit], [Elisande], [Willow], [Bippy], [Butto], [Prim], [Tyrael], [Bajorno], [Michael Morbius], [Morbius], [Arun], [Panez], [Doomsday], [Vanamar], [WhatTheDrunk], [Lothrazar], [Chelly], [Chelicia], [Darsh], [Dariush], [Cheese E Piloza], [Bing], [Royal], [NoWayHere], [SwankyStella], [Isosahedron], [Asfalis], [Biz], [Icicle], [Darko], [Shadows], [Katarina], [Faellynna], [Diliviel], [Jank], [Albert], [Andrew], [Anderson], [Andy], [Allan], [Arthur], [Aaron], [Allison], [Arielle], [Amanda], [Anne], [Annie], [Amy], [Alana], [Brandon], [Brady], [Bernard], [Ben], [Benjamin], [Bob], [Bobette], [Brooke], [Brandy], [Beatrice], [Bea], [Bella], [Becky], [Carlton], [Carl], [Calvin], [Cameron], [Carson], [Chase], [Cassandra], [Cassie], [Cas], [Carol], [Carly], [Cherise], [Charlotte], [Cheryl], [Chasity], [Danny], [Drake], [Daniel], [Derrel], [David], [Dave], [Donovan], [Don], [Donald], [Drew], [Derrick], [Darla], [Donna], [Dora], [Danielle], [Edward], [Elliot], [Ed], [Edson], [Elton], [Eddison], [Earl], [Eric], [Ericson], [Eddie], [Ediovany], [Emma], [Elizabeth], [Eliza], [Esperanza], [Esper], [Esmeralda], [Emi], [Emily], [Elaine], [Fernando], [Ferdinand], [Fred], [Feddie], [Fredward], [Frank], [Franklin], [Felix], [Felicia], [Fran], [Greg], [Gregory], [George], [Gerald], [Gina], [Geraldine], [Gabby], [Hendrix], [Henry], [Hobbes], [Herbert], [Heath], [Henderson], [Helga], [Hera], [Helen], [Helena], [Hannah], [Ike], [Issac], [Israel], [Ismael], [Irlanda], [Isabelle], [Irene], [Irenia], [Jimmy], [Jim], [Justin], [Jacob], [Jake], [Jon], [Johnson], [Jonny], [Jonathan], [Josh], [Joshua], [Julian], [Jesus], [Jericho], [Jeb], [Jess], [Joan], [Jill], [Jillian], [Jessica], [Jennifer], [Jenny], [Jen], [Judy], [Kenneth], [Kenny], [Ken], [Keith], [Kevin], [Karen], [Kassandra], [Kassie], [Leonard], [Leo], [Leroy], [Lee], [Lenny], [Luke], [Lucas], [Liam], [Lorraine], [Latasha], [Lauren], [Laquisha], [Livia], [Lydia], [Lila], [Lilly], [Lillian], [Lilith], [Lana], [Mason], [Mike], [Mickey], [Mario], [Manny], [Mark], [Marcus], [Martin], [Marty], [Matthew], [Matt], [Max], [Maximillian], [Marth], [Mia], [Marriah], [Maddison], [Maddie], [Marissa], [Miranda], [Mary], [Martha], [Melonie], [Melody], [Mel], [Minnie], [Nathan], [Nathaniel], [Nate], [Ned], [Nick], [Norman], [Nicholas], [Natasha], [Nicki], [Nora], [Nelly], [Nina], [Orville], [Oliver], [Orlando], [Owen], [Olsen], [Odin], [Olaf], [Ortega], [Olivia], [Patrick], [Pat], [Paul], [Perry], [Pinnochio], [Patrice], [Patricia], [Pennie], [Petunia], [Patti], [Pernelle], [Quade], [Quincy], [Quentin], [Quinn], [Roberto], [Robbie], [Rob], [Robert], [Roy], [Roland], [Ronald], [Richard], [Rick], [Ricky], [Rose], [Rosa], [Rhonda], [Rebecca], [Roberta], [Sparky], [Shiloh], [Stephen], [Steve], [Saul], [Sheen], [Shane], [Sean], [Sampson], [Samuel], [Sammy], [Stefan], [Sasha], [Sam], [Susan], [Suzy], [Shelby], [Samantha], [Sheila], [Sharon], [Sally], [Stephanie], [Sandra], [Sandy], [Sage], [Tim], [Thomas], [Thompson], [Tyson], [Tyler], [Tom], [Tyrone], [Timmothy], [Tamara], [Tabby], [Tabitha], [Tessa], [Tiara], [Tyra], [Uriel], [Ursala], [Uma], [Victor], [Vincent], [Vince], [Vance], [Vinny], [Velma], [Victoria], [Veronica], [Wilson], [Wally], [Wallace], [Will], [Wilard], [William], [Wilhelm], [Xavier], [Xandra], [Young], [Yvonne], [Yolanda], [Zach], [Zachary] + S:Names < + Biscuit + Elisande + Willow + Bippy + Butto + Prim + Tyrael + Bajorno + Michael Morbius + Morbius + Arun + Panez + Doomsday + Vanamar + WhatTheDrunk + Lothrazar + Chelly + Chelicia + Darsh + Dariush + Cheese E Piloza + Bing + Royal + NoWayHere + SwankyStella + Isosahedron + Asfalis + Biz + Icicle + Darko + Shadows + Katarina + Faellynna + Diliviel + Jank + Albert + Andrew + Anderson + Andy + Allan + Arthur + Aaron + Allison + Arielle + Amanda + Anne + Annie + Amy + Alana + Brandon + Brady + Bernard + Ben + Benjamin + Bob + Bobette + Brooke + Brandy + Beatrice + Bea + Bella + Becky + Carlton + Carl + Calvin + Cameron + Carson + Chase + Cassandra + Cassie + Cas + Carol + Carly + Cherise + Charlotte + Cheryl + Chasity + Danny + Drake + Daniel + Derrel + David + Dave + Donovan + Don + Donald + Drew + Derrick + Darla + Donna + Dora + Danielle + Edward + Elliot + Ed + Edson + Elton + Eddison + Earl + Eric + Ericson + Eddie + Ediovany + Emma + Elizabeth + Eliza + Esperanza + Esper + Esmeralda + Emi + Emily + Elaine + Fernando + Ferdinand + Fred + Feddie + Fredward + Frank + Franklin + Felix + Felicia + Fran + Greg + Gregory + George + Gerald + Gina + Geraldine + Gabby + Hendrix + Henry + Hobbes + Herbert + Heath + Henderson + Helga + Hera + Helen + Helena + Hannah + Ike + Issac + Israel + Ismael + Irlanda + Isabelle + Irene + Irenia + Jimmy + Jim + Justin + Jacob + Jake + Jon + Johnson + Jonny + Jonathan + Josh + Joshua + Julian + Jesus + Jericho + Jeb + Jess + Joan + Jill + Jillian + Jessica + Jennifer + Jenny + Jen + Judy + Kenneth + Kenny + Ken + Keith + Kevin + Karen + Kassandra + Kassie + Leonard + Leo + Leroy + Lee + Lenny + Luke + Lucas + Liam + Lorraine + Latasha + Lauren + Laquisha + Livia + Lydia + Lila + Lilly + Lillian + Lilith + Lana + Mason + Mike + Mickey + Mario + Manny + Mark + Marcus + Martin + Marty + Matthew + Matt + Max + Maximillian + Marth + Mia + Marriah + Maddison + Maddie + Marissa + Miranda + Mary + Martha + Melonie + Melody + Mel + Minnie + Nathan + Nathaniel + Nate + Ned + Nick + Norman + Nicholas + Natasha + Nicki + Nora + Nelly + Nina + Orville + Oliver + Orlando + Owen + Olsen + Odin + Olaf + Ortega + Olivia + Patrick + Pat + Paul + Perry + Pinnochio + Patrice + Patricia + Pennie + Petunia + Patti + Pernelle + Quade + Quincy + Quentin + Quinn + Roberto + Robbie + Rob + Robert + Roy + Roland + Ronald + Richard + Rick + Ricky + Rose + Rosa + Rhonda + Rebecca + Roberta + Sparky + Shiloh + Stephen + Steve + Saul + Sheen + Shane + Sean + Sampson + Samuel + Sammy + Stefan + Sasha + Sam + Susan + Suzy + Shelby + Samantha + Sheila + Sharon + Sally + Stephanie + Sandra + Sandy + Sage + Tim + Thomas + Thompson + Tyson + Tyler + Tom + Tyrone + Timmothy + Tamara + Tabby + Tabitha + Tessa + Tiara + Tyra + Uriel + Ursala + Uma + Victor + Vincent + Vince + Vance + Vinny + Velma + Victoria + Veronica + Wilson + Wally + Wallace + Will + Wilard + William + Wilhelm + Xavier + Xandra + Young + Yvonne + Yolanda + Zach + Zachary + > + + # A list of name pieces, which can be spliced together to create full names. May be empty only if names is not empty. + # Default: [Prim], [Morb], [Ius], [Kat], [Chel], [Bing], [Darsh], [Jank], [Dark], [Osto], [Grab], [Thar], [Ger], [Ald], [Mas], [On], [O], [Din], [Thor], [Jon], [Ath], [Burb], [En], [A], [E], [I], [U], [Hab], [Bloo], [Ena], [Dit], [Aph], [Ern], [Bor], [Dav], [Id], [Toast], [Son], [For], [Wen], [Lob], [Van], [Zap], [Ear], [Ben], [Don], [Bran], [Gro], [Jen], [Bob], [Ette], [Ere], [Man], [Qua], [Bro], [Cree], [Per], [Skel], [Ton], [Zom], [Bie], [Wolf], [End], [Er], [Pig], [Sil], [Ver], [Fish], [Cow], [Chic], [Ken], [Sheep], [Squid], [Hell], [Dra], [Gor], [Nyx], [Fae], [Lux], [Vex], [Hex], [Rune], [Frost], [Flame], [Storm], [Shade], [Dawn], [Dusk], [Ash], [Mist], [Might], [Fury], [Rage], [Doom], [Grim], [Void], [Rend], [Slay], [Ar], [Or], [Ur], [El], [Al], [Im], [Un], [En], [Ix], [Ox], [Dire], [Dark], [Bright], [Swift], [Glow], [Shine], [Gleam], [Spark] + S:"Name Parts" < + Prim + Morb + Ius + Kat + Chel + Bing + Darsh + Jank + Dark + Osto + Grab + Thar + Ger + Ald + Mas + On + O + Din + Thor + Jon + Ath + Burb + En + A + E + I + U + Hab + Bloo + Ena + Dit + Aph + Ern + Bor + Dav + Id + Toast + Son + For + Wen + Lob + Van + Zap + Ear + Ben + Don + Bran + Gro + Jen + Bob + Ette + Ere + Man + Qua + Bro + Cree + Per + Skel + Ton + Zom + Bie + Wolf + End + Er + Pig + Sil + Ver + Fish + Cow + Chic + Ken + Sheep + Squid + Hell + Dra + Gor + Nyx + Fae + Lux + Vex + Hex + Rune + Frost + Flame + Storm + Shade + Dawn + Dusk + Ash + Mist + Might + Fury + Rage + Doom + Grim + Void + Rend + Slay + Ar + Or + Ur + El + Al + Im + Un + En + Ix + Ox + Dire + Dark + Bright + Swift + Glow + Shine + Gleam + Spark + > + + # A list of prefixes, which are used in the generation of boss names. May be empty. + # Default: [Dr. Michael], [Sir], [Mister], [Madam], [Doctor], [Father], [Mother], [Poppa], [Lord], [Lady], [Overseer], [Professor], [Mr.], [Mr. President], [Duke], [Duchess], [Dame], [The Honorable], [Chancellor], [Vice-Chancellor], [His Holiness], [Reverend], [Count], [Viscount], [Earl], [Captain], [Major], [General], [Senpai], [Discount] + S:Prefixes < + Dr. Michael + Sir + Mister + Madam + Doctor + Father + Mother + Poppa + Lord + Lady + Overseer + Professor + Mr. + Mr. President + Duke + Duchess + Dame + The Honorable + Chancellor + Vice-Chancellor + His Holiness + Reverend + Count + Viscount + Earl + Captain + Major + General + Senpai + Discount + > + + # A list of suffixes, which are used in the generation of boss names. A suffix is always preceeded by "The". May be empty. + # Default: [Morbius], [Dragonborn], [Rejected], [Mighty], [Supreme], [Superior], [Ultimate], [Lame], [Wimpy], [Curious], [Sneaky], [Pathetic], [Crying], [Eagle], [Errant], [Unholy], [Questionable], [Mean], [Hungry], [Thirsty], [Feeble], [Wise], [Sage], [Magical], [Mythical], [Legendary], [Not Very Nice], [Jerk], [Doctor], [Misunderstood], [Angry], [Knight], [Bishop], [Godly], [Special], [Toasty], [Shiny], [Shimmering], [Light], [Dark], [Odd-Smelling], [Funky], [Rock Smasher], [Son of Herobrine], [Cracked], [Sticky], [§kAlien§r], [Baby], [Manly], [Rough], [Scary], [Undoubtable], [Honest], [Non-Suspicious], [Boring], [Odd], [Lazy], [Super], [Nifty], [Ogre Slayer], [Pig Thief], [Dirt Digger], [Really Cool], [Doominator], [... Something], [Extra-Fishy], [Gorilla Slaughterer], [Marbles Winner], [AC Rizzlord], [President], [Burger Chef], [Professional Animator], [Cheese Sprayer], [Happiness Advocate], [Ghost Hunter], [Head of Potatoes], [Ninja], [Warrior], [Pyromancer], [Trombone Player], [Airport Technician], [Grand Magistrix], [Starved], [Terrifying], [Expert Cloud Watcher], [Cookie Enthusiast], [Grass Toucher], [Coffee Addict], [Mildly Confused] + S:Suffixes < + Morbius + Dragonborn + Rejected + Mighty + Supreme + Superior + Ultimate + Lame + Wimpy + Curious + Sneaky + Pathetic + Crying + Eagle + Errant + Unholy + Questionable + Mean + Hungry + Thirsty + Feeble + Wise + Sage + Magical + Mythical + Legendary + Not Very Nice + Jerk + Doctor + Misunderstood + Angry + Knight + Bishop + Godly + Special + Toasty + Shiny + Shimmering + Light + Dark + Odd-Smelling + Funky + Rock Smasher + Son of Herobrine + Cracked + Sticky + §kAlien§r + Baby + Manly + Rough + Scary + Undoubtable + Honest + Non-Suspicious + Boring + Odd + Lazy + Super + Nifty + Ogre Slayer + Pig Thief + Dirt Digger + Really Cool + Doominator + ... Something + Extra-Fishy + Gorilla Slaughterer + Marbles Winner + AC Rizzlord + President + Burger Chef + Professional Animator + Cheese Sprayer + Happiness Advocate + Ghost Hunter + Head of Potatoes + Ninja + Warrior + Pyromancer + Trombone Player + Airport Technician + Grand Magistrix + Starved + Terrifying + Expert Cloud Watcher + Cookie Enthusiast + Grass Toucher + Coffee Addict + Mildly Confused + > +} + + +items { + # A list of root names for helms, used in the generation of item names. May not be empty. + # Default: [Helmet], [Cap], [Crown], [Great Helm], [Bassinet], [Sallet], [Close Helm], [Barbute] + S:Helms < + Helmet + Cap + Crown + Great Helm + Bassinet + Sallet + Close Helm + Barbute + > + + # A list of root names for chestplates, used in the generation of item names. May not be empty. + # Default: [Chestplate], [Tunic], [Brigandine], [Hauberk], [Cuirass] + S:chestplates < + Chestplate + Tunic + Brigandine + Hauberk + Cuirass + > + + # A list of root names for leggings, used in the generation of item names. May not be empty. + # Default: [Leggings], [Pants], [Tassets], [Cuisses], [Schynbalds] + S:leggings < + Leggings + Pants + Tassets + Cuisses + Schynbalds + > + + # A list of root names for boots, used in the generation of item names. May not be empty. + # Default: [Boots], [Shoes], [Greaves], [Sabatons], [Sollerets] + S:boots < + Boots + Shoes + Greaves + Sabatons + Sollerets + > + + # A list of root names for swords, used in the generation of item names. May not be empty. + # Default: [Sword], [Cutter], [Slicer], [Dicer], [Knife], [Blade], [Machete], [Brand], [Claymore], [Cutlass], [Foil], [Dagger], [Glaive], [Rapier], [Saber], [Scimitar], [Shortsword], [Longsword], [Broadsword], [Calibur] + S:swords < + Sword + Cutter + Slicer + Dicer + Knife + Blade + Machete + Brand + Claymore + Cutlass + Foil + Dagger + Glaive + Rapier + Saber + Scimitar + Shortsword + Longsword + Broadsword + Calibur + > + + # A list of root names for axes, used in the generation of item names. May not be empty. + # Default: [Axe], [Chopper], [Hatchet], [Tomahawk], [Cleaver], [Hacker], [Tree-Cutter], [Truncator] + S:axes < + Axe + Chopper + Hatchet + Tomahawk + Cleaver + Hacker + Tree-Cutter + Truncator + > + + # A list of root names for pickaxes, used in the generation of item names. May not be empty. + # Default: [Pickaxe], [Pick], [Mattock], [Rock-Smasher], [Miner] + S:pickaxes < + Pickaxe + Pick + Mattock + Rock-Smasher + Miner + > + + # A list of root names for shovels, used in the generation of item names. May not be empty. + # Default: [Shovel], [Spade], [Digger], [Excavator], [Trowel], [Scoop] + S:shovels < + Shovel + Spade + Digger + Excavator + Trowel + Scoop + > + + # A list of root names for bows, used in the generation of item names. May not be empty. + # Default: [Bow], [Shortbow], [Longbow], [Flatbow], [Recurve Bow], [Reflex Bow], [Self Bow], [Composite Bow], [Arrow-Flinger] + S:bows < + Bow + Shortbow + Longbow + Flatbow + Recurve Bow + Reflex Bow + Self Bow + Composite Bow + Arrow-Flinger + > + + # A list of root names for shields, used in the generation of item names. May not be empty. + # Default: [Shield], [Buckler], [Targe], [Greatshield], [Blockade], [Bulwark], [Tower Shield], [Protector], [Aegis] + S:shields < + Shield + Buckler + Targe + Greatshield + Blockade + Bulwark + Tower Shield + Protector + Aegis + > +} + + +tools { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:molten + # + # Default: [ + S:endersequipment_molten < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:overchargedcore + # + # Default: [ + S:endersequipment_overchargedcore < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: farmersdelight:flint_knife + # + # Default: [ + S:farmersdelight_flint_knife < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, farmersdelight:netherite_knife + # + # Default: [ + S:NETHERITE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:grovekeeper + # + # Default: [ + S:endersequipment_grovekeeper < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:the_light + # + # Default: [ + S:endersequipment_the_light < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:runic_sword + # + # Default: [ + S:endersequipment_runic_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:the_dark + # + # Default: [ + S:endersequipment_the_dark < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_dagger + # + # Default: [ + S:endersequipment_countersteel_dagger < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:scythe_of_rotted_dreams + # + # Default: [ + S:endersequipment_scythe_of_rotted_dreams < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:hailstorm + # + # Default: [ + S:endersequipment_hailstorm < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:bloodthirst + # + # Default: [ + S:endersequipment_bloodthirst < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:amethyst_rapier + # + # Default: [ + S:irons_spellbooks_amethyst_rapier < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:spectral_blade + # + # Default: [ + S:endersequipment_spectral_blade < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:keeper_flamberge + # + # Default: [ + S:irons_spellbooks_keeper_flamberge < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:magehunter + # + # Default: [ + S:irons_spellbooks_magehunter < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, farmersdelight:iron_knife + # + # Default: [ + S:IRON < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, farmersdelight:diamond_knife + # + # Default: [ + S:DIAMOND < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_greatsword + # + # Default: [ + S:endersequipment_countersteel_greatsword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, cataclysm:athame, refurbished_furniture:knife + # + # Default: [ + S:STONE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wooden_sword, minecraft:wooden_shovel, minecraft:wooden_pickaxe, minecraft:wooden_axe, minecraft:wooden_hoe, refurbished_furniture:spatula + # + # Default: [ + S:WOOD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:mithril_sword + # + # Default: [ + S:endersequipment_mithril_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:claymore + # + # Default: [ + S:irons_spellbooks_claymore < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:chorussword + # + # Default: [ + S:endersequipment_chorussword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_sword + # + # Default: [ + S:endersequipment_countersteel_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:broken_promise + # + # Default: [ + S:endersequipment_broken_promise < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:heartbeat + # + # Default: [ + S:endersequipment_heartbeat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:spellbreaker + # + # Default: [ + S:irons_spellbooks_spellbreaker < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:judgement + # + # Default: [ + S:endersequipment_judgement < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, farmersdelight:golden_knife + # + # Default: [ + S:GOLD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:misery + # + # Default: [ + S:irons_spellbooks_misery < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:certus_quartz_axe, ae2:certus_quartz_hoe, ae2:certus_quartz_shovel, ae2:certus_quartz_pickaxe, ae2:certus_quartz_sword + # + # Default: [ + S:ae2_certus_quartz_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:fluix_axe, ae2:fluix_hoe, ae2:fluix_shovel, ae2:fluix_pickaxe, ae2:fluix_sword + # + # Default: [ + S:ae2_fluix_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:black_steel_sword, cataclysm:black_steel_shovel, cataclysm:black_steel_pickaxe, cataclysm:black_steel_axe, cataclysm:black_steel_hoe + # + # Default: [ + S:cataclysm_black_steel_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:nether_quartz_axe, ae2:nether_quartz_hoe, ae2:nether_quartz_shovel, ae2:nether_quartz_pickaxe, ae2:nether_quartz_sword + # + # Default: [ + S:ae2_nether_quartz_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:void_forge, cataclysm:infernal_forge + # + # Default: [ + S:cataclysm_void_forge < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:khopesh + # + # Default: [ + S:cataclysm_khopesh < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:monstrous_flamberge + # + # Default: [ + S:cataclysm_spellbooks_monstrous_flamberge < + > +} + + +armors { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:tarnished_helmet + # + # Default: [ + S:irons_spellbooks_tarnished_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wolf_armor + # + # Default: [ + S:minecraft_wolf_armor < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:shulker_shell + # + # Default: [ + S:minecraft_shulker_shell < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:wandering_magician_helmet, irons_spellbooks:wandering_magician_chestplate, irons_spellbooks:wandering_magician_leggings, irons_spellbooks:wandering_magician_boots + # + # Default: [ + S:irons_spellbooks_wandering_magician_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:chainmail_helmet, minecraft:chainmail_chestplate, minecraft:chainmail_leggings, minecraft:chainmail_boots + # + # Default: [Chainmail], [Chain], [Chain Link], [Scale] + S:minecraft_chainmail_helmet < + Chainmail + Chain + Chain Link + Scale + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_helmet, minecraft:golden_chestplate, minecraft:golden_leggings, minecraft:golden_boots, minecraft:golden_horse_armor + # + # Default: [Golden], [Gold], [Gilt], [Auric], [Ornate] + S:minecraft_golden_helmet < + Golden + Gold + Gilt + Auric + Ornate + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:paladin_chestplate + # + # Default: [ + S:irons_spellbooks_paladin_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:turtle_helmet + # + # Default: [Tortollan], [Very Tragic], [Environmental], [Organic] + S:minecraft_turtle_helmet < + Tortollan + Very Tragic + Environmental + Organic + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_helmet, minecraft:netherite_chestplate, minecraft:netherite_leggings, minecraft:netherite_boots, cataclysm:monstrous_helm + # + # Default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged] + S:minecraft_netherite_helmet < + Burnt + Embered + Fiery + Hellborn + Flameforged + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots, minecraft:diamond_horse_armor + # + # Default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal] + S:minecraft_diamond_helmet < + Diamond + Zircon + Gemstone + Jewel + Crystal + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:gold_crown + # + # Default: [ + S:irons_spellbooks_gold_crown < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:pumpkin_helmet, irons_spellbooks:pumpkin_chestplate, irons_spellbooks:pumpkin_leggings, irons_spellbooks:pumpkin_boots + # + # Default: [ + S:irons_spellbooks_pumpkin_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_helmet, endersequipment:countersteel_chestplate, endersequipment:countersteel_leggings, endersequipment:countersteel_boots + # + # Default: [ + S:endersequipment_countersteel_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: aero_additions:windmaker_headpiece, aero_additions:windmaker_robes, aero_additions:windmaker_leggings, aero_additions:windmaker_boots, nameless_necromancy:nameless_helmet, nameless_necromancy:nameless_chestplate, nameless_necromancy:nameless_leggings, nameless_necromancy:nameless_boots, irons_spellbooks:pyromancer_helmet, irons_spellbooks:pyromancer_chestplate, irons_spellbooks:pyromancer_leggings, irons_spellbooks:pyromancer_boots, irons_spellbooks:electromancer_helmet, irons_spellbooks:electromancer_chestplate, irons_spellbooks:electromancer_leggings, irons_spellbooks:electromancer_boots, irons_spellbooks:archevoker_helmet, irons_spellbooks:archevoker_chestplate, irons_spellbooks:archevoker_leggings, irons_spellbooks:archevoker_boots, irons_spellbooks:cultist_helmet, irons_spellbooks:cultist_chestplate, irons_spellbooks:cultist_leggings, irons_spellbooks:cultist_boots, irons_spellbooks:cryomancer_helmet, irons_spellbooks:cryomancer_chestplate, irons_spellbooks:cryomancer_leggings, irons_spellbooks:cryomancer_boots, irons_spellbooks:shadowwalker_helmet, irons_spellbooks:shadowwalker_chestplate, irons_spellbooks:shadowwalker_leggings, irons_spellbooks:shadowwalker_boots, irons_spellbooks:priest_helmet, irons_spellbooks:priest_chestplate, irons_spellbooks:priest_leggings, irons_spellbooks:priest_boots, irons_spellbooks:plagued_helmet, irons_spellbooks:plagued_chestplate, irons_spellbooks:plagued_leggings, irons_spellbooks:plagued_boots + # + # Default: [ + S:aero_additions_windmaker_headpiece < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, minecraft:iron_horse_armor + # + # Default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron] + S:minecraft_iron_helmet < + Iron + Steel + Ferrous + Rusty + Wrought Iron + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:speed_boots + # + # Default: [ + S:irons_spellbooks_speed_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:netherite_mage_helmet, irons_spellbooks:netherite_mage_chestplate, irons_spellbooks:netherite_mage_leggings, irons_spellbooks:netherite_mage_boots + # + # Default: [ + S:irons_spellbooks_netherite_mage_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, minecraft:leather_horse_armor + # + # Default: [Leather], [Rawhide], [Lamellar], [Cow Skin] + S:minecraft_leather_helmet < + Leather + Rawhide + Lamellar + Cow Skin + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:cursium_helmet, cataclysm:cursium_chestplate, cataclysm:cursium_leggings, cataclysm:cursium_boots + # + # Default: [ + S:cataclysm_cursium_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:ignis_helmet, cataclysm_spellbooks:ignis_chestplate, cataclysm_spellbooks:ignis_chestplate_elytra, cataclysm_spellbooks:ignis_leggings, cataclysm_spellbooks:ignis_boots + # + # Default: [ + S:cataclysm_spellbooks_ignis_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:bloom_stone_pauldrons + # + # Default: [ + S:cataclysm_bloom_stone_pauldrons < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: advanced_ae:quantum_helmet, advanced_ae:quantum_chestplate, advanced_ae:quantum_leggings, advanced_ae:quantum_boots + # + # Default: [ + S:advanced_ae_quantum_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:bone_reptile_helmet, cataclysm:bone_reptile_chestplate + # + # Default: [ + S:cataclysm_bone_reptile_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:abyssal_warlock_helmet, cataclysm_spellbooks:abyssal_warlock_mask, cataclysm_spellbooks:abyssal_warlock_chestplate, cataclysm_spellbooks:abyssal_warlock_leggings, cataclysm_spellbooks:abyssal_warlock_boots + # + # Default: [ + S:cataclysm_spellbooks_abyssal_warlock_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:cursium_mage_circlet, cataclysm_spellbooks:cursium_mage_chestplate, cataclysm_spellbooks:cursium_mage_elytra, cataclysm_spellbooks:cursium_mage_skirt, cataclysm_spellbooks:cursium_mage_boots + # + # Default: [ + S:cataclysm_spellbooks_cursium_mage_circlet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:ignitium_helmet, cataclysm:ignitium_chestplate, cataclysm:ignitium_elytra_chestplate, cataclysm:ignitium_leggings, cataclysm:ignitium_boots + # + # Default: [ + S:cataclysm_ignitium_helmet < + > +} + + +formatting { + # The format string that will be used when a suffix is applied. + # Default: %s the %s + S:"Suffix Format"=%s the %s + + # The format string that will be used to indicate ownership. + # Default: %s's + S:"Ownership Format"=%s's +} + + diff --git a/client/config/apothic_spawners.cfg b/client/config/apothic_spawners.cfg new file mode 100644 index 0000000..9b967b9 --- /dev/null +++ b/client/config/apothic_spawners.cfg @@ -0,0 +1,43 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Spawner Module Configuration + +general { + # The level of silk touch needed to harvest a spawner. Set to -1 to disable, 0 to always drop. The enchantment module can increase the max level of silk touch. + # Synced. + # Default: 1; Range: [-1 ~ 127] + I:"Spawner Silk Level"=1 + + # The durability damage dealt to an item that silk touches a spawner. + # Server-authoritative. + # Default: 100; Range: [0 ~ 100000] + I:"Spawner Silk Damage"=100 + + # The per-level drop chance (1 = 100%) of Spawn Eggs when using Capturing. + # Synced. + # Default: 0.005; Range: [0.001 ~ 1.0] + S:"Capturing Drop Chance"=0.005 + + # If spawners should clear their contained entity when broken. + # Server-authoritative. + # Default: false + B:"Spawners Drop Empty"=false + + # The time, in ticks, that mobs will be prevented from despawning for after they have spawned. + # Server-authoritative. + # Default: 600; Range: [0 ~ 24000] + I:"Entity Despawn Delay"=600 +} + + +spawn_eggs { + # A list of entity registry names that cannot be applied to spawners via egg. Supports regex. + # Synced. + # Default: [minecraft:warden], [minecraft:elder_guardian] + S:"Banned Mobs" < + minecraft:warden + minecraft:elder_guardian + > +} + + diff --git a/client/config/azurelib.json b/client/config/azurelib.json new file mode 100644 index 0000000..410bd55 --- /dev/null +++ b/client/config/azurelib.json @@ -0,0 +1,3 @@ +{ + "useVanillaUseKey": true +} \ No newline at end of file diff --git a/client/config/betterfortresses/neoforge-1_21/itemframes.json b/client/config/betterfortresses/neoforge-1_21/itemframes.json index cc586f3..d63aa96 100644 --- a/client/config/betterfortresses/neoforge-1_21/itemframes.json +++ b/client/config/betterfortresses/neoforge-1_21/itemframes.json @@ -1,22 +1,22 @@ { "weaponItems": { "entries": { - "minecraft:golden_axe": 0.05, - "minecraft:golden_sword": 0.05, "minecraft:stone_axe": 0.025, - "minecraft:shield": 0.025, - "minecraft:iron_axe": 0.025, "minecraft:stone_sword": 0.025, "minecraft:netherite_sword": 0.005, - "minecraft:iron_sword": 0.025 + "minecraft:iron_axe": 0.025, + "minecraft:golden_sword": 0.05, + "minecraft:shield": 0.025, + "minecraft:iron_sword": 0.025, + "minecraft:golden_axe": 0.05 }, "defaultItem": "minecraft:air" }, "lootItems": { "entries": { - "minecraft:gold_ingot": 0.1, "minecraft:gold_nugget": 0.2, - "minecraft:nether_wart": 0.1 + "minecraft:nether_wart": 0.1, + "minecraft:gold_ingot": 0.1 }, "defaultItem": "minecraft:air" }, @@ -31,9 +31,9 @@ }, "messHallItems": { "entries": { - "minecraft:gold_ingot": 0.2, + "minecraft:cooked_porkchop": 0.3, "minecraft:porkchop": 0.3, - "minecraft:cooked_porkchop": 0.3 + "minecraft:gold_ingot": 0.2 }, "defaultItem": "minecraft:air" }, diff --git a/client/config/biomeswevegone/mob_spawn.json b/client/config/biomeswevegone/mob_spawn.json new file mode 100644 index 0000000..83554b9 --- /dev/null +++ b/client/config/biomeswevegone/mob_spawn.json @@ -0,0 +1,6 @@ +{ + "spawn": { + "man_o_war": true, + "oddion": true + } +} \ No newline at end of file diff --git a/client/config/biomeswevegone/world_generation.json5 b/client/config/biomeswevegone/world_generation.json5 index 16eb323..25c79e7 100644 --- a/client/config/biomeswevegone/world_generation.json5 +++ b/client/config/biomeswevegone/world_generation.json5 @@ -1,59 +1,59 @@ { // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region "enabled_biomes": { - "biomeswevegone:enchanted_tangle": true, + "biomeswevegone:mojave_desert": true, "biomeswevegone:rose_fields": true, - "biomeswevegone:redwood_thicket": true, - "biomeswevegone:dacite_ridges": true, + "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:atacama_outback": true, + "biomeswevegone:red_rock_valley": true, "biomeswevegone:zelkova_forest": true, - "biomeswevegone:windswept_desert": true, - "biomeswevegone:sierra_badlands": true, - "biomeswevegone:fragment_jungle": true, - "biomeswevegone:baobab_savanna": true, - "biomeswevegone:rainbow_beach": true, - "biomeswevegone:allium_shrubland": true, + "biomeswevegone:sakura_grove": true, + "biomeswevegone:enchanted_tangle": true, + "biomeswevegone:prairie": true, + "biomeswevegone:pumpkin_valley": true, + "biomeswevegone:ebony_woods": true, + "biomeswevegone:canadian_shield": true, "biomeswevegone:lush_stacks": true, - "biomeswevegone:skyrise_vale": true, + "biomeswevegone:amaranth_grassland": true, + "biomeswevegone:pale_bog": true, + "biomeswevegone:black_forest": true, + "biomeswevegone:howling_peaks": true, + "biomeswevegone:bayou": true, + "biomeswevegone:crimson_tundra": true, + "biomeswevegone:baobab_savanna": true, + "biomeswevegone:crag_gardens": true, + "biomeswevegone:maple_taiga": true, + "biomeswevegone:rugged_badlands": true, + "biomeswevegone:cypress_swamplands": true, + "biomeswevegone:overgrowth_woodlands": true, "biomeswevegone:coconino_meadow": true, "biomeswevegone:coniferous_forest": true, - "biomeswevegone:temperate_grove": true, - "biomeswevegone:sakura_grove": true, - "biomeswevegone:frosted_coniferous_forest": true, - "biomeswevegone:pale_bog": true, - "biomeswevegone:ebony_woods": true, - "biomeswevegone:shattered_glacier": true, - "biomeswevegone:cika_woods": true, - "biomeswevegone:howling_peaks": true, - "biomeswevegone:rugged_badlands": true, - "biomeswevegone:crimson_tundra": true, - "biomeswevegone:black_forest": true, - "biomeswevegone:maple_taiga": true, - "biomeswevegone:prairie": true, - "biomeswevegone:amaranth_grassland": true, - "biomeswevegone:orchard": true, - "biomeswevegone:overgrowth_woodlands": true, - "biomeswevegone:dacite_shore": true, - "biomeswevegone:aspen_boreal": true, - "biomeswevegone:weeping_witch_forest": true, - "biomeswevegone:crag_gardens": true, - "biomeswevegone:frosted_taiga": true, - "biomeswevegone:firecracker_chaparral": true, "biomeswevegone:eroded_borealis": false, - "biomeswevegone:white_mangrove_marshes": true, - "biomeswevegone:red_rock_valley": true, - "biomeswevegone:bayou": true, - "biomeswevegone:jacaranda_jungle": true, - "biomeswevegone:atacama_outback": true, - "biomeswevegone:mojave_desert": true, - "biomeswevegone:ironwood_gour": true, - "biomeswevegone:pumpkin_valley": true, - "biomeswevegone:cypress_swamplands": true, - "biomeswevegone:canadian_shield": true, - "biomeswevegone:basalt_barrera": true, - "biomeswevegone:araucaria_savanna": true, - "biomeswevegone:tropical_rainforest": true, "biomeswevegone:dead_sea": true, + "biomeswevegone:allium_shrubland": true, + "biomeswevegone:ironwood_gour": true, + "biomeswevegone:windswept_desert": true, + "biomeswevegone:tropical_rainforest": true, + "biomeswevegone:cika_woods": true, + "biomeswevegone:skyrise_vale": true, + "biomeswevegone:redwood_thicket": true, + "biomeswevegone:fragment_jungle": true, + "biomeswevegone:orchard": true, + "biomeswevegone:basalt_barrera": true, + "biomeswevegone:frosted_taiga": true, + "biomeswevegone:dacite_ridges": true, + "biomeswevegone:shattered_glacier": true, + "biomeswevegone:weeping_witch_forest": true, + "biomeswevegone:temperate_grove": true, + "biomeswevegone:jacaranda_jungle": true, + "biomeswevegone:frosted_coniferous_forest": true, + "biomeswevegone:rainbow_beach": true, + "biomeswevegone:white_mangrove_marshes": true, + "biomeswevegone:sierra_badlands": true, "biomeswevegone:forgotten_forest": true, + "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:aspen_boreal": true, + "biomeswevegone:dacite_shore": true, }, // How much each BWG region weighs. This weight applies to all 3 BWG Regions "region_weight": 8, @@ -61,10 +61,10 @@ "vanilla_additions": true, // BWG Features that we add to Vanilla Biomes "enabled_vanilla_additions": { - "biomeswevegone:vanilla/flower_plains": true, - "biomeswevegone:palm_trees": true, - "biomeswevegone:vanilla/flower_warm": true, - "biomeswevegone:vanilla/flower_default": true, "biomeswevegone:vanilla/forest_flowers": true, + "biomeswevegone:palm_trees": true, + "biomeswevegone:vanilla/flower_default": true, + "biomeswevegone:vanilla/flower_warm": true, + "biomeswevegone:vanilla/flower_plains": true, }, } \ No newline at end of file diff --git a/client/config/cataclysm.toml b/client/config/cataclysm.toml new file mode 100644 index 0000000..b314a48 --- /dev/null +++ b/client/config/cataclysm.toml @@ -0,0 +1,713 @@ +[Etc] + #Lava Opacity for the Ignitium Helemt. + # Default: 0.5 + # Range: 0.01 ~ 1.0 + lavaVisionOpacity = 0.5 + #Whether to disable certain aspects of the Ignitium Helemt. Enable if issues with shaders persist. + shadersCompat = false + #ScreenShake(on/off) + "ScreenShake(on/off)" = true + +["bosses Common settings"] + #custombossbar(on/off) + "custombossbar(on/off)" = true + #BossMusic(on/off) + "BossMusic(on/off)" = true + #BossMusicVolume(denominator) + # Default: 1 + # Range: 1 ~ 1000000 + BossMusicVolume = 1 + #If the boss leaves the summoned location and there is no target, it returns to the summoned location. When set to 0, it does not return + # Default: 20 + # Range: 0 ~ 200 + ReturnHome = 20 + +[Weapon] + #Armor Infinity Durability(on/off) + "Armor Infinity Durability(on/off)" = true + #Bulwark of the Flame's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + BulwarkOfTheFlameCooldown = 80 + #Gauntlet of Bulwark's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + GauntletOfBulwarkCooldown = 80 + #Infernal Forge's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + InfernalForgeCooldown = 80 + #Void Forge's Cooldown + # Default: 120 + # Range: 0 ~ 1000000 + VoidForgeCooldown = 120 + #The Incinerator's Cooldown + # Default: 400 + # Range: 0 ~ 1000000 + TheIncineratorCooldown = 400 + #Wither Assault Shoulder Weapon's Missile Cooldown + # Default: 40 + # Range: 0 ~ 1000000 + WASWMissileCooldown = 40 + #WASW's Wither Missile's Damage + # Default: 16.0 + # Range: 0.0 ~ 1000000.0 + "WASW's WitherMissiledamage" = 16.0 + #Wither Assault Shoulder Weapon's Howitzer Cooldown + # Default: 100 + # Range: 0 ~ 1000000 + WASWHowitzerCooldown = 100 + #Void Assault Shoulder Weapon's Cooldown + # Default: 120 + # Range: 0 ~ 1000000 + VASWCooldown = 120 + #Void Core's Cooldown + # Default: 160 + # Range: 0 ~ 1000000 + VoidCoreCooldown = 160 + #Sandstorm's cooldown + # Default: 300 + # Range: 0 ~ 1000000 + Sandstormcooldown = 300 + #Soul Render's Timer + # Default: 100 + # Range: 0 ~ 1000000 + SoulRenderCooldown = 100 + #Gauntlet of Maelstrom's Timer + # Default: 180 + # Range: 0 ~ 1000000 + gauntletofMaelstromCooldown = 180 + #The Immolator's Timer + # Default: 300 + # Range: 0 ~ 1000000 + immolatorCooldown = 300 + +[Block] + #Cursed Tombstone Summon cooldown Minute + # Default: 1 + # Range: 1 ~ 300 + "Cursed Tombstone Summon cooldown Minute" = 1 + +["Entity damage"] + #Void Rune's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + Voidrunedamage = 7.0 + #Ashen Breath's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + Ashenbreathdamage = 4.0 + #Death Laser's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + DeathLaserdamage = 5.0 + #Death Laser's Hp Damage + # Default: 5.0 + # Range: 0.0 ~ 100.0 + DeathLaserHpdamage = 5.0 + #Player's Laser's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + Laserdamage = 7.0 + #Blazing Bone's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + BlazingBonedamage = 5.0 + #Lionfish Spike's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + LionfishSpikedamage = 4.0 + #Wither Howizter's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + WitherHowizterdamage = 8.0 + #Dimensional Rift's Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + DimensionalRiftdamage = 10.0 + #Wither Homing Missile's Damage + # Default: 3.0 + # Range: 0.0 ~ 1000000.0 + WitherHomingMissiledamage = 3.0 + #Abyss Blast's Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + AbyssBlastdamage = 10.0 + #Abyss Blast's Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + AbyssBlastHpdamage = 0.1 + #Abyss Orb's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + AbyssOrbdamage = 4.0 + #Lava bomb's Radius + # Default: 2 + # Range: 1 ~ 7 + Lavabombradius = 2 + #Amethyst Cluster's Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + "Amethyst Cluster Damage" = 12.0 + #Sandstorm's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Sandstorm Damage" = 5.0 + #Ancient Desert Stele's Damage + # Default: 18.0 + # Range: 0.0 ~ 1000000.0 + "Ancient Desert Stele Damage" = 18.0 + #Player's Phantom Arrow's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Phantom Arrow Damage" = 5.0 + #Phantom Halberd's Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + "Phantom Halberd Damage" = 12.0 + #Cursed Sandstorm's Damage + # Default: 6.0 + # Range: 0.0 ~ 1000000.0 + "Cursed Sandstorm Damage" = 6.0 + #Flame jet's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + "Flame Jet Damage" = 7.0 + #Flare Bomb's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + "Flare Bomb Damage" = 7.0 + +["Ender Guardian"] + #EnderGuardian's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianHealthMultiplier = 1.0 + #EnderGuardian's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianDamageMultiplier = 1.0 + #EnderGuardian's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianDamageCap = 22.0 + #EnderGuardian's DamageTime + # Default: 30 + # Range: 0 ~ 100 + EnderGuardianDamageTime = 30 + #EnderGuardian's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianNatureHealing = 10.0 + #Ender guardian's block breaking ignore the MobGriefing + EnderguardianBlockBreaking = true + #Guardian's Immune to Long distance attack range. + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + "Guardian's prevent attacks from far away Range" = 12.0 + #Guardian's gravity Punch Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Guardian's gravity Punch Hp Damage" = 0.05 + #Guardian's Teleport attack Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Guardian's Teleport attack Hp Damage" = 0.05 + #Guardian's Punch Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + "Guardian's knockback Hp Damage" = 0.06 + #Guardian's Uppercut Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Guardian's Uppercut Hp Damage" = 0.1 + #Guardian's RocketPunch Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Guardian's RocketPunch Hp Damage" = 0.1 + #Guardian's etc area attack Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Guardian's area attack Hp Damage" = 0.08 + #EnderGuardianBlockBreaking radius + # Default: 15 + # Range: 0 ~ 20 + "EnderGuardianBlockBreaking X" = 15 + #EnderGuardianBlockBreaking radius + # Default: 2 + # Range: 0 ~ 10 + "EnderGuardianBlockBreaking Y" = 2 + #EnderGuardianBlockBreaking radius + # Default: 15 + # Range: 0 ~ 20 + "EnderGuardianBlockBreaking Z" = 15 + +["Netherite Monstrosity"] + #Monstrosity's Lavabomb magazine. + # Default: 3 + # Range: 1 ~ 1000000 + LavabombMagazine = 3 + #Monstrosity's Lavabomb amount + # Default: 3 + # Range: 1 ~ 1000000 + Lavabombamount = 3 + #Monstrosity's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityHealthMultiplier = 1.0 + #Monstrosity's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityDamageMultiplier = 1.0 + #Monstrosity's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityHealingMultiplier = 1.0 + # Monstrosity's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityNatureHealing = 10.0 + #Monstrosity's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityDamageCap = 22.0 + #Monstrosity's DamageTime + # Default: 10 + # Range: 0 ~ 100 + MonstrosityDamageTime = 10 + #Monstrosity's bodyBlocking verdict + NetheritemonstrosityBodyBloking = true + #Monstrosity's attack Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Monstrosity's attack Hp Damage" = 0.08 + #Monstrosity's Immune to Long distance attack range. + # Default: 18.0 + # Range: 1.0 ~ 1000000.0 + "Monstrosity's prevent attacks from far away Range" = 18.0 + #Monstrosity's block breaking ignore the MobGriefing + monstrosityBlockBreaking = true + +["Ender Golem"] + #Ender Golem's block breaking ignore the MobGriefing + EndergolemBlockBreaking = false + #Endergolem's Immune to Long distance attack range. + # Default: 6.0 + # Range: 1.0 ~ 1000000.0 + "Endergolem's prevent attacks from far away Range" = 6.0 + #Golem's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + GolemHealthMultiplier = 1.0 + #Golem's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + GolemDamageMultiplier = 1.0 + +[Ignis] + #Ignis's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisHealthMultiplier = 1.0 + #Ignis's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisDamageMultiplier = 1.0 + #Ignis's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + IgnisNatureHealing = 10.0 + #Ignis's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisHealingMultiplier = 1.0 + #Ignis's Immune to Long distance attack range. + # Default: 15.0 + # Range: 1.0 ~ 1000000.0 + "Ignis's prevent attacks from far away Range" = 15.0 + #Ignis's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + IgnisDamageCap = 20.0 + #Ignis's DamageTime + # Default: 15 + # Range: 0 ~ 100 + IgnisDamageTime = 15 + #Ignis's cracked block breaking ignore the MobGriefing + IgnisBlockBreaking = true + +[revenant] + #Revenant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + RevenantHealthMultiplier = 1.0 + #Revenant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + RevenantDamageMultiplier = 1.0 + +["The Prowler"] + #The Prowler's Immune to Long distance attack range. + # Default: 16.0 + # Range: 1.0 ~ 1000000.0 + "The Prowler's prevent attacks from far away Range" = 16.0 + #Prowler's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ProwlerHealthMultiplier = 1.0 + #Prowler's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ProwlerDamageMultiplier = 1.0 + +["The Harbinger"] + #Harbinger's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerHealthMultiplier = 1.0 + #Harbinger's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerDamageMultiplier = 1.0 + #Harbinger's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerHealingMultiplier = 1.0 + #Harbinger's Wither Missile's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + "Harbinger's WitherMissiledamage" = 8.0 + #Harbinger's laser's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Harbinger's laser damage" = 5.0 + #Harbinger's Immune to Long distance attack range. + # Default: 35.0 + # Range: 1.0 ~ 1000000.0 + "The Harbinger's prevent attacks from far away Range" = 35.0 + #Harbinger's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + "The Harbinger DamageCap" = 22.0 + #Harbinger's DamageTime + # Default: 12 + # Range: 0 ~ 100 + "The Harbinger DamageTime" = 12 + #Harbinger's lasers can light a fire in MobGriefing + "The Harbinger Light A Fire" = true + #The Harbinger's charge attack Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + "The Harbinger's charge attack Hp Damage" = 0.06 + +["The Leviathan"] + #Leviathan's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + LeviathanHealthMultiplier = 1.0 + #Leviathan's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + LeviathanDamageMultiplier = 1.0 + #Leviathan's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + LeviathanNatureHealing = 10.0 + #Leviathan's Immune to Long distance attack range. + # Default: 38.0 + # Range: 1.0 ~ 1000000.0 + "Leviathan's prevent attacks from far away Range" = 38.0 + #Leviathan's Bite Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Leviathan's Bite Hp Damage" = 0.1 + #Leviathan's Rush Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Leviathan's Rush Hp Damage" = 0.05 + #Leviathan's TailSwing Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Leviathan's TailSwing Hp Damage" = 0.08 + #Leviathan's Tentacle Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Leviathan's Tentacle Hp Damage" = 0.03 + #Leviathan's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + LeviathanDamageCap = 20.0 + #Leviathan's DamageTime + # Default: 15 + # Range: 0 ~ 100 + "Leviathan DamageTime" = 15 + #Leviathan's block breaking ignore the MobGriefing + LeviathanBlockBreaking = true + #Leviathan Immune Out of Water + LeviathanImmuneOutofWater = true + +["The Baby Leviathan"] + #BabyLeviathan's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + BabyLeviathanHealthMultiplier = 1.0 + #BabyLeviathan's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + BabyLeviathanDamageMultiplier = 1.0 + +["Modern Remnant"] + #Modern Remnant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ModernRemnantHealthMultiplier = 1.0 + #Modern Remnant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ModernRemnantDamageMultiplier = 1.0 + +["Netherite Ministrosity"] + #Ministrosity's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MinistrosityHealthMultiplier = 1.0 + +["Amethyst Crab"] + #Amethyst Crab's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabHealthMultiplier = 1.0 + #Amethyst Crab's EarthQuake Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabEarthQuakeDamage = 5.0 + #Amethyst Crab's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabDamageMultiplier = 1.0 + +["Ancient Remnant"] + #Ancient Remnant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantHealthMultiplier = 1.0 + #Ancient Remnant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantDamageMultiplier = 1.0 + #AncientRemnant's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantNatureHealing = 10.0 + #Ancient Remnant's Immune to Long distance attack range. + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + "Ancient Remnant's prevent attacks from far away Range" = 14.0 + #Ancient Remnant's DamageCap + # Default: 21.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantCap = 21.0 + #Ancient Remnant's DamageTime + # Default: 12 + # Range: 0 ~ 100 + "Ancient Remnant DamageTime" = 12 + #Ancient Remnant's block breaking ignore the MobGriefing + AncientRemnantBlockBreaking = true + #Remnant's Charge Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Remnant's Charge Hp Damage" = 0.1 + #Remnant's Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Remnant's Normal attack Hp Damage" = 0.05 + #Remnant's Stomp Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Remnant's Stomp Hp Damage" = 0.03 + #Remnant's EarthQuake Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + "Remnant's EarthQuakeDamage" = 11.0 + +[Koboleton] + #Cause Koboleton to Drop Item In Hand Percent + # Default: 5.0 + # Range: 0.0 ~ 100.0 + CauseKoboletontoDropItemInHandPercent = 5.0 + +[Kobolediator] + #Kobolediator's block breaking ignore the MobGriefing + KobolediatorBlockBreaking = false + #Kobolediator's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + KobolediatorHealthMultiplier = 1.0 + #Kobolediator's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + KobolediatorDamageMultiplier = 1.0 + +[Wadjet] + #Wadjet's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + WadjetHealthMultiplier = 1.0 + #Wadjet's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + WadjetDamageMultiplier = 1.0 + +[Aptrgangr] + #Aptrgangr's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrHealthMultiplier = 1.0 + #Aptrgangr's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrDamageMultiplier = 1.0 + #Axe Blade's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrAxeBladeDamage = 8.0 + +[Maledictus] + #Maledictus's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MaledictusHealthMultiplier = 1.0 + #Maledictus's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MaledictusDamageMultiplier = 1.0 + #Maledictus's Immune to Long distance attack range. + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + "Maledictus's prevent attacks from far away Range" = 12.0 + #Maledictus's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + MaledictusNatureHealing = 10.0 + #Maledictus's Phantom Halberd Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + "Maledictus' Phantom Halberd Damage'" = 10.0 + #Maledictus's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + MaledictusDamageCap = 20.0 + #Maledictus's DamageTime + # Default: 30 + # Range: 0 ~ 100 + "Maledictus DamageTime" = 30 + #Maledictus's melee Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Maledictus's melee Hp Damage" = 0.05 + #Maledictus's Shock wave Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Maledictus's Shock Wave Hp Damage" = 0.03 + #Maledictus's AOE Hp Damage + # Default: 0.15 + # Range: 0.0 ~ 1.0 + "Maledictus's AOE Hp Damage" = 0.15 + #Maledictus's flying Smash Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Maledictus's Flying Smash Hp Damage" = 0.1 + #Maledictus's Jump Smash Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Maledictus's Jump Smash Hp Damage" = 0.08 + #Maledictus's Phantom Arrow's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Maledictus's Phantom Arrow Damage" = 5.0 + #Maledictus's cracked block breaking ignore the MobGriefing + MaledictusBlockBreaking = true + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + DeeplingSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + DeeplingSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingBruteSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 50 + # Range: > 0 + DeeplingBruteSpawnRolls = 50 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + DeeplingAnglerSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + DeeplingAnglerSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingPriestSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + DeeplingPriestSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingWarlockSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + DeeplingWarlockSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + CoralgolemSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + CoralgolemSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + AmethystCrabSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 20 + # Range: > 0 + AmethystCrabSpawnRolls = 20 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 15 + # Range: 0 ~ 1000 + KoboletonSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 1 + # Range: > 0 + KoboletonSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 5 + # Range: 0 ~ 1000 + IgnitedBerserkerSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 2 + # Range: > 0 + IgnitedBerserkerSpawnRolls = 2 + +["World Generation"] + #Defines the area in which the structure check for height variances (1 means 9 chunks will be checked (center + area around it)) - 0 disables this check + # Default: 2 + # Range: 0 ~ 5 + cursedPyramidCheckRange = 2 + #Allowed height variance for the check - if the variance is lower than this value the structure will not spawn (has no effect if the are check is disabled) + # Default: 2 + # Range: 0 ~ 32 + cursedPyramidHeightVariance = 2 diff --git a/client/config/cobbledollars/default_shop.json b/client/config/cobbledollars/default_shop.json index 7366f40..709d985 100644 --- a/client/config/cobbledollars/default_shop.json +++ b/client/config/cobbledollars/default_shop.json @@ -222,6 +222,10 @@ "item": "cobblemon:lucky_egg", "price": 10000 }, + { + "item": "cobblemoneternal:bottle_cap", + "price": 125000 + }, { "item": "cobblemon:ability_patch", "price": 100000 diff --git a/client/config/cobblemon/main.json b/client/config/cobblemon/main.json index db5984c..598cb61 100644 --- a/client/config/cobblemon/main.json +++ b/client/config/cobblemon/main.json @@ -54,7 +54,7 @@ "displayNameForUnknownPokemon": false, "displayEntityLabelsWhenCrouchingOnly": false, "shinyRate": 8192.0, - "shinyNoticeParticlesDistance": 24.0, + "shinyNoticeParticlesDistance": 64.0, "captureCalculator": "cobblemon", "playerDamagePokemon": false, "appleLeftoversChance": 0.025, diff --git a/client/config/cobblemonintegrations-common.toml b/client/config/cobblemonintegrations-common.toml index 4cabb04..55be834 100644 --- a/client/config/cobblemonintegrations-common.toml +++ b/client/config/cobblemonintegrations-common.toml @@ -1,48 +1,48 @@ - #To disable specific modules, use Jade's plugins.json config. - [jade.pokemon] - #This is intended to be used for configuring the shown placeholders, but can include text/formatting. Text changes should be made via lang entries! - #Wrap "{}" around text shown when crouching, and "!{}" for text shown when not crouching. - #Placeholders prefixed by "%" have a lang entry at "cobblemonintegrations.jade.pokemon_entity.". - #Placeholders prefixed by "#" MUST be placed on their own line. - #Valid placeholders are: %dex_status, %display_name, %nickname, %species, %gender, #health, %level, %typing, %ev_yield, %nature, %ability, %ivs, %evs, %trainer, %egg_groups, %battle_message - #Any text prefixed with "$" will look for an associated lang entry. Example: "$crouch_message" pulls the lang entry "cobblemonintegrations.jade.pokemon_entity.crouch_message". - #Finally, you can configure conditions using ":" where conditions are an & separated list of "__". - #Valid conditions are: unknown, encountered, caught, wild, yours, others, nicknamed - pokemonTooltip = """ -%dex_status %nickname:hidden_unless_nicknamed %species:hidden_when_nicknamed&unknown_when_unknown %gender:hidden_when_unknown %level -#health -$species_label:hidden_unless_nicknamed %species:hidden_unless_nicknamed&unknown_when_unknown -%trainer:hidden_when_wild -%typing:unknown_when_unknown -%ev_yield:unknown_when_unknown -{%nature:hidden_unless_caught -%ability:hidden_unless_caught -%ivs:hidden_unless_caught -%evs:hidden_unless_caught&hidden_when_wild -%battle_message:hidden_unless_wild}!{$crouch_message:hidden_unless_caught -%battle_message:hidden_unless_wild&hidden_when_caught} -""" - -[jei] - #What Pokedex progress level should be required to see Pokemon in JEI? - #Note that this will only hide the info specified by "pokemonHideMode". - #Allowed Values: NONE, ENCOUNTERED, CAUGHT - pokedexHideLevel = "NONE" - #What info should be hidden in JEI? - #This only takes effect if "pokedexHideLevel" is not "NONE". - #Allowed Values: NAME, POKEMON, BOTH - pokemonHideMode = "BOTH" - -[enhancedcelestials] - #Most Enhanced Celestials configuration for Cobblemon Integrations must be done via Datapack. - # - #Should Lunar Event reward modifiers apply in PvP battles? - applyInPvP = false - -[waystones] - #Allow Pokemon to be used for Waystone teleportation. - allowWaystoneTeleport = true - #Minimum level to Teleport. - waystonesMinLevel = 0 - #Does the Pokemon need to have Teleport accessible? When disabled, any psychic type can teleport. - requireTeleportMove = true + #To disable specific modules, use Jade's plugins.json config. + [jade.pokemon] + #This is intended to be used for configuring the shown placeholders, but can include text/formatting. Text changes should be made via lang entries! + #Wrap "{}" around text shown when crouching, and "!{}" for text shown when not crouching. + #Placeholders prefixed by "%" have a lang entry at "cobblemonintegrations.jade.pokemon_entity.". + #Placeholders prefixed by "#" MUST be placed on their own line. + #Valid placeholders are: %dex_status, %display_name, %nickname, %species, %gender, #health, %level, %typing, %ev_yield, %nature, %ability, %ivs, %evs, %trainer, %egg_groups, %battle_message + #Any text prefixed with "$" will look for an associated lang entry. Example: "$crouch_message" pulls the lang entry "cobblemonintegrations.jade.pokemon_entity.crouch_message". + #Finally, you can configure conditions using ":" where conditions are an & separated list of "__". + #Valid conditions are: unknown, encountered, caught, wild, yours, others, nicknamed + pokemonTooltip = """ +%dex_status %nickname:hidden_unless_nicknamed %species:hidden_when_nicknamed&unknown_when_unknown %gender:hidden_when_unknown %level +#health +$species_label:hidden_unless_nicknamed %species:hidden_unless_nicknamed&unknown_when_unknown +%trainer:hidden_when_wild +%typing:unknown_when_unknown +%ev_yield:unknown_when_unknown +{%nature:hidden_unless_caught&hidden_when_wild +%ability:hidden_unless_caught&hidden_when_wild +%ivs:hidden_unless_caught&hidden_when_wild +%evs:hidden_unless_caught&hidden_when_wild +%battle_message:hidden_unless_wild}!{$crouch_message:hidden_unless_caught +%battle_message:hidden_unless_wild&hidden_when_caught} +""" + +[jei] + #What Pokedex progress level should be required to see Pokemon in JEI? + #Note that this will only hide the info specified by "pokemonHideMode". + #Allowed Values: NONE, ENCOUNTERED, CAUGHT + pokedexHideLevel = "NONE" + #What info should be hidden in JEI? + #This only takes effect if "pokedexHideLevel" is not "NONE". + #Allowed Values: NAME, POKEMON, BOTH + pokemonHideMode = "BOTH" + +[enhancedcelestials] + #Most Enhanced Celestials configuration for Cobblemon Integrations must be done via Datapack. + # + #Should Lunar Event reward modifiers apply in PvP battles? + applyInPvP = false + +[waystones] + #Allow Pokemon to be used for Waystone teleportation. + allowWaystoneTeleport = true + #Minimum level to Teleport. + waystonesMinLevel = 0 + #Does the Pokemon need to have Teleport accessible? When disabled, any psychic type can teleport. + requireTeleportMove = true diff --git a/client/config/cobblemonsizevariation/config.json b/client/config/cobblemonsizevariation/config.json new file mode 100644 index 0000000..1993010 --- /dev/null +++ b/client/config/cobblemonsizevariation/config.json @@ -0,0 +1,52 @@ +{ + "sizeModificationChance": 0.5, + "preventShoulderMountSize": 1.5, + "minSizeMultiplier": 0.2, + "maxSizeMultiplier": 2.0, + "permissions": [ + { + "cobblemonsizevariation.command.pokesizer": 2 + }, + { + "cobblemonsizevariation.command.pokesizer.self": 2 + } + ], + "sizeDefinitions": [ + { + "name": "Tiny", + "min": 0.2, + "max": 0.5, + "color": "#1b88cc" + }, + { + "name": "Small", + "min": 0.51, + "max": 0.9, + "color": "#1bcc9a" + }, + { + "name": "Average", + "min": 0.91, + "max": 1.2, + "color": "#ffffff" + }, + { + "name": "Big", + "min": 1.21, + "max": 1.6, + "color": "#e6ff2b" + }, + { + "name": "Large", + "min": 1.61, + "max": 1.9, + "color": "#f07426" + }, + { + "name": "Huge", + "min": 1.91, + "max": 2.0, + "color": "#f21800" + } + ] +} \ No newline at end of file diff --git a/client/config/comforts-common.toml b/client/config/comforts-common.toml index bbb685c..be59ccf 100644 --- a/client/config/comforts-common.toml +++ b/client/config/comforts-common.toml @@ -1,4 +1,4 @@ -#If enabled, the default hammock recipes will be available. -enableHammockRecipes = true -#If enabled, the default sleeping bag recipes will be available. -enableSleepingBagRecipes = true +#If enabled, the default hammock recipes will be available. +enableHammockRecipes = true +#If enabled, the default sleeping bag recipes will be available. +enableSleepingBagRecipes = true diff --git a/client/config/comforts-server.toml b/client/config/comforts-server.toml index f148853..b5755f0 100644 --- a/client/config/comforts-server.toml +++ b/client/config/comforts-server.toml @@ -1,38 +1,38 @@ -#If enabled, players automatically attempt to use sleeping bags when placed. -autoUse = true -#If enabled, players cannot sleep again for a period of time after sleeping. -restrictSleeping = false -#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner). -#Range: 1.0 ~ 20.0 -restMultiplier = 2.0 -#The time of day that hammocks can be used. -#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT -hammockUse = "DAY" -#The time of day that sleeping bags can be used. -#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT -sleepingBagUse = "NIGHT" -#What percentage of players must sleep to skip the day. -#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day. -#A value of less than 0 will default to the playerSleepingPercentage game rule. -# -#Range: -1 ~ 100 -daySleepingPercentage = -1 -#The amount of time, in ticks, to add or remove from the new time after sleeping through a night. -#Range: -2000 ~ 2000 -dayWakeTimeOffset = 0 -#The amount of time, in ticks, to add or remove from the new time after sleeping through a day. -#Range: -2000 ~ 2000 -nightWakeTimeOffset = 0 -#If enabled, attempting to sleep in hammocks stops phantoms from spawning. -hammocksStopPhantoms = true -#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning. -sleepingBagsStopPhantoms = true -#The percentage chance that a sleeping bag will break upon use. -#Range: 0 ~ 100 -sleepingBagBreakChance = 0 -#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance. -#Range: -1.0 ~ 1.0 -sleepingBagBreakChanceLuckMultiplier = 0.0 -#The status effects to apply to players after using the sleeping bag. -#Format: effect;duration(secs);power -sleepingBagEffects = [] +#If enabled, players automatically attempt to use sleeping bags when placed. +autoUse = true +#If enabled, players cannot sleep again for a period of time after sleeping. +restrictSleeping = false +#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner). +#Range: 1.0 ~ 20.0 +restMultiplier = 2.0 +#The time of day that hammocks can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +hammockUse = "DAY" +#The time of day that sleeping bags can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +sleepingBagUse = "NIGHT" +#What percentage of players must sleep to skip the day. +#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day. +#A value of less than 0 will default to the playerSleepingPercentage game rule. +# +#Range: -1 ~ 100 +daySleepingPercentage = -1 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a night. +#Range: -2000 ~ 2000 +dayWakeTimeOffset = 0 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a day. +#Range: -2000 ~ 2000 +nightWakeTimeOffset = 0 +#If enabled, attempting to sleep in hammocks stops phantoms from spawning. +hammocksStopPhantoms = true +#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning. +sleepingBagsStopPhantoms = true +#The percentage chance that a sleeping bag will break upon use. +#Range: 0 ~ 100 +sleepingBagBreakChance = 0 +#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance. +#Range: -1.0 ~ 1.0 +sleepingBagBreakChanceLuckMultiplier = 0.0 +#The status effects to apply to players after using the sleeping bag. +#Format: effect;duration(secs);power +sleepingBagEffects = [] diff --git a/client/config/entityculling.json b/client/config/entityculling.json index 8bf7bdf..0cc3f67 100644 --- a/client/config/entityculling.json +++ b/client/config/entityculling.json @@ -12,7 +12,9 @@ ], "entityWhitelist": [ "botania:mana_burst", - "drg_flares:drg_flares" + "drg_flares:drg_flares", + "cobblemon:pokemon", + "cobblemon:empty_pokeball" ], "tracingDistance": 128, "debugMode": false, @@ -34,7 +36,9 @@ "minecraft:firework_rocket", "create:carriage_contraption", "alexscaves:gum_worm_segment", - "avm_staff:campfire_flame" + "avm_staff:campfire_flame", + "cobblemon:pokemon", + "cobblemon:empty_pokeball" ], "disableF3": false, "skipEntityCulling": false, diff --git a/client/config/ferritecore-mixin.toml b/client/config/ferritecore-mixin.toml index 59ab10a..91b8c43 100644 --- a/client/config/ferritecore-mixin.toml +++ b/client/config/ferritecore-mixin.toml @@ -1,22 +1,22 @@ -#Use a slightly more compact, but also slightly slower representation for block states -compactFastMap = false -#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! -useSmallThreadingDetector = false -#Cache the predicate instances used in multipart models -cacheMultipartPredicates = true -#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled -multipartDeduplication = true -#Deduplicate cached data for blockstates, most importantly collision and render shapes -blockstateCacheDeduplication = true -#Avoid creation of new strings when creating ModelResourceLocations -modelResourceLocations = true -#Use smaller data structures for "simple" models, especially models with few side-specific faces -modelSides = true -#Replace the blockstate neighbor table -replaceNeighborLookup = true -#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. -populateNeighborTable = false -#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled -replacePropertyMap = true -#Deduplicate vertex data of baked quads in the basic model implementations -bakedQuadDeduplication = true +#Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +#Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +#Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +#Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +#Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +#Replace the blockstate neighbor table +replaceNeighborLookup = true +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +#Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true diff --git a/client/config/fightorflight.json5 b/client/config/fightorflight.json5 index cfbb35e..5acdf6e 100644 --- a/client/config/fightorflight.json5 +++ b/client/config/fightorflight.json5 @@ -122,6 +122,8 @@ "can_gain_ev": false, // If the Pokemon can evolve by using the move out of a Pokemon Battle? For example Primeape can use Rage Fist 20x to evolve without a traditional Pokemon Battle. "can_progress_use_move_evoluiton": true, + // We don't use this attribute, but some other mods use. However, I uses a mixin to add this attribute and it might lead to some conflicts about attributes. Set to false if that happens. + "add_attack_damage_attribute": true, // Pokemons should be immune to suffocation damage? (cant die to wall damage, like when sand drops into them) "suffocation_immunity": true, // Should player-owned pokemons be immune to damage from all players? @@ -135,7 +137,7 @@ // The minimum damage wild pokemon could do on hit "minimum_attack_damage": 1.0, // The maximum damage wild pokemon could do on hit - "maximum_attack_damage": 50.0, + "maximum_attack_damage": 10.0, // Minimum damage multiplier player-owned pokemon would do "minimum_attack_damage_player": 1.2000000476837158, // Damage multiplier player-owned pokemon would do @@ -169,7 +171,7 @@ // Minimum damage wild pokemon will do with ranged attacks "minimum_ranged_attack_damage": 1.0, // Maximum damage wild pokemon would do with ranged attacks - "maximum_ranged_attack_damage": 50.0, + "maximum_ranged_attack_damage": 10.0, // Minimum damage multiplier player-owned pokemon would do with ranged attacks "minimum_ranged_attack_damage_player": 1.2000000476837158, // Damage multiplier player-owned pokemon would do with ranged attacks diff --git a/client/config/fluxnetworks-client.toml b/client/config/fluxnetworks-client.toml new file mode 100644 index 0000000..03ad8b1 --- /dev/null +++ b/client/config/fluxnetworks-client.toml @@ -0,0 +1,7 @@ +[gui] + #Enable navigation buttons sound when pressing it + enableButtonSound = true + #Enable ModernUI + enableGuiDebug = false + #Enable Modern Design for classic GUI when ModernUI is installed + enableModernDesign = true diff --git a/client/config/fluxnetworks-common.toml b/client/config/fluxnetworks-common.toml new file mode 100644 index 0000000..3311d39 --- /dev/null +++ b/client/config/fluxnetworks-common.toml @@ -0,0 +1,21 @@ +#Most configs are moved to /serverconfig/fluxnetworks-server.toml +#Copy to /defaultconfig/fluxnetworks-server.toml for modpacks +placeholder = true + +#The One Probe +[OneProbe] + #Displays: Network Name, Live Transfer Rate & Internal Buffer + enableOneProbeBasicInfo = true + #Displays: Transfer Limit & Priority etc + enableOneProbeAdvancedInfo = true + #Displays Advanced Info when sneaking only + enableOneProbeSneaking = true + +#Integration +[integration] + #Whether to enable GTCEU integration if GregTech CE Unofficial Modern is installed. + #4 FE = 1 GTEU, not configurable. + #Note that EU-to-FE conversion is provided by GTCEU, instead of Flux Networks. + #Ensure you have enabled GTCEU's nativeEUToPlatformNative and euToPlatformRatio = 4. + #A game/server restart is required to reload this setting. + enableGTCEU = true diff --git a/client/config/fluxnetworks-server.toml b/client/config/fluxnetworks-server.toml new file mode 100644 index 0000000..c6a9270 --- /dev/null +++ b/client/config/fluxnetworks-server.toml @@ -0,0 +1,56 @@ +[networks] + #Maximum networks each player can have. Super admin can bypass this limit. -1 = no limit + #Setting this to 0 will only allow super admins to create networks. + # Default: 5 + # Range: > -1 + maximumPerPlayer = 5 + #Allows someone to be a network super admin. Otherwise, no one can access a flux device or delete a network without permission. + enableSuperAdmin = true + #See ops.json. If the player has permission level equal or greater to the value set here they will be able to activate Super Admin. + #Setting this to 0 will allow anyone to active Super Admin. Single player can bypass this limit. + #Players have permission level 3 or 4 can use commands to set others as Super Admin whether others have this permission level or not. + # Default: 1 + # Range: 0 ~ 3 + superAdminRequiredPermission = 1 + +[general] + #Enables redstone being compressed with the bedrock and obsidian to get flux dusts. + enableFluxRecipe = true + #Allows flux devices to enable chunk loading. + enableChunkLoading = true + +[blacklist] + #A blacklist for blocks which flux devices shouldn't connect to, use format 'modid:registry_name' + blockBlacklistStrings = ["actuallyadditions:block_phantom_energyface"] + #A blacklist for items which wireless charging shouldn't charge to, use format 'modid:registry_name' + itemBlackListStrings = [""] + +[energy] + #The default transfer limit of a Flux Plug, Point and Controller + # Default: 800000 + # Range: 0 ~ 9223372036854775807 + defaultLimit = 800000 + #The maximum energy storage of a Basic Flux Storage + # Default: 2000000 + # Range: 0 ~ 9223372036854775807 + basicCapacity = 2000000 + #The default transfer limit of a Basic Flux Storage + # Default: 20000 + # Range: 0 ~ 9223372036854775807 + basicTransfer = 20000 + #The maximum energy storage of a Herculean Flux Storage + # Default: 16000000 + # Range: 0 ~ 9223372036854775807 + herculeanCapacity = 16000000 + #The default transfer limit of a Herculean Flux Storage + # Default: 120000 + # Range: 0 ~ 9223372036854775807 + herculeanTransfer = 120000 + #The maximum energy storage of a Gargantuan Flux Storage + # Default: 128000000 + # Range: 0 ~ 9223372036854775807 + gargantuanCapacity = 128000000 + #The default transfer limit of a Gargantuan Flux Storage + # Default: 720000 + # Range: 0 ~ 9223372036854775807 + gargantuanTransfer = 720000 diff --git a/client/config/fml.toml b/client/config/fml.toml index 7871cf7..f126de7 100644 --- a/client/config/fml.toml +++ b/client/config/fml.toml @@ -1,32 +1,32 @@ -#Disables File Watcher. Used to automatically update config if its file has been modified. -disableConfigWatcher = false -#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. -earlyWindowControl = true -#Max threads for early initialization parallelism, -1 is based on processor count -maxThreads = -1 -#Enable NeoForge global version checking -versionCheck = true -#Default config path for servers -defaultConfigPath = "defaultconfigs" -#Disables Optimized DFU client-side - already disabled on servers -disableOptimizedDFU = true -#Early window provider -earlyWindowProvider = "fmlearlywindow" -#Early window width -earlyWindowWidth = 1920 -#Early window height -earlyWindowHeight = 1080 -#Early window framebuffer scale -earlyWindowFBScale = 1 -#Early window starts maximized -earlyWindowMaximized = false -#Skip specific GL versions, may help with buggy graphics card drivers -earlyWindowSkipGLVersions = [] -#Squir? -earlyWindowSquir = false -#Define dependency overrides below -#Dependency overrides can be used to forcibly remove a dependency constraint from a mod or to force a mod to load AFTER another mod -#Using dependency overrides can cause issues. Use at your own risk. -#Example dependency override for the mod with the id 'targetMod': dependency constraints (incompatibility clauses or restrictive version ranges) against mod 'dep1' are removed, and the mod will now load after the mod 'dep2' -#dependencyOverrides.targetMod = ["-dep1", "+dep2"] -dependencyOverrides = {} +#Disables File Watcher. Used to automatically update config if its file has been modified. +disableConfigWatcher = false +#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. +earlyWindowControl = true +#Max threads for early initialization parallelism, -1 is based on processor count +maxThreads = -1 +#Enable NeoForge global version checking +versionCheck = true +#Default config path for servers +defaultConfigPath = "defaultconfigs" +#Disables Optimized DFU client-side - already disabled on servers +disableOptimizedDFU = true +#Early window provider +earlyWindowProvider = "fmlearlywindow" +#Early window width +earlyWindowWidth = 854 +#Early window height +earlyWindowHeight = 480 +#Early window framebuffer scale +earlyWindowFBScale = 1 +#Early window starts maximized +earlyWindowMaximized = false +#Skip specific GL versions, may help with buggy graphics card drivers +earlyWindowSkipGLVersions = [] +#Squir? +earlyWindowSquir = false +#Define dependency overrides below +#Dependency overrides can be used to forcibly remove a dependency constraint from a mod or to force a mod to load AFTER another mod +#Using dependency overrides can cause issues. Use at your own risk. +#Example dependency override for the mod with the id 'targetMod': dependency constraints (incompatibility clauses or restrictive version ranges) against mod 'dep1' are removed, and the mod will now load after the mod 'dep2' +#dependencyOverrides.targetMod = ["-dep1", "+dep2"] +dependencyOverrides = {} diff --git a/client/config/ftbessentials.snbt b/client/config/ftbessentials.snbt index 164cfdb..27d5b5c 100644 --- a/client/config/ftbessentials.snbt +++ b/client/config/ftbessentials.snbt @@ -1,323 +1,323 @@ -# FTB Essentials config file -# If you're a modpack maker, edit defaultconfigs/ftbessentials-server.snbt instead - -{ - # If true, the mod will register its commands to the 'ftbessentials' namespace as well as the root namespace - # otherwise it will only register to the root namespace - # This setting has no effect if 'register_to_namespace' is false - # Default: false - register_alias_as_well_as_namespace: false - - # If true, the mod will register its commands to the 'ftbessentials' namespace, - # otherwise it will register to the root namespace - # Default: false - register_to_namespace: false - - # Admin commands for cheating and moderation - admin: { - # Allows admins to extinguish themselves or a player using a command - extinguish: { - # Default: true - enabled: true - } - - # Allows admins to fully feed themselves or a player using a command - feed: { - # Default: true - enabled: true - } - - # Allows admins to toggle flying status using a command, without having to use Creative Mode - fly: { - # Default: true - enabled: true - } - - # Allows admins to toggle invincibility using a command, without having to use Creative Mode - god: { - # Default: true - enabled: true - } - - # Allows admins to fully heal (health, food, fire, potion effects) themselves or a player using a command - heal: { - # Default: true - enabled: true - } - - # Allows admins to view other users' inventories using a command - invsee: { - # Default: true - enabled: true - } - - # Allows admins to configure kits of items that can be given to players. - kit: { - # Default: true - enabled: true - } - - # Allows admins to restrict players from chatting by using a command to mute (or unmute) them - mute: { - # Default: true - enabled: true - } - - # Allows admins to change walk speed for themselves or a player - speed: { - # Default: true - enabled: true - } - - # Allows admins to change the location of offline players. - tp_offline: { - # Default: true - enabled: true - } - } - - # Miscellaneous features and utilities - misc: { - # Allows users to access an Anvil GUI without needing an Anvil. - anvil: { - # Default: true - enabled: true - } - - # Allows users to access a Crafting Table GUI without needing a Crafting Table. - crafting: { - # Default: true - enabled: true - } - - # Allows users to access their ender chest, as well as admins to manage other players' ender chests. - enderchest: { - # Default: true - enabled: true - } - - # Allows users to set a custom hat as their head item by using a command - hat: { - # Default: true - enabled: true - } - - # Allows users to kick themselves from the server, for example if they are stuck or desynced - kickme: { - # Default: true - enabled: true - } - - # Allows users to view leaderboard stats about everyone on the server. - leaderboard: { - # Default: true - enabled: true - } - - # Allows users to list nearby players, sorted by distance - near: { - # Default: true - enabled: true - } - - # Allows users to change their display name, as well as admins to change nicknames for other users - nick: { - # Default: true - enabled: true - } - - # Allows users to announce their recording or streaming status to the server by using commands - rec: { - # Default: true - enabled: true - } - - # Allows users to access a Smithing Table GUI without needing a Smithing Table. - smithing: { - # Default: true - enabled: true - } - - # Allows users to access a Stonecutter GUI without needing a Stonecutter. - stonecutter: { - # Default: true - enabled: true - } - - # Enables usage of a trash can inventory, which can be used to void unneeded items - trashcan: { - # Default: true - enabled: true - } - } - - # Teleportation-related settings - teleportation: { - # Allows users to return to their previous location after teleporting (or dying) - back: { - # Cooldown between /back commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.back.cooldown - # Default: 30 - # Range: 0 ~ 604800 - cooldown: 30 - - # Default: true - enabled: true - - # Max size of the teleport history. This limits how many times you can use /back - # You can override this with FTB Ranks using ftbessentials.back.max - # Default: 10 - # Range: 0 ~ 2147483647 - max: 10 - - # Should be the /back command only be used for returning to the last death point? - # Default: false - only_on_death: false - - # Warm-up time before /back command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.back.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - - # Allows users to set 'homes', which they can then freely teleport to by using /home afterwards - home: { - # Cooldown between /home commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.home.cooldown - # Default: 10 - # Range: 0 ~ 604800 - cooldown: 10 - - # Default: true - enabled: true - - # Max amount of homes a user can have. - # You can override this with FTB Ranks using ftbessentials.home.max - # Default: 1 - # Range: 0 ~ 2147483647 - max: 1 - - # Warm-up time before /home command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.home.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - - # Allows admins to jump (teleport) to the focused block - jump: { - # Default: true - enabled: true - } - - # Allows players to teleport to a random point in the Wilderness - # Note: This currently does not respect Claimed Chunks yet! - rtp: { - # Cooldown between /rtp commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.rtp.cooldown - # Default: 600 - # Range: 0 ~ 604800 - cooldown: 600 - - # Blacklisted dimension ID's for /rtp (player *must not* be in any of these dimensions) - # Wildcarded dimensions (e.g. 'somemod:*') are supported - # Default: ["minecraft:the_end"] - dimension_blacklist: ["minecraft:the_end"] - - # Whitelisted dimension ID's for /rtp (if non-empty, player *must* be in one of these dimensions) - # Wildcarded dimensions (e.g. 'somemod:*') are supported - # Default: [] - dimension_whitelist: [ ] - - # Default: true - enabled: true - - # /rtp max distance from spawn point - # Default: 25000 - # Range: 0 ~ 30000000 - max_distance: 25000 - - # Number of tries before /rtp gives up - # Default: 100 - # Range: 1 ~ 1000 - max_tries: 100 - - # /rtp min distance from spawn point - # Default: 500 - # Range: 0 ~ 30000000 - min_distance: 500 - - # Warm-up time before /rtp command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.rtp.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - spawn: { - # Cooldown between /spawn commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.spawn.cooldown - # Default: 10 - # Range: 0 ~ 604800 - cooldown: 10 - - # Default: true - enabled: true - - # Warm-up time before /spawn command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.spawn.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - - # Allows players to create requests to teleport to other users on the server, - # as well as requesting other players to teleport to them - tpa: { - # Cooldown between /tpa commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.tpa.cooldown - # Default: 10 - # Range: 0 ~ 604800 - cooldown: 10 - - # Default: true - enabled: true - - # Warm-up time before /tpa command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.tpa.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - - # Allows admins to teleport to the location a user was last seen at - tpl: { - # Default: true - enabled: true - } - - # Allows admins to teleport to dimension - tpx: { - # Default: true - enabled: true - } - - # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp - warp: { - # Cooldown between /warp commands (in seconds) - # You can override this with FTB Ranks using ftbessentials.warp.cooldown - # Default: 10 - # Range: 0 ~ 604800 - cooldown: 10 - - # Default: true - enabled: true - - # Warm-up time before /warp command executes (in seconds) - # You can override this with FTB Ranks using ftbessentials.warp.warmup - # Default: 0 - # Range: 0 ~ 604800 - warmup: 0 - } - } -} +# FTB Essentials config file +# If you're a modpack maker, edit defaultconfigs/ftbessentials-server.snbt instead + +{ + # If true, the mod will register its commands to the 'ftbessentials' namespace as well as the root namespace + # otherwise it will only register to the root namespace + # This setting has no effect if 'register_to_namespace' is false + # Default: false + register_alias_as_well_as_namespace: false + + # If true, the mod will register its commands to the 'ftbessentials' namespace, + # otherwise it will register to the root namespace + # Default: false + register_to_namespace: false + + # Admin commands for cheating and moderation + admin: { + # Allows admins to extinguish themselves or a player using a command + extinguish: { + # Default: true + enabled: true + } + + # Allows admins to fully feed themselves or a player using a command + feed: { + # Default: true + enabled: true + } + + # Allows admins to toggle flying status using a command, without having to use Creative Mode + fly: { + # Default: true + enabled: true + } + + # Allows admins to toggle invincibility using a command, without having to use Creative Mode + god: { + # Default: true + enabled: true + } + + # Allows admins to fully heal (health, food, fire, potion effects) themselves or a player using a command + heal: { + # Default: true + enabled: true + } + + # Allows admins to view other users' inventories using a command + invsee: { + # Default: true + enabled: true + } + + # Allows admins to configure kits of items that can be given to players. + kit: { + # Default: true + enabled: true + } + + # Allows admins to restrict players from chatting by using a command to mute (or unmute) them + mute: { + # Default: true + enabled: true + } + + # Allows admins to change walk speed for themselves or a player + speed: { + # Default: true + enabled: true + } + + # Allows admins to change the location of offline players. + tp_offline: { + # Default: true + enabled: true + } + } + + # Miscellaneous features and utilities + misc: { + # Allows users to access an Anvil GUI without needing an Anvil. + anvil: { + # Default: true + enabled: true + } + + # Allows users to access a Crafting Table GUI without needing a Crafting Table. + crafting: { + # Default: true + enabled: true + } + + # Allows users to access their ender chest, as well as admins to manage other players' ender chests. + enderchest: { + # Default: true + enabled: true + } + + # Allows users to set a custom hat as their head item by using a command + hat: { + # Default: true + enabled: true + } + + # Allows users to kick themselves from the server, for example if they are stuck or desynced + kickme: { + # Default: true + enabled: true + } + + # Allows users to view leaderboard stats about everyone on the server. + leaderboard: { + # Default: true + enabled: true + } + + # Allows users to list nearby players, sorted by distance + near: { + # Default: true + enabled: true + } + + # Allows users to change their display name, as well as admins to change nicknames for other users + nick: { + # Default: true + enabled: true + } + + # Allows users to announce their recording or streaming status to the server by using commands + rec: { + # Default: true + enabled: true + } + + # Allows users to access a Smithing Table GUI without needing a Smithing Table. + smithing: { + # Default: true + enabled: true + } + + # Allows users to access a Stonecutter GUI without needing a Stonecutter. + stonecutter: { + # Default: true + enabled: true + } + + # Enables usage of a trash can inventory, which can be used to void unneeded items + trashcan: { + # Default: true + enabled: true + } + } + + # Teleportation-related settings + teleportation: { + # Allows users to return to their previous location after teleporting (or dying) + back: { + # Cooldown between /back commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.cooldown + # Default: 30 + # Range: 0 ~ 604800 + cooldown: 30 + + # Default: true + enabled: true + + # Max size of the teleport history. This limits how many times you can use /back + # You can override this with FTB Ranks using ftbessentials.back.max + # Default: 10 + # Range: 0 ~ 2147483647 + max: 10 + + # Should be the /back command only be used for returning to the last death point? + # Default: false + only_on_death: false + + # Warm-up time before /back command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows users to set 'homes', which they can then freely teleport to by using /home afterwards + home: { + # Cooldown between /home commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Max amount of homes a user can have. + # You can override this with FTB Ranks using ftbessentials.home.max + # Default: 1 + # Range: 0 ~ 2147483647 + max: 1 + + # Warm-up time before /home command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to jump (teleport) to the focused block + jump: { + # Default: true + enabled: true + } + + # Allows players to teleport to a random point in the Wilderness + # Note: This currently does not respect Claimed Chunks yet! + rtp: { + # Cooldown between /rtp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.cooldown + # Default: 600 + # Range: 0 ~ 604800 + cooldown: 600 + + # Blacklisted dimension ID's for /rtp (player *must not* be in any of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: ["minecraft:the_end"] + dimension_blacklist: ["minecraft:the_end"] + + # Whitelisted dimension ID's for /rtp (if non-empty, player *must* be in one of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: [] + dimension_whitelist: [ ] + + # Default: true + enabled: true + + # /rtp max distance from spawn point + # Default: 25000 + # Range: 0 ~ 30000000 + max_distance: 25000 + + # Number of tries before /rtp gives up + # Default: 100 + # Range: 1 ~ 1000 + max_tries: 100 + + # /rtp min distance from spawn point + # Default: 500 + # Range: 0 ~ 30000000 + min_distance: 500 + + # Warm-up time before /rtp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + spawn: { + # Cooldown between /spawn commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /spawn command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to create requests to teleport to other users on the server, + # as well as requesting other players to teleport to them + tpa: { + # Cooldown between /tpa commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /tpa command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to teleport to the location a user was last seen at + tpl: { + # Default: true + enabled: true + } + + # Allows admins to teleport to dimension + tpx: { + # Default: true + enabled: true + } + + # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp + warp: { + # Cooldown between /warp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /warp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + } +} diff --git a/client/config/ftbxmodcompat.snbt b/client/config/ftbxmodcompat.snbt index fcb6983..65ccdfe 100644 --- a/client/config/ftbxmodcompat.snbt +++ b/client/config/ftbxmodcompat.snbt @@ -1,17 +1,17 @@ -{ - # Only show waystones that have been discovered - # Default: true - only_show_known_waystones: true - - # Select the permissions implementation to use - # DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability - # Default: "default" - # Valid values: "default", "ftb_ranks", "luckperms" - permission_selector: "default" - - # Select the game stages implementation to use - # DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability - # Default: "default" - # Valid values: "default", "vanilla", "kubejs", "gamestages" - stage_selector: "default" -} +{ + # Only show waystones that have been discovered + # Default: true + only_show_known_waystones: true + + # Select the permissions implementation to use + # DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "ftb_ranks", "luckperms" + permission_selector: "default" + + # Select the game stages implementation to use + # DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "vanilla", "kubejs", "gamestages" + stage_selector: "default" +} diff --git a/client/config/guideme.toml b/client/config/guideme.toml new file mode 100644 index 0000000..d428c69 --- /dev/null +++ b/client/config/guideme.toml @@ -0,0 +1,13 @@ +[guides] + #Never load translated guide pages for your current language. + ignoreTranslatedGuides = false + +[gui] + #Adapt GUI scaling for the Guide screen to fix Minecraft font issues at GUI scale 1 and 3. + adaptiveScaling = true + #Use the full width of the screen for the guide when it is opened. + fullWidthLayout = true + +[debug] + #Show debugging overlays in GUI on mouse-over. + showDebugGuiOverlays = false diff --git a/client/config/hyperbox-client.toml b/client/config/hyperbox-client.toml new file mode 100644 index 0000000..272231b --- /dev/null +++ b/client/config/hyperbox-client.toml @@ -0,0 +1,16 @@ +[block_rendering] + #Whether to preview the state a hyperbox block will be placed as. + #Can be disabled if another placement preview mod is causing compatibility issues with this feature. + show_placement_preview = true + #Opacity (alpha value) of hyperbox placement preview + # Default: 0.4 + # Range: 0.0 ~ 1.0 + placement_preview_opacity = 0.4 + +[nameplate_rendering] + #Minimum distance from a hyperbox to the player to render hyperbox nameplates from while not sneaking. + #If negative, nameplates will not be rendered while not sneaking. + nameplate_render_distance = -1.0 + #Minimum distance from a hyperbox to the player to render hyperbox nameplates from while sneaking. + #If negative, nameplates will not be rendered while sneaking. + nameplate_sneaking_render_distance = 8.0 diff --git a/client/config/hyperbox-common.toml b/client/config/hyperbox-common.toml new file mode 100644 index 0000000..442e683 --- /dev/null +++ b/client/config/hyperbox-common.toml @@ -0,0 +1,11 @@ +[world_management] + #Enable automatic forceloading of hyperbox chunks. + #While this is enabled, the primary chunks of hyperbox worlds will be kept loaded while the + #parent hyperbox's chunk is loaded, and will be kept unloaded while the parent hyperbox's chunk + #is not loaded. + #If this is disabled, no automatic enabling or disabling of forceloading will be done. In this case, + #hyperbox's interiors will only tick while occupied by a player, or while forceloaded through + #other means. + #Be aware that if this option is changed from true to false while any hyperbox chunks are currently + #forceloaded, they will continue to be forceloaded until those chunks are manually un-forceloaded. + auto_force_hyperbox_chunks = true diff --git a/client/config/immersive_aircraft.json b/client/config/immersive_aircraft.json index ced7253..883809b 100644 --- a/client/config/immersive_aircraft.json +++ b/client/config/immersive_aircraft.json @@ -33,17 +33,17 @@ "minecraft:blaze_powder": 1200 }, "validDimensions": { + "minecraft:the_end": true, "minecraft:the_nether": true, - "minecraft:overworld": true, - "minecraft:the_end": true + "minecraft:overworld": true }, "gunpowderAmmunition": { "minecraft:gunpowder": 100 }, "arrowAmmunition": { - "minecraft:tipped_arrow": 100, "minecraft:arrow": 100, - "minecraft:spectral_arrow": 100 + "minecraft:spectral_arrow": 100, + "minecraft:tipped_arrow": 100 }, "bombBayAmmunition": { "minecraft:tnt": 100 diff --git a/client/config/iris.properties b/client/config/iris.properties index 9a94481..3fe0711 100644 --- a/client/config/iris.properties +++ b/client/config/iris.properties @@ -1,8 +1,8 @@ -#This file stores configuration options for Iris, such as the currently active shaderpack -#Tue Feb 04 12:50:22 PST 2025 -colorSpace=SRGB -disableUpdateMessage=false -enableDebugOptions=false -enableShaders=true -maxShadowRenderDistance=32 -shaderPack= +#This file stores configuration options for Iris, such as the currently active shaderpack +#Mon Feb 24 13:00:40 PST 2025 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +enableShaders=true +maxShadowRenderDistance=32 +shaderPack= diff --git a/client/config/jade/plugins.json b/client/config/jade/plugins.json index cf80e5a..ec3b783 100644 --- a/client/config/jade/plugins.json +++ b/client/config/jade/plugins.json @@ -52,8 +52,8 @@ "painting": true, "chiseled_bookshelf": true }, - "jadeaddons": { - "equipment_requirement": "" + "apothic_spawners": { + "spawner": true }, "jade_access": { "held_item": true, @@ -62,19 +62,12 @@ "entity": true, "entity_variant": true }, - "toms_storage": { - "inventory_config": true, - "inventory_connector": true - }, "cobblemonintegrations": { "healer": true, "fossil_analyzer": true, "pokemon_entity": true, "berry_bush": true }, - "supplementaries": { - "hat_stand": true - }, "jade": { "coordinates.rel": false, "registry_name.special": false, @@ -86,15 +79,43 @@ "block_properties": false, "mod_name": true }, + "apotheosis": { + "adventure": true + }, + "lootr": { + "info": true + }, + "apothic_enchanting": { + "ench": true + }, + "ae2": { + "part_icon": true, + "charger": true, + "debug": true, + "part_tooltip": true, + "grid_node_state": true, + "pattern_provider": true, + "part_mod_name": true, + "power_storage": true, + "crafting_monitor": true, + "part_name": true + }, + "jadeaddons": { + "equipment_requirement": "" + }, + "toms_storage": { + "inventory_config": true, + "inventory_connector": true + }, + "supplementaries": { + "hat_stand": true + }, "waystones": { "waystone": true }, "gravestone": { "grave": true }, - "lootr": { - "info": true - }, "camera": { "image_frame": true } diff --git a/client/config/jade/sort-order.json b/client/config/jade/sort-order.json index 50407a6..d146b48 100644 --- a/client/config/jade/sort-order.json +++ b/client/config/jade/sort-order.json @@ -1,4 +1,19 @@ { + "ae2:base_cablebusblockentity": null, + "ae2:charger": null, + "ae2:crafting_monitor": null, + "ae2:debug": null, + "ae2:grid_node": null, + "ae2:grid_node_state": null, + "ae2:part_icon": null, + "ae2:part_mod_name": null, + "ae2:part_name": null, + "ae2:part_tooltip": null, + "ae2:pattern_provider": null, + "ae2:power_storage": null, + "apotheosis:adventure": null, + "apothic_enchanting:ench": null, + "apothic_spawners:spawner": null, "ars_nouveau:mob_jar": null, "camera:image_frame": null, "cobblemonintegrations:berry_bush": null, diff --git a/client/config/jei/ingredient-list-mod-sort-order.ini b/client/config/jei/ingredient-list-mod-sort-order.ini index 1d39386..1ab80d1 100644 --- a/client/config/jei/ingredient-list-mod-sort-order.ini +++ b/client/config/jei/ingredient-list-mod-sort-order.ini @@ -1,51 +1,55 @@ -Minecraft -Aeromancy & Additions -Artifacts -Badge Box -Bonded -Bosses of Mass Destruction -Building Gadgets 2 -Camera Mod -Charging Gadgets -Cobble Contests -CobbleDollars -Cobblemon -Cobblemon Box Link -Cobblemon Fight or Flight -Cobblemoneternal -Cobblenav -Comforts -Crafting Station -End Remastered -Ender's Equipment -FTB Filter System -FTB Quests -Farmer's Delight -Gateways To Eternity -Gravestone Mod -Handcrafted -Immersive Aircraft -Iron's Gems 'n Jewelry -Iron's Spells 'n Spellbooks -Irons Spells Delight -Lootr -Luggage -MrCrayfish's Furniture Mod: Refurbished -Nameless Necromancy -Nature's Compass -Nether Chested -Oh The Biomes We've Gone -Patchouli -RAR-Compat -Radical Cobblemon Trainers -Relics -Serene Seasons -SimpleTMs -Small Ships -Sophisticated Backpacks -Sophisticated Core -Spice of Life: Carrot Edition -Supplementaries -Supplementaries Squared -Tom's Simple Storage Mod -Waystones +Minecraft +Aeromancy & Additions +Artifacts +Badge Box +Bonded +Bosses of Mass Destruction +Building Gadgets 2 +Camera Mod +Charging Gadgets +Cobble Contests +CobbleDollars +Cobblemon +Cobblemon Box Link +Cobblemon Fight or Flight +Cobblemoneternal +Cobblenav +Comforts +Crafting Station +End Remastered +Ender's Equipment +FTB Filter System +FTB Quests +Farmer's Delight +Gateways To Eternity +Gravestone Mod +Handcrafted +Immersive Aircraft +Iron's Gems 'n Jewelry +Iron's Spells 'n Spellbooks +Irons Spells Delight +Lootr +Luggage +MrCrayfish's Furniture Mod: Refurbished +Nameless Necromancy +Nature's Compass +Nether Chested +Oh The Biomes We've Gone +Patchouli +RAR-Compat +Radical Cobblemon Trainers +Relics +Serene Seasons +SimpleTMs +Small Ships +Sophisticated Backpacks +Sophisticated Core +Spice of Life: Carrot Edition +Supplementaries +Supplementaries Squared +Tom's Simple Storage Mod +Waystones +Apotheosis +Apothic Enchanting +Flux Networks +Hyperbox diff --git a/client/config/jei/jei-client.ini b/client/config/jei/jei-client.ini index af3e126..497b27b 100644 --- a/client/config/jei/jei-client.ini +++ b/client/config/jei/jei-client.ini @@ -1,291 +1,291 @@ -[appearance] - # Name: Center Search Bar - # Description: Move the JEI search bar to the bottom center of the screen. - # Valid Values: [true, false] - # Default Value: false - centerSearch = false - - # Name: Recipe GUI Height - # Description: The maximum height for the Recipes Gui (in pixels). - # Valid Values: Any integer greater than or equal to 175 - # Default Value: 350 - recipeGuiHeight = 350 - - -[cheating] - # Name: Give Mode - # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. - # Valid Values: [INVENTORY, MOUSE_PICKUP] - # Default Value: MOUSE_PICKUP - giveMode = MOUSE_PICKUP - - # Name: Cheat Items to Hotbar Using Hotkeys - # Description: Enable cheating items into the hotbar by using Shift + numeric keys. - # Valid Values: [true, false] - # Default Value: false - cheatToHotbarUsingHotkeysEnabled = false - - # Name: Show Hidden Ingredients - # Description: Enable showing ingredients that are not in the creative menu. - # Valid Values: [true, false] - # Default Value: false - showHiddenIngredients = false - - # Name: Show Tag Recipes - # Description: Show recipes for ingredient tags like item tags and block tags. - # Valid Values: [true, false] - # Default Value: false - showTagRecipesEnabled = false - - -[bookmarks] - # Name: Add Bookmarks to Front - # Description: When true, add new bookmarks to the front of the list. When false, add them to the end. - # Valid Values: [true, false] - # Default Value: false - addBookmarksToFrontEnabled = false - - # Name: Drag To Rearrange Bookmarks - # Description: Enable dragging bookmarks to rearrange them in the list. - # Valid Values: [true, false] - # Default Value: true - dragToRearrangeBookmarksEnabled = true - - -[tooltips] - # Name: Bookmarks Tooltips Features - # Description: Extra features for bookmark tooltips. - # Valid Values: A comma-separated list containing values of: - # [PREVIEW, INGREDIENTS] - # Default Value: PREVIEW - bookmarkTooltipFeatures = PREVIEW - - # Name: Shift for Bookmarks Tooltips - # Description: Hold Shift to show bookmark tooltip features. - # Valid Values: [true, false] - # Default Value: true - holdShiftToShowBookmarkTooltipFeatures = true - - # Name: Show Creative Tab Names - # Description: Show creative tab names in ingredient tooltips. - # Valid Values: [true, false] - # Default Value: false - showCreativeTabNamesEnabled = false - - # Name: Show Tag Contents - # Description: Show tag content in tooltips when browsing recipe ingredients. - # Valid Values: [true, false] - # Default Value: true - tagContentTooltipEnabled = true - - # Name: Hide Single-Ingredient Tag Contents - # Description: Hide tag content in tooltips when there is only one ingredient in the tag. - # Valid Values: [true, false] - # Default Value: true - hideSingleTagContentTooltipEnabled = true - - -[performance] - # Name: Low Memory Search - # Description: Set search to low-memory mode (makes search slow but uses less RAM). - # Valid Values: [true, false] - # Default Value: false - lowMemorySlowSearchEnabled = false - - -[lookups] - # Name: Lookup Fluid Contents - # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. - # Valid Values: [true, false] - # Default Value: false - lookupFluidContentsEnabled = false - - # Name: Lookup ItemBlock Tags - # Description: When searching for item tags, also include tags for the default blocks contained in the items. - # Valid Values: [true, false] - # Default Value: true - lookupBlockTagsEnabled = true - - -[advanced] - # Name: Catch Render Errors - # Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing. - # Valid Values: [true, false] - # Default Value: true - catchRenderErrorsEnabled = true - - -[input] - # Name: Drag Delay - # Description: Number of milliseconds before a long mouse click is considered dragging the mouse. - # Valid Values: An integer in the range [0, 1000] (inclusive) - # Default Value: 150 - dragDelayInMilliseconds = 150 - - # Name: Smooth Scroll Rate - # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. - # Valid Values: An integer in the range [1, 50] (inclusive) - # Default Value: 9 - smoothScrollRate = 9 - - -[sorting] - # Name: Ingredient Sorting Stages - # Description: Sorting order for the ingredient list. - # Valid Values: A comma-separated list containing values of: - # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] - # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU - ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU - - # Name: Recipe Sorting Stages - # Description: Sorting order for displayed recipes. - # Valid Values: A comma-separated list containing values of: - # [BOOKMARKED, CRAFTABLE] - # Default Value: BOOKMARKED, CRAFTABLE - recipeSorterStages = BOOKMARKED, CRAFTABLE - - -[search] - # Name: @Mod Name Search Mode - # Description: Search mode for mod names (prefix: @). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: REQUIRE_PREFIX - modNameSearchMode = REQUIRE_PREFIX - - # Name: #Tag Search Mode - # Description: Search mode for tags (prefix: #). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: REQUIRE_PREFIX - tagSearchMode = REQUIRE_PREFIX - - # Name: $Tooltip Search Mode - # Description: Search mode for tooltips (prefix: $). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: ENABLED - tooltipSearchMode = ENABLED - - # Name: ^Color Search Mode - # Description: Search mode for colors (prefix: ^). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - colorSearchMode = DISABLED - - # Name: &Resource Location Search Mode - # Description: Search mode for resource locations (prefix: &). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - resourceLocationSearchMode = DISABLED - - # Name: %Creative Tab Search Mode - # Description: Search mode for creative mode tab names (prefix: %). - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - creativeTabSearchMode = DISABLED - - # Name: Search Advanced Tooltips - # Description: Search in advanced tooltips (visible with F3 + H). - # Valid Values: [true, false] - # Default Value: false - searchAdvancedTooltips = false - - # Name: Search Mod Ids - # Description: Search mod IDs in addition to mod names. - # Valid Values: [true, false] - # Default Value: true - searchModIds = true - - # Name: Search Mod Aliases - # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names. - # Valid Values: [true, false] - # Default Value: true - searchModAliases = true - - # Name: Search Short Mod Names - # Description: Search by the shorthand first letters of a mod's name. - # Valid Values: [true, false] - # Default Value: false - searchShortModNames = false - - # Name: Search Ingredient Aliases - # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. - # Valid Values: [true, false] - # Default Value: true - searchIngredientAliases = true - - -[ingredientList] - # Name: Max Rows - # Description: Max number of rows shown. - # Valid Values: An integer in the range [1, 100] (inclusive) - # Default Value: 16 - maxRows = 16 - - # Name: Max Columns - # Description: Max number of columns shown. - # Valid Values: An integer in the range [2, 100] (inclusive) - # Default Value: 9 - maxColumns = 9 - - # Name: Horizontal Alignment - # Description: Horizontal alignment of the ingredient list inside the available area. - # Valid Values: [LEFT, CENTER, RIGHT] - # Default Value: RIGHT - horizontalAlignment = RIGHT - - # Name: Vertical Alignment - # Description: Vertical alignment of the ingredient list inside the available area. - # Valid Values: [TOP, CENTER, BOTTOM] - # Default Value: TOP - verticalAlignment = TOP - - # Name: Navigation Visibility - # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. - # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] - # Default Value: ENABLED - buttonNavigationVisibility = ENABLED - - # Name: Draw GUI Background - # Description: Enable this to draw a background texture behind the ingredient list. - # Valid Values: [true, false] - # Default Value: false - drawBackground = false - - -[bookmarkList] - # Name: Max Rows - # Description: Max number of rows shown. - # Valid Values: An integer in the range [1, 100] (inclusive) - # Default Value: 16 - maxRows = 16 - - # Name: Max Columns - # Description: Max number of columns shown. - # Valid Values: An integer in the range [2, 100] (inclusive) - # Default Value: 9 - maxColumns = 9 - - # Name: Horizontal Alignment - # Description: Horizontal alignment of the bookmark list inside the available area. - # Valid Values: [LEFT, CENTER, RIGHT] - # Default Value: LEFT - horizontalAlignment = LEFT - - # Name: Vertical Alignment - # Description: Vertical alignment of the bookmark list inside the available area. - # Valid Values: [TOP, CENTER, BOTTOM] - # Default Value: TOP - verticalAlignment = TOP - - # Name: Navigation Visibility - # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. - # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] - # Default Value: ENABLED - buttonNavigationVisibility = ENABLED - - # Name: Draw GUI Background - # Description: Enable this to draw a background texture behind the bookmark list. - # Valid Values: [true, false] - # Default Value: false - drawBackground = false - - +[appearance] + # Name: Center Search Bar + # Description: Move the JEI search bar to the bottom center of the screen. + # Valid Values: [true, false] + # Default Value: false + centerSearch = false + + # Name: Recipe GUI Height + # Description: The maximum height for the Recipes Gui (in pixels). + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + recipeGuiHeight = 350 + + +[cheating] + # Name: Give Mode + # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + giveMode = MOUSE_PICKUP + + # Name: Cheat Items to Hotbar Using Hotkeys + # Description: Enable cheating items into the hotbar by using Shift + numeric keys. + # Valid Values: [true, false] + # Default Value: false + cheatToHotbarUsingHotkeysEnabled = false + + # Name: Show Hidden Ingredients + # Description: Enable showing ingredients that are not in the creative menu. + # Valid Values: [true, false] + # Default Value: false + showHiddenIngredients = false + + # Name: Show Tag Recipes + # Description: Show recipes for ingredient tags like item tags and block tags. + # Valid Values: [true, false] + # Default Value: false + showTagRecipesEnabled = false + + +[bookmarks] + # Name: Add Bookmarks to Front + # Description: When true, add new bookmarks to the front of the list. When false, add them to the end. + # Valid Values: [true, false] + # Default Value: false + addBookmarksToFrontEnabled = false + + # Name: Drag To Rearrange Bookmarks + # Description: Enable dragging bookmarks to rearrange them in the list. + # Valid Values: [true, false] + # Default Value: true + dragToRearrangeBookmarksEnabled = true + + +[tooltips] + # Name: Bookmarks Tooltips Features + # Description: Extra features for bookmark tooltips. + # Valid Values: A comma-separated list containing values of: + # [PREVIEW, INGREDIENTS] + # Default Value: PREVIEW + bookmarkTooltipFeatures = PREVIEW + + # Name: Shift for Bookmarks Tooltips + # Description: Hold Shift to show bookmark tooltip features. + # Valid Values: [true, false] + # Default Value: true + holdShiftToShowBookmarkTooltipFeatures = true + + # Name: Show Creative Tab Names + # Description: Show creative tab names in ingredient tooltips. + # Valid Values: [true, false] + # Default Value: false + showCreativeTabNamesEnabled = false + + # Name: Show Tag Contents + # Description: Show tag content in tooltips when browsing recipe ingredients. + # Valid Values: [true, false] + # Default Value: true + tagContentTooltipEnabled = true + + # Name: Hide Single-Ingredient Tag Contents + # Description: Hide tag content in tooltips when there is only one ingredient in the tag. + # Valid Values: [true, false] + # Default Value: true + hideSingleTagContentTooltipEnabled = true + + +[performance] + # Name: Low Memory Search + # Description: Set search to low-memory mode (makes search slow but uses less RAM). + # Valid Values: [true, false] + # Default Value: false + lowMemorySlowSearchEnabled = false + + +[lookups] + # Name: Lookup Fluid Contents + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + lookupFluidContentsEnabled = false + + # Name: Lookup ItemBlock Tags + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true + + +[advanced] + # Name: Catch Render Errors + # Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + catchRenderErrorsEnabled = true + + +[input] + # Name: Drag Delay + # Description: Number of milliseconds before a long mouse click is considered dragging the mouse. + # Valid Values: An integer in the range [0, 1000] (inclusive) + # Default Value: 150 + dragDelayInMilliseconds = 150 + + # Name: Smooth Scroll Rate + # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. + # Valid Values: An integer in the range [1, 50] (inclusive) + # Default Value: 9 + smoothScrollRate = 9 + + +[sorting] + # Name: Ingredient Sorting Stages + # Description: Sorting order for the ingredient list. + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + # Name: Recipe Sorting Stages + # Description: Sorting order for displayed recipes. + # Valid Values: A comma-separated list containing values of: + # [BOOKMARKED, CRAFTABLE] + # Default Value: BOOKMARKED, CRAFTABLE + recipeSorterStages = BOOKMARKED, CRAFTABLE + + +[search] + # Name: @Mod Name Search Mode + # Description: Search mode for mod names (prefix: @). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + modNameSearchMode = REQUIRE_PREFIX + + # Name: #Tag Search Mode + # Description: Search mode for tags (prefix: #). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + tagSearchMode = REQUIRE_PREFIX + + # Name: $Tooltip Search Mode + # Description: Search mode for tooltips (prefix: $). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + tooltipSearchMode = ENABLED + + # Name: ^Color Search Mode + # Description: Search mode for colors (prefix: ^). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + colorSearchMode = DISABLED + + # Name: &Resource Location Search Mode + # Description: Search mode for resource locations (prefix: &). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + resourceLocationSearchMode = DISABLED + + # Name: %Creative Tab Search Mode + # Description: Search mode for creative mode tab names (prefix: %). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + creativeTabSearchMode = DISABLED + + # Name: Search Advanced Tooltips + # Description: Search in advanced tooltips (visible with F3 + H). + # Valid Values: [true, false] + # Default Value: false + searchAdvancedTooltips = false + + # Name: Search Mod Ids + # Description: Search mod IDs in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + searchModIds = true + + # Name: Search Mod Aliases + # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + searchModAliases = true + + # Name: Search Short Mod Names + # Description: Search by the shorthand first letters of a mod's name. + # Valid Values: [true, false] + # Default Value: false + searchShortModNames = false + + # Name: Search Ingredient Aliases + # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. + # Valid Values: [true, false] + # Default Value: true + searchIngredientAliases = true + + +[ingredientList] + # Name: Max Rows + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + maxRows = 16 + + # Name: Max Columns + # Description: Max number of columns shown. + # Valid Values: An integer in the range [2, 100] (inclusive) + # Default Value: 9 + maxColumns = 9 + + # Name: Horizontal Alignment + # Description: Horizontal alignment of the ingredient list inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + horizontalAlignment = RIGHT + + # Name: Vertical Alignment + # Description: Vertical alignment of the ingredient list inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + verticalAlignment = TOP + + # Name: Navigation Visibility + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + buttonNavigationVisibility = ENABLED + + # Name: Draw GUI Background + # Description: Enable this to draw a background texture behind the ingredient list. + # Valid Values: [true, false] + # Default Value: false + drawBackground = false + + +[bookmarkList] + # Name: Max Rows + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + maxRows = 16 + + # Name: Max Columns + # Description: Max number of columns shown. + # Valid Values: An integer in the range [2, 100] (inclusive) + # Default Value: 9 + maxColumns = 9 + + # Name: Horizontal Alignment + # Description: Horizontal alignment of the bookmark list inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + horizontalAlignment = LEFT + + # Name: Vertical Alignment + # Description: Vertical alignment of the bookmark list inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + verticalAlignment = TOP + + # Name: Navigation Visibility + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + buttonNavigationVisibility = ENABLED + + # Name: Draw GUI Background + # Description: Enable this to draw a background texture behind the bookmark list. + # Valid Values: [true, false] + # Default Value: false + drawBackground = false + + diff --git a/client/config/jei/jei-colors.ini b/client/config/jei/jei-colors.ini index e230d3b..09e46b7 100644 --- a/client/config/jei/jei-colors.ini +++ b/client/config/jei/jei-colors.ini @@ -1,9 +1,9 @@ -[colors] - # Name: Search Colors - # Description: Color values to search for. - # Valid Values: A comma-separated list containing values of: - # Any color name and an RGB hex color, separated by a ':' - # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 - searchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 - - +[colors] + # Name: Search Colors + # Description: Color values to search for. + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + searchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/client/config/jei/jei-debug.ini b/client/config/jei/jei-debug.ini index 6afd8e8..a58b99a 100644 --- a/client/config/jei/jei-debug.ini +++ b/client/config/jei/jei-debug.ini @@ -1,38 +1,38 @@ -[debug] - # Name: Debug Mode - # Description: Enable debug mode - # Valid Values: [true, false] - # Default Value: false - debugMode = false - - # Name: Debug GUIs - # Description: Enable Debug GUIs mode - # Valid Values: [true, false] - # Default Value: false - debugGuis = false - - # Name: Debug Inputs - # Description: Enable Debug Inputs mode - # Valid Values: [true, false] - # Default Value: false - debugInputs = false - - # Name: Debug Info Tooltips - # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled. - # Valid Values: [true, false] - # Default Value: false - debugInfoTooltipsEnabled = false - - # Name: Enable Crashing Test Items - # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. - # Valid Values: [true, false] - # Default Value: false - crashingTestItemsEnabled = false - - # Name: Log Search Tree Statistics - # Description: Log information about the suffix trees used for searching, to help debug JEI. - # Valid Values: [true, false] - # Default Value: false - logSuffixTreeStats = false - - +[debug] + # Name: Debug Mode + # Description: Enable debug mode + # Valid Values: [true, false] + # Default Value: false + debugMode = false + + # Name: Debug GUIs + # Description: Enable Debug GUIs mode + # Valid Values: [true, false] + # Default Value: false + debugGuis = false + + # Name: Debug Inputs + # Description: Enable Debug Inputs mode + # Valid Values: [true, false] + # Default Value: false + debugInputs = false + + # Name: Debug Info Tooltips + # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled. + # Valid Values: [true, false] + # Default Value: false + debugInfoTooltipsEnabled = false + + # Name: Enable Crashing Test Items + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + crashingTestItemsEnabled = false + + # Name: Log Search Tree Statistics + # Description: Log information about the suffix trees used for searching, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + logSuffixTreeStats = false + + diff --git a/client/config/jei/jei-mod-id-format.ini b/client/config/jei/jei-mod-id-format.ini index edc0e30..bab7c31 100644 --- a/client/config/jei/jei-mod-id-format.ini +++ b/client/config/jei/jei-mod-id-format.ini @@ -1,12 +1,12 @@ -[modName] - # Name: Mod Name Format - # Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable. - # Valid Values: A chat formatting string. - # Use these formatting colors: - # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white - # With these formatting options: - # obfuscated bold strikethrough underline italic - # Default Value: blue italic - modNameFormat = blue italic - - +[modName] + # Name: Mod Name Format + # Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable. + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + modNameFormat = blue italic + + diff --git a/client/config/jei/recipe-category-sort-order.ini b/client/config/jei/recipe-category-sort-order.ini index f4c1dfe..2598581 100644 --- a/client/config/jei/recipe-category-sort-order.ini +++ b/client/config/jei/recipe-category-sort-order.ini @@ -1,33 +1,39 @@ -minecraft:crafting -minecraft:anvil -minecraft:blasting -minecraft:brewing -minecraft:campfire_cooking -minecraft:compostable -minecraft:fuel -minecraft:smelting -minecraft:smithing -minecraft:smoking -minecraft:stonecutting -cobblemon:berry_recipe -cobblemonintegrations:cobblemon_drops -cobblemonintegrations:evo_items -farmersdelight:cooking -farmersdelight:cutting -farmersdelight:decomposition -ftbquests:loot_crate -ftbquests:quest -irons_jewelry:jewelcrafting -irons_spellbooks:alchemist_cauldron -irons_spellbooks:arcane_anvil -irons_spellbooks:scroll_forge -jei:information -refurbished_furniture:cutting_board_combining -refurbished_furniture:cutting_board_slicing -refurbished_furniture:freezer_solidifying -refurbished_furniture:frying_pan_cooking -refurbished_furniture:grill_cooking -refurbished_furniture:microwave_heating -refurbished_furniture:oven_baking -refurbished_furniture:toaster_heating -refurbished_furniture:workbench_constructing +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire_cooking +minecraft:compostable +minecraft:fuel +minecraft:smelting +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +cobblemon:berry_recipe +cobblemonintegrations:cobblemon_drops +cobblemonintegrations:evo_items +farmersdelight:cooking +farmersdelight:cutting +farmersdelight:decomposition +ftbquests:loot_crate +ftbquests:quest +irons_jewelry:jewelcrafting +irons_spellbooks:alchemist_cauldron +irons_spellbooks:arcane_anvil +irons_spellbooks:scroll_forge +jei:information +refurbished_furniture:cutting_board_combining +refurbished_furniture:cutting_board_slicing +refurbished_furniture:freezer_solidifying +refurbished_furniture:frying_pan_cooking +refurbished_furniture:grill_cooking +refurbished_furniture:microwave_heating +refurbished_furniture:oven_baking +refurbished_furniture:toaster_heating +refurbished_furniture:workbench_constructing +apotheosis:gem_cutting +apotheosis:salvaging +apotheosis:smithing +apothic_enchanting:enchanting +apothic_spawners:spawner_modifiers +fluxnetworks:creating_flux diff --git a/client/config/jei/world/server/Minecraft_Server_731a2413/bookmarks.json b/client/config/jei/world/server/Minecraft_Server_731a2413/bookmarks.json new file mode 100644 index 0000000..66d0211 --- /dev/null +++ b/client/config/jei/world/server/Minecraft_Server_731a2413/bookmarks.json @@ -0,0 +1,4 @@ +[ + {"version":2}, + {"ingredient":{"id":"minecraft:diamond"},"type":"item_stack","bookmarkType":"INGREDIENT"} +] \ No newline at end of file diff --git a/client/config/jei/world/server/Minecraft_Server_ead81a6a/bookmarks.json b/client/config/jei/world/server/Minecraft_Server_ead81a6a/bookmarks.json new file mode 100644 index 0000000..c57ed77 --- /dev/null +++ b/client/config/jei/world/server/Minecraft_Server_ead81a6a/bookmarks.json @@ -0,0 +1,7 @@ +[ + {"version":2}, + {"ingredient":{"id":"simpletms:tm_suckerpunch"},"type":"item_stack","bookmarkType":"INGREDIENT"}, + {"ingredient":{"id":"cobblenav:pokenav_item_base"},"type":"item_stack","bookmarkType":"INGREDIENT"}, + {"ingredient":{"id":"gateways:gate_pearl","components":{"gateways:gateway":"gateways:overworldian_nights"}},"type":"item_stack","bookmarkType":"INGREDIENT"}, + {"ingredient":{"id":"cobblenav:pokefinder_item_red"},"type":"item_stack","bookmarkType":"INGREDIENT"} +] \ No newline at end of file diff --git a/client/config/neoforge-common-2.toml.bak b/client/config/neoforge-common-2.toml.bak new file mode 100644 index 0000000..5378854 --- /dev/null +++ b/client/config/neoforge-common-2.toml.bak @@ -0,0 +1,6 @@ +#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logUntranslatedItemTagWarnings = "SILENCED" +#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logLegacyTagWarnings = "DEV_SHORT" diff --git a/client/config/neoforge-common.toml b/client/config/neoforge-common.toml index 78b8f5b..9e1ac4c 100644 --- a/client/config/neoforge-common.toml +++ b/client/config/neoforge-common.toml @@ -1,8 +1,8 @@ -#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. -#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE -logUntranslatedItemTagWarnings = "SILENCED" -#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. -#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE -logLegacyTagWarnings = "DEV_SHORT" -#Set this to true to enable showing debug information about attributes on an item when advanced tooltips is on. -attributeAdvancedTooltipDebugInfo = true +#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logUntranslatedItemTagWarnings = "SILENCED" +#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logLegacyTagWarnings = "DEV_SHORT" +#Set this to true to enable showing debug information about attributes on an item when advanced tooltips is on. +attributeAdvancedTooltipDebugInfo = true diff --git a/client/config/rctmod-client-1.toml.bak b/client/config/rctmod-client-1.toml.bak new file mode 100644 index 0000000..f832af3 --- /dev/null +++ b/client/config/rctmod-client-1.toml.bak @@ -0,0 +1,19 @@ +[Trainers] + #Determines if symbols for trainer types are shown next to trainer names. + showTrainerTypeSymbols = false + #Determines if trainer names are colored based of their type. + showTrainerTypeColors = true + +["Trainer Card"] + #Padding of the trainer card gui. + # Default: 8 + # Range: 0 ~ 2147483646 + trainerCardPadding = 8 + #Horizontal alignment of the trainer card gui, i.e. 0=left, 0.5=center, 1=right. + # Default: 0.0 + # Range: 0.0 ~ 1.0 + trainerCardAlignmentX = 0.0 + #Vertical alignment of the trainer card gui, i.e. 0=top, 0.5=center, 1=bottom. + # Default: 0.0 + # Range: 0.0 ~ 1.0 + trainerCardAlignmentY = 0.0 diff --git a/client/config/rctmod-client.toml b/client/config/rctmod-client.toml index f832af3..d61257c 100644 --- a/client/config/rctmod-client.toml +++ b/client/config/rctmod-client.toml @@ -1,18 +1,23 @@ [Trainers] + #━━━━━━━━━━ #Determines if symbols for trainer types are shown next to trainer names. showTrainerTypeSymbols = false + #━━━━━━━━━━ #Determines if trainer names are colored based of their type. showTrainerTypeColors = true ["Trainer Card"] + #━━━━━━━━━━ #Padding of the trainer card gui. # Default: 8 # Range: 0 ~ 2147483646 trainerCardPadding = 8 + #━━━━━━━━━━ #Horizontal alignment of the trainer card gui, i.e. 0=left, 0.5=center, 1=right. # Default: 0.0 # Range: 0.0 ~ 1.0 trainerCardAlignmentX = 0.0 + #━━━━━━━━━━ #Vertical alignment of the trainer card gui, i.e. 0=top, 0.5=center, 1=bottom. # Default: 0.0 # Range: 0.0 ~ 1.0 diff --git a/client/config/rctmod-server-2.toml.bak b/client/config/rctmod-server-2.toml.bak new file mode 100644 index 0000000..028967c --- /dev/null +++ b/client/config/rctmod-server-2.toml.bak @@ -0,0 +1,61 @@ +[Spawning] + #A global factor that determines if a spawn attempt for a trainer is made. + # Default: 0.85 + # Range: 0.0 ~ 1.0 + globalSpawnChance = 0.5 + #The interval in ticks at which a spawn attempt is made per player. + # Default: 120 + # Range: 1 ~ 2147483646 + spawnIntervalTicks = 8000 + #The max horizontal distance a trainer can spawn from players. + # Default: 70 + # Range: 1 ~ 2147483646 + maxHorizontalDistanceToPlayers = 70 + #The min horizontal distance a trainer can spawn from players. + # Default: 25 + # Range: 1 ~ 2147483646 + minHorizontalDistanceToPlayers = 25 + #The max vertical distance a trainer can spawn from players. + # Default: 30 + # Range: 1 ~ 2147483646 + maxVerticalDistanceToPlayers = 30 + #Spawn cap of trainers per player. + # Default: 12 + # Range: 0 ~ 2147483646 + maxTrainersPerPlayer = 8 + #Total trainer spawn cap. This value may be increased for servers with higher expected player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. + # Default: 60 + # Range: 0 ~ 2147483646 + maxTrainersTotal = 24 + #The maximum level difference between the strongest pokemon in the team of a player and the strongest pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher level difference. Trainers with pokemon above the level cap of a player are excluded. + # Default: 25 + # Range: 0 ~ 100 + maxLevelDiff = 25 + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. Trainers may also have additional tags defined by a data pack. + biomeTagBlacklist = [] + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. + biomeTagWhitelist = [] + #A list of items that can be used to configure a trainer spawner to spawn specific trainers. Every entry must define an item followed by a space seperated list of trainer ids (of which one will be randomly chosen to spawn). + trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] + #The chance for a trainer to spawn will shrink towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the chance will be as configured by globalSpawnChance, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). + # Default: 0.15 + # Range: 0.0 ~ 1.0 + globalSpawnChanceMinimum = 0.15 + #The spawn interval ticks will grow towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the spawn interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below spawnIntervalTicks to disable (e.g. 0). + # Default: 1200 + # Range: 0 ~ 2147483646 + spawnIntervalTicksMaximum = 1200 + +[Players] + #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. + # Default: 15 + # Range: 1 ~ 100 + initialLevelCap = 100 + #The required level cap for trainers is based of the strongest pokemon in their team. This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 has a level cap requirement of 50. If the additiveLevelCapRequirement is `-10` the required level cap of that trainer becomes 40, if it is `10` the level cap requirement becomes `60`. Set to `-100` (or lower) to disable all level cap requirements. + additiveLevelCapRequirement = 0 + #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. Trainers will still refuse to battle players that carry pokemon above their level cap! + allowOverLeveling = false + +[Debug] + #If enabled additional information are printed to the log whenever a trainer spawns or despawns. + logSpawning = true diff --git a/client/config/rctmod-server.toml b/client/config/rctmod-server.toml index 558a13e..b335149 100644 --- a/client/config/rctmod-server.toml +++ b/client/config/rctmod-server.toml @@ -1,65 +1,109 @@ -[Spawning] - #A global factor that determines if a spawn attempt for a trainer is made. - # Default: 0.85 - # Range: 0.0 ~ 1.0 - globalSpawnChance = 0.5 - #The interval in ticks at which a spawn attempt is made per player. - # Default: 120 - # Range: 1 ~ 2147483646 - spawnIntervalTicks = 8000 - #The max horizontal distance a trainer can spawn from players. - # Default: 70 - # Range: 1 ~ 2147483646 - maxHorizontalDistanceToPlayers = 70 - #The min horizontal distance a trainer can spawn from players. - # Default: 25 - # Range: 1 ~ 2147483646 - minHorizontalDistanceToPlayers = 25 - #The max vertical distance a trainer can spawn from players. - # Default: 30 - # Range: 1 ~ 2147483646 - maxVerticalDistanceToPlayers = 30 - #Spawn cap of trainers per player. - # Default: 12 - # Range: 0 ~ 2147483646 - maxTrainersPerPlayer = 8 - #Total trainer spawn cap. This value may be increased for servers with higher expected player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. - # Default: 60 - # Range: 0 ~ 2147483646 - maxTrainersTotal = 24 - #The maximum level difference between the strongest pokemon in the team of a player and the strongest pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher level difference. Trainers with pokemon above the level cap of a player are excluded. - # Default: 25 - # Range: 0 ~ 100 - maxLevelDiff = 25 - #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. Trainers may also have additional tags defined by a data pack. - biomeTagBlacklist = [] - #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. - biomeTagWhitelist = [] - #A list of items that can be used to configure a trainer spawner to spawn specific trainers. Every entry must define an item followed by a space seperated list of trainer ids (of which one will be randomly chosen to spawn). - trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] - #The chance for a trainer to spawn will shrink towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the chance will be as configured by globalSpawnChance, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). - # Default: 0.15 - # Range: 0.0 ~ 1.0 - globalSpawnChanceMinimum = 0.15 - #The spawn interval ticks will grow towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the spawn interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below spawnIntervalTicks to disable (e.g. 0). - # Default: 1200 - # Range: 0 ~ 2147483646 - spawnIntervalTicksMaximum = 1200 - #A comma separated list of dimensions (e.g. ["multiworld:spawn", "minecraft:the_end"]). In these dimensions trainers will never spawn. - dimensionBlacklist = [] - #A comma separated list of dimensions (e.g. ["multiworld:spawn" , "minecraft:the_end"]). Trainers may only spawn in these dimensions (unless the list is empty). - dimensionWhitelist = [] - -[Players] - #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. - # Default: 15 - # Range: 1 ~ 100 - initialLevelCap = 100 - #The required level cap for trainers is based of the strongest pokemon in their team. This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 has a level cap requirement of 50. If the additiveLevelCapRequirement is -10 the required level cap of that trainer becomes 40, if it is 10 the level cap requirement becomes 60. - additiveLevelCapRequirement = 0 - #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. Trainers will still refuse to battle players that carry pokemon above their level cap! - allowOverLeveling = false - -[Debug] - #If enabled additional information are printed to the log whenever a trainer spawns or despawns. - logSpawning = true +[Spawning] + #━━━━━━━━━━ + #A global factor that determines if a spawn attempt for a trainer is made. + # Default: 0.85 + # Range: 0.0 ~ 1.0 + globalSpawnChance = 0.5 + #━━━━━━━━━━ + #The interval in ticks at which a spawn attempt is made per player. + # Default: 120 + # Range: 1 ~ 2147483646 + spawnIntervalTicks = 8000 + #━━━━━━━━━━ + #The max horizontal distance a trainer can spawn from players. + # Default: 70 + # Range: 1 ~ 2147483646 + maxHorizontalDistanceToPlayers = 70 + #━━━━━━━━━━ + #The min horizontal distance a trainer can spawn from players. + # Default: 25 + # Range: 1 ~ 2147483646 + minHorizontalDistanceToPlayers = 25 + #━━━━━━━━━━ + #The max vertical distance a trainer can spawn from players. + # Default: 30 + # Range: 1 ~ 2147483646 + maxVerticalDistanceToPlayers = 30 + #━━━━━━━━━━ + #Spawn cap of trainers per player. + # Default: 12 + # Range: 0 ~ 2147483646 + maxTrainersPerPlayer = 8 + #━━━━━━━━━━ + #Total trainer spawn cap. This value may be increased for servers with higher expected + #player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. + # Default: 60 + # Range: 0 ~ 2147483646 + maxTrainersTotal = 24 + #━━━━━━━━━━ + #The maximum level difference between the strongest pokemon in the team of a player and the strongest + #pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher + #level difference. Trainers with pokemon above the level cap of a player are excluded. + # Default: 25 + # Range: 0 ~ 100 + maxLevelDiff = 25 + #━━━━━━━━━━ + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). + #A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. + #Trainers may also have additional tags defined by a data pack. + biomeTagBlacklist = [] + #━━━━━━━━━━ + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). + #A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that + #biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. + biomeTagWhitelist = [] + #━━━━━━━━━━ + #A list of items that can be used to configure a trainer spawner to spawn specific + #trainers. Every entry must define an item followed by a space seperated list of + #trainer ids (of which one will be randomly chosen to spawn). + trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] + #━━━━━━━━━━ + #The chance for a trainer to spawn will shrink towards this value based of how many + #trainers are already spawned in for a player. For example if a player has 0 trainers + #spawned for them the chance will be as configured by globalSpawnChance if a player + #has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free + #spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. + #Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). + # Default: 0.15 + # Range: 0.0 ~ 1.0 + globalSpawnChanceMinimum = 0.15 + #━━━━━━━━━━ + #The spawn interval ticks will grow towards this value based of how many trainers are already + #spawned in for a player. For example if a player has 0 trainers spawned for them the spawn + #interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their + #spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the + #last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below + #spawnIntervalTicks to disable (e.g. 0). + # Default: 1200 + # Range: 0 ~ 2147483646 + spawnIntervalTicksMaximum = 1200 + #━━━━━━━━━━ + #A comma separated list of dimensions (e.g. ["multiworld:spawn", "minecraft:the_end"]). + #In these dimensions trainers will never spawn. + dimensionBlacklist = [] + #━━━━━━━━━━ + #A comma separated list of dimensions (e.g. ["multiworld:spawn" , "minecraft:the_end"]). + #Trainers may only spawn in these dimensions (unless the list is empty). + dimensionWhitelist = [] + +[Players] + #━━━━━━━━━━ + #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. + # Default: 15 + # Range: 1 ~ 100 + initialLevelCap = 100 + #━━━━━━━━━━ + #The required level cap for trainers is based of the strongest pokemon in their team. + #This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 + #has a level cap requirement of 50. If the additiveLevelCapRequirement is -10 the required level cap + #of that trainer becomes 40, if it is 10 the level cap requirement becomes 60. + additiveLevelCapRequirement = 0 + #━━━━━━━━━━ + #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. + #Trainers will still refuse to battle players that carry pokemon above their level cap! + allowOverLeveling = false + +[Debug] + #━━━━━━━━━━ + #If enabled additional information are printed to the log whenever a trainer spawns or despawns. + logSpawning = true diff --git a/client/config/refurbished_furniture.client.toml b/client/config/refurbished_furniture.client.toml index 60adefb..23c4edd 100644 --- a/client/config/refurbished_furniture.client.toml +++ b/client/config/refurbished_furniture.client.toml @@ -1,3 +1,6 @@ +# If enabled, displays a toast notification when another player rings one of your doorbells. +# Valid values: true, false +doorbellNotification = true # The maximum distance that electricity nodes and connections can be seen by the camera. # Valid range: 1 to 128 (inclusive) electricityViewDistance = 48 @@ -5,9 +8,6 @@ electricityViewDistance = 48 # Note: This is an experimental feature. # Valid values: true, false showCuttingBoardHelper = false -# If enabled, displays a toast notification when another player rings one of your doorbells. -# Valid values: true, false -doorbellNotification = true # Experimental options [experimental] diff --git a/client/config/refurbished_furniture.server.toml b/client/config/refurbished_furniture.server.toml index 37f1393..fb54610 100644 --- a/client/config/refurbished_furniture.server.toml +++ b/client/config/refurbished_furniture.server.toml @@ -3,6 +3,19 @@ # The maximum amount of links that can be connected to a single electricity node. # Valid range: 1 to 64 (inclusive) maximumLinksPerElectricityNode = 6 + # The maximum amount of nodes in a network that can be powered by an electricity + # source, like the electricity generator. + # Valid range: 1 to 512 (inclusive) + maximumNodesInNetwork = 64 + # The amount of power that is generated by the electricity generator per fuel tick. + # For example, coal has 1600 ticks of fuel, and at a ratio of 4, it would produce + # 6400 units of power. The default value of 8 means that the electricity generator + # would consume almost 2 coal per in-game day. + # Valid range: 1 to 128 (inclusive) + fuelToPowerRatio = 16 + # The maximum amount of links that can be connected to an Electricity Generator. + # Valid range: 1 to 64 (inclusive) + maximumLinksPerElectricityGenerator = 12 # The maximum area radius determines the size of the area which electricity nodes must # be inside of to be powered by a source node (like the Electricity Generator). The # radius is represented as blocks. The center of the area is the source node providing @@ -13,19 +26,6 @@ # links to be powered, this config value just determines the acceptable area. # Valid range: 1 to 256 (inclusive) powerableAreaRadius = 80 - # The maximum amount of links that can be connected to an Electricity Generator. - # Valid range: 1 to 64 (inclusive) - maximumLinksPerElectricityGenerator = 12 - # The amount of power that is generated by the electricity generator per fuel tick. - # For example, coal has 1600 ticks of fuel, and at a ratio of 4, it would produce - # 6400 units of power. The default value of 8 means that the electricity generator - # would consume almost 2 coal per in-game day. - # Valid range: 1 to 128 (inclusive) - fuelToPowerRatio = 16 - # The maximum amount of nodes in a network that can be powered by an electricity - # source, like the electricity generator. - # Valid range: 1 to 512 (inclusive) - maximumNodesInNetwork = 64 # Cheats for electricity. Free power, etc. [electricity.cheats] @@ -38,21 +38,48 @@ # Valid values: true, false everythingIsPowered = false -# Kitchen Sink related properties -[kitchenSink] - # If enabled, when interacting with this block it will dispense free water into - # it's fluid tank, assuming the tank is empty or contains water but has not reached it's - # capacity. +# Mailing related properties +[mailing] + # The maximum amount of mailboxes a player is allowed to register/own. + # Valid range: 1 to 2147483647 (inclusive) + maxMailboxesPerPlayer = 16 + # The maximum amount of items that can be queued for delivery to a mailbox. Items become + # queued when the receiving mailbox's inventory is full. This is to prevent infinite storage. + # Valid range: 0 to 256 (inclusive) + deliveryQueueSize = 32 + # The amount of inventory rows in a mailbox. If you change this value from a larger to + # a smaller value, items contained in the removed rows will be deleted. Use caution + # when changing this value to avoid inconvenience and backup your saves. + # Valid range: 1 to 6 (inclusive) + mailboxInventoryRows = 1 + # A list of dimensions you are allowed to place mailboxes. An empty list means that + # mailboxes can be placed in any dimension. + # An example of how the list is defined: + # allowedDimensions = [ + # "minecraft:overworld", + # "minecraft:the_nether", + # ... + # ] + # ^ Note: This is just an example. Write your list below. + allowedDimensions = [] + # If enabled, this will ban items with an inventory (like a Shulker Box) being sent through + # a Post Box. This prevents players from creating massive NBT on a single item, which can + # cause issues for your server/world save. # Valid values: true, false - dispenseWater = true - # The storage capacity of the fluid tank contained in this block. If you're using Forge, - # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you - # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) - # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 3000 + banSendingItemsWithInventories = true + # Prevents items contained in this list from being sent through a Post Box. + # An example of how the list is defined: + # bannedItems = [ + # "minecraft:water_bucket", + # "minecraft:diamond", + # "refurbished_furniture:mailbox" + # ... + # ] + # ^ Note: This is just an example. Write your list below. + bannedItems = [] -# Toilet related properties -[toilet] +# Basin related properties +[basin] # If enabled, when interacting with this block it will dispense free water into # it's fluid tank, assuming the tank is empty or contains water but has not reached it's # capacity. @@ -77,48 +104,33 @@ # Valid range: 1 to 9223372036854775807 (inclusive) fluidCapacity = 10000 -# Mailing related properties -[mailing] - # The maximum amount of items that can be queued for delivery to a mailbox. Items become - # queued when the receiving mailbox's inventory is full. This is to prevent infinite storage. - # Valid range: 0 to 256 (inclusive) - deliveryQueueSize = 32 - # The maximum amount of mailboxes a player is allowed to register/own. +# Recycle Bin related properties +[recycleBin] + # The amount of experience to add when recycling an item. + # Valid range: 0 to 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (inclusive) + experiencePerItem = 0.05 + # The maximum amount of experience levels that the recycling bin can hold. Recycling stops once it reaches that level. + # Valid range: 1 to 100 (inclusive) + maximumExperienceLevels = 5 + # The amount of time in ticks that it takes to perform one cycle of recycling # Valid range: 1 to 2147483647 (inclusive) - maxMailboxesPerPlayer = 16 - # A list of dimensions you are allowed to place mailboxes. An empty list means that - # mailboxes can be placed in any dimension. - # An example of how the list is defined: - # allowedDimensions = [ - # "minecraft:overworld", - # "minecraft:the_nether", - # ... - # ] - # ^ Note: This is just an example. Write your list below. - allowedDimensions = [] - # Prevents items contained in this list from being sent through a Post Box. - # An example of how the list is defined: - # bannedItems = [ - # "minecraft:water_bucket", - # "minecraft:diamond", - # "refurbished_furniture:mailbox" - # ... - # ] - # ^ Note: This is just an example. Write your list below. - bannedItems = [] - # If enabled, this will ban items with an inventory (like a Shulker Box) being sent through - # a Post Box. This prevents players from creating massive NBT on a single item, which can - # cause issues for your server/world save. - # Valid values: true, false - banSendingItemsWithInventories = true - # The amount of inventory rows in a mailbox. If you change this value from a larger to - # a smaller value, items contained in the removed rows will be deleted. Use caution - # when changing this value to avoid inconvenience and backup your saves. - # Valid range: 1 to 6 (inclusive) - mailboxInventoryRows = 1 + processingTime = 10 -# Basin related properties -[basin] +# Toilet related properties +[toilet] + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 1000 + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = true + +# Kitchen Sink related properties +[kitchenSink] # If enabled, when interacting with this block it will dispense free water into # it's fluid tank, assuming the tank is empty or contains water but has not reached it's # capacity. @@ -128,7 +140,7 @@ # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 1000 + fluidCapacity = 3000 # Trampoline related properties [trampoline] @@ -138,15 +150,3 @@ # half. # Valid range: 0 to 64 (inclusive) maxBounceHeight = 8.0 - -# Recycle Bin related properties -[recycleBin] - # The maximum amount of experience levels that the recycling bin can hold. Recycling stops once it reaches that level. - # Valid range: 1 to 100 (inclusive) - maximumExperienceLevels = 5 - # The amount of experience to add when recycling an item. - # Valid range: 0 to 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (inclusive) - experiencePerItem = 0.05 - # The amount of time in ticks that it takes to perform one cycle of recycling - # Valid range: 1 to 2147483647 (inclusive) - processingTime = 10 diff --git a/client/config/releaserewards-server.toml b/client/config/releaserewards-server.toml index fcffd6e..62eb08d 100644 --- a/client/config/releaserewards-server.toml +++ b/client/config/releaserewards-server.toml @@ -1,6 +1,6 @@ #Max search depth for EvolutionStageCondition finding Pre-Evolutions of species. #Prevents crashes from recursive Pre-Evolutions. -#Why? why anyone would do that is beyond me, but it exists somwhere. +#Why? why anyone would do that is beyond me, but it exists somewhere. #If this activates, the Species will be considered Unevolving # Default: 10 # Range: > 0 diff --git a/client/config/resourceful-config-web.json b/client/config/resourceful-config-web.json index e82b88f..373d5c3 100644 --- a/client/config/resourceful-config-web.json +++ b/client/config/resourceful-config-web.json @@ -4,7 +4,7 @@ "validator": { "uuids": [], "if": { - "password": "ca14b60b-a177-4f85-a6a7-fbbac3a2be06", + "password": "3011529b-11e8-4091-afb6-9ffe3fa330ab", "type": "password" }, "type": "if" diff --git a/client/config/sereneseasons/fertility.toml b/client/config/sereneseasons/fertility.toml index de77ca9..3e6df35 100644 --- a/client/config/sereneseasons/fertility.toml +++ b/client/config/sereneseasons/fertility.toml @@ -1,12 +1,12 @@ -[general] - #Whether crops are affected by seasons. - seasonal_crops = true - #How crops behave when out of season. - #0 = Grow slowly - #1 = Can't grow - #2 = Break when trying to grow - out_of_season_crop_behavior = 0 - #Maximum height level for out of season crops to have fertility underground. - underground_fertility_level = 48 - #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. - crop_tooltips = true +[general] + #Whether crops are affected by seasons. + seasonal_crops = true + #How crops behave when out of season. + #0 = Grow slowly + #1 = Can't grow + #2 = Break when trying to grow + out_of_season_crop_behavior = 0 + #Maximum height level for out of season crops to have fertility underground. + underground_fertility_level = 48 + #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + crop_tooltips = true diff --git a/client/config/sereneseasons/seasons.toml b/client/config/sereneseasons/seasons.toml index 0403619..7f40beb 100644 --- a/client/config/sereneseasons/seasons.toml +++ b/client/config/sereneseasons/seasons.toml @@ -1,238 +1,238 @@ -[aesthetic_settings] - #Change the foliage colour based on the current season - change_foliage_color = true - #Change the grass color based on the current season - change_grass_color = true - #Change the birch colour based on the current season - change_birch_color = true - -[dimension_settings] - #Seasons will only apply to dimensons listed here - whitelisted_dimensions = ["minecraft:overworld"] - -[weather_settings] - #Change the frequency of rain/snow/storms based on the season - change_weather_frequency = true - #Generate snow and ice during the Winter season - generate_snow_ice = true - -[time_settings] - #The starting sub season for new worlds. - #0 = Random, 1 - 3 = Early/Mid/Late Spring - #4 - 6 = Early/Mid/Late Summer - #7 - 9 = Early/Mid/Late Autumn - #10 - 12 = Early/Mid/Late Winter - starting_sub_season = 1 - #The duration of a sub season in days. - sub_season_duration = 8 - #If the season should progress on a server with no players online - progress_season_while_offline = true - #The duration of a Minecraft day in ticks. - #This only adjusts the internal length of a day used by the season cycle. - #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. - day_duration = 24000 - -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 12.5 - max_rain_time = 96000 - min_rain_time = 12000 - season = "LATE_SPRING" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 25.0 - max_rain_time = 96000 - min_rain_time = 12000 - season = "LATE_SUMMER" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 0.0 - max_rain_time = 36000 - min_rain_time = 12000 - season = "LATE_WINTER" - melt_rolls = 0 - max_thunder_time = -1 - biome_temp_adjustment = -0.8 - min_thunder_time = -1 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 8.33 - max_rain_time = 96000 - min_rain_time = 12000 - season = "MID_SPRING" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 25.0 - max_rain_time = 96000 - min_rain_time = 12000 - season = "MID_SUMMER" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 6.25 - max_rain_time = 96000 - min_rain_time = 12000 - season = "EARLY_SPRING" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = -0.25 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 0.0 - max_rain_time = 36000 - min_rain_time = 12000 - season = "MID_WINTER" - melt_rolls = 0 - max_thunder_time = -1 - biome_temp_adjustment = -0.8 - min_thunder_time = -1 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 8.33 - max_rain_time = 180000 - min_rain_time = 12000 - season = "MID_AUTUMN" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 0.0 - max_rain_time = 36000 - min_rain_time = 12000 - season = "EARLY_WINTER" - melt_rolls = 0 - max_thunder_time = -1 - biome_temp_adjustment = -0.8 - min_thunder_time = -1 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 12.5 - max_rain_time = 180000 - min_rain_time = 12000 - season = "EARLY_AUTUMN" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 25.0 - max_rain_time = 96000 - min_rain_time = 12000 - season = "EARLY_SUMMER" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = 0.0 - min_thunder_time = 12000 -#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) -#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) -#melt_rolls should be 0 if blocks should not melt in that season. -#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. -#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. -#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. -#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. -#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. -[[season_properties]] - melt_percent = 6.25 - max_rain_time = 180000 - min_rain_time = 12000 - season = "LATE_AUTUMN" - melt_rolls = 1 - max_thunder_time = 180000 - biome_temp_adjustment = -0.25 - min_thunder_time = 12000 +[aesthetic_settings] + #Change the foliage colour based on the current season + change_foliage_color = true + #Change the grass color based on the current season + change_grass_color = true + #Change the birch colour based on the current season + change_birch_color = true + +[dimension_settings] + #Seasons will only apply to dimensons listed here + whitelisted_dimensions = ["minecraft:overworld"] + +[weather_settings] + #Change the frequency of rain/snow/storms based on the season + change_weather_frequency = true + #Generate snow and ice during the Winter season + generate_snow_ice = true + +[time_settings] + #The starting sub season for new worlds. + #0 = Random, 1 - 3 = Early/Mid/Late Spring + #4 - 6 = Early/Mid/Late Summer + #7 - 9 = Early/Mid/Late Autumn + #10 - 12 = Early/Mid/Late Winter + starting_sub_season = 1 + #The duration of a sub season in days. + sub_season_duration = 8 + #If the season should progress on a server with no players online + progress_season_while_offline = true + #The duration of a Minecraft day in ticks. + #This only adjusts the internal length of a day used by the season cycle. + #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. + day_duration = 24000 + +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 180000 + min_rain_time = 12000 + season = "EARLY_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "MID_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "EARLY_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "LATE_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 180000 + min_rain_time = 12000 + season = "MID_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 180000 + min_rain_time = 12000 + season = "LATE_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 diff --git a/client/config/simpletms/main.json b/client/config/simpletms/main.json index 479ad32..7e46489 100644 --- a/client/config/simpletms/main.json +++ b/client/config/simpletms/main.json @@ -30,7 +30,6 @@ "dropFromTmMoveList": true, "dropFromTutorMoveList": true, "dropFromEggMoveList": true, - "showPokemonThatCanLearnMove": true, "pokemonSortOrder": "ALPHABETICAL_ASC", "allowItemRemovalATOWNRISK": false } \ No newline at end of file diff --git a/client/config/simpletms/moves/default_tm_moves.json b/client/config/simpletms/moves/default_tm_moves.json index 89aeb38..9428508 100644 --- a/client/config/simpletms/moves/default_tm_moves.json +++ b/client/config/simpletms/moves/default_tm_moves.json @@ -1,2543 +1,1763 @@ -[ - { - "moveName": "absorb" - }, - { - "moveName": "accelerock" - }, - { - "moveName": "acid" - }, - { - "moveName": "acidarmor" - }, - { - "moveName": "acidspray" - }, - { - "moveName": "acrobatics" - }, - { - "moveName": "acupressure" - }, - { - "moveName": "aerialace" - }, - { - "moveName": "aeroblast" - }, - { - "moveName": "afteryou" - }, - { - "moveName": "agility" - }, - { - "moveName": "aircutter" - }, - { - "moveName": "airslash" - }, - { - "moveName": "alluringvoice" - }, - { - "moveName": "allyswitch" - }, - { - "moveName": "amnesia" - }, - { - "moveName": "anchorshot" - }, - { - "moveName": "ancientpower" - }, - { - "moveName": "appleacid" - }, - { - "moveName": "aquacutter" - }, - { - "moveName": "aquajet" - }, - { - "moveName": "aquaring" - }, - { - "moveName": "aquastep" - }, - { - "moveName": "aquatail" - }, - { - "moveName": "armorcannon" - }, - { - "moveName": "armthrust" - }, - { - "moveName": "aromatherapy" - }, - { - "moveName": "aromaticmist" - }, - { - "moveName": "assist" - }, - { - "moveName": "assurance" - }, - { - "moveName": "astonish" - }, - { - "moveName": "astralbarrage" - }, - { - "moveName": "attackorder" - }, - { - "moveName": "attract" - }, - { - "moveName": "aurasphere" - }, - { - "moveName": "aurawheel" - }, - { - "moveName": "aurorabeam" - }, - { - "moveName": "auroraveil" - }, - { - "moveName": "autotomize" - }, - { - "moveName": "avalanche" - }, - { - "moveName": "axekick" - }, - { - "moveName": "babydolleyes" - }, - { - "moveName": "baddybad" - }, - { - "moveName": "banefulbunker" - }, - { - "moveName": "barbbarrage" - }, - { - "moveName": "barrage" - }, - { - "moveName": "barrier" - }, - { - "moveName": "batonpass" - }, - { - "moveName": "beakblast" - }, - { - "moveName": "beatup" - }, - { - "moveName": "behemothbash" - }, - { - "moveName": "behemothblade" - }, - { - "moveName": "belch" - }, - { - "moveName": "bellydrum" - }, - { - "moveName": "bestow" - }, - { - "moveName": "bide" - }, - { - "moveName": "bind" - }, - { - "moveName": "bite" - }, - { - "moveName": "bitterblade" - }, - { - "moveName": "bittermalice" - }, - { - "moveName": "blastburn" - }, - { - "moveName": "blazekick" - }, - { - "moveName": "blazingtorque" - }, - { - "moveName": "bleakwindstorm" - }, - { - "moveName": "blizzard" - }, - { - "moveName": "block" - }, - { - "moveName": "bloodmoon" - }, - { - "moveName": "blueflare" - }, - { - "moveName": "bodypress" - }, - { - "moveName": "bodyslam" - }, - { - "moveName": "boltbeak" - }, - { - "moveName": "boltstrike" - }, - { - "moveName": "boneclub" - }, - { - "moveName": "bonemerang" - }, - { - "moveName": "bonerush" - }, - { - "moveName": "boomburst" - }, - { - "moveName": "bounce" - }, - { - "moveName": "bouncybubble" - }, - { - "moveName": "branchpoke" - }, - { - "moveName": "bravebird" - }, - { - "moveName": "breakingswipe" - }, - { - "moveName": "brickbreak" - }, - { - "moveName": "brine" - }, - { - "moveName": "brutalswing" - }, - { - "moveName": "bubble" - }, - { - "moveName": "bubblebeam" - }, - { - "moveName": "bugbite" - }, - { - "moveName": "bugbuzz" - }, - { - "moveName": "bulkup" - }, - { - "moveName": "bulldoze" - }, - { - "moveName": "bulletpunch" - }, - { - "moveName": "bulletseed" - }, - { - "moveName": "burningbulwark" - }, - { - "moveName": "burningjealousy" - }, - { - "moveName": "burnup" - }, - { - "moveName": "buzzybuzz" - }, - { - "moveName": "calmmind" - }, - { - "moveName": "camouflage" - }, - { - "moveName": "captivate" - }, - { - "moveName": "ceaselessedge" - }, - { - "moveName": "celebrate" - }, - { - "moveName": "charge" - }, - { - "moveName": "chargebeam" - }, - { - "moveName": "charm" - }, - { - "moveName": "chatter" - }, - { - "moveName": "chillingwater" - }, - { - "moveName": "chillyreception" - }, - { - "moveName": "chipaway" - }, - { - "moveName": "chloroblast" - }, - { - "moveName": "circlethrow" - }, - { - "moveName": "clamp" - }, - { - "moveName": "clangingscales" - }, - { - "moveName": "clangoroussoul" - }, - { - "moveName": "clearsmog" - }, - { - "moveName": "closecombat" - }, - { - "moveName": "coaching" - }, - { - "moveName": "coil" - }, - { - "moveName": "collisioncourse" - }, - { - "moveName": "combattorque" - }, - { - "moveName": "cometpunch" - }, - { - "moveName": "comeuppance" - }, - { - "moveName": "confide" - }, - { - "moveName": "confuseray" - }, - { - "moveName": "confusion" - }, - { - "moveName": "constrict" - }, - { - "moveName": "conversion" - }, - { - "moveName": "conversion2" - }, - { - "moveName": "copycat" - }, - { - "moveName": "coreenforcer" - }, - { - "moveName": "corrosivegas" - }, - { - "moveName": "cosmicpower" - }, - { - "moveName": "cottonguard" - }, - { - "moveName": "cottonspore" - }, - { - "moveName": "counter" - }, - { - "moveName": "courtchange" - }, - { - "moveName": "covet" - }, - { - "moveName": "crabhammer" - }, - { - "moveName": "craftyshield" - }, - { - "moveName": "crosschop" - }, - { - "moveName": "crosspoison" - }, - { - "moveName": "crunch" - }, - { - "moveName": "crushclaw" - }, - { - "moveName": "crushgrip" - }, - { - "moveName": "curse" - }, - { - "moveName": "cut" - }, - { - "moveName": "darkestlariat" - }, - { - "moveName": "darkpulse" - }, - { - "moveName": "darkvoid" - }, - { - "moveName": "dazzlinggleam" - }, - { - "moveName": "decorate" - }, - { - "moveName": "defendorder" - }, - { - "moveName": "defensecurl" - }, - { - "moveName": "defog" - }, - { - "moveName": "destinybond" - }, - { - "moveName": "detect" - }, - { - "moveName": "diamondstorm" - }, - { - "moveName": "dig" - }, - { - "moveName": "direclaw" - }, - { - "moveName": "disable" - }, - { - "moveName": "disarmingvoice" - }, - { - "moveName": "discharge" - }, - { - "moveName": "dive" - }, - { - "moveName": "dizzypunch" - }, - { - "moveName": "doodle" - }, - { - "moveName": "doomdesire" - }, - { - "moveName": "doubleedge" - }, - { - "moveName": "doublehit" - }, - { - "moveName": "doubleironbash" - }, - { - "moveName": "doublekick" - }, - { - "moveName": "doubleshock" - }, - { - "moveName": "doubleslap" - }, - { - "moveName": "doubleteam" - }, - { - "moveName": "dracometeor" - }, - { - "moveName": "dragonascent" - }, - { - "moveName": "dragonbreath" - }, - { - "moveName": "dragoncheer" - }, - { - "moveName": "dragonclaw" - }, - { - "moveName": "dragondance" - }, - { - "moveName": "dragondarts" - }, - { - "moveName": "dragonenergy" - }, - { - "moveName": "dragonhammer" - }, - { - "moveName": "dragonpulse" - }, - { - "moveName": "dragonrage" - }, - { - "moveName": "dragonrush" - }, - { - "moveName": "dragontail" - }, - { - "moveName": "drainingkiss" - }, - { - "moveName": "drainpunch" - }, - { - "moveName": "dreameater" - }, - { - "moveName": "drillpeck" - }, - { - "moveName": "drillrun" - }, - { - "moveName": "drumbeating" - }, - { - "moveName": "dualchop" - }, - { - "moveName": "dualwingbeat" - }, - { - "moveName": "dynamaxcannon" - }, - { - "moveName": "dynamicpunch" - }, - { - "moveName": "earthpower" - }, - { - "moveName": "earthquake" - }, - { - "moveName": "echoedvoice" - }, - { - "moveName": "eerieimpulse" - }, - { - "moveName": "eeriespell" - }, - { - "moveName": "eggbomb" - }, - { - "moveName": "electricterrain" - }, - { - "moveName": "electrify" - }, - { - "moveName": "electroball" - }, - { - "moveName": "electrodrift" - }, - { - "moveName": "electroshot" - }, - { - "moveName": "electroweb" - }, - { - "moveName": "embargo" - }, - { - "moveName": "ember" - }, - { - "moveName": "encore" - }, - { - "moveName": "endeavor" - }, - { - "moveName": "endure" - }, - { - "moveName": "energyball" - }, - { - "moveName": "entrainment" - }, - { - "moveName": "eruption" - }, - { - "moveName": "esperwing" - }, - { - "moveName": "eternabeam" - }, - { - "moveName": "expandingforce" - }, - { - "moveName": "explosion" - }, - { - "moveName": "extrasensory" - }, - { - "moveName": "extremespeed" - }, - { - "moveName": "facade" - }, - { - "moveName": "fairylock" - }, - { - "moveName": "fairywind" - }, - { - "moveName": "fakeout" - }, - { - "moveName": "faketears" - }, - { - "moveName": "falsesurrender" - }, - { - "moveName": "falseswipe" - }, - { - "moveName": "featherdance" - }, - { - "moveName": "feint" - }, - { - "moveName": "feintattack" - }, - { - "moveName": "fellstinger" - }, - { - "moveName": "ficklebeam" - }, - { - "moveName": "fierydance" - }, - { - "moveName": "fierywrath" - }, - { - "moveName": "filletaway" - }, - { - "moveName": "finalgambit" - }, - { - "moveName": "fireblast" - }, - { - "moveName": "firefang" - }, - { - "moveName": "firelash" - }, - { - "moveName": "firepledge" - }, - { - "moveName": "firepunch" - }, - { - "moveName": "firespin" - }, - { - "moveName": "firstimpression" - }, - { - "moveName": "fishiousrend" - }, - { - "moveName": "fissure" - }, - { - "moveName": "flail" - }, - { - "moveName": "flameburst" - }, - { - "moveName": "flamecharge" - }, - { - "moveName": "flamethrower" - }, - { - "moveName": "flamewheel" - }, - { - "moveName": "flareblitz" - }, - { - "moveName": "flash" - }, - { - "moveName": "flashcannon" - }, - { - "moveName": "flatter" - }, - { - "moveName": "fleurcannon" - }, - { - "moveName": "fling" - }, - { - "moveName": "flipturn" - }, - { - "moveName": "floatyfall" - }, - { - "moveName": "floralhealing" - }, - { - "moveName": "flowershield" - }, - { - "moveName": "flowertrick" - }, - { - "moveName": "fly" - }, - { - "moveName": "flyingpress" - }, - { - "moveName": "focusblast" - }, - { - "moveName": "focusenergy" - }, - { - "moveName": "focuspunch" - }, - { - "moveName": "followme" - }, - { - "moveName": "forcepalm" - }, - { - "moveName": "foresight" - }, - { - "moveName": "forestscurse" - }, - { - "moveName": "foulplay" - }, - { - "moveName": "freezedry" - }, - { - "moveName": "freezeshock" - }, - { - "moveName": "freezingglare" - }, - { - "moveName": "freezyfrost" - }, - { - "moveName": "frenzyplant" - }, - { - "moveName": "frostbreath" - }, - { - "moveName": "frustration" - }, - { - "moveName": "furyattack" - }, - { - "moveName": "furycutter" - }, - { - "moveName": "furyswipes" - }, - { - "moveName": "fusionbolt" - }, - { - "moveName": "fusionflare" - }, - { - "moveName": "futuresight" - }, - { - "moveName": "gastroacid" - }, - { - "moveName": "geargrind" - }, - { - "moveName": "gearup" - }, - { - "moveName": "geomancy" - }, - { - "moveName": "gigadrain" - }, - { - "moveName": "gigaimpact" - }, - { - "moveName": "gigatonhammer" - }, - { - "moveName": "glaciallance" - }, - { - "moveName": "glaciate" - }, - { - "moveName": "glaiverush" - }, - { - "moveName": "glare" - }, - { - "moveName": "glitzyglow" - }, - { - "moveName": "grassknot" - }, - { - "moveName": "grasspledge" - }, - { - "moveName": "grasswhistle" - }, - { - "moveName": "grassyglide" - }, - { - "moveName": "grassyterrain" - }, - { - "moveName": "gravapple" - }, - { - "moveName": "gravity" - }, - { - "moveName": "growl" - }, - { - "moveName": "growth" - }, - { - "moveName": "grudge" - }, - { - "moveName": "guardsplit" - }, - { - "moveName": "guardswap" - }, - { - "moveName": "guillotine" - }, - { - "moveName": "gunkshot" - }, - { - "moveName": "gust" - }, - { - "moveName": "gyroball" - }, - { - "moveName": "hail" - }, - { - "moveName": "hammerarm" - }, - { - "moveName": "happyhour" - }, - { - "moveName": "harden" - }, - { - "moveName": "hardpress" - }, - { - "moveName": "haze" - }, - { - "moveName": "headbutt" - }, - { - "moveName": "headcharge" - }, - { - "moveName": "headlongrush" - }, - { - "moveName": "headsmash" - }, - { - "moveName": "healbell" - }, - { - "moveName": "healblock" - }, - { - "moveName": "healingwish" - }, - { - "moveName": "healorder" - }, - { - "moveName": "healpulse" - }, - { - "moveName": "heartstamp" - }, - { - "moveName": "heartswap" - }, - { - "moveName": "heatcrash" - }, - { - "moveName": "heatwave" - }, - { - "moveName": "heavyslam" - }, - { - "moveName": "helpinghand" - }, - { - "moveName": "hex" - }, - { - "moveName": "hiddenpower" - }, - { - "moveName": "highhorsepower" - }, - { - "moveName": "highjumpkick" - }, - { - "moveName": "holdback" - }, - { - "moveName": "holdhands" - }, - { - "moveName": "honeclaws" - }, - { - "moveName": "hornattack" - }, - { - "moveName": "horndrill" - }, - { - "moveName": "hornleech" - }, - { - "moveName": "howl" - }, - { - "moveName": "hurricane" - }, - { - "moveName": "hydrocannon" - }, - { - "moveName": "hydropump" - }, - { - "moveName": "hydrosteam" - }, - { - "moveName": "hyperbeam" - }, - { - "moveName": "hyperdrill" - }, - { - "moveName": "hyperfang" - }, - { - "moveName": "hyperspacefury" - }, - { - "moveName": "hyperspacehole" - }, - { - "moveName": "hypervoice" - }, - { - "moveName": "hypnosis" - }, - { - "moveName": "iceball" - }, - { - "moveName": "icebeam" - }, - { - "moveName": "iceburn" - }, - { - "moveName": "icefang" - }, - { - "moveName": "icehammer" - }, - { - "moveName": "icepunch" - }, - { - "moveName": "iceshard" - }, - { - "moveName": "icespinner" - }, - { - "moveName": "iciclecrash" - }, - { - "moveName": "iciclespear" - }, - { - "moveName": "icywind" - }, - { - "moveName": "imprison" - }, - { - "moveName": "incinerate" - }, - { - "moveName": "infernalparade" - }, - { - "moveName": "inferno" - }, - { - "moveName": "infestation" - }, - { - "moveName": "ingrain" - }, - { - "moveName": "instruct" - }, - { - "moveName": "iondeluge" - }, - { - "moveName": "irondefense" - }, - { - "moveName": "ironhead" - }, - { - "moveName": "irontail" - }, - { - "moveName": "ivycudgel" - }, - { - "moveName": "jawlock" - }, - { - "moveName": "jetpunch" - }, - { - "moveName": "judgment" - }, - { - "moveName": "jumpkick" - }, - { - "moveName": "junglehealing" - }, - { - "moveName": "karatechop" - }, - { - "moveName": "kinesis" - }, - { - "moveName": "kingsshield" - }, - { - "moveName": "knockoff" - }, - { - "moveName": "kowtowcleave" - }, - { - "moveName": "landswrath" - }, - { - "moveName": "laserfocus" - }, - { - "moveName": "lashout" - }, - { - "moveName": "lastresort" - }, - { - "moveName": "lastrespects" - }, - { - "moveName": "lavaplume" - }, - { - "moveName": "leafage" - }, - { - "moveName": "leafblade" - }, - { - "moveName": "leafstorm" - }, - { - "moveName": "leaftornado" - }, - { - "moveName": "leechlife" - }, - { - "moveName": "leechseed" - }, - { - "moveName": "leer" - }, - { - "moveName": "lick" - }, - { - "moveName": "lifedew" - }, - { - "moveName": "lightofruin" - }, - { - "moveName": "lightscreen" - }, - { - "moveName": "liquidation" - }, - { - "moveName": "lockon" - }, - { - "moveName": "lovelykiss" - }, - { - "moveName": "lowkick" - }, - { - "moveName": "lowsweep" - }, - { - "moveName": "luckychant" - }, - { - "moveName": "luminacrash" - }, - { - "moveName": "lunarblessing" - }, - { - "moveName": "lunardance" - }, - { - "moveName": "lunge" - }, - { - "moveName": "lusterpurge" - }, - { - "moveName": "machpunch" - }, - { - "moveName": "magicalleaf" - }, - { - "moveName": "magicaltorque" - }, - { - "moveName": "magiccoat" - }, - { - "moveName": "magicpowder" - }, - { - "moveName": "magicroom" - }, - { - "moveName": "magmastorm" - }, - { - "moveName": "magnetbomb" - }, - { - "moveName": "magneticflux" - }, - { - "moveName": "magnetrise" - }, - { - "moveName": "magnitude" - }, - { - "moveName": "makeitrain" - }, - { - "moveName": "malignantchain" - }, - { - "moveName": "matblock" - }, - { - "moveName": "matchagotcha" - }, - { - "moveName": "meanlook" - }, - { - "moveName": "meditate" - }, - { - "moveName": "mefirst" - }, - { - "moveName": "megadrain" - }, - { - "moveName": "megahorn" - }, - { - "moveName": "megakick" - }, - { - "moveName": "megapunch" - }, - { - "moveName": "memento" - }, - { - "moveName": "metalburst" - }, - { - "moveName": "metalclaw" - }, - { - "moveName": "metalsound" - }, - { - "moveName": "meteorassault" - }, - { - "moveName": "meteorbeam" - }, - { - "moveName": "meteormash" - }, - { - "moveName": "metronome" - }, - { - "moveName": "mightycleave" - }, - { - "moveName": "milkdrink" - }, - { - "moveName": "mimic" - }, - { - "moveName": "mindblown" - }, - { - "moveName": "mindreader" - }, - { - "moveName": "minimize" - }, - { - "moveName": "miracleeye" - }, - { - "moveName": "mirrorcoat" - }, - { - "moveName": "mirrormove" - }, - { - "moveName": "mirrorshot" - }, - { - "moveName": "mist" - }, - { - "moveName": "mistball" - }, - { - "moveName": "mistyexplosion" - }, - { - "moveName": "mistyterrain" - }, - { - "moveName": "moonblast" - }, - { - "moveName": "moongeistbeam" - }, - { - "moveName": "moonlight" - }, - { - "moveName": "morningsun" - }, - { - "moveName": "mortalspin" - }, - { - "moveName": "mountaingale" - }, - { - "moveName": "mudbomb" - }, - { - "moveName": "muddywater" - }, - { - "moveName": "mudshot" - }, - { - "moveName": "mudslap" - }, - { - "moveName": "mudsport" - }, - { - "moveName": "multiattack" - }, - { - "moveName": "mysticalfire" - }, - { - "moveName": "mysticalpower" - }, - { - "moveName": "nastyplot" - }, - { - "moveName": "naturalgift" - }, - { - "moveName": "naturepower" - }, - { - "moveName": "naturesmadness" - }, - { - "moveName": "needlearm" - }, - { - "moveName": "nightdaze" - }, - { - "moveName": "nightmare" - }, - { - "moveName": "nightshade" - }, - { - "moveName": "nightslash" - }, - { - "moveName": "nobleroar" - }, - { - "moveName": "noretreat" - }, - { - "moveName": "noxioustorque" - }, - { - "moveName": "nuzzle" - }, - { - "moveName": "oblivionwing" - }, - { - "moveName": "obstruct" - }, - { - "moveName": "octazooka" - }, - { - "moveName": "octolock" - }, - { - "moveName": "odorsleuth" - }, - { - "moveName": "ominouswind" - }, - { - "moveName": "orderup" - }, - { - "moveName": "originpulse" - }, - { - "moveName": "outrage" - }, - { - "moveName": "overdrive" - }, - { - "moveName": "overheat" - }, - { - "moveName": "painsplit" - }, - { - "moveName": "paraboliccharge" - }, - { - "moveName": "partingshot" - }, - { - "moveName": "payback" - }, - { - "moveName": "payday" - }, - { - "moveName": "peck" - }, - { - "moveName": "perishsong" - }, - { - "moveName": "petalblizzard" - }, - { - "moveName": "petaldance" - }, - { - "moveName": "phantomforce" - }, - { - "moveName": "photongeyser" - }, - { - "moveName": "pikapapow" - }, - { - "moveName": "pinmissile" - }, - { - "moveName": "plasmafists" - }, - { - "moveName": "playnice" - }, - { - "moveName": "playrough" - }, - { - "moveName": "pluck" - }, - { - "moveName": "poisonfang" - }, - { - "moveName": "poisongas" - }, - { - "moveName": "poisonjab" - }, - { - "moveName": "poisonpowder" - }, - { - "moveName": "poisonsting" - }, - { - "moveName": "poisontail" - }, - { - "moveName": "pollenpuff" - }, - { - "moveName": "poltergeist" - }, - { - "moveName": "populationbomb" - }, - { - "moveName": "pounce" - }, - { - "moveName": "pound" - }, - { - "moveName": "powder" - }, - { - "moveName": "powdersnow" - }, - { - "moveName": "powergem" - }, - { - "moveName": "powershift" - }, - { - "moveName": "powersplit" - }, - { - "moveName": "powerswap" - }, - { - "moveName": "powertrick" - }, - { - "moveName": "powertrip" - }, - { - "moveName": "poweruppunch" - }, - { - "moveName": "powerwhip" - }, - { - "moveName": "precipiceblades" - }, - { - "moveName": "present" - }, - { - "moveName": "prismaticlaser" - }, - { - "moveName": "protect" - }, - { - "moveName": "psybeam" - }, - { - "moveName": "psyblade" - }, - { - "moveName": "psychic" - }, - { - "moveName": "psychicfangs" - }, - { - "moveName": "psychicnoise" - }, - { - "moveName": "psychicterrain" - }, - { - "moveName": "psychoboost" - }, - { - "moveName": "psychocut" - }, - { - "moveName": "psychoshift" - }, - { - "moveName": "psychup" - }, - { - "moveName": "psyshieldbash" - }, - { - "moveName": "psyshock" - }, - { - "moveName": "psystrike" - }, - { - "moveName": "psywave" - }, - { - "moveName": "punishment" - }, - { - "moveName": "purify" - }, - { - "moveName": "pursuit" - }, - { - "moveName": "pyroball" - }, - { - "moveName": "quash" - }, - { - "moveName": "quickattack" - }, - { - "moveName": "quickguard" - }, - { - "moveName": "quiverdance" - }, - { - "moveName": "rage" - }, - { - "moveName": "ragefist" - }, - { - "moveName": "ragepowder" - }, - { - "moveName": "ragingbull" - }, - { - "moveName": "ragingfury" - }, - { - "moveName": "raindance" - }, - { - "moveName": "rapidspin" - }, - { - "moveName": "razorleaf" - }, - { - "moveName": "razorshell" - }, - { - "moveName": "razorwind" - }, - { - "moveName": "recover" - }, - { - "moveName": "recycle" - }, - { - "moveName": "reflect" - }, - { - "moveName": "reflecttype" - }, - { - "moveName": "refresh" - }, - { - "moveName": "relicsong" - }, - { - "moveName": "rest" - }, - { - "moveName": "retaliate" - }, - { - "moveName": "return" - }, - { - "moveName": "revelationdance" - }, - { - "moveName": "revenge" - }, - { - "moveName": "reversal" - }, - { - "moveName": "revivalblessing" - }, - { - "moveName": "risingvoltage" - }, - { - "moveName": "roar" - }, - { - "moveName": "roaroftime" - }, - { - "moveName": "rockblast" - }, - { - "moveName": "rockclimb" - }, - { - "moveName": "rockpolish" - }, - { - "moveName": "rockslide" - }, - { - "moveName": "rocksmash" - }, - { - "moveName": "rockthrow" - }, - { - "moveName": "rocktomb" - }, - { - "moveName": "rockwrecker" - }, - { - "moveName": "roleplay" - }, - { - "moveName": "rollingkick" - }, - { - "moveName": "rollout" - }, - { - "moveName": "roost" - }, - { - "moveName": "rototiller" - }, - { - "moveName": "round" - }, - { - "moveName": "ruination" - }, - { - "moveName": "sacredfire" - }, - { - "moveName": "sacredsword" - }, - { - "moveName": "safeguard" - }, - { - "moveName": "saltcure" - }, - { - "moveName": "sandattack" - }, - { - "moveName": "sandsearstorm" - }, - { - "moveName": "sandstorm" - }, - { - "moveName": "sandtomb" - }, - { - "moveName": "sappyseed" - }, - { - "moveName": "scald" - }, - { - "moveName": "scaleshot" - }, - { - "moveName": "scaryface" - }, - { - "moveName": "scorchingsands" - }, - { - "moveName": "scratch" - }, - { - "moveName": "screech" - }, - { - "moveName": "searingshot" - }, - { - "moveName": "secretpower" - }, - { - "moveName": "secretsword" - }, - { - "moveName": "seedbomb" - }, - { - "moveName": "seedflare" - }, - { - "moveName": "seismictoss" - }, - { - "moveName": "selfdestruct" - }, - { - "moveName": "shadowball" - }, - { - "moveName": "shadowbone" - }, - { - "moveName": "shadowclaw" - }, - { - "moveName": "shadowforce" - }, - { - "moveName": "shadowpunch" - }, - { - "moveName": "shadowsneak" - }, - { - "moveName": "sharpen" - }, - { - "moveName": "shedtail" - }, - { - "moveName": "sheercold" - }, - { - "moveName": "shellsidearm" - }, - { - "moveName": "shellsmash" - }, - { - "moveName": "shelltrap" - }, - { - "moveName": "shelter" - }, - { - "moveName": "shiftgear" - }, - { - "moveName": "shockwave" - }, - { - "moveName": "shoreup" - }, - { - "moveName": "signalbeam" - }, - { - "moveName": "silktrap" - }, - { - "moveName": "silverwind" - }, - { - "moveName": "simplebeam" - }, - { - "moveName": "sing" - }, - { - "moveName": "sizzlyslide" - }, - { - "moveName": "sketch" - }, - { - "moveName": "skillswap" - }, - { - "moveName": "skittersmack" - }, - { - "moveName": "skullbash" - }, - { - "moveName": "skyattack" - }, - { - "moveName": "skydrop" - }, - { - "moveName": "skyuppercut" - }, - { - "moveName": "slackoff" - }, - { - "moveName": "slam" - }, - { - "moveName": "slash" - }, - { - "moveName": "sleeppowder" - }, - { - "moveName": "sleeptalk" - }, - { - "moveName": "sludge" - }, - { - "moveName": "sludgebomb" - }, - { - "moveName": "sludgewave" - }, - { - "moveName": "smackdown" - }, - { - "moveName": "smartstrike" - }, - { - "moveName": "smellingsalts" - }, - { - "moveName": "smog" - }, - { - "moveName": "smokescreen" - }, - { - "moveName": "snaptrap" - }, - { - "moveName": "snarl" - }, - { - "moveName": "snatch" - }, - { - "moveName": "snipeshot" - }, - { - "moveName": "snore" - }, - { - "moveName": "snowscape" - }, - { - "moveName": "soak" - }, - { - "moveName": "softboiled" - }, - { - "moveName": "solarbeam" - }, - { - "moveName": "solarblade" - }, - { - "moveName": "sonicboom" - }, - { - "moveName": "spacialrend" - }, - { - "moveName": "spark" - }, - { - "moveName": "sparklingaria" - }, - { - "moveName": "sparklyswirl" - }, - { - "moveName": "spectralthief" - }, - { - "moveName": "speedswap" - }, - { - "moveName": "spicyextract" - }, - { - "moveName": "spiderweb" - }, - { - "moveName": "spikecannon" - }, - { - "moveName": "spikes" - }, - { - "moveName": "spikyshield" - }, - { - "moveName": "spinout" - }, - { - "moveName": "spiritbreak" - }, - { - "moveName": "spiritshackle" - }, - { - "moveName": "spite" - }, - { - "moveName": "spitup" - }, - { - "moveName": "splash" - }, - { - "moveName": "splishysplash" - }, - { - "moveName": "spore" - }, - { - "moveName": "spotlight" - }, - { - "moveName": "springtidestorm" - }, - { - "moveName": "stealthrock" - }, - { - "moveName": "steameruption" - }, - { - "moveName": "steamroller" - }, - { - "moveName": "steelbeam" - }, - { - "moveName": "steelroller" - }, - { - "moveName": "steelwing" - }, - { - "moveName": "stickyweb" - }, - { - "moveName": "stockpile" - }, - { - "moveName": "stomp" - }, - { - "moveName": "stompingtantrum" - }, - { - "moveName": "stoneaxe" - }, - { - "moveName": "stoneedge" - }, - { - "moveName": "storedpower" - }, - { - "moveName": "stormthrow" - }, - { - "moveName": "strangesteam" - }, - { - "moveName": "strength" - }, - { - "moveName": "strengthsap" - }, - { - "moveName": "stringshot" - }, - { - "moveName": "struggle" - }, - { - "moveName": "strugglebug" - }, - { - "moveName": "stuffcheeks" - }, - { - "moveName": "stunspore" - }, - { - "moveName": "submission" - }, - { - "moveName": "substitute" - }, - { - "moveName": "suckerpunch" - }, - { - "moveName": "sunnyday" - }, - { - "moveName": "sunsteelstrike" - }, - { - "moveName": "supercellslam" - }, - { - "moveName": "superfang" - }, - { - "moveName": "superpower" - }, - { - "moveName": "supersonic" - }, - { - "moveName": "surf" - }, - { - "moveName": "surgingstrikes" - }, - { - "moveName": "swagger" - }, - { - "moveName": "swallow" - }, - { - "moveName": "sweetkiss" - }, - { - "moveName": "sweetscent" - }, - { - "moveName": "swift" - }, - { - "moveName": "switcheroo" - }, - { - "moveName": "swordsdance" - }, - { - "moveName": "synchronoise" - }, - { - "moveName": "synthesis" - }, - { - "moveName": "syrupbomb" - }, - { - "moveName": "tachyoncutter" - }, - { - "moveName": "tackle" - }, - { - "moveName": "tailglow" - }, - { - "moveName": "tailslap" - }, - { - "moveName": "tailwhip" - }, - { - "moveName": "tailwind" - }, - { - "moveName": "takedown" - }, - { - "moveName": "takeheart" - }, - { - "moveName": "tarshot" - }, - { - "moveName": "taunt" - }, - { - "moveName": "tearfullook" - }, - { - "moveName": "teatime" - }, - { - "moveName": "technoblast" - }, - { - "moveName": "teeterdance" - }, - { - "moveName": "telekinesis" - }, - { - "moveName": "teleport" - }, - { - "moveName": "temperflare" - }, - { - "moveName": "terablast" - }, - { - "moveName": "terastarstorm" - }, - { - "moveName": "terrainpulse" - }, - { - "moveName": "thief" - }, - { - "moveName": "thousandarrows" - }, - { - "moveName": "thousandwaves" - }, - { - "moveName": "thrash" - }, - { - "moveName": "throatchop" - }, - { - "moveName": "thunder" - }, - { - "moveName": "thunderbolt" - }, - { - "moveName": "thundercage" - }, - { - "moveName": "thunderclap" - }, - { - "moveName": "thunderfang" - }, - { - "moveName": "thunderouskick" - }, - { - "moveName": "thunderpunch" - }, - { - "moveName": "thundershock" - }, - { - "moveName": "thunderwave" - }, - { - "moveName": "tickle" - }, - { - "moveName": "tidyup" - }, - { - "moveName": "topsyturvy" - }, - { - "moveName": "torchsong" - }, - { - "moveName": "torment" - }, - { - "moveName": "toxic" - }, - { - "moveName": "toxicspikes" - }, - { - "moveName": "toxicthread" - }, - { - "moveName": "trailblaze" - }, - { - "moveName": "transform" - }, - { - "moveName": "triattack" - }, - { - "moveName": "trick" - }, - { - "moveName": "trickortreat" - }, - { - "moveName": "trickroom" - }, - { - "moveName": "triplearrows" - }, - { - "moveName": "tripleaxel" - }, - { - "moveName": "tripledive" - }, - { - "moveName": "triplekick" - }, - { - "moveName": "tropkick" - }, - { - "moveName": "trumpcard" - }, - { - "moveName": "twinbeam" - }, - { - "moveName": "twineedle" - }, - { - "moveName": "twister" - }, - { - "moveName": "upperhand" - }, - { - "moveName": "uproar" - }, - { - "moveName": "uturn" - }, - { - "moveName": "vacuumwave" - }, - { - "moveName": "vcreate" - }, - { - "moveName": "veeveevolley" - }, - { - "moveName": "venomdrench" - }, - { - "moveName": "venoshock" - }, - { - "moveName": "victorydance" - }, - { - "moveName": "vinewhip" - }, - { - "moveName": "visegrip" - }, - { - "moveName": "vitalthrow" - }, - { - "moveName": "voltswitch" - }, - { - "moveName": "volttackle" - }, - { - "moveName": "wakeupslap" - }, - { - "moveName": "waterfall" - }, - { - "moveName": "watergun" - }, - { - "moveName": "waterpledge" - }, - { - "moveName": "waterpulse" - }, - { - "moveName": "watershuriken" - }, - { - "moveName": "watersport" - }, - { - "moveName": "waterspout" - }, - { - "moveName": "wavecrash" - }, - { - "moveName": "weatherball" - }, - { - "moveName": "whirlpool" - }, - { - "moveName": "whirlwind" - }, - { - "moveName": "wickedblow" - }, - { - "moveName": "wickedtorque" - }, - { - "moveName": "wideguard" - }, - { - "moveName": "wildboltstorm" - }, - { - "moveName": "wildcharge" - }, - { - "moveName": "willowisp" - }, - { - "moveName": "wingattack" - }, - { - "moveName": "wish" - }, - { - "moveName": "withdraw" - }, - { - "moveName": "wonderroom" - }, - { - "moveName": "woodhammer" - }, - { - "moveName": "workup" - }, - { - "moveName": "worryseed" - }, - { - "moveName": "wrap" - }, - { - "moveName": "wringout" - }, - { - "moveName": "xscissor" - }, - { - "moveName": "yawn" - }, - { - "moveName": "zapcannon" - }, - { - "moveName": "zenheadbutt" - }, - { - "moveName": "zingzap" - }, - { - "moveName": "zippyzap" - } +[ + { + "moveName": "absorb" + }, + { + "moveName": "acid" + }, + { + "moveName": "acidarmor" + }, + { + "moveName": "acidspray" + }, + { + "moveName": "acrobatics" + }, + { + "moveName": "acupressure" + }, + { + "moveName": "aerialace" + }, + { + "moveName": "afteryou" + }, + { + "moveName": "agility" + }, + { + "moveName": "aircutter" + }, + { + "moveName": "airslash" + }, + { + "moveName": "alluringvoice" + }, + { + "moveName": "allyswitch" + }, + { + "moveName": "amnesia" + }, + { + "moveName": "ancientpower" + }, + { + "moveName": "aquacutter" + }, + { + "moveName": "aquajet" + }, + { + "moveName": "aquaring" + }, + { + "moveName": "aquatail" + }, + { + "moveName": "aromatherapy" + }, + { + "moveName": "aromaticmist" + }, + { + "moveName": "assist" + }, + { + "moveName": "assurance" + }, + { + "moveName": "astonish" + }, + { + "moveName": "attract" + }, + { + "moveName": "aurasphere" + }, + { + "moveName": "aurorabeam" + }, + { + "moveName": "auroraveil" + }, + { + "moveName": "autotomize" + }, + { + "moveName": "avalanche" + }, + { + "moveName": "axekick" + }, + { + "moveName": "babydolleyes" + }, + { + "moveName": "barrier" + }, + { + "moveName": "batonpass" + }, + { + "moveName": "beatup" + }, + { + "moveName": "belch" + }, + { + "moveName": "bellydrum" + }, + { + "moveName": "bestow" + }, + { + "moveName": "bide" + }, + { + "moveName": "bind" + }, + { + "moveName": "bite" + }, + { + "moveName": "blastburn" + }, + { + "moveName": "blazekick" + }, + { + "moveName": "blizzard" + }, + { + "moveName": "block" + }, + { + "moveName": "bodypress" + }, + { + "moveName": "bodyslam" + }, + { + "moveName": "boomburst" + }, + { + "moveName": "bounce" + }, + { + "moveName": "bravebird" + }, + { + "moveName": "breakingswipe" + }, + { + "moveName": "brickbreak" + }, + { + "moveName": "brine" + }, + { + "moveName": "brutalswing" + }, + { + "moveName": "bubble" + }, + { + "moveName": "bubblebeam" + }, + { + "moveName": "bugbite" + }, + { + "moveName": "bugbuzz" + }, + { + "moveName": "bulkup" + }, + { + "moveName": "bulldoze" + }, + { + "moveName": "bulletpunch" + }, + { + "moveName": "bulletseed" + }, + { + "moveName": "burningjealousy" + }, + { + "moveName": "burnup" + }, + { + "moveName": "calmmind" + }, + { + "moveName": "camouflage" + }, + { + "moveName": "captivate" + }, + { + "moveName": "charge" + }, + { + "moveName": "chargebeam" + }, + { + "moveName": "charm" + }, + { + "moveName": "chillingwater" + }, + { + "moveName": "chipaway" + }, + { + "moveName": "circlethrow" + }, + { + "moveName": "clamp" + }, + { + "moveName": "clearsmog" + }, + { + "moveName": "closecombat" + }, + { + "moveName": "coaching" + }, + { + "moveName": "coil" + }, + { + "moveName": "cometpunch" + }, + { + "moveName": "confide" + }, + { + "moveName": "confuseray" + }, + { + "moveName": "confusion" + }, + { + "moveName": "constrict" + }, + { + "moveName": "copycat" + }, + { + "moveName": "corrosivegas" + }, + { + "moveName": "cosmicpower" + }, + { + "moveName": "cottonguard" + }, + { + "moveName": "cottonspore" + }, + { + "moveName": "counter" + }, + { + "moveName": "covet" + }, + { + "moveName": "crabhammer" + }, + { + "moveName": "craftyshield" + }, + { + "moveName": "crosschop" + }, + { + "moveName": "crosspoison" + }, + { + "moveName": "crunch" + }, + { + "moveName": "crushclaw" + }, + { + "moveName": "curse" + }, + { + "moveName": "cut" + }, + { + "moveName": "darkestlariat" + }, + { + "moveName": "darkpulse" + }, + { + "moveName": "dazzlinggleam" + }, + { + "moveName": "defensecurl" + }, + { + "moveName": "defog" + }, + { + "moveName": "destinybond" + }, + { + "moveName": "detect" + }, + { + "moveName": "dig" + }, + { + "moveName": "disable" + }, + { + "moveName": "disarmingvoice" + }, + { + "moveName": "discharge" + }, + { + "moveName": "dive" + }, + { + "moveName": "dizzypunch" + }, + { + "moveName": "doubleedge" + }, + { + "moveName": "doublehit" + }, + { + "moveName": "doublekick" + }, + { + "moveName": "doubleslap" + }, + { + "moveName": "doubleteam" + }, + { + "moveName": "dracometeor" + }, + { + "moveName": "dragonbreath" + }, + { + "moveName": "dragoncheer" + }, + { + "moveName": "dragonclaw" + }, + { + "moveName": "dragondance" + }, + { + "moveName": "dragonhammer" + }, + { + "moveName": "dragonpulse" + }, + { + "moveName": "dragonrage" + }, + { + "moveName": "dragonrush" + }, + { + "moveName": "dragontail" + }, + { + "moveName": "drainingkiss" + }, + { + "moveName": "drainpunch" + }, + { + "moveName": "dreameater" + }, + { + "moveName": "drillpeck" + }, + { + "moveName": "drillrun" + }, + { + "moveName": "dualchop" + }, + { + "moveName": "dualwingbeat" + }, + { + "moveName": "dynamicpunch" + }, + { + "moveName": "earthpower" + }, + { + "moveName": "earthquake" + }, + { + "moveName": "echoedvoice" + }, + { + "moveName": "eerieimpulse" + }, + { + "moveName": "electricterrain" + }, + { + "moveName": "electroball" + }, + { + "moveName": "electroweb" + }, + { + "moveName": "embargo" + }, + { + "moveName": "encore" + }, + { + "moveName": "endeavor" + }, + { + "moveName": "endure" + }, + { + "moveName": "energyball" + }, + { + "moveName": "entrainment" + }, + { + "moveName": "eruption" + }, + { + "moveName": "expandingforce" + }, + { + "moveName": "explosion" + }, + { + "moveName": "extrasensory" + }, + { + "moveName": "extremespeed" + }, + { + "moveName": "facade" + }, + { + "moveName": "fairywind" + }, + { + "moveName": "fakeout" + }, + { + "moveName": "faketears" + }, + { + "moveName": "falseswipe" + }, + { + "moveName": "featherdance" + }, + { + "moveName": "feint" + }, + { + "moveName": "feintattack" + }, + { + "moveName": "fellstinger" + }, + { + "moveName": "finalgambit" + }, + { + "moveName": "fireblast" + }, + { + "moveName": "firefang" + }, + { + "moveName": "firepledge" + }, + { + "moveName": "firepunch" + }, + { + "moveName": "firespin" + }, + { + "moveName": "firstimpression" + }, + { + "moveName": "fissure" + }, + { + "moveName": "flail" + }, + { + "moveName": "flameburst" + }, + { + "moveName": "flamecharge" + }, + { + "moveName": "flamethrower" + }, + { + "moveName": "flamewheel" + }, + { + "moveName": "flareblitz" + }, + { + "moveName": "flash" + }, + { + "moveName": "flashcannon" + }, + { + "moveName": "flatter" + }, + { + "moveName": "fling" + }, + { + "moveName": "flipturn" + }, + { + "moveName": "flowershield" + }, + { + "moveName": "fly" + }, + { + "moveName": "focusblast" + }, + { + "moveName": "focusenergy" + }, + { + "moveName": "focuspunch" + }, + { + "moveName": "followme" + }, + { + "moveName": "forcepalm" + }, + { + "moveName": "foresight" + }, + { + "moveName": "foulplay" + }, + { + "moveName": "freezedry" + }, + { + "moveName": "frenzyplant" + }, + { + "moveName": "frostbreath" + }, + { + "moveName": "furyattack" + }, + { + "moveName": "furycutter" + }, + { + "moveName": "furyswipes" + }, + { + "moveName": "futuresight" + }, + { + "moveName": "gastroacid" + }, + { + "moveName": "gigadrain" + }, + { + "moveName": "gigaimpact" + }, + { + "moveName": "glare" + }, + { + "moveName": "grassknot" + }, + { + "moveName": "grasspledge" + }, + { + "moveName": "grasswhistle" + }, + { + "moveName": "grassyglide" + }, + { + "moveName": "grassyterrain" + }, + { + "moveName": "gravity" + }, + { + "moveName": "growl" + }, + { + "moveName": "growth" + }, + { + "moveName": "grudge" + }, + { + "moveName": "guardsplit" + }, + { + "moveName": "guardswap" + }, + { + "moveName": "guillotine" + }, + { + "moveName": "gunkshot" + }, + { + "moveName": "gust" + }, + { + "moveName": "gyroball" + }, + { + "moveName": "hail" + }, + { + "moveName": "hammerarm" + }, + { + "moveName": "harden" + }, + { + "moveName": "hardpress" + }, + { + "moveName": "haze" + }, + { + "moveName": "headbutt" + }, + { + "moveName": "headsmash" + }, + { + "moveName": "healbell" + }, + { + "moveName": "healblock" + }, + { + "moveName": "healingwish" + }, + { + "moveName": "healpulse" + }, + { + "moveName": "heartstamp" + }, + { + "moveName": "heatcrash" + }, + { + "moveName": "heatwave" + }, + { + "moveName": "heavyslam" + }, + { + "moveName": "helpinghand" + }, + { + "moveName": "hex" + }, + { + "moveName": "hiddenpower" + }, + { + "moveName": "highhorsepower" + }, + { + "moveName": "highjumpkick" + }, + { + "moveName": "honeclaws" + }, + { + "moveName": "hornattack" + }, + { + "moveName": "horndrill" + }, + { + "moveName": "howl" + }, + { + "moveName": "hurricane" + }, + { + "moveName": "hydrocannon" + }, + { + "moveName": "hydropump" + }, + { + "moveName": "hyperbeam" + }, + { + "moveName": "hypervoice" + }, + { + "moveName": "hypnosis" + }, + { + "moveName": "iceball" + }, + { + "moveName": "icebeam" + }, + { + "moveName": "icefang" + }, + { + "moveName": "icehammer" + }, + { + "moveName": "icepunch" + }, + { + "moveName": "iceshard" + }, + { + "moveName": "icespinner" + }, + { + "moveName": "iciclecrash" + }, + { + "moveName": "iciclespear" + }, + { + "moveName": "icywind" + }, + { + "moveName": "imprison" + }, + { + "moveName": "incinerate" + }, + { + "moveName": "inferno" + }, + { + "moveName": "infestation" + }, + { + "moveName": "ingrain" + }, + { + "moveName": "iondeluge" + }, + { + "moveName": "irondefense" + }, + { + "moveName": "ironhead" + }, + { + "moveName": "irontail" + }, + { + "moveName": "jumpkick" + }, + { + "moveName": "karatechop" + }, + { + "moveName": "knockoff" + }, + { + "moveName": "laserfocus" + }, + { + "moveName": "lashout" + }, + { + "moveName": "lastresort" + }, + { + "moveName": "lastrespects" + }, + { + "moveName": "leafage" + }, + { + "moveName": "leafblade" + }, + { + "moveName": "leafstorm" + }, + { + "moveName": "leaftornado" + }, + { + "moveName": "leechlife" + }, + { + "moveName": "leechseed" + }, + { + "moveName": "leer" + }, + { + "moveName": "lick" + }, + { + "moveName": "lifedew" + }, + { + "moveName": "lightscreen" + }, + { + "moveName": "liquidation" + }, + { + "moveName": "lockon" + }, + { + "moveName": "lowkick" + }, + { + "moveName": "lowsweep" + }, + { + "moveName": "luckychant" + }, + { + "moveName": "lunge" + }, + { + "moveName": "machpunch" + }, + { + "moveName": "magicalleaf" + }, + { + "moveName": "magiccoat" + }, + { + "moveName": "magicroom" + }, + { + "moveName": "magnetrise" + }, + { + "moveName": "magnitude" + }, + { + "moveName": "meanlook" + }, + { + "moveName": "meditate" + }, + { + "moveName": "mefirst" + }, + { + "moveName": "megadrain" + }, + { + "moveName": "megahorn" + }, + { + "moveName": "megakick" + }, + { + "moveName": "megapunch" + }, + { + "moveName": "memento" + }, + { + "moveName": "metalburst" + }, + { + "moveName": "metalclaw" + }, + { + "moveName": "metalsound" + }, + { + "moveName": "meteorbeam" + }, + { + "moveName": "meteormash" + }, + { + "moveName": "metronome" + }, + { + "moveName": "milkdrink" + }, + { + "moveName": "mimic" + }, + { + "moveName": "mindreader" + }, + { + "moveName": "miracleeye" + }, + { + "moveName": "mirrorcoat" + }, + { + "moveName": "mirrormove" + }, + { + "moveName": "mirrorshot" + }, + { + "moveName": "mist" + }, + { + "moveName": "mistyexplosion" + }, + { + "moveName": "mistyterrain" + }, + { + "moveName": "moonblast" + }, + { + "moveName": "moonlight" + }, + { + "moveName": "morningsun" + }, + { + "moveName": "mudbomb" + }, + { + "moveName": "muddywater" + }, + { + "moveName": "mudshot" + }, + { + "moveName": "mudslap" + }, + { + "moveName": "mudsport" + }, + { + "moveName": "mysticalfire" + }, + { + "moveName": "nastyplot" + }, + { + "moveName": "naturalgift" + }, + { + "moveName": "naturepower" + }, + { + "moveName": "nightmare" + }, + { + "moveName": "nightshade" + }, + { + "moveName": "nightslash" + }, + { + "moveName": "nuzzle" + }, + { + "moveName": "octazooka" + }, + { + "moveName": "odorsleuth" + }, + { + "moveName": "ominouswind" + }, + { + "moveName": "outrage" + }, + { + "moveName": "overheat" + }, + { + "moveName": "painsplit" + }, + { + "moveName": "paraboliccharge" + }, + { + "moveName": "partingshot" + }, + { + "moveName": "payback" + }, + { + "moveName": "payday" + }, + { + "moveName": "peck" + }, + { + "moveName": "perishsong" + }, + { + "moveName": "petalblizzard" + }, + { + "moveName": "petaldance" + }, + { + "moveName": "phantomforce" + }, + { + "moveName": "pinmissile" + }, + { + "moveName": "playnice" + }, + { + "moveName": "playrough" + }, + { + "moveName": "pluck" + }, + { + "moveName": "poisonfang" + }, + { + "moveName": "poisonjab" + }, + { + "moveName": "poisonpowder" + }, + { + "moveName": "poisonsting" + }, + { + "moveName": "poisontail" + }, + { + "moveName": "pollenpuff" + }, + { + "moveName": "poltergeist" + }, + { + "moveName": "pounce" + }, + { + "moveName": "pound" + }, + { + "moveName": "powder" + }, + { + "moveName": "powdersnow" + }, + { + "moveName": "powergem" + }, + { + "moveName": "powersplit" + }, + { + "moveName": "powerswap" + }, + { + "moveName": "powertrick" + }, + { + "moveName": "powertrip" + }, + { + "moveName": "poweruppunch" + }, + { + "moveName": "powerwhip" + }, + { + "moveName": "protect" + }, + { + "moveName": "psybeam" + }, + { + "moveName": "psychic" + }, + { + "moveName": "psychicfangs" + }, + { + "moveName": "psychicnoise" + }, + { + "moveName": "psychicterrain" + }, + { + "moveName": "psychocut" + }, + { + "moveName": "psychoshift" + }, + { + "moveName": "psychup" + }, + { + "moveName": "psyshieldbash" + }, + { + "moveName": "psyshock" + }, + { + "moveName": "psywave" + }, + { + "moveName": "punishment" + }, + { + "moveName": "pursuit" + }, + { + "moveName": "quash" + }, + { + "moveName": "quickattack" + }, + { + "moveName": "quickguard" + }, + { + "moveName": "quiverdance" + }, + { + "moveName": "rage" + }, + { + "moveName": "ragepowder" + }, + { + "moveName": "ragingfury" + }, + { + "moveName": "raindance" + }, + { + "moveName": "rapidspin" + }, + { + "moveName": "razorleaf" + }, + { + "moveName": "razorshell" + }, + { + "moveName": "razorwind" + }, + { + "moveName": "recover" + }, + { + "moveName": "recycle" + }, + { + "moveName": "reflect" + }, + { + "moveName": "reflecttype" + }, + { + "moveName": "refresh" + }, + { + "moveName": "rest" + }, + { + "moveName": "retaliate" + }, + { + "moveName": "return" + }, + { + "moveName": "revenge" + }, + { + "moveName": "reversal" + }, + { + "moveName": "risingvoltage" + }, + { + "moveName": "roar" + }, + { + "moveName": "rockblast" + }, + { + "moveName": "rockclimb" + }, + { + "moveName": "rockpolish" + }, + { + "moveName": "rockslide" + }, + { + "moveName": "rocksmash" + }, + { + "moveName": "rockthrow" + }, + { + "moveName": "rocktomb" + }, + { + "moveName": "roleplay" + }, + { + "moveName": "rollingkick" + }, + { + "moveName": "rollout" + }, + { + "moveName": "roost" + }, + { + "moveName": "rototiller" + }, + { + "moveName": "round" + }, + { + "moveName": "sacredsword" + }, + { + "moveName": "safeguard" + }, + { + "moveName": "sandattack" + }, + { + "moveName": "sandstorm" + }, + { + "moveName": "sandtomb" + }, + { + "moveName": "scald" + }, + { + "moveName": "scaleshot" + }, + { + "moveName": "scaryface" + }, + { + "moveName": "scorchingsands" + }, + { + "moveName": "screech" + }, + { + "moveName": "secretpower" + }, + { + "moveName": "secretsword" + }, + { + "moveName": "seedbomb" + }, + { + "moveName": "seismictoss" + }, + { + "moveName": "selfdestruct" + }, + { + "moveName": "shadowball" + }, + { + "moveName": "shadowclaw" + }, + { + "moveName": "shadowpunch" + }, + { + "moveName": "shadowsneak" + }, + { + "moveName": "sharpen" + }, + { + "moveName": "shellsmash" + }, + { + "moveName": "shockwave" + }, + { + "moveName": "signalbeam" + }, + { + "moveName": "silverwind" + }, + { + "moveName": "simplebeam" + }, + { + "moveName": "sing" + }, + { + "moveName": "skillswap" + }, + { + "moveName": "skittersmack" + }, + { + "moveName": "skullbash" + }, + { + "moveName": "skyattack" + }, + { + "moveName": "skydrop" + }, + { + "moveName": "skyuppercut" + }, + { + "moveName": "slackoff" + }, + { + "moveName": "slam" + }, + { + "moveName": "slash" + }, + { + "moveName": "sleeppowder" + }, + { + "moveName": "sleeptalk" + }, + { + "moveName": "sludge" + }, + { + "moveName": "sludgebomb" + }, + { + "moveName": "sludgewave" + }, + { + "moveName": "smackdown" + }, + { + "moveName": "smartstrike" + }, + { + "moveName": "smellingsalts" + }, + { + "moveName": "smog" + }, + { + "moveName": "smokescreen" + }, + { + "moveName": "snarl" + }, + { + "moveName": "snatch" + }, + { + "moveName": "snore" + }, + { + "moveName": "snowscape" + }, + { + "moveName": "soak" + }, + { + "moveName": "solarbeam" + }, + { + "moveName": "solarblade" + }, + { + "moveName": "sonicboom" + }, + { + "moveName": "spark" + }, + { + "moveName": "speedswap" + }, + { + "moveName": "spikecannon" + }, + { + "moveName": "spikes" + }, + { + "moveName": "spikyshield" + }, + { + "moveName": "spite" + }, + { + "moveName": "spitup" + }, + { + "moveName": "splash" + }, + { + "moveName": "stealthrock" + }, + { + "moveName": "steamroller" + }, + { + "moveName": "steelbeam" + }, + { + "moveName": "steelroller" + }, + { + "moveName": "steelwing" + }, + { + "moveName": "stickyweb" + }, + { + "moveName": "stockpile" + }, + { + "moveName": "stomp" + }, + { + "moveName": "stompingtantrum" + }, + { + "moveName": "stoneedge" + }, + { + "moveName": "storedpower" + }, + { + "moveName": "stormthrow" + }, + { + "moveName": "strength" + }, + { + "moveName": "strengthsap" + }, + { + "moveName": "stringshot" + }, + { + "moveName": "struggle" + }, + { + "moveName": "strugglebug" + }, + { + "moveName": "stuffcheeks" + }, + { + "moveName": "stunspore" + }, + { + "moveName": "submission" + }, + { + "moveName": "substitute" + }, + { + "moveName": "suckerpunch" + }, + { + "moveName": "sunnyday" + }, + { + "moveName": "supercellslam" + }, + { + "moveName": "superfang" + }, + { + "moveName": "superpower" + }, + { + "moveName": "supersonic" + }, + { + "moveName": "surf" + }, + { + "moveName": "swagger" + }, + { + "moveName": "swallow" + }, + { + "moveName": "sweetkiss" + }, + { + "moveName": "sweetscent" + }, + { + "moveName": "swift" + }, + { + "moveName": "switcheroo" + }, + { + "moveName": "swordsdance" + }, + { + "moveName": "synchronoise" + }, + { + "moveName": "synthesis" + }, + { + "moveName": "tailslap" + }, + { + "moveName": "tailwhip" + }, + { + "moveName": "tailwind" + }, + { + "moveName": "takedown" + }, + { + "moveName": "taunt" + }, + { + "moveName": "tearfullook" + }, + { + "moveName": "teeterdance" + }, + { + "moveName": "telekinesis" + }, + { + "moveName": "temperflare" + }, + { + "moveName": "terablast" + }, + { + "moveName": "terrainpulse" + }, + { + "moveName": "thief" + }, + { + "moveName": "thrash" + }, + { + "moveName": "throatchop" + }, + { + "moveName": "thunder" + }, + { + "moveName": "thunderbolt" + }, + { + "moveName": "thunderfang" + }, + { + "moveName": "thunderpunch" + }, + { + "moveName": "thunderwave" + }, + { + "moveName": "tickle" + }, + { + "moveName": "tidyup" + }, + { + "moveName": "torment" + }, + { + "moveName": "toxic" + }, + { + "moveName": "toxicspikes" + }, + { + "moveName": "trailblaze" + }, + { + "moveName": "triattack" + }, + { + "moveName": "trick" + }, + { + "moveName": "trickroom" + }, + { + "moveName": "tripleaxel" + }, + { + "moveName": "trumpcard" + }, + { + "moveName": "twinbeam" + }, + { + "moveName": "twineedle" + }, + { + "moveName": "twister" + }, + { + "moveName": "upperhand" + }, + { + "moveName": "uproar" + }, + { + "moveName": "uturn" + }, + { + "moveName": "vacuumwave" + }, + { + "moveName": "venomdrench" + }, + { + "moveName": "venoshock" + }, + { + "moveName": "vinewhip" + }, + { + "moveName": "vitalthrow" + }, + { + "moveName": "voltswitch" + }, + { + "moveName": "wakeupslap" + }, + { + "moveName": "waterfall" + }, + { + "moveName": "watergun" + }, + { + "moveName": "waterpledge" + }, + { + "moveName": "waterpulse" + }, + { + "moveName": "watersport" + }, + { + "moveName": "waterspout" + }, + { + "moveName": "wavecrash" + }, + { + "moveName": "weatherball" + }, + { + "moveName": "whirlpool" + }, + { + "moveName": "whirlwind" + }, + { + "moveName": "wideguard" + }, + { + "moveName": "wildcharge" + }, + { + "moveName": "willowisp" + }, + { + "moveName": "wingattack" + }, + { + "moveName": "wish" + }, + { + "moveName": "wonderroom" + }, + { + "moveName": "woodhammer" + }, + { + "moveName": "workup" + }, + { + "moveName": "worryseed" + }, + { + "moveName": "wrap" + }, + { + "moveName": "wringout" + }, + { + "moveName": "xscissor" + }, + { + "moveName": "yawn" + }, + { + "moveName": "zenheadbutt" + }, + { + "moveName": "zingzap" + } ] \ No newline at end of file diff --git a/client/config/simpletms/moves/default_tr_moves.json b/client/config/simpletms/moves/default_tr_moves.json index 89aeb38..9428508 100644 --- a/client/config/simpletms/moves/default_tr_moves.json +++ b/client/config/simpletms/moves/default_tr_moves.json @@ -1,2543 +1,1763 @@ -[ - { - "moveName": "absorb" - }, - { - "moveName": "accelerock" - }, - { - "moveName": "acid" - }, - { - "moveName": "acidarmor" - }, - { - "moveName": "acidspray" - }, - { - "moveName": "acrobatics" - }, - { - "moveName": "acupressure" - }, - { - "moveName": "aerialace" - }, - { - "moveName": "aeroblast" - }, - { - "moveName": "afteryou" - }, - { - "moveName": "agility" - }, - { - "moveName": "aircutter" - }, - { - "moveName": "airslash" - }, - { - "moveName": "alluringvoice" - }, - { - "moveName": "allyswitch" - }, - { - "moveName": "amnesia" - }, - { - "moveName": "anchorshot" - }, - { - "moveName": "ancientpower" - }, - { - "moveName": "appleacid" - }, - { - "moveName": "aquacutter" - }, - { - "moveName": "aquajet" - }, - { - "moveName": "aquaring" - }, - { - "moveName": "aquastep" - }, - { - "moveName": "aquatail" - }, - { - "moveName": "armorcannon" - }, - { - "moveName": "armthrust" - }, - { - "moveName": "aromatherapy" - }, - { - "moveName": "aromaticmist" - }, - { - "moveName": "assist" - }, - { - "moveName": "assurance" - }, - { - "moveName": "astonish" - }, - { - "moveName": "astralbarrage" - }, - { - "moveName": "attackorder" - }, - { - "moveName": "attract" - }, - { - "moveName": "aurasphere" - }, - { - "moveName": "aurawheel" - }, - { - "moveName": "aurorabeam" - }, - { - "moveName": "auroraveil" - }, - { - "moveName": "autotomize" - }, - { - "moveName": "avalanche" - }, - { - "moveName": "axekick" - }, - { - "moveName": "babydolleyes" - }, - { - "moveName": "baddybad" - }, - { - "moveName": "banefulbunker" - }, - { - "moveName": "barbbarrage" - }, - { - "moveName": "barrage" - }, - { - "moveName": "barrier" - }, - { - "moveName": "batonpass" - }, - { - "moveName": "beakblast" - }, - { - "moveName": "beatup" - }, - { - "moveName": "behemothbash" - }, - { - "moveName": "behemothblade" - }, - { - "moveName": "belch" - }, - { - "moveName": "bellydrum" - }, - { - "moveName": "bestow" - }, - { - "moveName": "bide" - }, - { - "moveName": "bind" - }, - { - "moveName": "bite" - }, - { - "moveName": "bitterblade" - }, - { - "moveName": "bittermalice" - }, - { - "moveName": "blastburn" - }, - { - "moveName": "blazekick" - }, - { - "moveName": "blazingtorque" - }, - { - "moveName": "bleakwindstorm" - }, - { - "moveName": "blizzard" - }, - { - "moveName": "block" - }, - { - "moveName": "bloodmoon" - }, - { - "moveName": "blueflare" - }, - { - "moveName": "bodypress" - }, - { - "moveName": "bodyslam" - }, - { - "moveName": "boltbeak" - }, - { - "moveName": "boltstrike" - }, - { - "moveName": "boneclub" - }, - { - "moveName": "bonemerang" - }, - { - "moveName": "bonerush" - }, - { - "moveName": "boomburst" - }, - { - "moveName": "bounce" - }, - { - "moveName": "bouncybubble" - }, - { - "moveName": "branchpoke" - }, - { - "moveName": "bravebird" - }, - { - "moveName": "breakingswipe" - }, - { - "moveName": "brickbreak" - }, - { - "moveName": "brine" - }, - { - "moveName": "brutalswing" - }, - { - "moveName": "bubble" - }, - { - "moveName": "bubblebeam" - }, - { - "moveName": "bugbite" - }, - { - "moveName": "bugbuzz" - }, - { - "moveName": "bulkup" - }, - { - "moveName": "bulldoze" - }, - { - "moveName": "bulletpunch" - }, - { - "moveName": "bulletseed" - }, - { - "moveName": "burningbulwark" - }, - { - "moveName": "burningjealousy" - }, - { - "moveName": "burnup" - }, - { - "moveName": "buzzybuzz" - }, - { - "moveName": "calmmind" - }, - { - "moveName": "camouflage" - }, - { - "moveName": "captivate" - }, - { - "moveName": "ceaselessedge" - }, - { - "moveName": "celebrate" - }, - { - "moveName": "charge" - }, - { - "moveName": "chargebeam" - }, - { - "moveName": "charm" - }, - { - "moveName": "chatter" - }, - { - "moveName": "chillingwater" - }, - { - "moveName": "chillyreception" - }, - { - "moveName": "chipaway" - }, - { - "moveName": "chloroblast" - }, - { - "moveName": "circlethrow" - }, - { - "moveName": "clamp" - }, - { - "moveName": "clangingscales" - }, - { - "moveName": "clangoroussoul" - }, - { - "moveName": "clearsmog" - }, - { - "moveName": "closecombat" - }, - { - "moveName": "coaching" - }, - { - "moveName": "coil" - }, - { - "moveName": "collisioncourse" - }, - { - "moveName": "combattorque" - }, - { - "moveName": "cometpunch" - }, - { - "moveName": "comeuppance" - }, - { - "moveName": "confide" - }, - { - "moveName": "confuseray" - }, - { - "moveName": "confusion" - }, - { - "moveName": "constrict" - }, - { - "moveName": "conversion" - }, - { - "moveName": "conversion2" - }, - { - "moveName": "copycat" - }, - { - "moveName": "coreenforcer" - }, - { - "moveName": "corrosivegas" - }, - { - "moveName": "cosmicpower" - }, - { - "moveName": "cottonguard" - }, - { - "moveName": "cottonspore" - }, - { - "moveName": "counter" - }, - { - "moveName": "courtchange" - }, - { - "moveName": "covet" - }, - { - "moveName": "crabhammer" - }, - { - "moveName": "craftyshield" - }, - { - "moveName": "crosschop" - }, - { - "moveName": "crosspoison" - }, - { - "moveName": "crunch" - }, - { - "moveName": "crushclaw" - }, - { - "moveName": "crushgrip" - }, - { - "moveName": "curse" - }, - { - "moveName": "cut" - }, - { - "moveName": "darkestlariat" - }, - { - "moveName": "darkpulse" - }, - { - "moveName": "darkvoid" - }, - { - "moveName": "dazzlinggleam" - }, - { - "moveName": "decorate" - }, - { - "moveName": "defendorder" - }, - { - "moveName": "defensecurl" - }, - { - "moveName": "defog" - }, - { - "moveName": "destinybond" - }, - { - "moveName": "detect" - }, - { - "moveName": "diamondstorm" - }, - { - "moveName": "dig" - }, - { - "moveName": "direclaw" - }, - { - "moveName": "disable" - }, - { - "moveName": "disarmingvoice" - }, - { - "moveName": "discharge" - }, - { - "moveName": "dive" - }, - { - "moveName": "dizzypunch" - }, - { - "moveName": "doodle" - }, - { - "moveName": "doomdesire" - }, - { - "moveName": "doubleedge" - }, - { - "moveName": "doublehit" - }, - { - "moveName": "doubleironbash" - }, - { - "moveName": "doublekick" - }, - { - "moveName": "doubleshock" - }, - { - "moveName": "doubleslap" - }, - { - "moveName": "doubleteam" - }, - { - "moveName": "dracometeor" - }, - { - "moveName": "dragonascent" - }, - { - "moveName": "dragonbreath" - }, - { - "moveName": "dragoncheer" - }, - { - "moveName": "dragonclaw" - }, - { - "moveName": "dragondance" - }, - { - "moveName": "dragondarts" - }, - { - "moveName": "dragonenergy" - }, - { - "moveName": "dragonhammer" - }, - { - "moveName": "dragonpulse" - }, - { - "moveName": "dragonrage" - }, - { - "moveName": "dragonrush" - }, - { - "moveName": "dragontail" - }, - { - "moveName": "drainingkiss" - }, - { - "moveName": "drainpunch" - }, - { - "moveName": "dreameater" - }, - { - "moveName": "drillpeck" - }, - { - "moveName": "drillrun" - }, - { - "moveName": "drumbeating" - }, - { - "moveName": "dualchop" - }, - { - "moveName": "dualwingbeat" - }, - { - "moveName": "dynamaxcannon" - }, - { - "moveName": "dynamicpunch" - }, - { - "moveName": "earthpower" - }, - { - "moveName": "earthquake" - }, - { - "moveName": "echoedvoice" - }, - { - "moveName": "eerieimpulse" - }, - { - "moveName": "eeriespell" - }, - { - "moveName": "eggbomb" - }, - { - "moveName": "electricterrain" - }, - { - "moveName": "electrify" - }, - { - "moveName": "electroball" - }, - { - "moveName": "electrodrift" - }, - { - "moveName": "electroshot" - }, - { - "moveName": "electroweb" - }, - { - "moveName": "embargo" - }, - { - "moveName": "ember" - }, - { - "moveName": "encore" - }, - { - "moveName": "endeavor" - }, - { - "moveName": "endure" - }, - { - "moveName": "energyball" - }, - { - "moveName": "entrainment" - }, - { - "moveName": "eruption" - }, - { - "moveName": "esperwing" - }, - { - "moveName": "eternabeam" - }, - { - "moveName": "expandingforce" - }, - { - "moveName": "explosion" - }, - { - "moveName": "extrasensory" - }, - { - "moveName": "extremespeed" - }, - { - "moveName": "facade" - }, - { - "moveName": "fairylock" - }, - { - "moveName": "fairywind" - }, - { - "moveName": "fakeout" - }, - { - "moveName": "faketears" - }, - { - "moveName": "falsesurrender" - }, - { - "moveName": "falseswipe" - }, - { - "moveName": "featherdance" - }, - { - "moveName": "feint" - }, - { - "moveName": "feintattack" - }, - { - "moveName": "fellstinger" - }, - { - "moveName": "ficklebeam" - }, - { - "moveName": "fierydance" - }, - { - "moveName": "fierywrath" - }, - { - "moveName": "filletaway" - }, - { - "moveName": "finalgambit" - }, - { - "moveName": "fireblast" - }, - { - "moveName": "firefang" - }, - { - "moveName": "firelash" - }, - { - "moveName": "firepledge" - }, - { - "moveName": "firepunch" - }, - { - "moveName": "firespin" - }, - { - "moveName": "firstimpression" - }, - { - "moveName": "fishiousrend" - }, - { - "moveName": "fissure" - }, - { - "moveName": "flail" - }, - { - "moveName": "flameburst" - }, - { - "moveName": "flamecharge" - }, - { - "moveName": "flamethrower" - }, - { - "moveName": "flamewheel" - }, - { - "moveName": "flareblitz" - }, - { - "moveName": "flash" - }, - { - "moveName": "flashcannon" - }, - { - "moveName": "flatter" - }, - { - "moveName": "fleurcannon" - }, - { - "moveName": "fling" - }, - { - "moveName": "flipturn" - }, - { - "moveName": "floatyfall" - }, - { - "moveName": "floralhealing" - }, - { - "moveName": "flowershield" - }, - { - "moveName": "flowertrick" - }, - { - "moveName": "fly" - }, - { - "moveName": "flyingpress" - }, - { - "moveName": "focusblast" - }, - { - "moveName": "focusenergy" - }, - { - "moveName": "focuspunch" - }, - { - "moveName": "followme" - }, - { - "moveName": "forcepalm" - }, - { - "moveName": "foresight" - }, - { - "moveName": "forestscurse" - }, - { - "moveName": "foulplay" - }, - { - "moveName": "freezedry" - }, - { - "moveName": "freezeshock" - }, - { - "moveName": "freezingglare" - }, - { - "moveName": "freezyfrost" - }, - { - "moveName": "frenzyplant" - }, - { - "moveName": "frostbreath" - }, - { - "moveName": "frustration" - }, - { - "moveName": "furyattack" - }, - { - "moveName": "furycutter" - }, - { - "moveName": "furyswipes" - }, - { - "moveName": "fusionbolt" - }, - { - "moveName": "fusionflare" - }, - { - "moveName": "futuresight" - }, - { - "moveName": "gastroacid" - }, - { - "moveName": "geargrind" - }, - { - "moveName": "gearup" - }, - { - "moveName": "geomancy" - }, - { - "moveName": "gigadrain" - }, - { - "moveName": "gigaimpact" - }, - { - "moveName": "gigatonhammer" - }, - { - "moveName": "glaciallance" - }, - { - "moveName": "glaciate" - }, - { - "moveName": "glaiverush" - }, - { - "moveName": "glare" - }, - { - "moveName": "glitzyglow" - }, - { - "moveName": "grassknot" - }, - { - "moveName": "grasspledge" - }, - { - "moveName": "grasswhistle" - }, - { - "moveName": "grassyglide" - }, - { - "moveName": "grassyterrain" - }, - { - "moveName": "gravapple" - }, - { - "moveName": "gravity" - }, - { - "moveName": "growl" - }, - { - "moveName": "growth" - }, - { - "moveName": "grudge" - }, - { - "moveName": "guardsplit" - }, - { - "moveName": "guardswap" - }, - { - "moveName": "guillotine" - }, - { - "moveName": "gunkshot" - }, - { - "moveName": "gust" - }, - { - "moveName": "gyroball" - }, - { - "moveName": "hail" - }, - { - "moveName": "hammerarm" - }, - { - "moveName": "happyhour" - }, - { - "moveName": "harden" - }, - { - "moveName": "hardpress" - }, - { - "moveName": "haze" - }, - { - "moveName": "headbutt" - }, - { - "moveName": "headcharge" - }, - { - "moveName": "headlongrush" - }, - { - "moveName": "headsmash" - }, - { - "moveName": "healbell" - }, - { - "moveName": "healblock" - }, - { - "moveName": "healingwish" - }, - { - "moveName": "healorder" - }, - { - "moveName": "healpulse" - }, - { - "moveName": "heartstamp" - }, - { - "moveName": "heartswap" - }, - { - "moveName": "heatcrash" - }, - { - "moveName": "heatwave" - }, - { - "moveName": "heavyslam" - }, - { - "moveName": "helpinghand" - }, - { - "moveName": "hex" - }, - { - "moveName": "hiddenpower" - }, - { - "moveName": "highhorsepower" - }, - { - "moveName": "highjumpkick" - }, - { - "moveName": "holdback" - }, - { - "moveName": "holdhands" - }, - { - "moveName": "honeclaws" - }, - { - "moveName": "hornattack" - }, - { - "moveName": "horndrill" - }, - { - "moveName": "hornleech" - }, - { - "moveName": "howl" - }, - { - "moveName": "hurricane" - }, - { - "moveName": "hydrocannon" - }, - { - "moveName": "hydropump" - }, - { - "moveName": "hydrosteam" - }, - { - "moveName": "hyperbeam" - }, - { - "moveName": "hyperdrill" - }, - { - "moveName": "hyperfang" - }, - { - "moveName": "hyperspacefury" - }, - { - "moveName": "hyperspacehole" - }, - { - "moveName": "hypervoice" - }, - { - "moveName": "hypnosis" - }, - { - "moveName": "iceball" - }, - { - "moveName": "icebeam" - }, - { - "moveName": "iceburn" - }, - { - "moveName": "icefang" - }, - { - "moveName": "icehammer" - }, - { - "moveName": "icepunch" - }, - { - "moveName": "iceshard" - }, - { - "moveName": "icespinner" - }, - { - "moveName": "iciclecrash" - }, - { - "moveName": "iciclespear" - }, - { - "moveName": "icywind" - }, - { - "moveName": "imprison" - }, - { - "moveName": "incinerate" - }, - { - "moveName": "infernalparade" - }, - { - "moveName": "inferno" - }, - { - "moveName": "infestation" - }, - { - "moveName": "ingrain" - }, - { - "moveName": "instruct" - }, - { - "moveName": "iondeluge" - }, - { - "moveName": "irondefense" - }, - { - "moveName": "ironhead" - }, - { - "moveName": "irontail" - }, - { - "moveName": "ivycudgel" - }, - { - "moveName": "jawlock" - }, - { - "moveName": "jetpunch" - }, - { - "moveName": "judgment" - }, - { - "moveName": "jumpkick" - }, - { - "moveName": "junglehealing" - }, - { - "moveName": "karatechop" - }, - { - "moveName": "kinesis" - }, - { - "moveName": "kingsshield" - }, - { - "moveName": "knockoff" - }, - { - "moveName": "kowtowcleave" - }, - { - "moveName": "landswrath" - }, - { - "moveName": "laserfocus" - }, - { - "moveName": "lashout" - }, - { - "moveName": "lastresort" - }, - { - "moveName": "lastrespects" - }, - { - "moveName": "lavaplume" - }, - { - "moveName": "leafage" - }, - { - "moveName": "leafblade" - }, - { - "moveName": "leafstorm" - }, - { - "moveName": "leaftornado" - }, - { - "moveName": "leechlife" - }, - { - "moveName": "leechseed" - }, - { - "moveName": "leer" - }, - { - "moveName": "lick" - }, - { - "moveName": "lifedew" - }, - { - "moveName": "lightofruin" - }, - { - "moveName": "lightscreen" - }, - { - "moveName": "liquidation" - }, - { - "moveName": "lockon" - }, - { - "moveName": "lovelykiss" - }, - { - "moveName": "lowkick" - }, - { - "moveName": "lowsweep" - }, - { - "moveName": "luckychant" - }, - { - "moveName": "luminacrash" - }, - { - "moveName": "lunarblessing" - }, - { - "moveName": "lunardance" - }, - { - "moveName": "lunge" - }, - { - "moveName": "lusterpurge" - }, - { - "moveName": "machpunch" - }, - { - "moveName": "magicalleaf" - }, - { - "moveName": "magicaltorque" - }, - { - "moveName": "magiccoat" - }, - { - "moveName": "magicpowder" - }, - { - "moveName": "magicroom" - }, - { - "moveName": "magmastorm" - }, - { - "moveName": "magnetbomb" - }, - { - "moveName": "magneticflux" - }, - { - "moveName": "magnetrise" - }, - { - "moveName": "magnitude" - }, - { - "moveName": "makeitrain" - }, - { - "moveName": "malignantchain" - }, - { - "moveName": "matblock" - }, - { - "moveName": "matchagotcha" - }, - { - "moveName": "meanlook" - }, - { - "moveName": "meditate" - }, - { - "moveName": "mefirst" - }, - { - "moveName": "megadrain" - }, - { - "moveName": "megahorn" - }, - { - "moveName": "megakick" - }, - { - "moveName": "megapunch" - }, - { - "moveName": "memento" - }, - { - "moveName": "metalburst" - }, - { - "moveName": "metalclaw" - }, - { - "moveName": "metalsound" - }, - { - "moveName": "meteorassault" - }, - { - "moveName": "meteorbeam" - }, - { - "moveName": "meteormash" - }, - { - "moveName": "metronome" - }, - { - "moveName": "mightycleave" - }, - { - "moveName": "milkdrink" - }, - { - "moveName": "mimic" - }, - { - "moveName": "mindblown" - }, - { - "moveName": "mindreader" - }, - { - "moveName": "minimize" - }, - { - "moveName": "miracleeye" - }, - { - "moveName": "mirrorcoat" - }, - { - "moveName": "mirrormove" - }, - { - "moveName": "mirrorshot" - }, - { - "moveName": "mist" - }, - { - "moveName": "mistball" - }, - { - "moveName": "mistyexplosion" - }, - { - "moveName": "mistyterrain" - }, - { - "moveName": "moonblast" - }, - { - "moveName": "moongeistbeam" - }, - { - "moveName": "moonlight" - }, - { - "moveName": "morningsun" - }, - { - "moveName": "mortalspin" - }, - { - "moveName": "mountaingale" - }, - { - "moveName": "mudbomb" - }, - { - "moveName": "muddywater" - }, - { - "moveName": "mudshot" - }, - { - "moveName": "mudslap" - }, - { - "moveName": "mudsport" - }, - { - "moveName": "multiattack" - }, - { - "moveName": "mysticalfire" - }, - { - "moveName": "mysticalpower" - }, - { - "moveName": "nastyplot" - }, - { - "moveName": "naturalgift" - }, - { - "moveName": "naturepower" - }, - { - "moveName": "naturesmadness" - }, - { - "moveName": "needlearm" - }, - { - "moveName": "nightdaze" - }, - { - "moveName": "nightmare" - }, - { - "moveName": "nightshade" - }, - { - "moveName": "nightslash" - }, - { - "moveName": "nobleroar" - }, - { - "moveName": "noretreat" - }, - { - "moveName": "noxioustorque" - }, - { - "moveName": "nuzzle" - }, - { - "moveName": "oblivionwing" - }, - { - "moveName": "obstruct" - }, - { - "moveName": "octazooka" - }, - { - "moveName": "octolock" - }, - { - "moveName": "odorsleuth" - }, - { - "moveName": "ominouswind" - }, - { - "moveName": "orderup" - }, - { - "moveName": "originpulse" - }, - { - "moveName": "outrage" - }, - { - "moveName": "overdrive" - }, - { - "moveName": "overheat" - }, - { - "moveName": "painsplit" - }, - { - "moveName": "paraboliccharge" - }, - { - "moveName": "partingshot" - }, - { - "moveName": "payback" - }, - { - "moveName": "payday" - }, - { - "moveName": "peck" - }, - { - "moveName": "perishsong" - }, - { - "moveName": "petalblizzard" - }, - { - "moveName": "petaldance" - }, - { - "moveName": "phantomforce" - }, - { - "moveName": "photongeyser" - }, - { - "moveName": "pikapapow" - }, - { - "moveName": "pinmissile" - }, - { - "moveName": "plasmafists" - }, - { - "moveName": "playnice" - }, - { - "moveName": "playrough" - }, - { - "moveName": "pluck" - }, - { - "moveName": "poisonfang" - }, - { - "moveName": "poisongas" - }, - { - "moveName": "poisonjab" - }, - { - "moveName": "poisonpowder" - }, - { - "moveName": "poisonsting" - }, - { - "moveName": "poisontail" - }, - { - "moveName": "pollenpuff" - }, - { - "moveName": "poltergeist" - }, - { - "moveName": "populationbomb" - }, - { - "moveName": "pounce" - }, - { - "moveName": "pound" - }, - { - "moveName": "powder" - }, - { - "moveName": "powdersnow" - }, - { - "moveName": "powergem" - }, - { - "moveName": "powershift" - }, - { - "moveName": "powersplit" - }, - { - "moveName": "powerswap" - }, - { - "moveName": "powertrick" - }, - { - "moveName": "powertrip" - }, - { - "moveName": "poweruppunch" - }, - { - "moveName": "powerwhip" - }, - { - "moveName": "precipiceblades" - }, - { - "moveName": "present" - }, - { - "moveName": "prismaticlaser" - }, - { - "moveName": "protect" - }, - { - "moveName": "psybeam" - }, - { - "moveName": "psyblade" - }, - { - "moveName": "psychic" - }, - { - "moveName": "psychicfangs" - }, - { - "moveName": "psychicnoise" - }, - { - "moveName": "psychicterrain" - }, - { - "moveName": "psychoboost" - }, - { - "moveName": "psychocut" - }, - { - "moveName": "psychoshift" - }, - { - "moveName": "psychup" - }, - { - "moveName": "psyshieldbash" - }, - { - "moveName": "psyshock" - }, - { - "moveName": "psystrike" - }, - { - "moveName": "psywave" - }, - { - "moveName": "punishment" - }, - { - "moveName": "purify" - }, - { - "moveName": "pursuit" - }, - { - "moveName": "pyroball" - }, - { - "moveName": "quash" - }, - { - "moveName": "quickattack" - }, - { - "moveName": "quickguard" - }, - { - "moveName": "quiverdance" - }, - { - "moveName": "rage" - }, - { - "moveName": "ragefist" - }, - { - "moveName": "ragepowder" - }, - { - "moveName": "ragingbull" - }, - { - "moveName": "ragingfury" - }, - { - "moveName": "raindance" - }, - { - "moveName": "rapidspin" - }, - { - "moveName": "razorleaf" - }, - { - "moveName": "razorshell" - }, - { - "moveName": "razorwind" - }, - { - "moveName": "recover" - }, - { - "moveName": "recycle" - }, - { - "moveName": "reflect" - }, - { - "moveName": "reflecttype" - }, - { - "moveName": "refresh" - }, - { - "moveName": "relicsong" - }, - { - "moveName": "rest" - }, - { - "moveName": "retaliate" - }, - { - "moveName": "return" - }, - { - "moveName": "revelationdance" - }, - { - "moveName": "revenge" - }, - { - "moveName": "reversal" - }, - { - "moveName": "revivalblessing" - }, - { - "moveName": "risingvoltage" - }, - { - "moveName": "roar" - }, - { - "moveName": "roaroftime" - }, - { - "moveName": "rockblast" - }, - { - "moveName": "rockclimb" - }, - { - "moveName": "rockpolish" - }, - { - "moveName": "rockslide" - }, - { - "moveName": "rocksmash" - }, - { - "moveName": "rockthrow" - }, - { - "moveName": "rocktomb" - }, - { - "moveName": "rockwrecker" - }, - { - "moveName": "roleplay" - }, - { - "moveName": "rollingkick" - }, - { - "moveName": "rollout" - }, - { - "moveName": "roost" - }, - { - "moveName": "rototiller" - }, - { - "moveName": "round" - }, - { - "moveName": "ruination" - }, - { - "moveName": "sacredfire" - }, - { - "moveName": "sacredsword" - }, - { - "moveName": "safeguard" - }, - { - "moveName": "saltcure" - }, - { - "moveName": "sandattack" - }, - { - "moveName": "sandsearstorm" - }, - { - "moveName": "sandstorm" - }, - { - "moveName": "sandtomb" - }, - { - "moveName": "sappyseed" - }, - { - "moveName": "scald" - }, - { - "moveName": "scaleshot" - }, - { - "moveName": "scaryface" - }, - { - "moveName": "scorchingsands" - }, - { - "moveName": "scratch" - }, - { - "moveName": "screech" - }, - { - "moveName": "searingshot" - }, - { - "moveName": "secretpower" - }, - { - "moveName": "secretsword" - }, - { - "moveName": "seedbomb" - }, - { - "moveName": "seedflare" - }, - { - "moveName": "seismictoss" - }, - { - "moveName": "selfdestruct" - }, - { - "moveName": "shadowball" - }, - { - "moveName": "shadowbone" - }, - { - "moveName": "shadowclaw" - }, - { - "moveName": "shadowforce" - }, - { - "moveName": "shadowpunch" - }, - { - "moveName": "shadowsneak" - }, - { - "moveName": "sharpen" - }, - { - "moveName": "shedtail" - }, - { - "moveName": "sheercold" - }, - { - "moveName": "shellsidearm" - }, - { - "moveName": "shellsmash" - }, - { - "moveName": "shelltrap" - }, - { - "moveName": "shelter" - }, - { - "moveName": "shiftgear" - }, - { - "moveName": "shockwave" - }, - { - "moveName": "shoreup" - }, - { - "moveName": "signalbeam" - }, - { - "moveName": "silktrap" - }, - { - "moveName": "silverwind" - }, - { - "moveName": "simplebeam" - }, - { - "moveName": "sing" - }, - { - "moveName": "sizzlyslide" - }, - { - "moveName": "sketch" - }, - { - "moveName": "skillswap" - }, - { - "moveName": "skittersmack" - }, - { - "moveName": "skullbash" - }, - { - "moveName": "skyattack" - }, - { - "moveName": "skydrop" - }, - { - "moveName": "skyuppercut" - }, - { - "moveName": "slackoff" - }, - { - "moveName": "slam" - }, - { - "moveName": "slash" - }, - { - "moveName": "sleeppowder" - }, - { - "moveName": "sleeptalk" - }, - { - "moveName": "sludge" - }, - { - "moveName": "sludgebomb" - }, - { - "moveName": "sludgewave" - }, - { - "moveName": "smackdown" - }, - { - "moveName": "smartstrike" - }, - { - "moveName": "smellingsalts" - }, - { - "moveName": "smog" - }, - { - "moveName": "smokescreen" - }, - { - "moveName": "snaptrap" - }, - { - "moveName": "snarl" - }, - { - "moveName": "snatch" - }, - { - "moveName": "snipeshot" - }, - { - "moveName": "snore" - }, - { - "moveName": "snowscape" - }, - { - "moveName": "soak" - }, - { - "moveName": "softboiled" - }, - { - "moveName": "solarbeam" - }, - { - "moveName": "solarblade" - }, - { - "moveName": "sonicboom" - }, - { - "moveName": "spacialrend" - }, - { - "moveName": "spark" - }, - { - "moveName": "sparklingaria" - }, - { - "moveName": "sparklyswirl" - }, - { - "moveName": "spectralthief" - }, - { - "moveName": "speedswap" - }, - { - "moveName": "spicyextract" - }, - { - "moveName": "spiderweb" - }, - { - "moveName": "spikecannon" - }, - { - "moveName": "spikes" - }, - { - "moveName": "spikyshield" - }, - { - "moveName": "spinout" - }, - { - "moveName": "spiritbreak" - }, - { - "moveName": "spiritshackle" - }, - { - "moveName": "spite" - }, - { - "moveName": "spitup" - }, - { - "moveName": "splash" - }, - { - "moveName": "splishysplash" - }, - { - "moveName": "spore" - }, - { - "moveName": "spotlight" - }, - { - "moveName": "springtidestorm" - }, - { - "moveName": "stealthrock" - }, - { - "moveName": "steameruption" - }, - { - "moveName": "steamroller" - }, - { - "moveName": "steelbeam" - }, - { - "moveName": "steelroller" - }, - { - "moveName": "steelwing" - }, - { - "moveName": "stickyweb" - }, - { - "moveName": "stockpile" - }, - { - "moveName": "stomp" - }, - { - "moveName": "stompingtantrum" - }, - { - "moveName": "stoneaxe" - }, - { - "moveName": "stoneedge" - }, - { - "moveName": "storedpower" - }, - { - "moveName": "stormthrow" - }, - { - "moveName": "strangesteam" - }, - { - "moveName": "strength" - }, - { - "moveName": "strengthsap" - }, - { - "moveName": "stringshot" - }, - { - "moveName": "struggle" - }, - { - "moveName": "strugglebug" - }, - { - "moveName": "stuffcheeks" - }, - { - "moveName": "stunspore" - }, - { - "moveName": "submission" - }, - { - "moveName": "substitute" - }, - { - "moveName": "suckerpunch" - }, - { - "moveName": "sunnyday" - }, - { - "moveName": "sunsteelstrike" - }, - { - "moveName": "supercellslam" - }, - { - "moveName": "superfang" - }, - { - "moveName": "superpower" - }, - { - "moveName": "supersonic" - }, - { - "moveName": "surf" - }, - { - "moveName": "surgingstrikes" - }, - { - "moveName": "swagger" - }, - { - "moveName": "swallow" - }, - { - "moveName": "sweetkiss" - }, - { - "moveName": "sweetscent" - }, - { - "moveName": "swift" - }, - { - "moveName": "switcheroo" - }, - { - "moveName": "swordsdance" - }, - { - "moveName": "synchronoise" - }, - { - "moveName": "synthesis" - }, - { - "moveName": "syrupbomb" - }, - { - "moveName": "tachyoncutter" - }, - { - "moveName": "tackle" - }, - { - "moveName": "tailglow" - }, - { - "moveName": "tailslap" - }, - { - "moveName": "tailwhip" - }, - { - "moveName": "tailwind" - }, - { - "moveName": "takedown" - }, - { - "moveName": "takeheart" - }, - { - "moveName": "tarshot" - }, - { - "moveName": "taunt" - }, - { - "moveName": "tearfullook" - }, - { - "moveName": "teatime" - }, - { - "moveName": "technoblast" - }, - { - "moveName": "teeterdance" - }, - { - "moveName": "telekinesis" - }, - { - "moveName": "teleport" - }, - { - "moveName": "temperflare" - }, - { - "moveName": "terablast" - }, - { - "moveName": "terastarstorm" - }, - { - "moveName": "terrainpulse" - }, - { - "moveName": "thief" - }, - { - "moveName": "thousandarrows" - }, - { - "moveName": "thousandwaves" - }, - { - "moveName": "thrash" - }, - { - "moveName": "throatchop" - }, - { - "moveName": "thunder" - }, - { - "moveName": "thunderbolt" - }, - { - "moveName": "thundercage" - }, - { - "moveName": "thunderclap" - }, - { - "moveName": "thunderfang" - }, - { - "moveName": "thunderouskick" - }, - { - "moveName": "thunderpunch" - }, - { - "moveName": "thundershock" - }, - { - "moveName": "thunderwave" - }, - { - "moveName": "tickle" - }, - { - "moveName": "tidyup" - }, - { - "moveName": "topsyturvy" - }, - { - "moveName": "torchsong" - }, - { - "moveName": "torment" - }, - { - "moveName": "toxic" - }, - { - "moveName": "toxicspikes" - }, - { - "moveName": "toxicthread" - }, - { - "moveName": "trailblaze" - }, - { - "moveName": "transform" - }, - { - "moveName": "triattack" - }, - { - "moveName": "trick" - }, - { - "moveName": "trickortreat" - }, - { - "moveName": "trickroom" - }, - { - "moveName": "triplearrows" - }, - { - "moveName": "tripleaxel" - }, - { - "moveName": "tripledive" - }, - { - "moveName": "triplekick" - }, - { - "moveName": "tropkick" - }, - { - "moveName": "trumpcard" - }, - { - "moveName": "twinbeam" - }, - { - "moveName": "twineedle" - }, - { - "moveName": "twister" - }, - { - "moveName": "upperhand" - }, - { - "moveName": "uproar" - }, - { - "moveName": "uturn" - }, - { - "moveName": "vacuumwave" - }, - { - "moveName": "vcreate" - }, - { - "moveName": "veeveevolley" - }, - { - "moveName": "venomdrench" - }, - { - "moveName": "venoshock" - }, - { - "moveName": "victorydance" - }, - { - "moveName": "vinewhip" - }, - { - "moveName": "visegrip" - }, - { - "moveName": "vitalthrow" - }, - { - "moveName": "voltswitch" - }, - { - "moveName": "volttackle" - }, - { - "moveName": "wakeupslap" - }, - { - "moveName": "waterfall" - }, - { - "moveName": "watergun" - }, - { - "moveName": "waterpledge" - }, - { - "moveName": "waterpulse" - }, - { - "moveName": "watershuriken" - }, - { - "moveName": "watersport" - }, - { - "moveName": "waterspout" - }, - { - "moveName": "wavecrash" - }, - { - "moveName": "weatherball" - }, - { - "moveName": "whirlpool" - }, - { - "moveName": "whirlwind" - }, - { - "moveName": "wickedblow" - }, - { - "moveName": "wickedtorque" - }, - { - "moveName": "wideguard" - }, - { - "moveName": "wildboltstorm" - }, - { - "moveName": "wildcharge" - }, - { - "moveName": "willowisp" - }, - { - "moveName": "wingattack" - }, - { - "moveName": "wish" - }, - { - "moveName": "withdraw" - }, - { - "moveName": "wonderroom" - }, - { - "moveName": "woodhammer" - }, - { - "moveName": "workup" - }, - { - "moveName": "worryseed" - }, - { - "moveName": "wrap" - }, - { - "moveName": "wringout" - }, - { - "moveName": "xscissor" - }, - { - "moveName": "yawn" - }, - { - "moveName": "zapcannon" - }, - { - "moveName": "zenheadbutt" - }, - { - "moveName": "zingzap" - }, - { - "moveName": "zippyzap" - } +[ + { + "moveName": "absorb" + }, + { + "moveName": "acid" + }, + { + "moveName": "acidarmor" + }, + { + "moveName": "acidspray" + }, + { + "moveName": "acrobatics" + }, + { + "moveName": "acupressure" + }, + { + "moveName": "aerialace" + }, + { + "moveName": "afteryou" + }, + { + "moveName": "agility" + }, + { + "moveName": "aircutter" + }, + { + "moveName": "airslash" + }, + { + "moveName": "alluringvoice" + }, + { + "moveName": "allyswitch" + }, + { + "moveName": "amnesia" + }, + { + "moveName": "ancientpower" + }, + { + "moveName": "aquacutter" + }, + { + "moveName": "aquajet" + }, + { + "moveName": "aquaring" + }, + { + "moveName": "aquatail" + }, + { + "moveName": "aromatherapy" + }, + { + "moveName": "aromaticmist" + }, + { + "moveName": "assist" + }, + { + "moveName": "assurance" + }, + { + "moveName": "astonish" + }, + { + "moveName": "attract" + }, + { + "moveName": "aurasphere" + }, + { + "moveName": "aurorabeam" + }, + { + "moveName": "auroraveil" + }, + { + "moveName": "autotomize" + }, + { + "moveName": "avalanche" + }, + { + "moveName": "axekick" + }, + { + "moveName": "babydolleyes" + }, + { + "moveName": "barrier" + }, + { + "moveName": "batonpass" + }, + { + "moveName": "beatup" + }, + { + "moveName": "belch" + }, + { + "moveName": "bellydrum" + }, + { + "moveName": "bestow" + }, + { + "moveName": "bide" + }, + { + "moveName": "bind" + }, + { + "moveName": "bite" + }, + { + "moveName": "blastburn" + }, + { + "moveName": "blazekick" + }, + { + "moveName": "blizzard" + }, + { + "moveName": "block" + }, + { + "moveName": "bodypress" + }, + { + "moveName": "bodyslam" + }, + { + "moveName": "boomburst" + }, + { + "moveName": "bounce" + }, + { + "moveName": "bravebird" + }, + { + "moveName": "breakingswipe" + }, + { + "moveName": "brickbreak" + }, + { + "moveName": "brine" + }, + { + "moveName": "brutalswing" + }, + { + "moveName": "bubble" + }, + { + "moveName": "bubblebeam" + }, + { + "moveName": "bugbite" + }, + { + "moveName": "bugbuzz" + }, + { + "moveName": "bulkup" + }, + { + "moveName": "bulldoze" + }, + { + "moveName": "bulletpunch" + }, + { + "moveName": "bulletseed" + }, + { + "moveName": "burningjealousy" + }, + { + "moveName": "burnup" + }, + { + "moveName": "calmmind" + }, + { + "moveName": "camouflage" + }, + { + "moveName": "captivate" + }, + { + "moveName": "charge" + }, + { + "moveName": "chargebeam" + }, + { + "moveName": "charm" + }, + { + "moveName": "chillingwater" + }, + { + "moveName": "chipaway" + }, + { + "moveName": "circlethrow" + }, + { + "moveName": "clamp" + }, + { + "moveName": "clearsmog" + }, + { + "moveName": "closecombat" + }, + { + "moveName": "coaching" + }, + { + "moveName": "coil" + }, + { + "moveName": "cometpunch" + }, + { + "moveName": "confide" + }, + { + "moveName": "confuseray" + }, + { + "moveName": "confusion" + }, + { + "moveName": "constrict" + }, + { + "moveName": "copycat" + }, + { + "moveName": "corrosivegas" + }, + { + "moveName": "cosmicpower" + }, + { + "moveName": "cottonguard" + }, + { + "moveName": "cottonspore" + }, + { + "moveName": "counter" + }, + { + "moveName": "covet" + }, + { + "moveName": "crabhammer" + }, + { + "moveName": "craftyshield" + }, + { + "moveName": "crosschop" + }, + { + "moveName": "crosspoison" + }, + { + "moveName": "crunch" + }, + { + "moveName": "crushclaw" + }, + { + "moveName": "curse" + }, + { + "moveName": "cut" + }, + { + "moveName": "darkestlariat" + }, + { + "moveName": "darkpulse" + }, + { + "moveName": "dazzlinggleam" + }, + { + "moveName": "defensecurl" + }, + { + "moveName": "defog" + }, + { + "moveName": "destinybond" + }, + { + "moveName": "detect" + }, + { + "moveName": "dig" + }, + { + "moveName": "disable" + }, + { + "moveName": "disarmingvoice" + }, + { + "moveName": "discharge" + }, + { + "moveName": "dive" + }, + { + "moveName": "dizzypunch" + }, + { + "moveName": "doubleedge" + }, + { + "moveName": "doublehit" + }, + { + "moveName": "doublekick" + }, + { + "moveName": "doubleslap" + }, + { + "moveName": "doubleteam" + }, + { + "moveName": "dracometeor" + }, + { + "moveName": "dragonbreath" + }, + { + "moveName": "dragoncheer" + }, + { + "moveName": "dragonclaw" + }, + { + "moveName": "dragondance" + }, + { + "moveName": "dragonhammer" + }, + { + "moveName": "dragonpulse" + }, + { + "moveName": "dragonrage" + }, + { + "moveName": "dragonrush" + }, + { + "moveName": "dragontail" + }, + { + "moveName": "drainingkiss" + }, + { + "moveName": "drainpunch" + }, + { + "moveName": "dreameater" + }, + { + "moveName": "drillpeck" + }, + { + "moveName": "drillrun" + }, + { + "moveName": "dualchop" + }, + { + "moveName": "dualwingbeat" + }, + { + "moveName": "dynamicpunch" + }, + { + "moveName": "earthpower" + }, + { + "moveName": "earthquake" + }, + { + "moveName": "echoedvoice" + }, + { + "moveName": "eerieimpulse" + }, + { + "moveName": "electricterrain" + }, + { + "moveName": "electroball" + }, + { + "moveName": "electroweb" + }, + { + "moveName": "embargo" + }, + { + "moveName": "encore" + }, + { + "moveName": "endeavor" + }, + { + "moveName": "endure" + }, + { + "moveName": "energyball" + }, + { + "moveName": "entrainment" + }, + { + "moveName": "eruption" + }, + { + "moveName": "expandingforce" + }, + { + "moveName": "explosion" + }, + { + "moveName": "extrasensory" + }, + { + "moveName": "extremespeed" + }, + { + "moveName": "facade" + }, + { + "moveName": "fairywind" + }, + { + "moveName": "fakeout" + }, + { + "moveName": "faketears" + }, + { + "moveName": "falseswipe" + }, + { + "moveName": "featherdance" + }, + { + "moveName": "feint" + }, + { + "moveName": "feintattack" + }, + { + "moveName": "fellstinger" + }, + { + "moveName": "finalgambit" + }, + { + "moveName": "fireblast" + }, + { + "moveName": "firefang" + }, + { + "moveName": "firepledge" + }, + { + "moveName": "firepunch" + }, + { + "moveName": "firespin" + }, + { + "moveName": "firstimpression" + }, + { + "moveName": "fissure" + }, + { + "moveName": "flail" + }, + { + "moveName": "flameburst" + }, + { + "moveName": "flamecharge" + }, + { + "moveName": "flamethrower" + }, + { + "moveName": "flamewheel" + }, + { + "moveName": "flareblitz" + }, + { + "moveName": "flash" + }, + { + "moveName": "flashcannon" + }, + { + "moveName": "flatter" + }, + { + "moveName": "fling" + }, + { + "moveName": "flipturn" + }, + { + "moveName": "flowershield" + }, + { + "moveName": "fly" + }, + { + "moveName": "focusblast" + }, + { + "moveName": "focusenergy" + }, + { + "moveName": "focuspunch" + }, + { + "moveName": "followme" + }, + { + "moveName": "forcepalm" + }, + { + "moveName": "foresight" + }, + { + "moveName": "foulplay" + }, + { + "moveName": "freezedry" + }, + { + "moveName": "frenzyplant" + }, + { + "moveName": "frostbreath" + }, + { + "moveName": "furyattack" + }, + { + "moveName": "furycutter" + }, + { + "moveName": "furyswipes" + }, + { + "moveName": "futuresight" + }, + { + "moveName": "gastroacid" + }, + { + "moveName": "gigadrain" + }, + { + "moveName": "gigaimpact" + }, + { + "moveName": "glare" + }, + { + "moveName": "grassknot" + }, + { + "moveName": "grasspledge" + }, + { + "moveName": "grasswhistle" + }, + { + "moveName": "grassyglide" + }, + { + "moveName": "grassyterrain" + }, + { + "moveName": "gravity" + }, + { + "moveName": "growl" + }, + { + "moveName": "growth" + }, + { + "moveName": "grudge" + }, + { + "moveName": "guardsplit" + }, + { + "moveName": "guardswap" + }, + { + "moveName": "guillotine" + }, + { + "moveName": "gunkshot" + }, + { + "moveName": "gust" + }, + { + "moveName": "gyroball" + }, + { + "moveName": "hail" + }, + { + "moveName": "hammerarm" + }, + { + "moveName": "harden" + }, + { + "moveName": "hardpress" + }, + { + "moveName": "haze" + }, + { + "moveName": "headbutt" + }, + { + "moveName": "headsmash" + }, + { + "moveName": "healbell" + }, + { + "moveName": "healblock" + }, + { + "moveName": "healingwish" + }, + { + "moveName": "healpulse" + }, + { + "moveName": "heartstamp" + }, + { + "moveName": "heatcrash" + }, + { + "moveName": "heatwave" + }, + { + "moveName": "heavyslam" + }, + { + "moveName": "helpinghand" + }, + { + "moveName": "hex" + }, + { + "moveName": "hiddenpower" + }, + { + "moveName": "highhorsepower" + }, + { + "moveName": "highjumpkick" + }, + { + "moveName": "honeclaws" + }, + { + "moveName": "hornattack" + }, + { + "moveName": "horndrill" + }, + { + "moveName": "howl" + }, + { + "moveName": "hurricane" + }, + { + "moveName": "hydrocannon" + }, + { + "moveName": "hydropump" + }, + { + "moveName": "hyperbeam" + }, + { + "moveName": "hypervoice" + }, + { + "moveName": "hypnosis" + }, + { + "moveName": "iceball" + }, + { + "moveName": "icebeam" + }, + { + "moveName": "icefang" + }, + { + "moveName": "icehammer" + }, + { + "moveName": "icepunch" + }, + { + "moveName": "iceshard" + }, + { + "moveName": "icespinner" + }, + { + "moveName": "iciclecrash" + }, + { + "moveName": "iciclespear" + }, + { + "moveName": "icywind" + }, + { + "moveName": "imprison" + }, + { + "moveName": "incinerate" + }, + { + "moveName": "inferno" + }, + { + "moveName": "infestation" + }, + { + "moveName": "ingrain" + }, + { + "moveName": "iondeluge" + }, + { + "moveName": "irondefense" + }, + { + "moveName": "ironhead" + }, + { + "moveName": "irontail" + }, + { + "moveName": "jumpkick" + }, + { + "moveName": "karatechop" + }, + { + "moveName": "knockoff" + }, + { + "moveName": "laserfocus" + }, + { + "moveName": "lashout" + }, + { + "moveName": "lastresort" + }, + { + "moveName": "lastrespects" + }, + { + "moveName": "leafage" + }, + { + "moveName": "leafblade" + }, + { + "moveName": "leafstorm" + }, + { + "moveName": "leaftornado" + }, + { + "moveName": "leechlife" + }, + { + "moveName": "leechseed" + }, + { + "moveName": "leer" + }, + { + "moveName": "lick" + }, + { + "moveName": "lifedew" + }, + { + "moveName": "lightscreen" + }, + { + "moveName": "liquidation" + }, + { + "moveName": "lockon" + }, + { + "moveName": "lowkick" + }, + { + "moveName": "lowsweep" + }, + { + "moveName": "luckychant" + }, + { + "moveName": "lunge" + }, + { + "moveName": "machpunch" + }, + { + "moveName": "magicalleaf" + }, + { + "moveName": "magiccoat" + }, + { + "moveName": "magicroom" + }, + { + "moveName": "magnetrise" + }, + { + "moveName": "magnitude" + }, + { + "moveName": "meanlook" + }, + { + "moveName": "meditate" + }, + { + "moveName": "mefirst" + }, + { + "moveName": "megadrain" + }, + { + "moveName": "megahorn" + }, + { + "moveName": "megakick" + }, + { + "moveName": "megapunch" + }, + { + "moveName": "memento" + }, + { + "moveName": "metalburst" + }, + { + "moveName": "metalclaw" + }, + { + "moveName": "metalsound" + }, + { + "moveName": "meteorbeam" + }, + { + "moveName": "meteormash" + }, + { + "moveName": "metronome" + }, + { + "moveName": "milkdrink" + }, + { + "moveName": "mimic" + }, + { + "moveName": "mindreader" + }, + { + "moveName": "miracleeye" + }, + { + "moveName": "mirrorcoat" + }, + { + "moveName": "mirrormove" + }, + { + "moveName": "mirrorshot" + }, + { + "moveName": "mist" + }, + { + "moveName": "mistyexplosion" + }, + { + "moveName": "mistyterrain" + }, + { + "moveName": "moonblast" + }, + { + "moveName": "moonlight" + }, + { + "moveName": "morningsun" + }, + { + "moveName": "mudbomb" + }, + { + "moveName": "muddywater" + }, + { + "moveName": "mudshot" + }, + { + "moveName": "mudslap" + }, + { + "moveName": "mudsport" + }, + { + "moveName": "mysticalfire" + }, + { + "moveName": "nastyplot" + }, + { + "moveName": "naturalgift" + }, + { + "moveName": "naturepower" + }, + { + "moveName": "nightmare" + }, + { + "moveName": "nightshade" + }, + { + "moveName": "nightslash" + }, + { + "moveName": "nuzzle" + }, + { + "moveName": "octazooka" + }, + { + "moveName": "odorsleuth" + }, + { + "moveName": "ominouswind" + }, + { + "moveName": "outrage" + }, + { + "moveName": "overheat" + }, + { + "moveName": "painsplit" + }, + { + "moveName": "paraboliccharge" + }, + { + "moveName": "partingshot" + }, + { + "moveName": "payback" + }, + { + "moveName": "payday" + }, + { + "moveName": "peck" + }, + { + "moveName": "perishsong" + }, + { + "moveName": "petalblizzard" + }, + { + "moveName": "petaldance" + }, + { + "moveName": "phantomforce" + }, + { + "moveName": "pinmissile" + }, + { + "moveName": "playnice" + }, + { + "moveName": "playrough" + }, + { + "moveName": "pluck" + }, + { + "moveName": "poisonfang" + }, + { + "moveName": "poisonjab" + }, + { + "moveName": "poisonpowder" + }, + { + "moveName": "poisonsting" + }, + { + "moveName": "poisontail" + }, + { + "moveName": "pollenpuff" + }, + { + "moveName": "poltergeist" + }, + { + "moveName": "pounce" + }, + { + "moveName": "pound" + }, + { + "moveName": "powder" + }, + { + "moveName": "powdersnow" + }, + { + "moveName": "powergem" + }, + { + "moveName": "powersplit" + }, + { + "moveName": "powerswap" + }, + { + "moveName": "powertrick" + }, + { + "moveName": "powertrip" + }, + { + "moveName": "poweruppunch" + }, + { + "moveName": "powerwhip" + }, + { + "moveName": "protect" + }, + { + "moveName": "psybeam" + }, + { + "moveName": "psychic" + }, + { + "moveName": "psychicfangs" + }, + { + "moveName": "psychicnoise" + }, + { + "moveName": "psychicterrain" + }, + { + "moveName": "psychocut" + }, + { + "moveName": "psychoshift" + }, + { + "moveName": "psychup" + }, + { + "moveName": "psyshieldbash" + }, + { + "moveName": "psyshock" + }, + { + "moveName": "psywave" + }, + { + "moveName": "punishment" + }, + { + "moveName": "pursuit" + }, + { + "moveName": "quash" + }, + { + "moveName": "quickattack" + }, + { + "moveName": "quickguard" + }, + { + "moveName": "quiverdance" + }, + { + "moveName": "rage" + }, + { + "moveName": "ragepowder" + }, + { + "moveName": "ragingfury" + }, + { + "moveName": "raindance" + }, + { + "moveName": "rapidspin" + }, + { + "moveName": "razorleaf" + }, + { + "moveName": "razorshell" + }, + { + "moveName": "razorwind" + }, + { + "moveName": "recover" + }, + { + "moveName": "recycle" + }, + { + "moveName": "reflect" + }, + { + "moveName": "reflecttype" + }, + { + "moveName": "refresh" + }, + { + "moveName": "rest" + }, + { + "moveName": "retaliate" + }, + { + "moveName": "return" + }, + { + "moveName": "revenge" + }, + { + "moveName": "reversal" + }, + { + "moveName": "risingvoltage" + }, + { + "moveName": "roar" + }, + { + "moveName": "rockblast" + }, + { + "moveName": "rockclimb" + }, + { + "moveName": "rockpolish" + }, + { + "moveName": "rockslide" + }, + { + "moveName": "rocksmash" + }, + { + "moveName": "rockthrow" + }, + { + "moveName": "rocktomb" + }, + { + "moveName": "roleplay" + }, + { + "moveName": "rollingkick" + }, + { + "moveName": "rollout" + }, + { + "moveName": "roost" + }, + { + "moveName": "rototiller" + }, + { + "moveName": "round" + }, + { + "moveName": "sacredsword" + }, + { + "moveName": "safeguard" + }, + { + "moveName": "sandattack" + }, + { + "moveName": "sandstorm" + }, + { + "moveName": "sandtomb" + }, + { + "moveName": "scald" + }, + { + "moveName": "scaleshot" + }, + { + "moveName": "scaryface" + }, + { + "moveName": "scorchingsands" + }, + { + "moveName": "screech" + }, + { + "moveName": "secretpower" + }, + { + "moveName": "secretsword" + }, + { + "moveName": "seedbomb" + }, + { + "moveName": "seismictoss" + }, + { + "moveName": "selfdestruct" + }, + { + "moveName": "shadowball" + }, + { + "moveName": "shadowclaw" + }, + { + "moveName": "shadowpunch" + }, + { + "moveName": "shadowsneak" + }, + { + "moveName": "sharpen" + }, + { + "moveName": "shellsmash" + }, + { + "moveName": "shockwave" + }, + { + "moveName": "signalbeam" + }, + { + "moveName": "silverwind" + }, + { + "moveName": "simplebeam" + }, + { + "moveName": "sing" + }, + { + "moveName": "skillswap" + }, + { + "moveName": "skittersmack" + }, + { + "moveName": "skullbash" + }, + { + "moveName": "skyattack" + }, + { + "moveName": "skydrop" + }, + { + "moveName": "skyuppercut" + }, + { + "moveName": "slackoff" + }, + { + "moveName": "slam" + }, + { + "moveName": "slash" + }, + { + "moveName": "sleeppowder" + }, + { + "moveName": "sleeptalk" + }, + { + "moveName": "sludge" + }, + { + "moveName": "sludgebomb" + }, + { + "moveName": "sludgewave" + }, + { + "moveName": "smackdown" + }, + { + "moveName": "smartstrike" + }, + { + "moveName": "smellingsalts" + }, + { + "moveName": "smog" + }, + { + "moveName": "smokescreen" + }, + { + "moveName": "snarl" + }, + { + "moveName": "snatch" + }, + { + "moveName": "snore" + }, + { + "moveName": "snowscape" + }, + { + "moveName": "soak" + }, + { + "moveName": "solarbeam" + }, + { + "moveName": "solarblade" + }, + { + "moveName": "sonicboom" + }, + { + "moveName": "spark" + }, + { + "moveName": "speedswap" + }, + { + "moveName": "spikecannon" + }, + { + "moveName": "spikes" + }, + { + "moveName": "spikyshield" + }, + { + "moveName": "spite" + }, + { + "moveName": "spitup" + }, + { + "moveName": "splash" + }, + { + "moveName": "stealthrock" + }, + { + "moveName": "steamroller" + }, + { + "moveName": "steelbeam" + }, + { + "moveName": "steelroller" + }, + { + "moveName": "steelwing" + }, + { + "moveName": "stickyweb" + }, + { + "moveName": "stockpile" + }, + { + "moveName": "stomp" + }, + { + "moveName": "stompingtantrum" + }, + { + "moveName": "stoneedge" + }, + { + "moveName": "storedpower" + }, + { + "moveName": "stormthrow" + }, + { + "moveName": "strength" + }, + { + "moveName": "strengthsap" + }, + { + "moveName": "stringshot" + }, + { + "moveName": "struggle" + }, + { + "moveName": "strugglebug" + }, + { + "moveName": "stuffcheeks" + }, + { + "moveName": "stunspore" + }, + { + "moveName": "submission" + }, + { + "moveName": "substitute" + }, + { + "moveName": "suckerpunch" + }, + { + "moveName": "sunnyday" + }, + { + "moveName": "supercellslam" + }, + { + "moveName": "superfang" + }, + { + "moveName": "superpower" + }, + { + "moveName": "supersonic" + }, + { + "moveName": "surf" + }, + { + "moveName": "swagger" + }, + { + "moveName": "swallow" + }, + { + "moveName": "sweetkiss" + }, + { + "moveName": "sweetscent" + }, + { + "moveName": "swift" + }, + { + "moveName": "switcheroo" + }, + { + "moveName": "swordsdance" + }, + { + "moveName": "synchronoise" + }, + { + "moveName": "synthesis" + }, + { + "moveName": "tailslap" + }, + { + "moveName": "tailwhip" + }, + { + "moveName": "tailwind" + }, + { + "moveName": "takedown" + }, + { + "moveName": "taunt" + }, + { + "moveName": "tearfullook" + }, + { + "moveName": "teeterdance" + }, + { + "moveName": "telekinesis" + }, + { + "moveName": "temperflare" + }, + { + "moveName": "terablast" + }, + { + "moveName": "terrainpulse" + }, + { + "moveName": "thief" + }, + { + "moveName": "thrash" + }, + { + "moveName": "throatchop" + }, + { + "moveName": "thunder" + }, + { + "moveName": "thunderbolt" + }, + { + "moveName": "thunderfang" + }, + { + "moveName": "thunderpunch" + }, + { + "moveName": "thunderwave" + }, + { + "moveName": "tickle" + }, + { + "moveName": "tidyup" + }, + { + "moveName": "torment" + }, + { + "moveName": "toxic" + }, + { + "moveName": "toxicspikes" + }, + { + "moveName": "trailblaze" + }, + { + "moveName": "triattack" + }, + { + "moveName": "trick" + }, + { + "moveName": "trickroom" + }, + { + "moveName": "tripleaxel" + }, + { + "moveName": "trumpcard" + }, + { + "moveName": "twinbeam" + }, + { + "moveName": "twineedle" + }, + { + "moveName": "twister" + }, + { + "moveName": "upperhand" + }, + { + "moveName": "uproar" + }, + { + "moveName": "uturn" + }, + { + "moveName": "vacuumwave" + }, + { + "moveName": "venomdrench" + }, + { + "moveName": "venoshock" + }, + { + "moveName": "vinewhip" + }, + { + "moveName": "vitalthrow" + }, + { + "moveName": "voltswitch" + }, + { + "moveName": "wakeupslap" + }, + { + "moveName": "waterfall" + }, + { + "moveName": "watergun" + }, + { + "moveName": "waterpledge" + }, + { + "moveName": "waterpulse" + }, + { + "moveName": "watersport" + }, + { + "moveName": "waterspout" + }, + { + "moveName": "wavecrash" + }, + { + "moveName": "weatherball" + }, + { + "moveName": "whirlpool" + }, + { + "moveName": "whirlwind" + }, + { + "moveName": "wideguard" + }, + { + "moveName": "wildcharge" + }, + { + "moveName": "willowisp" + }, + { + "moveName": "wingattack" + }, + { + "moveName": "wish" + }, + { + "moveName": "wonderroom" + }, + { + "moveName": "woodhammer" + }, + { + "moveName": "workup" + }, + { + "moveName": "worryseed" + }, + { + "moveName": "wrap" + }, + { + "moveName": "wringout" + }, + { + "moveName": "xscissor" + }, + { + "moveName": "yawn" + }, + { + "moveName": "zenheadbutt" + }, + { + "moveName": "zingzap" + } ] \ No newline at end of file diff --git a/client/config/sodium-fingerprint.json b/client/config/sodium-fingerprint.json index 98e1c02..8493f51 100644 --- a/client/config/sodium-fingerprint.json +++ b/client/config/sodium-fingerprint.json @@ -1 +1 @@ -{"v":1,"s":"df9e76b286b387983fdc630663689476d91107ab040b3d064a459255f615c26252a62f530314ca1b97f5cfb769662fbe57bda05c3031690416571d151bf883d3","u":"7e6c12485d133028edb31ed0b73003da5d3a002d9244a8deb6813116d082ce5a19f913bc0a7a83d006e87afe191ee85a42be2af3659fae6bde7d802a648d1ff7","p":"97580703d797790480027220eb4f53831bd038aad52903d534c474dfee510de98a11724da1b32e1ef5d0bbc0a7aa861bfc7284f0645b434b265c00d1c18e3937","t":1738639368} \ No newline at end of file +{"v":1,"s":"cd9223d8e13a6e40cf4a4ca20dee57a7143463998d3e5e5a985e1b407c271fe65621e5f336579a57d7fc00c097eced7b24937fea5b62a07d7bb6d79865d5a7ba","u":"f1adbcdc8e46f0da31c7e8ee716c71ac2a47ea2fdbc2bf026f323abfe6dbd1ee9fab6efe18808b078d93579a3e7b052216a716b4518df5016b22b8e863371826","p":"ae72ba3f29158f38e53c2e55b766ffc3fd13919ac782093658f1e6fae6e540f763c015995f995cd96267c0c9607d76bd20235b5452bb2fb3e1402cff71d19e9c","t":1740367212} \ No newline at end of file diff --git a/client/config/sophisticatedbackpacks-server.toml b/client/config/sophisticatedbackpacks-server.toml index 5e8f510..4724b38 100644 --- a/client/config/sophisticatedbackpacks-server.toml +++ b/client/config/sophisticatedbackpacks-server.toml @@ -9,7 +9,7 @@ #List of blocks that are not allowed to connect to backpacks - e.g. "refinedstorage:external_storage" noConnectionBlocks = [] #Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber" - maxUpgradesPerStorage = ["furnace_upgrades|1", "stack_upgrades|3", "jukebox_upgrade|1"] + maxUpgradesPerStorage = ["stack_upgrades|3", "furnace_upgrades|1", "jukebox_upgrade|1"] #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether itemFluidHandlerEnabled = true #Determines whether player can right click on backpack that another player is wearing to open it. If off will turn off that capability for everyone and remove related settings from backpack. diff --git a/client/config/sophisticatedcore-common.toml b/client/config/sophisticatedcore-common.toml index 36a9b0d..7859893 100644 --- a/client/config/sophisticatedcore-common.toml +++ b/client/config/sophisticatedcore-common.toml @@ -1,4 +1,4 @@ #Common Settings [common] #Disable / enable any items here (disables their recipes) - enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true"] + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true"] diff --git a/client/config/spark/tmp-client/about.txt b/client/config/spark/tmp-client/about.txt index 5b8e8d1..31c393f 100644 --- a/client/config/spark/tmp-client/about.txt +++ b/client/config/spark/tmp-client/about.txt @@ -1,10 +1,10 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data. +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/client/config/spark/tmp/about.txt b/client/config/spark/tmp/about.txt index 5b8e8d1..31c393f 100644 --- a/client/config/spark/tmp/about.txt +++ b/client/config/spark/tmp/about.txt @@ -1,10 +1,10 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data. +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/client/config/spawn_notification.json b/client/config/spawn_notification.json index b67068b..700e351 100644 --- a/client/config/spawn_notification.json +++ b/client/config/spawn_notification.json @@ -3,12 +3,12 @@ "broadcastCoords": false, "broadcastBiome": true, "playShinySound": true, - "playShinySoundPlayer": true, + "playShinySoundPlayer": false, "announceCrossDimensions": false, "broadcastDespawns": false, "broadcastVolatileDespawns": false, "broadcastSpeciesName": true, - "broadcastPlayerSpawnedOn": false, + "broadcastPlayerSpawnedOn": true, "broadcastRange": 256, "playerLimit": -1, "labelsForBroadcast": [ diff --git a/client/config/supplementaries-common.toml b/client/config/supplementaries-common.toml index 0338f7c..cf7b218 100644 --- a/client/config/supplementaries-common.toml +++ b/client/config/supplementaries-common.toml @@ -1,716 +1,716 @@ -[redstone] - wind_vane = true - clock_block = true - redstone_illuminator = true - crank = true - cog_block = true - gold_door = true - gold_trapdoor = true - lock_block = true - relayer = true - - [redstone.speaker_block] - enabled = true - #Enable/disable speaker block narrator mode - narrator_enabled = true - #Max text - # Default: 32 - # Range: 0 ~ 10000 - max_text = 32 - #Maximum block range - # Default: 64 - # Range: 0 ~ 100000000 - range = 64 - - [redstone.bellows] - enabled = true - #bellows pushes air following this equation: - #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling - #represents base period at 1 power - # Default: 78 - # Range: 1 ~ 512 - base_period = 78 - #entities with velocity greater than this won't be pushed - # Default: 2.0 - # Range: 0.0 ~ 16.0 - power_scaling = 2.0 - #velocity increase uses this equation: - #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period - #note that the block will push further the faster it's pulsing - # Default: 5.0 - # Range: 0.0 ~ 64.0 - base_velocity_scaling = 5.0 - #maximum range - #note that it will still only keep alive the two fire blocks closer to it - # Default: 5 - # Range: 0 ~ 16 - range = 5 - - [redstone.spring_launcher] - enabled = true - #spring launcher launch speed - # Default: 1.5 - # Range: 0.0 ~ 16.0 - velocity = 1.5 - #fall distance needed to trigger the automatic spring launch - # Default: 5 - # Range: 0 ~ 512 - fall_height_required = 5 - - [redstone.enderman_head] - enabled = true - drop_head = true - #Time to increase 1 power level when being looked at - # Default: 15 - # Range: 0 ~ 10000 - ticks_to_increase_power = 15 - #do enderman heads work when looked from any side? - work_from_any_side = false - - [redstone.turn_table] - enabled = true - #can rotate entities standing on it? - rotate_entities = true - #Allows turn table to shuffle containers content when rotated over horizontal axis - shuffle_containers = true - - [redstone.pulley_block] - enabled = true - #Chance for a new mineshaft elevator piece to spawn - # Default: 0.035 - # Range: 0.0 ~ 1.0 - mineshaft_elevator = 0.035 - - [redstone.dispenser_minecart] - enabled = true - #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope - adjust_projectile_angle = true - - [redstone.faucet] - enabled = true - #Turn off to prevent faucets from dropping items - spill_items = true - #Allows faucets to fill entities inventories - fill_entities_below = false - - [redstone.crystal_display] - enabled = true - #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode - chaining = true - -[functional] - fodder = true - hourglass = true - - [functional.rope] - #Allows ropes to be supported & attached to solid block sides - block_side_attachment = true - #Makes sliding down ropes as fast as free falling, still negating fall damage - slide_on_fall = true - #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead - rope_override = "supplementaries:rope" - #Enables horizontal placement of ropes. Disabling will make ropes always non solid - horizontal_ropes = true - #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) - #Allowed Values: REPLACE, NONE, REMOVE - replace_in_loot_tables = "NONE" - - [functional.jar] - enabled = true - #Jar liquid capacity: leave at 12 for pixel accuracy - # Default: 12 - # Range: 0 ~ 1024 - capacity = 12 - #Allow right click to instantly eat or drink food or potions inside a placed jar. - #Disable if you think this ability is op (honey for example). Cookies are excluded - drink_from_jar = false - #Allows the player to directly drink from jar items - drink_from_jar_item = false - #Dynamically allows all small mobs inside jars depending on their hitbox size - jar_auto_detect = false - #Allow Jars to capture small mobs - jar_capture = true - #Allow Jars to hold cookies - jar_cookies = true - #Allow Jars to hold liquids from bottles, buckets and bowls - jar_liquids = true - - [functional.cage] - enabled = true - #Allows all entities to be captured by cages and jars. Not meant for survival - allow_all_mobs = false - #Allows all baby mobs to be captured by cages - cage_allow_all_babies = false - #Dynamically allows all small mobs inside cages depending on their hitbox size - cage_auto_detect = false - #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released - persistent_mobs = false - #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level - # Default: 100 - # Range: 1 ~ 100 - health_threshold = 100 - #When on, if a mob is tameable, it will only be capturable when tamed. - require_taming = true - - [functional.safe] - enabled = true - #Makes safes only breakable by their owner or by a player in creative - prevent_breaking = false - #Make safes simpler so they do not require keys: - #they will be bound to the first person that opens one and only that person will be able to interact with them - simple_safes = false - - [functional.sack] - enabled = true - #Penalize the player with slowness effect when carrying too many sacks - sack_penalty = true - #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one - # Default: 2 - # Range: 0 ~ 50 - sack_increment = 2 - #How many slots should a sack have - # Default: 9 - # Range: 1 ~ 27 - slots = 9 - - [functional.bamboo_spikes] - enabled = true - tipped_spikes = true - #Allows entities killed by spikes to drop loot as if they were killed by a player - player_loot = false - #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability - only_allow_harmful_effects = true - #Populate the creative inventory with all tipped spikes variations - populate_creative_tab = true - - [functional.urn] - enabled = true - #Chance for an urn to spawn a critter from the urn_spawn tag - # Default: 0.01 - # Range: 0.0 ~ 1.0 - critter_spawn_chance = 0.01 - cave_urns = true - - [functional.soap] - enabled = true - #Dyed Bock types that cannot be cleaned with soap - clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] - - #This is a map of special blocks that can be cleaned with soap - [functional.soap.special_blocks] - "quark:dirty_glass" = "minecraft:glass" - "minecraft:sticky_piston" = "minecraft:piston" - "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" - "quark:dirty_glass_pane" = "minecraft:glass_pane" - - [functional.cannon] - enabled = true - #Cannon fire power multiplier - # Default: 0.6 - # Range: 0.0 ~ 5.0 - fire_power = 0.6 - #Time for a cannon to fire a projectile after it has been lit up - # Default: 40 - # Range: 0 ~ 500 - fuse_time = 40 - #Time for a cannon to be able to fire again after it has been fired - # Default: 60 - # Range: 0 ~ 500 - cooldown = 60 - music_disc_heave_ho = true - - [functional.cannon.cannonball] - enabled = true - #Cannonball pierce radius. The bigger this is the less piercing power it will have as it will waste more energy breaking these blocks - # Default: 1.1 - # Range: 0.0 ~ 5.0 - radius = 1.1 - - [functional.present] - enabled = true - trapped_present = true - - [functional.flax] - enabled = true - wild_flax = true - - [functional.lumisene] - enabled = true - #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. - # Default: 50 - # Range: 0 ~ 10000 - flammable_from_lumisene_block_duration = 50 - - [functional.lumisene.lumisene_bottle] - #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects - enabled = true - #Duration of the flammable effect when you drink a lumisene bottle - # Default: 300 - # Range: 0 ~ 10000 - flammable_duration = 300 - #Duration of the glowing effect when you drink a lumisene bottle - # Default: 200 - # Range: 0 ~ 10000 - glowing_duration = 200 - -[building] - lapis_bricks = true - deepslate_lamp = true - end_stone_lamp = true - blackstone_lamp = true - stone_lamp = true - stone_tile = true - blackstone_tile = true - bunting = true - sconce = true - sconce_lever = true - pancake = true - checker_block = true - raked_gravel = true - feather_block = true - statue = true - doormat = true - flint_block = true - fine_wood = true - candle_holder = true - fire_pit = true - wicker_fence = true - - [building.blackboard] - enabled = true - #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white - colored_blackboard = false - #Interaction mode for blackboards - #Allowed Values: BOTH, GUI, MANUAL - interaction_mode = "BOTH" - - [building.gravel_bricks] - enabled = true - - [building.slidy_block] - enabled = true - #Slidy block speed - # Default: 0.125 - # Range: 0.0 ~ 1.0 - speed = 0.125 - - [building.timber_frame] - enabled = true - #Allow placing a timber frame directly on a block by holding shift - swap_on_shift = false - #Allows axes to remove a framed block leaving the contained block intact - axes_strip = true - #Replace a timber frame with wattle and daub block when daub is placed in it - replace_daub = true - - [building.iron_gate] - enabled = true - #Allows two iron gates to be opened simultaneously when on top of the other - double_opening = true - #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone - door-like_gates = false - - [building.item_shelf] - enabled = true - #Makes item shelves climbable - climbable_shelves = false - - [building.sugar_cube] - enabled = true - #Duration in seconts of speed effect garanted to horses that eat a sugar cube - # Default: 10 - # Range: 0 ~ 1000 - horse_speed_duration = 10 - - [building.planter] - enabled = true - #Makes so saplings that grow in a planter will break it turning into rooted dirt - broken_by_sapling = false - #When Farmers Delight is on planter will also act like rich soil and use it in its recipe - rich_soil_planter = true - - [building.notice_board] - enabled = true - #Allows notice boards to accept and display any item, not just maps and books - allow_any_item = false - #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it - gui = true - - [building.pedestal] - enabled = true - #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves - # Default: 3 - # Range: 0 ~ 100 - crystal_enchanting = 3 - - [building.ash] - enabled = true - #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be - # Default: 1.0 - # Range: 0.0 ~ 1.0 - ash_from_fire_chance = 1.0 - #Burning mobs will drop ash when they die - ash_from_burning_mobs = true - #Allows rain to wash away ash layers overtime - rain_wash_ash = true - #Use a datapack to tweak rarity - basalt_ash = true - - [building.flag] - enabled = true - #Allows right/left clicking on a stick to lower/raise a flag attached to it - stick_pole = true - #Maximum allowed pole length - # Default: 16 - # Range: 0 ~ 256 - pole_length = 16 - - [building.goblet] - enabled = true - #Allows drinking from goblets - allow_drinking = true - - [building.globe] - enabled = true - sepia_globe = true - - [building.way_sign] - enabled = true - - [building.way_sign.road_signs] - #Entirely disables them from spawning - enabled = true - #With this option road signs will display the distance to the structure that they are pointing to - show_distance_text = true - - [building.daub] - enabled = true - wattle_and_daub = true - - [building.ash_bricks] - enabled = true - - [building.hat_stand] - enabled = true - #Allow all items to go on hat stand - unrestricted = false - - [building.awning] - enabled = true - #Allows having slanted awnings. Disabled if you feel its cursed. - slant = true - #Allows entities to fall through awnings, when shifting. - shift_through = true - #Bouncing angle of slanted awnings - # Default: 69.44395478041653 - # Range: 0.0 ~ 90.0 - angle = 69.44395478041653 - - [building.flower_box] - enabled = true - #Makes so flower boxes can only contain one tall flower item per block - simple_mode = true - - [building.netherite_doors] - door = true - trapdoor = true - #Makes netherite doors and trapdoors unbreakable - unbreakable = false - -[tools] - candy = true - stasis = true - altimeter = true - confetti_popper = true - - [tools.quiver] - enabled = true - #Allows using a quiver without being slowed down - use_without_slow = true - #Arrow stacks that can fit inside a quiver. Requires reboot - # Default: 6 - # Range: 1 ~ 9 - slots = 6 - #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment - # Default: 0.03 - # Range: 0.0 ~ 1.0 - quiver_skeleton_spawn_chance = 0.03 - #Allows quiver to only be used when in offhand or in curio invSlot - only_works_in_curio = false - #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same explosionType - quiver_pickup = true - - [tools.lunch_basket] - enabled = true - #Allows lunch baskets to be placed on the ground - placeable = true - #Arrow stacks that can fit inside a lunch basket. Requires reboot - # Default: 6 - # Range: 1 ~ 9 - slots = 6 - - [tools.slice_map] - enabled = true - #Multiplier that will be applied by slice maps to lower their range compared to normal maps - # Default: 0.25 - # Range: 0.0 ~ 1.0 - range_multiplier = 0.25 - - [tools.bubble_blower] - enabled = true - #Amount of soap consumed per bubble block placed - # Default: 5 - # Range: 1 ~ 25 - stasis_cost = 5 - - [tools.bubble_blower.bubble_block] - #Max lifetime of bubble blocks. Set to 10000 to have it infinite - # Default: 1200 - # Range: 1 ~ 10000 - lifetime = 1200 - #Can bubble break when touched on? - break_when_touched = true - - [tools.wrench] - enabled = true - #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand - #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE - bypass_when_on = "MAIN_HAND" - - [tools.rope_arrow] - enabled = true - #Max number of robe items allowed to be stored inside a rope arrow - # Default: 32 - # Range: 1 ~ 256 - capacity = 32 - #Makes rope arrows exclusive to crossbows - exclusive_to_crossbows = false - - [tools.flute] - enabled = true - #Radius in which an unbound flute will search pets - # Default: 64 - # Range: 0 ~ 500 - unbound_radius = 64 - #Max distance at which a bound flute will allow a pet to teleport - # Default: 64 - # Range: 0 ~ 500 - bound_distance = 64 - - [tools.bomb] - enabled = true - #Bomb explosion radius (damage depends on this) - # Default: 2.0 - # Range: 0.1 ~ 10.0 - explosion_radius = 2.0 - #Do bombs break blocks like tnt? - #Allowed Values: ALL, WEAK, NONE - break_blocks = "WEAK" - #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact - # Default: 0 - # Range: 0 ~ 100000 - bomb_fuse = 0 - #Enable bomb item cooldown - cooldown = true - - [tools.bomb.blue_bomb] - #Bomb explosion radius (damage depends on this) - # Default: 5.15 - # Range: 0.1 ~ 10.0 - explosion_radius = 5.15 - #Do bombs break blocks like tnt? - #Allowed Values: ALL, WEAK, NONE - break_blocks = "WEAK" - - [tools.slingshot] - enabled = true - #Slingshot range multiplier. Affect the initial projectile speed - # Default: 1.0 - # Range: 0.0 ~ 5.0 - range_multiplier = 1.0 - #Time in ticks to fully charge a slingshot - # Default: 20 - # Range: 0 ~ 100 - charge_time = 20 - #Deceleration for the stasis projectile - # Default: 0.9625 - # Range: 0.1 ~ 1.0 - stasis_deceleration = 0.9625 - #Allow enderman to intercept any slingshot projectile - unrestricted_enderman_intercept = true - #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land - allow_buckets = true - #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. - # Default: 0.5 - # Range: 0.0 ~ 100.0 - damageable_damage = 0.5 - #Allows splash potions to be thrown by slingshots - allow_splash_potions = false - #Allows bombs to be thrown by slingshots - allow_bombs = false - #Allows fire charges to be thrown by slingshots - allow_fire_charges = false - #Allows snowballs to be thrown by slingshots - allow_snowballs = false - #Allows enderpearls to be thrown by slingshots - allow_enderpearls = false - - [tools.antique_ink] - enabled = true - -#General settings -[general] - #Enable Creative Tab - creative_tab = false - #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble - dispensers = true - #Creates a creative tab full of filled jars - jar_tab = false - #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 - debug_save_dynamic_pack = false - #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues - sanity_checks_messages = true - #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 - # Default: 1.0 - # Range: 0.0 ~ 10.0 - red_merchant_spawn_multiplier = 1.0 - -#Vanilla tweaks -[tweaks] - - [tweaks.shulker_helmet] - #Allows wearing shulker shells - enabled = true - - [tweaks.golden_apple_disenchant] - enabled = true - - [tweaks.traders_open_doors] - #Allows traders to open doors (because they couldnt aparently) - enabled = true - - [tweaks.dispenser_tweaks] - #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax - axe_strip = true - #Enables shooting ender pearls with dispensers - shoot_ender_pearls = true - #Enables extracting bundles items with dispensers - extract_from_bundles = true - - [tweaks.throwable_bricks] - #Throw bricks at your foes! Might break glass blocks - enabled = true - - [tweaks.placeable_sticks] - #Allow placeable sticks - sticks = true - #Allow placeable blaze rods - blaze_rods = true - - [tweaks.placeable_gunpowder] - #Allow placeable gunpowder - enabled = true - #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down - # Default: 2 - # Range: 0 ~ 20 - speed = 2 - #Age at which it spread to the next gunpowder block. Also affects speed - # Default: 2 - # Range: 0 ~ 8 - spread_age = 2 - - [tweaks.raked_gravel] - #allow gravel to be raked with a hoe - enabled = true - - [tweaks.bottle_xp] - #Allow bottling up xp by using a bottle on an enchanting table - enabled = false - #bottling health cost - # Default: 2 - # Range: 0 ~ 20 - cost = 2 - #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting - target_block = "" - - [tweaks.map_tweaks] - #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). - #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) - random_adventurer_maps = true - #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute - random_adventurer_maps_select_random_structure = true - #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map - block_map_markers = true - #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar - #Allowed Values: OFF, WITH_COMPASS, ALWAYS - death_marker = "WITH_COMPASS" - #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating - quill_adventurer_maps = true - #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating - quill_vanilla_maps = true - #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks - # Default: 75 - # Range: 10 ~ 600 - min_search_radius = 75 - #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint - tinted_blocks_on_maps = true - - [tweaks.placeable_books] - #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 - # Default: 1.0 - # Range: 0.0 ~ 5.0 - book_power = 1.0 - #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 - # Default: 1.334 - # Range: 0.0 ~ 5.0 - enchanted_book_power = 1.334 - #Allow all books to be placed both vertically and horizontally - mixed_books = false - - [tweaks.zombie_horse] - #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse - zombie_horse_conversion = true - #Amount of rotten flesh needed - # Default: 64 - # Range: 1 ~ 1000 - rotten_flesh = 64 - #Allows zombie horses to be ridden underwater - rideable_underwater = true - #Convert a zombie horse back by feeding it a golden carrot - zombie_horse_inverse_conversion = true - - [tweaks.noteblocks_scare] - #Noteblocks with a zombie head will scare off villagers - enabled = true - - [tweaks.bad_luck_tweaks] - #Hit a void cat, get the unluck - cat_unluck = true - #If you have unluck you are more likely to get hit by a lighting - lightning_unluck = true - - [tweaks.item_lore] - #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag - enabled = true - - [tweaks.sus_recipes] - #Adds recipes to craft suspicious gravel and suspicious sand - enabled = true - - [tweaks.slimed_effect] - enabled = true - #Allow slimeballs to be thrown - throwable_slimeballs = true - #Show a slime overlay when you hit an entity with a slimeball - overlay = true - #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful - #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY - hinders_jump = "NORMAL_DIFFICULTY" - #Duration of the slimed effect in ticks - # Default: 300 - # Range: 0 ~ 1000 - duration = 300 - #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size - # Default: 0.15 - # Range: 0.0 ~ 1.0 - chance_per_slime_size = 0.15 +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + # Default: 32 + # Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + # Default: 64 + # Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + # Default: 78 + # Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + # Default: 2.0 + # Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + # Default: 5.0 + # Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + # Default: 5 + # Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + # Default: 1.5 + # Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + # Default: 5 + # Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + # Default: 15 + # Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + # Default: 0.035 + # Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + # Default: 12 + # Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + # Default: 100 + # Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + # Default: 2 + # Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + # Default: 9 + # Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + # Default: 0.01 + # Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.009999999776482582 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "quark:dirty_glass" = "minecraft:glass" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "minecraft:sticky_piston" = "minecraft:piston" + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = true + wild_flax = true + + [functional.cannon] + enabled = true + #Cannon fire power multiplier + # Default: 0.6 + # Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + # Default: 40 + # Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + # Default: 60 + # Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + + [functional.cannon.cannonball] + enabled = true + #Cannonball pierce radius. The bigger this is the less piercing power it will have as it will waste more energy breaking these blocks + # Default: 1.1 + # Range: 0.0 ~ 5.0 + radius = 1.1 + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + # Default: 50 + # Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + # Default: 300 + # Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + # Default: 200 + # Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + sconce = true + sconce_lever = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + candle_holder = true + bunting = true + fine_wood = true + fire_pit = true + wicker_fence = true + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = false + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + # Default: 10 + # Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + # Default: 3 + # Range: 0 ~ 100 + crystal_enchanting = 3 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + # Default: 1.0 + # Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + # Default: 16 + # Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + # Default: 0.125 + # Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.way_sign] + enabled = true + + [building.way_sign.road_signs] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + # Default: 69.44395478041653 + # Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.netherite_doors] + door = true + trapdoor = true + #Makes netherite doors and trapdoors unbreakable + unbreakable = false + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + # Default: 0.03 + # Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio invSlot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same explosionType + quiver_pickup = true + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + # Default: 0.25 + # Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + # Default: 5 + # Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + # Default: 1200 + # Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of robe items allowed to be stored inside a rope arrow + # Default: 32 + # Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + # Default: 64 + # Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + # Default: 64 + # Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + # Default: 2.0 + # Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + # Default: 0 + # Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + # Default: 5.15 + # Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + # Default: 1.0 + # Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + # Default: 20 + # Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + # Default: 0.9625 + # Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + # Default: 0.5 + # Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + + [tools.antique_ink] + enabled = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + # Default: 1.0 + # Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + +#Vanilla tweaks +[tweaks] + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldnt aparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + # Default: 2 + # Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + # Default: 2 + # Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + # Default: 2 + # Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + # Default: 75 + # Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + # Default: 1.0 + # Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + # Default: 1.334 + # Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + # Default: 64 + # Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = false + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + # Default: 300 + # Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + # Default: 0.15 + # Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 diff --git a/client/config/terrablender.toml b/client/config/terrablender.toml index 36dabb1..480598c 100644 --- a/client/config/terrablender.toml +++ b/client/config/terrablender.toml @@ -1,27 +1,27 @@ -[general] - #The size of overworld biome regions from each mod that uses TerraBlender. - overworld_region_size = 3 - #The weighting of vanilla biome regions in the nether. - vanilla_nether_region_weight = 10 - #The size of nether biome regions from each mod that uses TerraBlender. - nether_region_size = 2 - #The weighting of vanilla biome regions in the overworld. - vanilla_overworld_region_weight = 10 - -[end] - #The size of edge end biomes. - edge_biome_size = 3 - #The size of highlands end biomes. - highlands_biome_size = 4 - #The weight of Vanilla end barrens biomes. - vanilla_end_barrens_weight = 10 - #The size of island end biomes. - island_biome_size = 2 - #The weight of Vanilla end highlands biomes. - vanilla_end_highlands_weight = 10 - #The weight of Vanilla end midlands biomes. - vanilla_end_midlands_weight = 10 - #The size of midlands end biomes. - midlands_biome_size = 4 - #The weight of Vanilla small end islands biomes. - vanilla_small_end_islands_weight = 10 +[general] + #The size of overworld biome regions from each mod that uses TerraBlender. + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + vanilla_overworld_region_weight = 10 + +[end] + #The size of edge end biomes. + edge_biome_size = 3 + #The size of highlands end biomes. + highlands_biome_size = 4 + #The weight of Vanilla end barrens biomes. + vanilla_end_barrens_weight = 10 + #The size of island end biomes. + island_biome_size = 2 + #The weight of Vanilla end highlands biomes. + vanilla_end_highlands_weight = 10 + #The weight of Vanilla end midlands biomes. + vanilla_end_midlands_weight = 10 + #The size of midlands end biomes. + midlands_biome_size = 4 + #The weight of Vanilla small end islands biomes. + vanilla_small_end_islands_weight = 10 diff --git a/client/config/voicechat/translations.properties b/client/config/voicechat/translations.properties index a23e604..2592f1d 100644 --- a/client/config/voicechat/translations.properties +++ b/client/config/voicechat/translations.properties @@ -1,14 +1,14 @@ -# Simple Voice Chat translations -# This file contains all server-side translations for the Simple Voice Chat mod - -# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled -# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version -force_voicechat_kick_message=You need %s %s to play on this server -# The message a player gets when joining a server with an incompatible voice chat version -# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name -voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s. -# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side. -# The first parameter is the mod/plugin name -voicechat_needed_for_command_message=You need to have %s installed on your client to use this command -# The message a player gets when trying to execute a command that can only be executed as a player -player_command_message=This command can only be executed as a player +# Simple Voice Chat translations +# This file contains all server-side translations for the Simple Voice Chat mod + +# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled +# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version +force_voicechat_kick_message=You need %s %s to play on this server +# The message a player gets when joining a server with an incompatible voice chat version +# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name +voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s. +# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side. +# The first parameter is the mod/plugin name +voicechat_needed_for_command_message=You need to have %s installed on your client to use this command +# The message a player gets when trying to execute a command that can only be executed as a player +player_command_message=This command can only be executed as a player diff --git a/client/config/voicechat/username-cache.json b/client/config/voicechat/username-cache.json index 972a43a..b232737 100644 --- a/client/config/voicechat/username-cache.json +++ b/client/config/voicechat/username-cache.json @@ -1 +1 @@ -{"676957c4-3cca-4081-9a40-420e7097d207":"NTCat"} \ No newline at end of file +{"676957c4-3cca-4081-9a40-420e7097d207":"NTCat","b6d4aa44-a303-487a-83ed-17a979604383":"adam989911"} \ No newline at end of file diff --git a/client/config/voicechat/voicechat-client.properties b/client/config/voicechat/voicechat-client.properties index 6db55dc..43ca156 100644 --- a/client/config/voicechat/voicechat-client.properties +++ b/client/config/voicechat/voicechat-client.properties @@ -1,90 +1,90 @@ -# Simple Voice Chat client config v1.21.1-2.5.26 - -# If the voice chat onboarding process has been finished -onboarding_finished=false -# The voice chat volume -voice_chat_volume=1.0 -# The threshold for the voice activation method (in dB) -voice_activation_threshold=-50.0 -# The voice chat microphone amplification -microphone_amplification=1.0 -# The microphone activation method -# Valid values are 'PTT' and 'VOICE' -microphone_activation_type=PTT -# The size of the audio output buffer (in packets) -# Higher values mean a higher latency but less crackling -# Increase this value if you have an unstable internet connection -output_buffer_size=5 -# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped -# This prevents audio packets that are only slightly out of order from being discarded -# Set this to 0 to disable -audio_packet_threshold=3 -# The time it takes for the microphone to deactivate when using voice activation -# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on -voice_deactivation_delay=25 -# The microphone used by the voice chat -# Leave blank to use the default device -microphone= -# The speaker used by the voice chat -# Leave blank to use the default device -speaker= -# If the microphone is muted (only relevant for the voice activation method) -muted=true -# If the voice chat is disabled (both sound and microphone off) -disabled=false -# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden -hide_icons=false -# If the group chat HUD should be visible -show_group_hud=true -# If your own player icon should be displayed in the group chat HUD when you are in a group -show_own_group_icon=true -# The scale of the player icons in the group chat HUD -group_hud_icon_scale=2.0 -# The orientation of the player icons in the group chat HUD -# Valid values are 'VERTICAL' and 'HORIZONTAL' -group_player_icon_orientation=VERTICAL -# The X position of the player icons in the group chat HUD -# Negative values mean anchoring to the right instead -group_player_icon_pos_x=4 -# The Y position of the player icons in the group chat HUD -# Negative values mean anchoring to the bottom instead -group_player_icon_pos_y=4 -# The X position of the icons in the voice chat HUD -# Negative values mean anchoring to the right instead -hud_icon_pos_x=16 -# The Y position of the icons in the voice chat HUD -# Negative values mean anchoring to the bottom instead -hud_icon_pos_y=-16 -# The scale of the icons in the voice chat HUD, such as microphone or connection status -hud_icon_scale=1.0 -# The location where recordings should be saved -# Leave blank to use the default location -recording_destination= -# The quality of the recorded voice chat audio -# 0 = highest quality, 9 = lowest quality -recording_quality=2 -# If noise suppression should be enabled -denoiser=false -# If the voice chat should work in singleplayer or in worlds shared over LAN -run_local_server=true -# Whether to use the Java implementation of microphone capture instead of OpenAL -java_microphone_implementation=false -# If the mod should check for microphone permissions (macOS only) -macos_check_microphone_permission=true -# If fake players should have the disconnected icon above their head -show_fake_players_disconnected=false -# If the volume adjustment interface should also display offline players -offline_player_volume_adjustment=false -# The 3D audio type -# Valid values are 'NORMAL', 'REDUCED', and 'OFF' -audio_type=NORMAL -# If the mod should load native libraries -# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio -use_natives=true -# How listening to other players should work when using freecam mods -# Valid values are 'CAMERA' and 'PLAYER' -# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server -# PLAYER: You will hear the voice chat around your character no matter where your camera is -freecam_mode=CAMERA -# If enabled, you will be automatically muted when joining a world -mute_on_join=false +# Simple Voice Chat client config v1.21.1-2.5.26 + +# If the voice chat onboarding process has been finished +onboarding_finished=false +# The voice chat volume +voice_chat_volume=1.0 +# The threshold for the voice activation method (in dB) +voice_activation_threshold=-50.0 +# The voice chat microphone amplification +microphone_amplification=1.0 +# The microphone activation method +# Valid values are 'PTT' and 'VOICE' +microphone_activation_type=PTT +# The size of the audio output buffer (in packets) +# Higher values mean a higher latency but less crackling +# Increase this value if you have an unstable internet connection +output_buffer_size=5 +# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped +# This prevents audio packets that are only slightly out of order from being discarded +# Set this to 0 to disable +audio_packet_threshold=3 +# The time it takes for the microphone to deactivate when using voice activation +# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on +voice_deactivation_delay=25 +# The microphone used by the voice chat +# Leave blank to use the default device +microphone= +# The speaker used by the voice chat +# Leave blank to use the default device +speaker= +# If the microphone is muted (only relevant for the voice activation method) +muted=true +# If the voice chat is disabled (both sound and microphone off) +disabled=false +# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden +hide_icons=false +# If the group chat HUD should be visible +show_group_hud=true +# If your own player icon should be displayed in the group chat HUD when you are in a group +show_own_group_icon=true +# The scale of the player icons in the group chat HUD +group_hud_icon_scale=2.0 +# The orientation of the player icons in the group chat HUD +# Valid values are 'VERTICAL' and 'HORIZONTAL' +group_player_icon_orientation=VERTICAL +# The X position of the player icons in the group chat HUD +# Negative values mean anchoring to the right instead +group_player_icon_pos_x=4 +# The Y position of the player icons in the group chat HUD +# Negative values mean anchoring to the bottom instead +group_player_icon_pos_y=4 +# The X position of the icons in the voice chat HUD +# Negative values mean anchoring to the right instead +hud_icon_pos_x=16 +# The Y position of the icons in the voice chat HUD +# Negative values mean anchoring to the bottom instead +hud_icon_pos_y=-16 +# The scale of the icons in the voice chat HUD, such as microphone or connection status +hud_icon_scale=1.0 +# The location where recordings should be saved +# Leave blank to use the default location +recording_destination= +# The quality of the recorded voice chat audio +# 0 = highest quality, 9 = lowest quality +recording_quality=2 +# If noise suppression should be enabled +denoiser=false +# If the voice chat should work in singleplayer or in worlds shared over LAN +run_local_server=true +# Whether to use the Java implementation of microphone capture instead of OpenAL +java_microphone_implementation=false +# If the mod should check for microphone permissions (macOS only) +macos_check_microphone_permission=true +# If fake players should have the disconnected icon above their head +show_fake_players_disconnected=false +# If the volume adjustment interface should also display offline players +offline_player_volume_adjustment=false +# The 3D audio type +# Valid values are 'NORMAL', 'REDUCED', and 'OFF' +audio_type=NORMAL +# If the mod should load native libraries +# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio +use_natives=true +# How listening to other players should work when using freecam mods +# Valid values are 'CAMERA' and 'PLAYER' +# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server +# PLAYER: You will hear the voice chat around your character no matter where your camera is +freecam_mode=CAMERA +# If enabled, you will be automatically muted when joining a world +mute_on_join=false diff --git a/client/config/voicechat/voicechat-server.properties b/client/config/voicechat/voicechat-server.properties index ac42e6f..c96a046 100644 --- a/client/config/voicechat/voicechat-server.properties +++ b/client/config/voicechat/voicechat-server.properties @@ -1,50 +1,50 @@ -# Simple Voice Chat server config v1.21.1-2.5.26 - -# The port number to use for the voice chat communication. -# Audio packets are always transmitted via the UDP protocol on the port number -# specified here, independently of other networking used for the game server. -# Set this to '-1' to use the same port number that is used by the Minecraft server. -# However, it is strongly recommended NOT to use the same port number because UDP on -# it is also used by default for the server query. Doing so may crash the server! -port=24454 -# The server IP address to bind the voice chat to -# Leave blank to use the 'server-ip' property from the 'server.properties' config file -# To bind to the wildcard IP address, use '*' -bind_address= -# The distance to which the voice can be heard -max_voice_distance=48.0 -# The multiplier of the voice distance when crouching -crouch_distance_multiplier=1.0 -# The multiplier of the voice distance when whispering -whisper_distance_multiplier=0.5 -# The Opus codec -# Valid values are 'VOIP', 'AUDIO', and 'RESTRICTED_LOWDELAY' -codec=VOIP -# The maximum size that audio packets are allowed to have (in bytes) -# Set this to a lower value if audio packets don't arrive -mtu_size=1024 -# The frequency at which keep-alive packets are sent (in milliseconds) -# Setting this to a higher value may result in timeouts -keep_alive=1000 -# If group chats are allowed -enable_groups=true -# The hostname that clients should use to connect to the voice chat -# This may also include a port, e.g. 'example.com:24454' -# Do NOT change this value if you don't know what you're doing -voice_host= -# If players are allowed to record the voice chat audio -allow_recording=true -# If spectators are allowed to talk to other players -spectator_interaction=false -# If spectators can talk to players they are spectating -spectator_player_possession=false -# If players without the voice chat mod should be kicked from the server -force_voice_chat=false -# The amount of time the server should wait to check if a player has the mod installed (in milliseconds) -# Only relevant when 'force_voice_chat' is set to 'true' -login_timeout=10000 -# The range in which the voice chat should broadcast audio -# A value less than 0 means 'max_voice_distance' -broadcast_range=-1.0 -# If the voice chat server should reply to external pings -allow_pings=true +# Simple Voice Chat server config v1.21.1-2.5.26 + +# The port number to use for the voice chat communication. +# Audio packets are always transmitted via the UDP protocol on the port number +# specified here, independently of other networking used for the game server. +# Set this to '-1' to use the same port number that is used by the Minecraft server. +# However, it is strongly recommended NOT to use the same port number because UDP on +# it is also used by default for the server query. Doing so may crash the server! +port=24454 +# The server IP address to bind the voice chat to +# Leave blank to use the 'server-ip' property from the 'server.properties' config file +# To bind to the wildcard IP address, use '*' +bind_address= +# The distance to which the voice can be heard +max_voice_distance=48.0 +# The multiplier of the voice distance when crouching +crouch_distance_multiplier=1.0 +# The multiplier of the voice distance when whispering +whisper_distance_multiplier=0.5 +# The Opus codec +# Valid values are 'VOIP', 'AUDIO', and 'RESTRICTED_LOWDELAY' +codec=VOIP +# The maximum size that audio packets are allowed to have (in bytes) +# Set this to a lower value if audio packets don't arrive +mtu_size=1024 +# The frequency at which keep-alive packets are sent (in milliseconds) +# Setting this to a higher value may result in timeouts +keep_alive=1000 +# If group chats are allowed +enable_groups=true +# The hostname that clients should use to connect to the voice chat +# This may also include a port, e.g. 'example.com:24454' +# Do NOT change this value if you don't know what you're doing +voice_host= +# If players are allowed to record the voice chat audio +allow_recording=true +# If spectators are allowed to talk to other players +spectator_interaction=false +# If spectators can talk to players they are spectating +spectator_player_possession=false +# If players without the voice chat mod should be kicked from the server +force_voice_chat=false +# The amount of time the server should wait to check if a player has the mod installed (in milliseconds) +# Only relevant when 'force_voice_chat' is set to 'true' +login_timeout=10000 +# The range in which the voice chat should broadcast audio +# A value less than 0 means 'max_voice_distance' +broadcast_range=-1.0 +# If the voice chat server should reply to external pings +allow_pings=true diff --git a/client/config/voicechat/voicechat-volumes.properties b/client/config/voicechat/voicechat-volumes.properties index 85cd369..c029ae3 100644 --- a/client/config/voicechat/voicechat-volumes.properties +++ b/client/config/voicechat/voicechat-volumes.properties @@ -1,2 +1,2 @@ -# Simple Voice Chat volume config - +# Simple Voice Chat volume config + diff --git a/client/config/xaerominimap-common.txt b/client/config/xaerominimap-common.txt index 463c865..34539fa 100644 --- a/client/config/xaerominimap-common.txt +++ b/client/config/xaerominimap-common.txt @@ -1,5 +1,5 @@ -allowCaveModeOnServer:true -allowNetherCaveModeOnServer:true -allowRadarOnServer:true -registerStatusEffects:true -everyoneTracksEveryone:false +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +allowRadarOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/client/config/xaerominimap.txt b/client/config/xaerominimap.txt index 0400bce..2bd1104 100644 --- a/client/config/xaerominimap.txt +++ b/client/config/xaerominimap.txt @@ -1,134 +1,134 @@ -#CONFIG ONLY OPTIONS -ignoreUpdate:381 -settingsButton:false -allowWrongWorldTeleportation:false -differentiateByServerAddress:true -debugEntityIcons:false -debugEntityVariantIds:false -radarHideInvisibleEntities:true -allowInternetAccess:true -#INGAME SETTINGS (DO NOT EDIT!) -updateNotification:true -minimap:true -caveMaps:2 -caveZoom:1 -showWaypoints:true -showIngameWaypoints:true -displayRedstone:true -deathpoints:true -oldDeathpoints:true -distance:1 -lockNorth:false -zoom:0 -minimapSize:0 -chunkGrid:-1 -slimeChunks:false -mapSafeMode:false -minimapOpacity:85.0 -waypointsIngameIconScale:0 -waypointsIngameDistanceScale:0 -waypointsIngameNameScale:0 -waypointsIngameCloseScale:1.0 -antiAliasing:true -blockColours:0 -lighting:true -dotsStyle:0 -dotNameScale:1.0 -compassOverEverything:true -showFlowers:true -keepWaypointNames:true -waypointsDistanceExp:0 -waypointsDistanceMin:0.0 -defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} -defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ -arrowScale:1.5 -arrowColour:0 -smoothDots:true -worldMap:true -terrainDepth:true -terrainSlopes:2 -mainEntityAs:0 -blockTransparency:true -waypointOpacityIngame:80 -waypointOpacityMap:90 -hideWorldNames:1 -openSlimeSettings:true -alwaysShowDistance:false -renderLayerIndex:1 -crossDimensionalTp:true -biomeColorsVanillaMode:false -lookingAtAngle:10 -lookingAtAngleVertical:180 -centeredEnlarged:false -zoomOnEnlarged:0 -minimapTextAlign:0 -waypointsMutualEdit:true -compassLocation:1 -compassDirectionScale:0 -caveMapsDepth:30 -hideWaypointCoordinates:false -renderAllSets:false -playerArrowOpacity:100 -waypointsBottom:false -minimapShape:0 -lightOverlayType:0 -lightOverlayMaxLight:7 -lightOverlayMinLight:0 -lightOverlayColor:13 -uiScale:0 -bossHealthPushBox:1 -potionEffectPushBox:1 -minimapFrame:0 -minimapFrameColor:9 -compassColor:9 -northCompassColor:-1 -displayMultipleWaypointInfo:1 -entityRadar:true -adjustHeightForCarpetLikeBlocks:true -autoConvertWaypointDistanceToKmThreshold:10000 -waypointDistancePrecision:1 -mainDotSize:2 -partialYTeleportation:true -deleteReachedDeathpoints:true -hideMinimapUnderScreen:true -hideMinimapUnderF3:true -manualCaveModeStartAuto:true -manualCaveModeStart:-1 -chunkGridLineWidth:1 -temporaryWaypointsGlobal:true -keepUnlockedWhenEnlarged:false -enlargedMinimapAToggle:false -displayStainedGlass:true -waypointOnMapScale:0 -switchToAutoOnDeath:true -infoDisplayBackgroundOpacity:40 -caveModeToggleTimer:1000 -legibleCaveMaps:false -biomeBlending:true -displayTrackedPlayersOnMap:true -displayTrackedPlayersInWorld:true -dimensionScaledMaxWaypointDistance:true -trackedPlayerWorldIconScale:0 -trackedPlayerWorldNameScale:0 -trackedPlayerMinimapIconScale:0 -displayClaims:true -displayCurrentClaim:true -claimsFillOpacity:46 -claimsBorderOpacity:80 -infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world:season -infoDisplay:coords:true:15:-1 -infoDisplay:overworld_coords:false:15:-1 -infoDisplay:chunk_coords:false:15:-1 -infoDisplay:angles:false:15:-1 -infoDisplay:dimension:false:15:-1 -infoDisplay:biome:false:15:-1 -infoDisplay:weather:false:15:-1 -infoDisplay:light_level:0:15:-1 -infoDisplay:time:0:15:-1 -infoDisplay:real_time:0:15:-1 -infoDisplay:highlights:true:15:-1 -infoDisplay:light_overlay_indicator:true:15:-1 -infoDisplay:manual_cave_mode_indicator:true:15:-1 -infoDisplay:custom_sub_world:true:15:-1 -infoDisplay:season:true:15:-1 -module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; +#CONFIG ONLY OPTIONS +ignoreUpdate:381 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +radarHideInvisibleEntities:true +allowInternetAccess:true +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:true +oldDeathpoints:true +distance:1 +lockNorth:false +zoom:0 +minimapSize:0 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:85.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +renderLayerIndex:1 +crossDimensionalTp:true +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomOnEnlarged:0 +minimapTextAlign:0 +waypointsMutualEdit:true +compassLocation:1 +compassDirectionScale:0 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:0 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:0 +minimapFrameColor:9 +compassColor:9 +northCompassColor:-1 +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayStainedGlass:true +waypointOnMapScale:0 +switchToAutoOnDeath:true +infoDisplayBackgroundOpacity:40 +caveModeToggleTimer:1000 +legibleCaveMaps:false +biomeBlending:true +displayTrackedPlayersOnMap:true +displayTrackedPlayersInWorld:true +dimensionScaledMaxWaypointDistance:true +trackedPlayerWorldIconScale:0 +trackedPlayerWorldNameScale:0 +trackedPlayerMinimapIconScale:0 +displayClaims:true +displayCurrentClaim:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world:season +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:0:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 +infoDisplay:season:true:15:-1 +module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/client/config/xaeroworldmap-common.txt b/client/config/xaeroworldmap-common.txt index 62b217c..0caae0c 100644 --- a/client/config/xaeroworldmap-common.txt +++ b/client/config/xaeroworldmap-common.txt @@ -1,4 +1,4 @@ -allowCaveModeOnServer:true -allowNetherCaveModeOnServer:true -registerStatusEffects:true -everyoneTracksEveryone:false +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/client/config/xaeroworldmap.txt b/client/config/xaeroworldmap.txt index e2b77a3..13e16ca 100644 --- a/client/config/xaeroworldmap.txt +++ b/client/config/xaeroworldmap.txt @@ -1,55 +1,55 @@ -ignoreUpdate:0 -updateNotification:false -allowInternetAccess:true -differentiateByServerAddress:true -caveMapsAllowed:true -debug:false -lighting:true -colours:0 -loadChunks:true -updateChunks:true -terrainSlopes:2 -terrainDepth:true -footsteps:true -flowers:true -coordinates:true -hoveredBiome:true -biomeColorsVanillaMode:false -waypoints:true -renderArrow:true -displayZoom:true -worldmapWaypointsScale:1.0 -openMapAnimation:true -reloadVersion:0 -reloadEverything:false -zoomButtons:true -waypointBackgrounds:true -detectAmbiguousY:true -showDisabledWaypoints:false -closeWaypointsWhenHopping:true -adjustHeightForCarpetLikeBlocks:true -onlyCurrentMapWaypoints:false -minZoomForLocalWaypoints:0.0 -arrowColour:-2 -minimapRadar:true -renderWaypoints:true -partialYTeleportation:true -displayStainedGlass:true -caveModeDepth:30 -caveModeStart:2147483647 -autoCaveMode:-1 -legibleCaveMaps:false -displayCaveModeStart:true -caveModeToggleTimer:1000 -defaultCaveModeType:1 -biomeBlending:true -trackedPlayers:true -multipleImagesExport:false -nightExport:false -highlightsExport:false -exportScaleDownSquare:20 -mapWritingDistance:-1 -displayClaims:true -claimsFillOpacity:46 -claimsBorderOpacity:80 -globalVersion:1 +ignoreUpdate:0 +updateNotification:false +allowInternetAccess:true +differentiateByServerAddress:true +caveMapsAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:true +coordinates:true +hoveredBiome:true +biomeColorsVanillaMode:false +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:0 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +arrowColour:-2 +minimapRadar:true +renderWaypoints:true +partialYTeleportation:true +displayStainedGlass:true +caveModeDepth:30 +caveModeStart:2147483647 +autoCaveMode:-1 +legibleCaveMaps:false +displayCaveModeStart:true +caveModeToggleTimer:1000 +defaultCaveModeType:1 +biomeBlending:true +trackedPlayers:true +multipleImagesExport:false +nightExport:false +highlightsExport:false +exportScaleDownSquare:20 +mapWritingDistance:-1 +displayClaims:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +globalVersion:1 diff --git a/client/mods/AdvancedAE-1.2.5-1.21.1.jar b/client/mods/AdvancedAE-1.2.5-1.21.1.jar new file mode 100644 index 0000000..2da9902 Binary files /dev/null and b/client/mods/AdvancedAE-1.2.5-1.21.1.jar differ diff --git a/client/mods/Apotheosis-1.21.1-8.1.3.jar b/client/mods/Apotheosis-1.21.1-8.1.3.jar new file mode 100644 index 0000000..64f773b Binary files /dev/null and b/client/mods/Apotheosis-1.21.1-8.1.3.jar differ diff --git a/client/mods/ApothicAttributes-1.21.1-2.6.2.jar b/client/mods/ApothicAttributes-1.21.1-2.6.2.jar new file mode 100644 index 0000000..41aaac3 Binary files /dev/null and b/client/mods/ApothicAttributes-1.21.1-2.6.2.jar differ diff --git a/client/mods/ApothicEnchanting-1.21.1-1.3.2.jar b/client/mods/ApothicEnchanting-1.21.1-1.3.2.jar new file mode 100644 index 0000000..18678aa Binary files /dev/null and b/client/mods/ApothicEnchanting-1.21.1-1.3.2.jar differ diff --git a/client/mods/ApothicSpawners-1.21.1-1.2.1.jar b/client/mods/ApothicSpawners-1.21.1-1.2.1.jar new file mode 100644 index 0000000..eeceb78 Binary files /dev/null and b/client/mods/ApothicSpawners-1.21.1-1.2.1.jar differ diff --git a/client/mods/CobblemonSizeVariation-1.0.1.jar b/client/mods/CobblemonSizeVariation-1.0.1.jar new file mode 100644 index 0000000..edb2c39 Binary files /dev/null and b/client/mods/CobblemonSizeVariation-1.0.1.jar differ diff --git a/client/mods/Cobblepedia-NeoForge-0.7.0.jar b/client/mods/Cobblepedia-NeoForge-0.7.0.jar new file mode 100644 index 0000000..79d3baa Binary files /dev/null and b/client/mods/Cobblepedia-NeoForge-0.7.0.jar differ diff --git a/client/mods/FluxNetworks-1.21.1-8.0.0.jar b/client/mods/FluxNetworks-1.21.1-8.0.0.jar new file mode 100644 index 0000000..41b1b48 Binary files /dev/null and b/client/mods/FluxNetworks-1.21.1-8.0.0.jar differ diff --git a/client/mods/Glodium-1.21-2.2-neoforge.jar b/client/mods/Glodium-1.21-2.2-neoforge.jar new file mode 100644 index 0000000..4052a7f Binary files /dev/null and b/client/mods/Glodium-1.21-2.2-neoforge.jar differ diff --git a/client/mods/L_Ender's Cataclysm-2.56-1.21.1.jar b/client/mods/L_Ender's Cataclysm-2.56-1.21.1.jar new file mode 100644 index 0000000..9a5d408 Binary files /dev/null and b/client/mods/L_Ender's Cataclysm-2.56-1.21.1.jar differ diff --git a/client/mods/Patchouli-1.21-88-NEOFORGE.jar b/client/mods/Patchouli-1.21-88-NEOFORGE.jar new file mode 100644 index 0000000..f2dc3bd Binary files /dev/null and b/client/mods/Patchouli-1.21-88-NEOFORGE.jar differ diff --git a/client/mods/Placebo-1.21.1-9.6.5.jar b/client/mods/Placebo-1.21.1-9.6.5.jar new file mode 100644 index 0000000..e442ea8 Binary files /dev/null and b/client/mods/Placebo-1.21.1-9.6.5.jar differ diff --git a/client/mods/SimpleTMs-neoforge-2.0.3.jar b/client/mods/SimpleTMs-neoforge-2.0.3.jar new file mode 100644 index 0000000..f8df0e5 Binary files /dev/null and b/client/mods/SimpleTMs-neoforge-2.0.3.jar differ diff --git a/client/mods/ae2wtlib-19.2.1.jar b/client/mods/ae2wtlib-19.2.1.jar new file mode 100644 index 0000000..6523800 Binary files /dev/null and b/client/mods/ae2wtlib-19.2.1.jar differ diff --git a/client/mods/ae_better_villagers-1.15.1.b.jar b/client/mods/ae_better_villagers-1.15.1.b.jar new file mode 100644 index 0000000..e5435f7 Binary files /dev/null and b/client/mods/ae_better_villagers-1.15.1.b.jar differ diff --git a/client/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar b/client/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar new file mode 100644 index 0000000..e2231e7 Binary files /dev/null and b/client/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar differ diff --git a/client/mods/apothiccombat-1.0.0.jar b/client/mods/apothiccombat-1.0.0.jar new file mode 100644 index 0000000..cf908f9 Binary files /dev/null and b/client/mods/apothiccombat-1.0.0.jar differ diff --git a/client/mods/appliedenergistics2-19.2.4.jar b/client/mods/appliedenergistics2-19.2.4.jar new file mode 100644 index 0000000..86c63a7 Binary files /dev/null and b/client/mods/appliedenergistics2-19.2.4.jar differ diff --git a/client/mods/azurelib-neo-1.21.1-3.0.8.jar b/client/mods/azurelib-neo-1.21.1-3.0.8.jar new file mode 100644 index 0000000..0ff709c Binary files /dev/null and b/client/mods/azurelib-neo-1.21.1-3.0.8.jar differ diff --git a/client/mods/cataclysm_spellbooks-1.1.3-1.21.jar b/client/mods/cataclysm_spellbooks-1.1.3-1.21.jar new file mode 100644 index 0000000..405dc79 Binary files /dev/null and b/client/mods/cataclysm_spellbooks-1.1.3-1.21.jar differ diff --git a/client/mods/cobblemonchallenge-neoforge-2.1.0.jar b/client/mods/cobblemonchallenge-neoforge-2.1.0.jar new file mode 100644 index 0000000..e7b5c18 Binary files /dev/null and b/client/mods/cobblemonchallenge-neoforge-2.1.0.jar differ diff --git a/client/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar b/client/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar new file mode 100644 index 0000000..bc0a9c4 Binary files /dev/null and b/client/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar differ diff --git a/client/mods/fightorflight-neoforge-0.7.4.jar b/client/mods/fightorflight-neoforge-0.7.4.jar new file mode 100644 index 0000000..b437b76 Binary files /dev/null and b/client/mods/fightorflight-neoforge-0.7.4.jar differ diff --git a/client/mods/guideme-21.1.1.jar b/client/mods/guideme-21.1.1.jar new file mode 100644 index 0000000..8d1bc3d Binary files /dev/null and b/client/mods/guideme-21.1.1.jar differ diff --git a/client/mods/hyperbox-1.21-6.0.0.1.jar b/client/mods/hyperbox-1.21-6.0.0.1.jar new file mode 100644 index 0000000..d276c72 Binary files /dev/null and b/client/mods/hyperbox-1.21-6.0.0.1.jar differ diff --git a/client/mods/lionfishapi-2.6.jar b/client/mods/lionfishapi-2.6.jar new file mode 100644 index 0000000..17a59fd Binary files /dev/null and b/client/mods/lionfishapi-2.6.jar differ diff --git a/client/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar b/client/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar new file mode 100644 index 0000000..c3df9fd Binary files /dev/null and b/client/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar differ diff --git a/client/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar b/client/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar new file mode 100644 index 0000000..53f4970 Binary files /dev/null and b/client/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar differ diff --git a/client/mods/releaserewards-neoforge-2.0.1.jar b/client/mods/releaserewards-neoforge-2.0.1.jar new file mode 100644 index 0000000..25559e8 Binary files /dev/null and b/client/mods/releaserewards-neoforge-2.0.1.jar differ diff --git a/client/mods/waystones-neoforge-1.21.1-21.1.10.jar b/client/mods/waystones-neoforge-1.21.1-21.1.10.jar new file mode 100644 index 0000000..02a292e Binary files /dev/null and b/client/mods/waystones-neoforge-1.21.1-21.1.10.jar differ diff --git a/server/config/CoroUtil/General.toml b/server/config/CoroUtil/General.toml new file mode 100644 index 0000000..ed31094 --- /dev/null +++ b/server/config/CoroUtil/General.toml @@ -0,0 +1,8 @@ +#General mod settings +[general] + #logging + useLoggingLog = true + #- + useLoggingDebug = false + #- + useLoggingError = true diff --git a/server/config/EndRemastered-NeoForge/Eyes/black_eye.json b/server/config/EndRemastered-NeoForge/Eyes/black_eye.json new file mode 100644 index 0000000..298817e --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/black_eye.json @@ -0,0 +1,8 @@ +{ + "id": "black_eye", + "rarity": "common", + "loot_to_inject_id": "endrem:minecraft/chests/buried_treasure", + "loot_tables_id": [ + "minecraft:chests/buried_treasure" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/cold_eye.json b/server/config/EndRemastered-NeoForge/Eyes/cold_eye.json new file mode 100644 index 0000000..e0315f7 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/cold_eye.json @@ -0,0 +1,8 @@ +{ + "id": "cold_eye", + "rarity": "rare", + "loot_to_inject_id": "endrem:minecraft/chests/igloo_chest", + "loot_tables_id": [ + "minecraft:chests/igloo_chest" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/corrupted_eye.json b/server/config/EndRemastered-NeoForge/Eyes/corrupted_eye.json new file mode 100644 index 0000000..12619fd --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/corrupted_eye.json @@ -0,0 +1,8 @@ +{ + "id": "corrupted_eye", + "rarity": "common", + "loot_to_inject_id": "endrem:minecraft/chests/pillager_outpost", + "loot_tables_id": [ + "minecraft:chests/pillager_outpost" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/cryptic_eye.json b/server/config/EndRemastered-NeoForge/Eyes/cryptic_eye.json new file mode 100644 index 0000000..c27a68a --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/cryptic_eye.json @@ -0,0 +1,6 @@ +{ + "id": "cryptic_eye", + "rarity": "epic", + "loot_to_inject_id": "minecraft:empty", + "loot_tables_id": [] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/cursed_eye.json b/server/config/EndRemastered-NeoForge/Eyes/cursed_eye.json new file mode 100644 index 0000000..3570bc5 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/cursed_eye.json @@ -0,0 +1,8 @@ +{ + "id": "cursed_eye", + "rarity": "common", + "loot_to_inject_id": "endrem:minecraft/chests/bastion_treasure", + "loot_tables_id": [ + "minecraft:chests/bastion_treasure" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/evil_eye.json b/server/config/EndRemastered-NeoForge/Eyes/evil_eye.json new file mode 100644 index 0000000..3bc9d4f --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/evil_eye.json @@ -0,0 +1,6 @@ +{ + "id": "evil_eye", + "rarity": "rare", + "loot_to_inject_id": "minecraft:empty", + "loot_tables_id": [] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/exotic_eye.json b/server/config/EndRemastered-NeoForge/Eyes/exotic_eye.json new file mode 100644 index 0000000..8c8292d --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/exotic_eye.json @@ -0,0 +1,6 @@ +{ + "id": "exotic_eye", + "rarity": "rare", + "loot_to_inject_id": "minecraft:empty", + "loot_tables_id": [] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/guardian_eye.json b/server/config/EndRemastered-NeoForge/Eyes/guardian_eye.json new file mode 100644 index 0000000..1cc0ee3 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/guardian_eye.json @@ -0,0 +1,8 @@ +{ + "id": "guardian_eye", + "rarity": "rare", + "loot_to_inject_id": "endrem:minecraft/entities/elder_guardian", + "loot_tables_id": [ + "minecraft:entities/elder_guardian" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/lost_eye.json b/server/config/EndRemastered-NeoForge/Eyes/lost_eye.json new file mode 100644 index 0000000..5fa6c93 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/lost_eye.json @@ -0,0 +1,8 @@ +{ + "id": "lost_eye", + "rarity": "common", + "loot_to_inject_id": "endrem:minecraft/chests/abandoned_mineshaft", + "loot_tables_id": [ + "minecraft:chests/abandoned_mineshaft" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/magical_eye.json b/server/config/EndRemastered-NeoForge/Eyes/magical_eye.json new file mode 100644 index 0000000..788b2ee --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/magical_eye.json @@ -0,0 +1,8 @@ +{ + "id": "magical_eye", + "rarity": "rare", + "loot_to_inject_id": "endrem:minecraft/entities/evoker", + "loot_tables_id": [ + "minecraft:entities/evoker" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/nether_eye.json b/server/config/EndRemastered-NeoForge/Eyes/nether_eye.json new file mode 100644 index 0000000..93be824 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/nether_eye.json @@ -0,0 +1,8 @@ +{ + "id": "nether_eye", + "rarity": "rare", + "loot_to_inject_id": "endrem:minecraft/chests/nether_bridge", + "loot_tables_id": [ + "minecraft:chests/nether_bridge" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/old_eye.json b/server/config/EndRemastered-NeoForge/Eyes/old_eye.json new file mode 100644 index 0000000..a08ba90 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/old_eye.json @@ -0,0 +1,8 @@ +{ + "id": "old_eye", + "rarity": "common", + "loot_to_inject_id": "endrem:minecraft/chests/desert_pyramid", + "loot_tables_id": [ + "minecraft:chests/desert_pyramid" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/rogue_eye.json b/server/config/EndRemastered-NeoForge/Eyes/rogue_eye.json new file mode 100644 index 0000000..52b7b03 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/rogue_eye.json @@ -0,0 +1,8 @@ +{ + "id": "rogue_eye", + "rarity": "rare", + "loot_to_inject_id": "endrem:minecraft/chests/jungle_temple", + "loot_tables_id": [ + "minecraft:chests/jungle_temple" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/undead_eye.json b/server/config/EndRemastered-NeoForge/Eyes/undead_eye.json new file mode 100644 index 0000000..28ebb60 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/undead_eye.json @@ -0,0 +1,6 @@ +{ + "id": "undead_eye", + "rarity": "epic", + "loot_to_inject_id": "minecraft:empty", + "loot_tables_id": [] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/witch_eye.json b/server/config/EndRemastered-NeoForge/Eyes/witch_eye.json new file mode 100644 index 0000000..06bcc58 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/witch_eye.json @@ -0,0 +1,6 @@ +{ + "id": "witch_eye", + "rarity": "common", + "loot_to_inject_id": "minecraft:empty", + "loot_tables_id": [] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/Eyes/wither_eye.json b/server/config/EndRemastered-NeoForge/Eyes/wither_eye.json new file mode 100644 index 0000000..5afc22d --- /dev/null +++ b/server/config/EndRemastered-NeoForge/Eyes/wither_eye.json @@ -0,0 +1,8 @@ +{ + "id": "wither_eye", + "rarity": "epic", + "loot_to_inject_id": "endrem:minecraft/entities/wither", + "loot_tables_id": [ + "minecraft:entities/wither" + ] +} \ No newline at end of file diff --git a/server/config/EndRemastered-NeoForge/endrem.json b/server/config/EndRemastered-NeoForge/endrem.json new file mode 100644 index 0000000..3ba63b8 --- /dev/null +++ b/server/config/EndRemastered-NeoForge/endrem.json @@ -0,0 +1,9 @@ +{ + "USE_EYE_OF_ENDER": false, + "THROW_EYE_OF_ENDER": false, + "FRAME_HAS_RANDOM_EYE": false, + "EYE_BREAK_PROBABILITY": 10, + "IS_CRYPTIC_EYE_OBTAINABLE": true, + "IS_EVIL_EYE_OBTAINABLE": true, + "CAN_REMOVE_EYE": true +} \ No newline at end of file diff --git a/server/config/MouseTweaks.cfg b/server/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/server/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/server/config/NoChatReports/NCR-Client.json b/server/config/NoChatReports/NCR-Client.json new file mode 100644 index 0000000..ab19344 --- /dev/null +++ b/server/config/NoChatReports/NCR-Client.json @@ -0,0 +1,20 @@ +{ + "defaultSigningMode": "PROMPT", + "enableMod": true, + "showNCRButton": true, + "showReloadButton": true, + "verifiedIconEnabled": true, + "showServerSafety": true, + "hideInsecureMessageIndicators": true, + "hideModifiedMessageIndicators": true, + "hideSystemMessageIndicators": true, + "hideWarningToast": true, + "hideSigningRequestMessage": false, + "alwaysHideReportButton": false, + "skipRealmsWarning": false, + "disableTelemetry": true, + "removeTelemetryButton": true, + "demandOnServer": false, + "verifiedIconOffsetX": 0, + "verifiedIconOffsetY": 0 +} \ No newline at end of file diff --git a/server/config/NoChatReports/NCR-Common.json b/server/config/NoChatReports/NCR-Common.json new file mode 100644 index 0000000..f79a76a --- /dev/null +++ b/server/config/NoChatReports/NCR-Common.json @@ -0,0 +1,7 @@ +{ + "demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!", + "demandOnClient": false, + "convertToGameMessage": true, + "addQueryData": true, + "enableDebugLog": false +} \ No newline at end of file diff --git a/server/config/NoChatReports/NCR-Encryption.json b/server/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..295af76 --- /dev/null +++ b/server/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,28 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": true, + "showEncryptionIndicators": true, + "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", + "encryptionPassphrase": "", + "algorithmName": "AES/CFB8+Base64", + "encryptableCommands": [ + "msg:1", + "w:1", + "whisper:1", + "tell:1", + "r:0", + "dm:1", + "me:0", + "m:1", + "t:1", + "pm:1", + "emsg:1", + "epm:1", + "etell:1", + "ewhisper:1", + "message:1", + "reply:0" + ] +} \ No newline at end of file diff --git a/server/config/NoChatReports/NCR-ServerPreferences.json b/server/config/NoChatReports/NCR-ServerPreferences.json new file mode 100644 index 0000000..2762d0f --- /dev/null +++ b/server/config/NoChatReports/NCR-ServerPreferences.json @@ -0,0 +1,3 @@ +{ + "signingModes": {} +} \ No newline at end of file diff --git a/server/config/NoChatReports/README.md b/server/config/NoChatReports/README.md new file mode 100644 index 0000000..33141b5 --- /dev/null +++ b/server/config/NoChatReports/README.md @@ -0,0 +1,3 @@ +# No Chat Reports +You can find updated documentation of configuration files on the wiki: +https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files diff --git a/server/config/SeasonHUD-client.toml b/server/config/SeasonHUD-client.toml new file mode 100644 index 0000000..730559c --- /dev/null +++ b/server/config/SeasonHUD-client.toml @@ -0,0 +1,94 @@ +[SeasonHUD] + #Enable the mod? + #(true/false) + #Default is true. + enable_mod = true + + [SeasonHUD.HUD] + #Where to display the Hud when no minimap is installed. + #Default is TOP_LEFT. + #Allowed Values: TOP_LEFT, TOP_CENTER, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + hud_location = "TOP_LEFT" + #The horizontal offset of the HUD when no minimap is installed (in pixels) + #Default is 2. + hud_x_position = 2 + #The vertical offset of the HUD when no minimap is installed (in pixels) + #Default is 2. + hud_y_position = 2 + + [SeasonHUD.HUD.Colors] + #Display the season name in a color? + #(true/false) + season_name_color = true + #The RGB color (decimal) for spring. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 16753595. + # Default: 16753595 + # Range: 0 ~ 16777215 + spring_color = 16753595 + #The RGB color (decimal) for summer. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 16705834. + # Default: 16705834 + # Range: 0 ~ 16777215 + summer_color = 16705834 + #The RGB color (decimal) for autumn. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 12344871. + # Default: 12344871 + # Range: 0 ~ 16777215 + autumn_color = 12344871 + #The RGB color (decimal) for winter. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 14679292. + # Default: 14679292 + # Range: 0 ~ 16777215 + winter_color = 14679292 + # The RGB color (decimal) for dry tropical season. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 16745216. + # Default: 16745216 + # Range: 0 ~ 16777215 + dry_color = 16745216 + #The RGB color (decimal) for wet tropical season. + #(256 * 256 * r) + (256 * g) + (b) is the formula. + #Default is 2068975. + # Default: 2068975 + # Range: 0 ~ 16777215 + wet_color = 2068975 + + [SeasonHUD.Season] + #Require the calendar item to be in the players inventory to show the HUD? + #(true/false) + #Default is false. + need_calendar = false + #Having the calendar item shows the detailed version of the HUDDefault is false. + calendar_detail = false + #Show the Tropical seasons (Wet/Dry) in Tropical Biomes. + #Will not change the season behavior in the biomes. + #(true/false) + #Default is true. + enable_show_tropical_season = true + #Show sub-season (i.e. Early Winter, Mid Autumn, Late Spring) instead of basic season? + #(true/false) + # Default is true. + enable_show_sub_season = true + #Show the day of the current Season/Sub-Season? + #Default is SHOW_DAY. + #Allowed Values: NONE, SHOW_DAY, SHOW_WITH_TOTAL_DAYS + enable_show_day = "SHOW_DAY" + #Change if you are using a Minecraft day length other than vanilla value and using Fabric Seasons. + #Default Minecraft day is 24000. + # Default: 24000 + # Range: > 0 + day_length = 24000 + + [SeasonHUD.Minimap] + #Enable integration with minimap mods? + #(true/false) + #Default is true. + enable_minimap_integration = true + #Show the default SeasonHUD display when the minimap is hidden? + #(true/false) + #Default is false. + enable_show_minimap_hidden = false diff --git a/server/config/advanced_ae-common.toml b/server/config/advanced_ae-common.toml new file mode 100644 index 0000000..318ffcb --- /dev/null +++ b/server/config/advanced_ae-common.toml @@ -0,0 +1,87 @@ +["quantum computer"] + #Define the maximum dimensions of the Quantum Computer Multiblock. + # Default: 7 + # Range: 5 ~ 12 + quantumComputerMaxSize = 7 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + # Default: 8 + # Range: 4 ~ 16 + quantumComputerAcceleratorThreads = 8 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + # Default: 1 + # Range: 1 ~ 2 + quantumComputerMaxMultiThreaders = 1 + #Define the maximum amount of Data Entanglers per Quantum Computer Multiblock. + # Default: 1 + # Range: 1 ~ 2 + quantumComputermaxDataEntanglers = 1 + #Define the multiplication factor of the multi threaders. + # Default: 4 + # Range: 2 ~ 8 + quantumComputerMultiThreaderMultiplication = 4 + #Define the multiplication factor of the data entanglers. + # Default: 4 + # Range: 2 ~ 8 + quantumComputerDataEntanglerMultiplication = 4 + +["quantum armor"] + #Define the maximum walk speed increase. Values are divided by 10 before use. + # Default: 60 + # Range: 10 ~ 100 + quantumArmorMaxWalkSpeed = 60 + #Define the maximum sprint speed increase. Values are divided by 10 before use. + # Default: 80 + # Range: 10 ~ 150 + quantumArmorMaxSprintSpeed = 80 + #Define the maximum increase in step height. + # Default: 3 + # Range: 1 ~ 5 + quantumArmorMaxStepHeight = 3 + #Define the maximum increase in jump height. + # Default: 3 + # Range: 1 ~ 5 + quantumArmorMaxJumpHeight = 3 + #Define the maximum swim speed increase. Values are divided by 10 before use. + # Default: 80 + # Range: 10 ~ 150 + quantumArmorSwimSpeedBoost = 80 + #Define the HP increased of the HP Buffer card. + # Default: 20 + # Range: 5 ~ 50 + quantumArmorHpBuffer = 20 + #Define the maximum speed boost of the Flight Card. + # Default: 10 + # Range: 1 ~ 15 + quantumArmorMaxFlightSpeed = 10 + #Define the evasion % chance of the evasion card. + # Default: 30 + # Range: 0 ~ 100 + quantumArmorEvasionChance = 30 + #Define the max range of the magnet card. + # Default: 12 + # Range: 5 ~ 15 + quantumArmorMagnetRange = 12 + #Define the Attack Damage boost of the Strength Card. + # Default: 10 + # Range: 5 ~ 50 + quantumArmorStrengthBoost = 10 + #Define the Attack Speed Damage boost of the Attack Speed Card. + # Default: 5 + # Range: 1 ~ 10 + quantumArmorAttackSpeedBoost = 5 + #Define the luck boost of the Luck Card. + # Default: 2 + # Range: 1 ~ 5 + quantumArmorLuckBoost = 2 + #Define the max additional reach of the Reach Card. + # Default: 5 + # Range: 1 ~ 8 + quantumArmorMaxReachBoost = 5 + #Define the amount of hearts regenerated per tick with the Regeneration Card. Value will be divided by 10 before use. + # Default: 10 + # Range: 1 ~ 20 + quantumArmorRenegerationPerTick = 10 + #Define the maximum percentage of incoming damage absorbed by the Quantum Armor. This value is still limited by the energy buffer in the equipment. + # Default: 30 + # Range: 5 ~ 100 + quantumArmorPercentageDamageAbsorption = 30 diff --git a/server/config/advancementplaques.toml b/server/config/advancementplaques.toml new file mode 100644 index 0000000..22a72db --- /dev/null +++ b/server/config/advancementplaques.toml @@ -0,0 +1,87 @@ +#Client Configuration +[client] + + [client.visual_options] + # If plaques should show on the top of the screen. + on_top = true + # The distance from the top or bottom of the screen, in pixels. + # Default: 16 + # Range: 8 ~ 256 + distance = 16 + # The horizontal offset from the center, in pixels. + # Default: 0 + # Range: -256 ~ 256 + horizontal_offset = 0 + # Hide waila/hwyla/jade popups while plaques are showing. + hide_waila = false + # If plaques should show for task advancements (normal advancements). + tasks = true + # If plaques should show for goal advancements (medium-difficulty advancements). + goals = true + # If plaques should show for challenge advancements (high-difficulty advancements). + challenges = true + # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + title_color = "#FF332200" + # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + name_color = "#FFFFFFFF" + + [client.duration_options] + # Duration of the shiny effect fade in for tasks. + # Default: 0.5 + # Range: 0.1 ~ 3.0 + task_effect_fadein = 0.5 + # Duration of the shiny effect fade out for tasks. + # Default: 1.5 + # Range: 0.1 ~ 3.0 + task_effect_fadeout = 1.5 + # Duration of the plaques for tasks (minus the effect fade in/out durations). + # Default: 7.0 + # Range: 2.0 ~ 10.0 + task_duration = 7.0 + # Duration of the shiny effect fade in for goals. + # Default: 0.5 + # Range: 0.1 ~ 3.0 + goal_effect_fadein = 0.5 + # Duration of the shiny effect fade out for goals. + # Default: 1.5 + # Range: 0.1 ~ 3.0 + goal_effect_fadeout = 1.5 + # Duration of the plaques for goals (minus the effect fade in/out durations). + # Default: 7.0 + # Range: 2.0 ~ 10.0 + goal_duration = 7.0 + # Duration of the shiny effect fade in for challenges. + # Default: 1.25 + # Range: 0.1 ~ 3.0 + challenge_effect_fadein = 1.25 + # Duration of the shiny effect fade out for challenges. + # Default: 1.5 + # Range: 0.1 ~ 3.0 + challenge_effect_fadeout = 1.5 + # Duration of the plaques for challenges (minus the effect fade in/out durations). + # Default: 7.0 + # Range: 2.0 ~ 10.0 + challenge_duration = 7.0 + + [client.functionality_options] + # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict. + # Options: + # Advancement ID (eg. "minecraft:adventure/adventuring_time") + # Mod ID (Omit the colon, eg. "minecraft") + # Advancement Category (End with a /, eg. "minecraft:story/") + blacklist = [] + # Whitelist of advancements to show plaques for. Leave empty to display for all. + # Same options available as blacklist. + whitelist = [] + # Volume of task sounds. Set to 0 to mute. + # Default: 1.0 + # Range: 0.0 ~ 1.0 + task_volume = 1.0 + # Volume of goal sounds. Set to 0 to mute. + # Default: 1.0 + # Range: 0.0 ~ 1.0 + goal_volume = 1.0 + # Volume of challenge sounds. Set to 0 to mute. + # Default: 1.0 + # Range: 0.0 ~ 1.0 + challenge_volume = 1.0 diff --git a/server/config/ae2-common.toml b/server/config/ae2-common.toml new file mode 100644 index 0000000..aa31238 --- /dev/null +++ b/server/config/ae2-common.toml @@ -0,0 +1,218 @@ +[general] + unsupportedDeveloperTools = false + #Enables the ability of the Matter Cannon to break blocks. + matterCannonBlockDamage = true + #Enables the ability of Tiny TNT to break blocks. + tinyTntBlockDamage = true + #Changes the channel capacity that cables provide in AE2. + #Allowed Values: INFINITE, DEFAULT, X2, X3, X4 + channels = "DEFAULT" + #Whether Spatial Anchors should force random chunk ticks and entity spawning. + spatialAnchorEnableRandomTicks = true + +[automation] + # Default: 128 + # Range: > -2147483648 + formationPlaneEntityLimit = 128 + +[craftingCPU] + # Default: 5 + # Range: > -2147483648 + craftingCalculationTimePerTick = 5 + +[crafting] + #Number of ticks between two crystal growth accelerator ticks + # Default: 10 + # Range: 1 ~ 100 + growthAccelerator = 10 + #If enabled, an annihilation placed face up at the maximum world height will generate sky stone passively. + annihilationPlaneSkyDustGeneration = true + +[spatialio] + # Default: 1250.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + spatialPowerMultiplier = 1250.0 + # Default: 1.35 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + spatialPowerExponent = 1.35 + +[logging] + blockUpdateLog = false + craftingLog = false + debugLog = false + gridLog = false + #Enable stack trace logging for the chunk loading debug command + chunkLoggerTrace = false + +[battery] + #The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast. + # Default: 1.0 + # Range: 0.1 ~ 10.0 + chargerChargeRate = 1.0 + # Default: 1600000 + # Range: > -2147483648 + wirelessTerminal = 1600000 + # Default: 8000 + # Range: > -2147483648 + chargedStaff = 8000 + # Default: 200000 + # Range: > -2147483648 + entropyManipulator = 200000 + # Default: 20000 + # Range: > -2147483648 + portableCell = 20000 + # Default: 20000 + # Range: > -2147483648 + colorApplicator = 20000 + # Default: 200000 + # Range: > -2147483648 + matterCannon = 200000 + +[worldGen] + spawnPressesInMeteorites = true + spawnFlawlessOnly = false + +[wireless] + # Default: 8.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBaseCost = 8.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessCostMultiplier = 1.0 + # Default: 16.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBaseRange = 16.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBoosterRangeMultiplier = 1.0 + # Default: 1.5 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessBoosterExp = 1.5 + # Default: 64.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessHighWirelessCount = 64.0 + # Default: 1.0 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + wirelessTerminalDrainMultiplier = 1.0 + +[powerRatios] + # Default: 0.5 + # Range: 4.9E-324 ~ 1.7976931348623157E308 + forgeEnergy = 0.5 + # Default: 1.0 + # Range: 0.01 ~ 1.7976931348623157E308 + usageMultiplier = 1.0 + #How much energy can the internal grid buffer storage per node attached to the grid. + # Default: 25.0 + # Range: 1.0 ~ 1000000.0 + gridEnergyStoragePerNode = 25.0 + #How much energy a crystal resonance generator generates per tick. + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + crystalResonanceGeneratorRate = 20.0 + #The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy. + # Default: 0.025 + # Range: 0.0 ~ 1.0 + p2pTunnelEnergyTax = 0.025 + #The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items=per 1 item, fluids=per 125mb). + # Default: 0.025 + # Range: 0.0 ~ 1.0 + p2pTunnelTransportTax = 0.025 + +[condenser] + # Default: 256 + # Range: > -2147483648 + matterBalls = 256 + # Default: 256000 + # Range: > -2147483648 + singularity = 256000 + +# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested. +[tickRates] + # Default: 5 + # Range: > -2147483648 + InterfaceMin = 5 + # Default: 120 + # Range: > -2147483648 + InterfaceMax = 120 + # Default: 5 + # Range: > -2147483648 + ImportBusMin = 5 + # Default: 40 + # Range: > -2147483648 + ImportBusMax = 40 + # Default: 5 + # Range: > -2147483648 + ExportBusMin = 5 + # Default: 60 + # Range: > -2147483648 + ExportBusMax = 60 + # Default: 2 + # Range: > -2147483648 + AnnihilationPlaneMin = 2 + # Default: 120 + # Range: > -2147483648 + AnnihilationPlaneMax = 120 + # Default: 5 + # Range: > -2147483648 + METunnelMin = 5 + # Default: 20 + # Range: > -2147483648 + METunnelMax = 20 + # Default: 1 + # Range: > -2147483648 + InscriberMin = 1 + # Default: 20 + # Range: > -2147483648 + InscriberMax = 20 + # Default: 10 + # Range: > -2147483648 + ChargerMin = 10 + # Default: 10 + # Range: > -2147483648 + ChargerMax = 10 + # Default: 1 + # Range: > -2147483648 + IOPortMin = 1 + # Default: 5 + # Range: > -2147483648 + IOPortMax = 5 + # Default: 10 + # Range: > -2147483648 + VibrationChamberMin = 10 + # Default: 40 + # Range: > -2147483648 + VibrationChamberMax = 40 + # Default: 5 + # Range: > -2147483648 + StorageBusMin = 5 + # Default: 60 + # Range: > -2147483648 + StorageBusMax = 60 + # Default: 5 + # Range: > -2147483648 + ItemTunnelMin = 5 + # Default: 60 + # Range: > -2147483648 + ItemTunnelMax = 60 + # Default: 5 + # Range: > -2147483648 + LightTunnelMin = 5 + # Default: 60 + # Range: > -2147483648 + LightTunnelMax = 60 + +#Settings for the Vibration Chamber +[vibrationChamber] + #AE energy produced per fuel burn tick (reminder: coal = 1600, block of coal = 16000, lava bucket = 20000 burn ticks) + # Default: 5.0 + # Range: 0.1 ~ 1000.0 + baseEnergyPerFuelTick = 5.0 + #Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted. + # Default: 4 + # Range: 0 ~ 1000 + minEnergyPerGameTick = 4 + #Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed. + # Default: 40 + # Range: 1 ~ 1000 + baseMaxEnergyPerGameTick = 40 diff --git a/server/config/ae2wtlib.toml b/server/config/ae2wtlib.toml new file mode 100644 index 0000000..4887aa5 --- /dev/null +++ b/server/config/ae2wtlib.toml @@ -0,0 +1 @@ +magnet_card_range = 16.0 diff --git a/server/config/aeinfinitybooster-common.toml b/server/config/aeinfinitybooster-common.toml new file mode 100644 index 0000000..0e2319a --- /dev/null +++ b/server/config/aeinfinitybooster-common.toml @@ -0,0 +1,10 @@ +[general] + #General settings for AEInfinityBooster + #The amount of power the Dimension Card drains per tick + # Default: 100 + # Range: > 0 + dimensionCardDrain = 100 + #The amount of power the Infinity Card drains per tick + # Default: 50 + # Range: > 0 + infinityCardDrain = 50 diff --git a/server/config/aggroindicator-client.json b/server/config/aggroindicator-client.json new file mode 100644 index 0000000..40a83e2 --- /dev/null +++ b/server/config/aggroindicator-client.json @@ -0,0 +1,12 @@ +{ + "renderAlertIcon": true, + "scaleWithMobSize": true, + "mobBlacklist": [ + "minecraft:bat" + ], + "alertIconStyle": 0, + "renderRange": 24.0, + "xOffset": 0.0, + "yOffset": 10.0, + "alertIconSize": 30.0 +} \ No newline at end of file diff --git a/server/config/alltheleaks.json b/server/config/alltheleaks.json new file mode 100644 index 0000000..76d2008 --- /dev/null +++ b/server/config/alltheleaks.json @@ -0,0 +1,8 @@ +{ + "ingredientDedupe": false, + "entitySectionCME": false, + "scoreboardDebug": false, + "debugItemStackModifications": false, + "version": 1, + "debugNativeImage": false +} \ No newline at end of file diff --git a/server/config/ambientsounds-client.json b/server/config/ambientsounds-client.json new file mode 100644 index 0000000..d27f170 --- /dev/null +++ b/server/config/ambientsounds-client.json @@ -0,0 +1,222 @@ +{ + "general": { + "engines": 0, + "volume": 1, + "useSoundMasterSource": false, + "scanStepAmount": 100, + "playSoundWithOffset": true + }, + "dimensions": { + "abyssalcraft": 1, + "betweenlands": 1, + "cave": 1, + "end": 1, + "galacticraft": 1, + "galacticraft.planets": 1, + "midnight": 1, + "nether": 1, + "surface": 1, + "twilightforest": 1, + "void": 1 + }, + "regions": { + "abyssalcraft_dark": { + "overall": 1, + "suspense.suspense": 1 + }, + "end_unknown": { + "overall": 1, + "suspense.suspense": 1 + }, + "galacticraft_planets_wind": { + "overall": 1, + "wind.light-wind": 1 + }, + "nether_suspense": { + "overall": 1, + "nether": 1 + }, + "twilightforest_unknown": { + "overall": 1, + "suspense.suspense": 1 + }, + "void_dark": { + "overall": 1, + "suspense.suspense": 1 + }, + "beach": { + "overall": 1, + "beach": 1, + "seagull": 1, + "seagull-long": 1 + }, + "cave_ambience": { + "overall": 1, + "cave": 1, + "cave-water": 1, + "cave-deep": 1, + "cave-large": 1 + }, + "cave_deep-dark": { + "overall": 1, + "deep-dark": 1, + "water-droplets": 1 + }, + "cave": { + "overall": 1 + }, + "cave_lush": { + "overall": 1, + "cave-lush": 1, + "frog": 1 + }, + "cold_artic": { + "overall": 1, + "heavy-wind": 1 + }, + "cold": { + "overall": 1, + "wind.light-wind": 1 + }, + "desert": { + "overall": 1, + "cicadas-desert": 1, + "wind.light-wind": 1 + }, + "forest_cold": { + "overall": 1, + "crow": 1 + }, + "forest": { + "overall": 1, + "bird-ambience": 1, + "owl": 1 + }, + "forest_roofed": { + "overall": 1, + "bird-ambience-spooky": 1 + }, + "grass": { + "overall": 1, + "cricket": 1, + "cricket-night": 1, + "cicadas-night": 1 + }, + "highland": { + "overall": 1, + "heavy-wind": 1, + "wind-in-leaves": 1 + }, + "jungle": { + "overall": 1, + "cricket-jungle": 1, + "cricket-jungle-night": 1, + "bird-ambience-jungle": 1, + "bird-ambience-jungle-night": 1 + }, + "mesa": { + "overall": 1, + "wind-mesa": 1 + }, + "mushroom_fields": { + "overall": 1, + "cicadas-mushroom-fields": 1, + "special-mushroom-fields": 1 + }, + "ocean": { + "overall": 1, + "ocean": 1, + "wind.light-wind": 1 + }, + "ocean_deep": { + "overall": 1, + "whale": 1 + }, + "plains": { + "overall": 1, + "cricket": 1, + "cricket-night": 1, + "cicadas-night": 1 + }, + "rain": { + "overall": 1, + "rain": 1 + }, + "savanna": { + "overall": 1, + "cricket": 1, + "cicadas": 1, + "cicadas-desert": 1, + "cricket-warm-night": 1, + "wolf": 1, + "long-wolf": 1, + "bird-warm": 1 + }, + "sky": { + "overall": 1, + "wind.light-wind": 1 + }, + "space": { + "overall": 1 + }, + "storm_away": { + "overall": 1, + "storm-away": 1, + "howling-wind": 1 + }, + "storm_close": { + "overall": 1, + "storm-close": 1, + "wind": 1 + }, + "surface": { + "overall": 1 + }, + "swamp": { + "overall": 1, + "cricket-swamp": 1, + "cricket-warm-night": 1, + "frog": 1, + "mouring_dove": 1 + }, + "taiga": { + "overall": 1, + "bird-ambience-huge": 1 + }, + "underwater": { + "overall": 1, + "underwater": 1, + "underwater-deep": 1 + }, + "underworld": { + "overall": 1, + "underworld": 1 + }, + "warden": { + "overall": 1, + "warden": 1 + } + }, + "categories": { + "animal": { + "animal": 1, + "bird": { + "bird": 1, + "bird_day": 1, + "bird_night": 1 + }, + "cicadas": 1, + "cricket": { + "cricket": 1, + "cricket_day": 1, + "cricket_night": 1 + } + }, + "cave": 1, + "weather": 1, + "wind": 1 + }, + "fade-volume": 0.005, + "fade-pitch": 0.005, + "silent-dimensions": [] +} \ No newline at end of file diff --git a/server/config/amendments-client.toml b/server/config/amendments-client.toml new file mode 100644 index 0000000..c3c789c --- /dev/null +++ b/server/config/amendments-client.toml @@ -0,0 +1,98 @@ +[general] + tooltip_hints = true + custom_configured_screen = true + +[lily_pad] + #set to 0 tho have lilypads at the same exact position as vanilla.negative numbers will place them in their own blockspace right below avoiding any clipping.best of both worlds at default as its barely within its space + # Default: -0.016625 + # Range: -1.0 ~ 1.0 + y_offset = -0.016625 + +[bell] + #Visually attach chains and ropes to bells + chain_attachment = true + +[brewing_stand] + #Colors the brewing stand potion texture depending on the potions it's brewing. + #If using a resource pack add tint index from 0 to 3 to the 3 potion layers + brewing_stand_colors = true + +[arrows] + #Makes tipped arrows show their colors when loaded with a crossbow + crossbows_colors = true + +[tripwire_hook] + #Makes hooks render faster using a block model instead of tile renderer. Cost is that animated and enchanted items will appear static + fast_hooks = false + +[hanging_sign] + #Scale of items on hanging signs (unit is in pixel they would occupy). Set to 8 to better match the pixels on the sign + # Default: 10.0 + # Range: 0.0 ~ 32.0 + item_pixel_scale = 10.0 + #Makes signs swing! + swinging_signs = true + #Signs have visual attachment to walls and fences + sign_attachment = true + + [hanging_sign.swing_physics] + min_angle = 0.7999999523162842 + collision_force = 15.0 + damping = 0.5249999761581421 + collision_inertia = 1.0 + collision_considers_entity_hitbox = true + frequency = 0.6000000238418579 + max_angle = 60.0 + +[lantern] + #Makes wall lantern use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default + fast_lanterns = false + #Size lanterns when held in hand + # Default: 0.625 + # Range: 0.0 ~ 2.0 + lantern_item_size = 0.625 + #Gives a special animation to lanterns when held in hand + lantern_item_holding = true + #Makes lantern holding animation have the arm angled more upwards. Looks better if you have dynamic lights on + lantern_item_holding_up = false + + [lantern.swing_physics] + min_angle = 0.7999999523162842 + collision_force = 15.0 + damping = 0.5249999761581421 + collision_inertia = 1.0 + collision_considers_entity_hitbox = true + frequency = 0.6000000238418579 + max_angle = 60.0 + +[cauldron] + #Gives a unique texture to potion cauldrons + potion_texture = true + +[jukebox] + #Use the new jukebox model + new_model = true + #Makes jukebox disc spin while playing + disc_spin = true + +[misc] + #Gives a special animation to torches when held in hand + torch_item_holding = true + #Size lanterns when held in hand + # Default: 1.0 + # Range: 0.0 ~ 2.0 + torch_item_size = 1.0 + #Gives a special animation to supplementaries candle holders when held in hand + candle_holder_item_holding = true + #Size lanterns when held in hand + # Default: 0.625 + # Range: 0.0 ~ 2.0 + handle_holder_item_size = 0.625 + #Makes Torch and Lantern holding animation be fixed, not changing with player facing + fixed_holding_animations = false + #A scalar multiplier that will be applied to sign text making it brighter, supposedly more legible + # Default: 1.2 + # Range: 0.0 ~ 5.0 + sign_text_color_multiplier = 1.2 + #Prevents campfire smoke from rendering if there is a solid block above it + campfire_smoke_through_blocks = false diff --git a/server/config/amendments-common.toml b/server/config/amendments-common.toml new file mode 100644 index 0000000..456cc6b --- /dev/null +++ b/server/config/amendments-common.toml @@ -0,0 +1,116 @@ +[lectern] + #Improved lectern screen allowing to edit font of a book while on it + improved_screen = true + +[hanging_signs] + #Allows placing items on hanging signs + items_on_signs = true + +[cauldron] + #Enables enhanced cauldron + enhanced_cauldron = true + #Allows crafting items using cauldrons by clicking on them + crafting = true + #Allows dying cauldron water bedrock style and mixing them too + dye_water = true + #Max amount of items that 1 cauldron layer can recolor.This is a multiplier on top of vanilla crafting recipe amount + # Default: 4 + # Range: 1 ~ 64 + dye_recipes_per_layer = 4 + #Max amount of items that 1 cauldron layer can craft with potions.This is a multiplier on top of vanilla crafting recipe amount + # Default: 2 + # Range: 1 ~ 64 + potion_recipes_per_layer = 2 + #Allows mixin potions in cauldrons + #Allowed Values: OFF, ONLY_BOILING, ON + potions_mixing = "ON" + #Max amount of effects allowed in a mixed potion + # Default: 8 + # Range: 1 ~ 64 + potion_mixing_limit = 8 + #Makes cauldrons connect to fences + connect_to_fences = true + + #Map of potion ids to their inverse ids. Used for potion mixing + [cauldron.inverse_potions] + "minecraft:mining_fatigue" = "minecraft:haste" + "minecraft:instant_health" = "minecraft:instant_damage" + "minecraft:unluck" = "minecraft:luck" + "minecraft:instant_damage" = "minecraft:instant_health" + "minecraft:weakness" = "minecraft:strength" + "minecraft:slowness" = "minecraft:speed" + "minecraft:haste" = "minecraft:mining_fatigue" + "minecraft:strength" = "minecraft:weakness" + "minecraft:speed" = "minecraft:slowness" + "minecraft:luck" = "minecraft:unluck" + +[tripwire_hook] + #Allows placing tools on tripwire hooks + tool_hook = true + +[carpets] + #Allows you to place carpets on stairs + carpeted_stairs = true + #Allows you to place carpets on slabs + carpeted_slabs = true + +[cake] + #Allows you to place a cake on top of another + double_cake = true + #Allows eating a cake from every side + directional_cake = true + +[mob_head] + #Allows you to place two mob heads on top of each other + skull_piles = true + #Allows candles to be placed on top of skulls + skull_candles = true + #Allows placing more than one candle ontop of each skull + multiple_candles = true + +[flower_pot] + #allows you to place hanging flower pots. Works with any modded pot too + hanging_pot = true + +[lantern] + #Allow wall lanterns placement + wall_lanterns = true + #Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events + high_priority = true + #Mod ids of mods that have lantern block that extend the base lantern class but don't look like one + mod_blacklist = ["bbb", "extlights", "betterendforge", "spelunkery", "galosphere", "tconstruct", "enigmaticlegacy", "beautify"] + #Ids of blocks that are not detected as lanterns but should be + id_whitelist = ["enlightened_end:xenon_lantern"] + #Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land + #Allowed Values: ON, OFF, NO_FIRE + falling_lanterns = "ON" + +[bell] + #Ring a bell by clicking on a chain that's connected to it + chain_ringing = true + #Max chain length that allows a bell to ring + # Default: 16 + # Range: 0 ~ 256 + chain_length = 16 + +[banners] + #Allow banners to be placed on ceilings + ceiling_banners = true + +[misc] + #Allows dying blocks by right clicking them with dye + dye_blocks = false + +[torch] + #Allows torches to set entities on fire + torch_fire = true + #Allows torches to set entities on fire when held in offhand given you are attacking with a sword + torch_fire_offhand = false + #Duration of the on fire effect applied by torches. In seconds + # Default: 2 + # Range: 1 ~ 60 + torch_fire_duration = 2 + +[lily_pad] + #Allows lilypads to have any block placed ontop + better_lilypads = true diff --git a/server/config/apotheosis/apotheosis.cfg b/server/config/apotheosis/apotheosis.cfg new file mode 100644 index 0000000..1e3fb84 --- /dev/null +++ b/server/config/apotheosis/apotheosis.cfg @@ -0,0 +1,135 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Adventure Module Config + +affixes { + # A list of type overrides for the affix loot system. Format is |. + # Valid types are: none, melee_weapon, trident, shield, breaker, bow + # Synced. + # Default: [minecraft:iron_sword|melee_weapon], [minecraft:shulker_shell|none] + S:"Equipment Type Overrides" < + minecraft:iron_sword|melee_weapon + minecraft:shulker_shell|none + > + + # The chance that a naturally spawned mob will be granted an affix item. 0 = 0%, 1 = 100% + # Server-authoritative. + # Default: 0.075; Range: [0.0 ~ 1.0] + S:"Random Affix Chance"=0.075 + + # If affixes that cleave can hit players (excluding the user). + # Server-authoritative. + # Default: false + B:"Cleave Players"=false + + # If Quark's Attribute Tooltip handling is disabled for affix items. + # Clientside. + # Default: true + B:"Disable Quark Tooltips for Affix Items"=true + + # The item that will be used when attempting to place torches with the torch placer affix. Must be a valid item that places a block on right click. + # Synced. + # Default: minecraft:torch + S:"Torch Placement Item"=minecraft:torch +} + + +bosses { + # If boss items are always cursed. Enable this if you want bosses to be less overpowered by always giving them a negative effect. + # Server-authoritative. + # Default: false + B:"Curse Boss Items"=false + + # The range at which boss spawns will be announced. If you are closer than this number of blocks (ignoring y-level), you will receive the announcement. + # Server-authoritative. + # Default: 96.0; Range: [0.0 ~ 1024.0] + S:"Boss Announce Range"=96.0 + + # The volume of the boss announcement sound. 0 to disable. + # Clientside. + # Default: 0.75; Range: [0.0 ~ 1.0] + S:"Boss Announce Volume"=0.75 + + # If the boss announcement range ignores y-level. + # Server-authoritative. + # Default: false + B:"Boss Announce Ignore Y"=false + + # The time, in ticks, that must pass between any two natural boss spawns in a single dimension. + # Server-authoritative. + # Default: 3600; Range: [0 ~ 720000] + I:"Boss Spawn Cooldown"=3600 + + # If true, invading bosses will automatically target the closest player. + # Server-authoritative. + # Default: false + B:"Boss Auto-Aggro"=false + + # If true, bosses will glow when they spawn. + # Server-authoritative. + # Default: true + B:"Boss Glowing On Spawn"=true + + # Dimensions where bosses can spawn naturally, spawn chance, and spawn rules. + # Format is dimname|chance|rule, chance is a float from 0..1. + # Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27 + # Server-authoritative. + # Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE] + S:"Boss Spawn Dimensions" < + minecraft:overworld|0.018|NEEDS_SKY + minecraft:the_nether|0.025|ANY + minecraft:the_end|0.018|SURFACE_OUTER_END + twilightforest:twilight_forest|0.05|NEEDS_SURFACE + > +} + + +worldgen { + # The dimensions that the deadly module will generate in. + # Server-authoritative. + # Default: [overworld] + S:"Generation Dimension Whitelist" < + overworld + > +} + + +spawners { + # The chance that a Rogue Spawner has a "valuable" chest instead of a standard one. 0 = 0%, 1 = 100% + # Server-authoritative. + # Default: 0.11; Range: [0.0 ~ 1.0] + S:"Spawner Value Chance"=0.11 +} + + +wanderer { + # If the Wandering Trader can attempt to spawn underground. + # Server-authoritative. + # Default: true + B:"Underground Trader"=true +} + + +augmenting { + # The number of Sigils of Enhancement it costs to upgrade an affix in the Augmenting Table. + # Synced. + # Default: 2; Range: [0 ~ 64] + I:"Upgrade Sigil Cost"=2 + + # The number of experience levels it costs to upgrade an affix in the Augmenting Table. + # Synced. + # Default: 225; Range: [0 ~ 65536] + I:"Upgrade Level Cost"=225 + + # The number of Sigils of Enhancement it costs to reroll an affix in the Augmenting Table. + # Synced. + # Default: 1; Range: [0 ~ 64] + I:"Reroll Sigil Cost"=1 + + # The number of experience levels it costs to reroll an affix in the Augmenting Table. + # Synced. + # Default: 175; Range: [0 ~ 65536] + I:"Reroll Level Cost"=175 +} + + diff --git a/server/config/apotheosis/apothic_attributes.cfg b/server/config/apotheosis/apothic_attributes.cfg new file mode 100644 index 0000000..4f83c58 --- /dev/null +++ b/server/config/apotheosis/apothic_attributes.cfg @@ -0,0 +1,92 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +general { + # If the Attributes GUI is available. + # Client-authoritative. + # Default: true + B:"Enable Attributes GUI"=true + + # If description tooltips will be added to potion items. + # Client-authoritative. + # Default: true + B:"Enable Potion Tooltips"=true + + # A list of attributes that will be hidden from the Attributes GUI. + # Client-authoritative. + # Default: [neoforge:nametag_distance], [neoforge:creative_flight], [apothic_attributes:elytra_flight], [apothic_attributes:ghost_health] + S:"Hidden Attributes" < + neoforge:nametag_distance + neoforge:creative_flight + apothic_attributes:elytra_flight + apothic_attributes:ghost_health + > +} + + +effects { + # The value (per-level) of the Experience Gained attribute modifier provided by Ancient Knowledge. + # Synced. + # Default: 4.0; Range: [1.0 ~ 1024.0] + S:"Ancient Knowledge Multiplier"=4.0 +} + + +combat_rules { + # The protection damage reduction formula. + # Computed after Prot Pierce and Prot Shred are applied. + # Arguments: + # 'protPoints' - The number of protection points the user has after reductions. + # Output: + # The percentage of damage taken after protection has been applied, from 0 (no damage taken) to 1 (full damage taken). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: 1 - min(0.025 * protPoints, 0.85) + S:"Protection Formula"=1 - min(0.025 * protPoints, 0.85) + + # The a-value formula, which computes an intermediate used in the armor formula. + # Arguments: + # 'damage' - The damage of the incoming attack. + # Output: + # The a-value, which will be supplied as an argument to the armor formula. + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: if(damage < 20, 10, 10 + (damage - 20) / 2) + S:"A-Value Formula"=if(damage < 20, 10, 10 + (damage - 20) / 2) + + # The armor damage reduction formula. + # Computed after Armor Pierce and Armor Shred are applied. + # Arguments: + # 'a' - The a-value computed by the a-value formula. + # 'damage' - The damage of the incoming attack. + # 'armor' - The armor value of the user after reductions. + # 'toughness' - The armor toughness value of the user. + # Output: + # The percentage of damage taken after armor has been applied, from 0 (no damage taken) to 1 (full damage taken). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # Note: + # The vanilla formula is: 1 - min(max(armor - damage / (2 + toughness / 4), armor / 5), 20) / 25 + # + # Default: a / (a + armor) + S:"Armor Formula"=a / (a + armor) + + # The armor toughness formula. + # This is used to determine how armor toughness impacts enemy Armor Pierce / Armor Shred. + # Arguments: + # 'damage' - The damage of the incoming attack. + # 'armor' - The armor value of the user after reductions. + # 'toughness' - The armor toughness value of the user. + # Output: + # The percentage by which enemy armor pierce/shred will be reduced, from 0 (no change) to 1 (preventing it completely). + # Reference: + # See https://github.com/ezylang/EvalEx#usage-examples for how to write expressions. + # + # Default: min(toughness * 0.02, 0.6) + S:"Armor Toughness Formula"=min(toughness * 0.02, 0.6) +} + + diff --git a/server/config/apotheosis/apothic_enchanting.cfg b/server/config/apotheosis/apothic_enchanting.cfg new file mode 100644 index 0000000..796fbd9 --- /dev/null +++ b/server/config/apotheosis/apothic_enchanting.cfg @@ -0,0 +1,15 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Enchantment Module Config + +client { + # If enchanted book metadata (treasure, tradeable, etc) are shown in the tooltip. + # Default: true + B:"Show Enchanted Book Metadata"=true + + # The 1/n chance that a sculkshelf plays a sound, per client tick. Set to 0 to disable. + # Default: 200; Range: [0 ~ 32767] + I:"Sculkshelf Noise Chance"=200 +} + + diff --git a/server/config/apotheosis/enchantments.cfg b/server/config/apotheosis/enchantments.cfg new file mode 100644 index 0000000..11791df --- /dev/null +++ b/server/config/apotheosis/enchantments.cfg @@ -0,0 +1,1687 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Enchantment Information + +# This file contains configurable data for each enchantment. +# The names of each category correspond to the registry names of every loaded enchantment. + + +"combat_roll:acrobat" { + # The max level of this enchantment - originally 5. + # Default: 12; Range: [1 ~ 127] + I:"Max Level"=12 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:aqua_affinity" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"farmersdelight:backstabbing" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:bane_of_arthropods" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:berserkers_fury" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:binding_curse" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:blast_protection" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_blind_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_damage_enchant" { + # The max level of this enchantment - originally 2. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_knock_back_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_last_resort_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"shieldmechanics:block_slowness_enchant" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:boon_of_the_earth" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:breach" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_spawners:capturing" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:chainsaw" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:channeling" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:chromatic" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:crescendo_of_bolts" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:density" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:depth_strider" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:efficiency" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:endless_quiver" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:feather_falling" { + # The max level of this enchantment - originally 4. + # Default: 11; Range: [1 ~ 127] + I:"Max Level"=11 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fire_aspect" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fire_protection" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:flame" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:fortune" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:frost_walker" { + # The max level of this enchantment - originally 2. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:growth_serum" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:icy_thorns" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:impaling" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:infinity" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:infusion" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:knockback" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:knowledge_of_the_ages" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:life_mending" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"combat_roll:longfooted" { + # The max level of this enchantment - originally 4. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:looting" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:loyalty" { + # The max level of this enchantment - originally 3. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:luck_of_the_sea" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:lure" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:mending" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:miners_fervor" { + # The max level of this enchantment - originally 5. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"combat_roll:multi_roll" { + # The max level of this enchantment - originally 3. + # Default: 6; Range: [1 ~ 127] + I:"Max Level"=6 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:multishot" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:natures_blessing" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:piercing" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:power" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:projectile_protection" { + # The max level of this enchantment - originally 4. + # Default: 11; Range: [1 ~ 127] + I:"Max Level"=11 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:protection" { + # The max level of this enchantment - originally 4. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:punch" { + # The max level of this enchantment - originally 2. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 2; Range: [1 ~ 127] + I:"Max Loot Level"=2 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:quick_charge" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:rebounding" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:reflective_defenses" { + # The max level of this enchantment - originally 5. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:respiration" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:riptide" { + # The max level of this enchantment - originally 3. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:scavenger" { + # The max level of this enchantment - originally 3. + # Default: 3; Range: [1 ~ 127] + I:"Max Level"=3 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:sharpness" { + # The max level of this enchantment - originally 5. + # Default: 9; Range: [1 ~ 127] + I:"Max Level"=9 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:shield_bash" { + # The max level of this enchantment - originally 4. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 4; Range: [1 ~ 127] + I:"Max Loot Level"=4 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:silk_touch" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:smite" { + # The max level of this enchantment - originally 5. + # Default: 10; Range: [1 ~ 127] + I:"Max Level"=10 + + # The max level of this enchantment available from loot sources. + # Default: 5; Range: [1 ~ 127] + I:"Max Loot Level"=5 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:soul_speed" { + # The max level of this enchantment - originally 3. + # Default: 7; Range: [1 ~ 127] + I:"Max Level"=7 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:stable_footing" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"supplementaries:stasis" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:sweeping_edge" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:swift_sneak" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:tempting" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:thorns" { + # The max level of this enchantment - originally 3. + # Default: 5; Range: [1 ~ 127] + I:"Max Level"=5 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:unbreaking" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:vanishing_curse" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"minecraft:wind_burst" { + # The max level of this enchantment - originally 3. + # Default: 8; Range: [1 ~ 127] + I:"Max Level"=8 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + +"apothic_enchanting:worker_exploitation" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable. + # Default: -1; Range: [-1 ~ 127] + I:"Forced Level Cap"=-1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= +} + + diff --git a/server/config/apotheosis/name_generation.cfg b/server/config/apotheosis/name_generation.cfg new file mode 100644 index 0000000..6b3eaf5 --- /dev/null +++ b/server/config/apotheosis/name_generation.cfg @@ -0,0 +1,1232 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +entity { + # A list of full names, which are used in the generation of boss names. May be empty only if name parts is not empty. + # Default: [Biscuit], [Elisande], [Willow], [Bippy], [Butto], [Prim], [Tyrael], [Bajorno], [Michael Morbius], [Morbius], [Arun], [Panez], [Doomsday], [Vanamar], [WhatTheDrunk], [Lothrazar], [Chelly], [Chelicia], [Darsh], [Dariush], [Cheese E Piloza], [Bing], [Royal], [NoWayHere], [SwankyStella], [Isosahedron], [Asfalis], [Biz], [Icicle], [Darko], [Shadows], [Katarina], [Faellynna], [Diliviel], [Jank], [Albert], [Andrew], [Anderson], [Andy], [Allan], [Arthur], [Aaron], [Allison], [Arielle], [Amanda], [Anne], [Annie], [Amy], [Alana], [Brandon], [Brady], [Bernard], [Ben], [Benjamin], [Bob], [Bobette], [Brooke], [Brandy], [Beatrice], [Bea], [Bella], [Becky], [Carlton], [Carl], [Calvin], [Cameron], [Carson], [Chase], [Cassandra], [Cassie], [Cas], [Carol], [Carly], [Cherise], [Charlotte], [Cheryl], [Chasity], [Danny], [Drake], [Daniel], [Derrel], [David], [Dave], [Donovan], [Don], [Donald], [Drew], [Derrick], [Darla], [Donna], [Dora], [Danielle], [Edward], [Elliot], [Ed], [Edson], [Elton], [Eddison], [Earl], [Eric], [Ericson], [Eddie], [Ediovany], [Emma], [Elizabeth], [Eliza], [Esperanza], [Esper], [Esmeralda], [Emi], [Emily], [Elaine], [Fernando], [Ferdinand], [Fred], [Feddie], [Fredward], [Frank], [Franklin], [Felix], [Felicia], [Fran], [Greg], [Gregory], [George], [Gerald], [Gina], [Geraldine], [Gabby], [Hendrix], [Henry], [Hobbes], [Herbert], [Heath], [Henderson], [Helga], [Hera], [Helen], [Helena], [Hannah], [Ike], [Issac], [Israel], [Ismael], [Irlanda], [Isabelle], [Irene], [Irenia], [Jimmy], [Jim], [Justin], [Jacob], [Jake], [Jon], [Johnson], [Jonny], [Jonathan], [Josh], [Joshua], [Julian], [Jesus], [Jericho], [Jeb], [Jess], [Joan], [Jill], [Jillian], [Jessica], [Jennifer], [Jenny], [Jen], [Judy], [Kenneth], [Kenny], [Ken], [Keith], [Kevin], [Karen], [Kassandra], [Kassie], [Leonard], [Leo], [Leroy], [Lee], [Lenny], [Luke], [Lucas], [Liam], [Lorraine], [Latasha], [Lauren], [Laquisha], [Livia], [Lydia], [Lila], [Lilly], [Lillian], [Lilith], [Lana], [Mason], [Mike], [Mickey], [Mario], [Manny], [Mark], [Marcus], [Martin], [Marty], [Matthew], [Matt], [Max], [Maximillian], [Marth], [Mia], [Marriah], [Maddison], [Maddie], [Marissa], [Miranda], [Mary], [Martha], [Melonie], [Melody], [Mel], [Minnie], [Nathan], [Nathaniel], [Nate], [Ned], [Nick], [Norman], [Nicholas], [Natasha], [Nicki], [Nora], [Nelly], [Nina], [Orville], [Oliver], [Orlando], [Owen], [Olsen], [Odin], [Olaf], [Ortega], [Olivia], [Patrick], [Pat], [Paul], [Perry], [Pinnochio], [Patrice], [Patricia], [Pennie], [Petunia], [Patti], [Pernelle], [Quade], [Quincy], [Quentin], [Quinn], [Roberto], [Robbie], [Rob], [Robert], [Roy], [Roland], [Ronald], [Richard], [Rick], [Ricky], [Rose], [Rosa], [Rhonda], [Rebecca], [Roberta], [Sparky], [Shiloh], [Stephen], [Steve], [Saul], [Sheen], [Shane], [Sean], [Sampson], [Samuel], [Sammy], [Stefan], [Sasha], [Sam], [Susan], [Suzy], [Shelby], [Samantha], [Sheila], [Sharon], [Sally], [Stephanie], [Sandra], [Sandy], [Sage], [Tim], [Thomas], [Thompson], [Tyson], [Tyler], [Tom], [Tyrone], [Timmothy], [Tamara], [Tabby], [Tabitha], [Tessa], [Tiara], [Tyra], [Uriel], [Ursala], [Uma], [Victor], [Vincent], [Vince], [Vance], [Vinny], [Velma], [Victoria], [Veronica], [Wilson], [Wally], [Wallace], [Will], [Wilard], [William], [Wilhelm], [Xavier], [Xandra], [Young], [Yvonne], [Yolanda], [Zach], [Zachary] + S:Names < + Biscuit + Elisande + Willow + Bippy + Butto + Prim + Tyrael + Bajorno + Michael Morbius + Morbius + Arun + Panez + Doomsday + Vanamar + WhatTheDrunk + Lothrazar + Chelly + Chelicia + Darsh + Dariush + Cheese E Piloza + Bing + Royal + NoWayHere + SwankyStella + Isosahedron + Asfalis + Biz + Icicle + Darko + Shadows + Katarina + Faellynna + Diliviel + Jank + Albert + Andrew + Anderson + Andy + Allan + Arthur + Aaron + Allison + Arielle + Amanda + Anne + Annie + Amy + Alana + Brandon + Brady + Bernard + Ben + Benjamin + Bob + Bobette + Brooke + Brandy + Beatrice + Bea + Bella + Becky + Carlton + Carl + Calvin + Cameron + Carson + Chase + Cassandra + Cassie + Cas + Carol + Carly + Cherise + Charlotte + Cheryl + Chasity + Danny + Drake + Daniel + Derrel + David + Dave + Donovan + Don + Donald + Drew + Derrick + Darla + Donna + Dora + Danielle + Edward + Elliot + Ed + Edson + Elton + Eddison + Earl + Eric + Ericson + Eddie + Ediovany + Emma + Elizabeth + Eliza + Esperanza + Esper + Esmeralda + Emi + Emily + Elaine + Fernando + Ferdinand + Fred + Feddie + Fredward + Frank + Franklin + Felix + Felicia + Fran + Greg + Gregory + George + Gerald + Gina + Geraldine + Gabby + Hendrix + Henry + Hobbes + Herbert + Heath + Henderson + Helga + Hera + Helen + Helena + Hannah + Ike + Issac + Israel + Ismael + Irlanda + Isabelle + Irene + Irenia + Jimmy + Jim + Justin + Jacob + Jake + Jon + Johnson + Jonny + Jonathan + Josh + Joshua + Julian + Jesus + Jericho + Jeb + Jess + Joan + Jill + Jillian + Jessica + Jennifer + Jenny + Jen + Judy + Kenneth + Kenny + Ken + Keith + Kevin + Karen + Kassandra + Kassie + Leonard + Leo + Leroy + Lee + Lenny + Luke + Lucas + Liam + Lorraine + Latasha + Lauren + Laquisha + Livia + Lydia + Lila + Lilly + Lillian + Lilith + Lana + Mason + Mike + Mickey + Mario + Manny + Mark + Marcus + Martin + Marty + Matthew + Matt + Max + Maximillian + Marth + Mia + Marriah + Maddison + Maddie + Marissa + Miranda + Mary + Martha + Melonie + Melody + Mel + Minnie + Nathan + Nathaniel + Nate + Ned + Nick + Norman + Nicholas + Natasha + Nicki + Nora + Nelly + Nina + Orville + Oliver + Orlando + Owen + Olsen + Odin + Olaf + Ortega + Olivia + Patrick + Pat + Paul + Perry + Pinnochio + Patrice + Patricia + Pennie + Petunia + Patti + Pernelle + Quade + Quincy + Quentin + Quinn + Roberto + Robbie + Rob + Robert + Roy + Roland + Ronald + Richard + Rick + Ricky + Rose + Rosa + Rhonda + Rebecca + Roberta + Sparky + Shiloh + Stephen + Steve + Saul + Sheen + Shane + Sean + Sampson + Samuel + Sammy + Stefan + Sasha + Sam + Susan + Suzy + Shelby + Samantha + Sheila + Sharon + Sally + Stephanie + Sandra + Sandy + Sage + Tim + Thomas + Thompson + Tyson + Tyler + Tom + Tyrone + Timmothy + Tamara + Tabby + Tabitha + Tessa + Tiara + Tyra + Uriel + Ursala + Uma + Victor + Vincent + Vince + Vance + Vinny + Velma + Victoria + Veronica + Wilson + Wally + Wallace + Will + Wilard + William + Wilhelm + Xavier + Xandra + Young + Yvonne + Yolanda + Zach + Zachary + > + + # A list of name pieces, which can be spliced together to create full names. May be empty only if names is not empty. + # Default: [Prim], [Morb], [Ius], [Kat], [Chel], [Bing], [Darsh], [Jank], [Dark], [Osto], [Grab], [Thar], [Ger], [Ald], [Mas], [On], [O], [Din], [Thor], [Jon], [Ath], [Burb], [En], [A], [E], [I], [U], [Hab], [Bloo], [Ena], [Dit], [Aph], [Ern], [Bor], [Dav], [Id], [Toast], [Son], [For], [Wen], [Lob], [Van], [Zap], [Ear], [Ben], [Don], [Bran], [Gro], [Jen], [Bob], [Ette], [Ere], [Man], [Qua], [Bro], [Cree], [Per], [Skel], [Ton], [Zom], [Bie], [Wolf], [End], [Er], [Pig], [Sil], [Ver], [Fish], [Cow], [Chic], [Ken], [Sheep], [Squid], [Hell], [Dra], [Gor], [Nyx], [Fae], [Lux], [Vex], [Hex], [Rune], [Frost], [Flame], [Storm], [Shade], [Dawn], [Dusk], [Ash], [Mist], [Might], [Fury], [Rage], [Doom], [Grim], [Void], [Rend], [Slay], [Ar], [Or], [Ur], [El], [Al], [Im], [Un], [En], [Ix], [Ox], [Dire], [Dark], [Bright], [Swift], [Glow], [Shine], [Gleam], [Spark] + S:"Name Parts" < + Prim + Morb + Ius + Kat + Chel + Bing + Darsh + Jank + Dark + Osto + Grab + Thar + Ger + Ald + Mas + On + O + Din + Thor + Jon + Ath + Burb + En + A + E + I + U + Hab + Bloo + Ena + Dit + Aph + Ern + Bor + Dav + Id + Toast + Son + For + Wen + Lob + Van + Zap + Ear + Ben + Don + Bran + Gro + Jen + Bob + Ette + Ere + Man + Qua + Bro + Cree + Per + Skel + Ton + Zom + Bie + Wolf + End + Er + Pig + Sil + Ver + Fish + Cow + Chic + Ken + Sheep + Squid + Hell + Dra + Gor + Nyx + Fae + Lux + Vex + Hex + Rune + Frost + Flame + Storm + Shade + Dawn + Dusk + Ash + Mist + Might + Fury + Rage + Doom + Grim + Void + Rend + Slay + Ar + Or + Ur + El + Al + Im + Un + En + Ix + Ox + Dire + Dark + Bright + Swift + Glow + Shine + Gleam + Spark + > + + # A list of prefixes, which are used in the generation of boss names. May be empty. + # Default: [Dr. Michael], [Sir], [Mister], [Madam], [Doctor], [Father], [Mother], [Poppa], [Lord], [Lady], [Overseer], [Professor], [Mr.], [Mr. President], [Duke], [Duchess], [Dame], [The Honorable], [Chancellor], [Vice-Chancellor], [His Holiness], [Reverend], [Count], [Viscount], [Earl], [Captain], [Major], [General], [Senpai], [Discount] + S:Prefixes < + Dr. Michael + Sir + Mister + Madam + Doctor + Father + Mother + Poppa + Lord + Lady + Overseer + Professor + Mr. + Mr. President + Duke + Duchess + Dame + The Honorable + Chancellor + Vice-Chancellor + His Holiness + Reverend + Count + Viscount + Earl + Captain + Major + General + Senpai + Discount + > + + # A list of suffixes, which are used in the generation of boss names. A suffix is always preceeded by "The". May be empty. + # Default: [Morbius], [Dragonborn], [Rejected], [Mighty], [Supreme], [Superior], [Ultimate], [Lame], [Wimpy], [Curious], [Sneaky], [Pathetic], [Crying], [Eagle], [Errant], [Unholy], [Questionable], [Mean], [Hungry], [Thirsty], [Feeble], [Wise], [Sage], [Magical], [Mythical], [Legendary], [Not Very Nice], [Jerk], [Doctor], [Misunderstood], [Angry], [Knight], [Bishop], [Godly], [Special], [Toasty], [Shiny], [Shimmering], [Light], [Dark], [Odd-Smelling], [Funky], [Rock Smasher], [Son of Herobrine], [Cracked], [Sticky], [§kAlien§r], [Baby], [Manly], [Rough], [Scary], [Undoubtable], [Honest], [Non-Suspicious], [Boring], [Odd], [Lazy], [Super], [Nifty], [Ogre Slayer], [Pig Thief], [Dirt Digger], [Really Cool], [Doominator], [... Something], [Extra-Fishy], [Gorilla Slaughterer], [Marbles Winner], [AC Rizzlord], [President], [Burger Chef], [Professional Animator], [Cheese Sprayer], [Happiness Advocate], [Ghost Hunter], [Head of Potatoes], [Ninja], [Warrior], [Pyromancer], [Trombone Player], [Airport Technician], [Grand Magistrix], [Starved], [Terrifying], [Expert Cloud Watcher], [Cookie Enthusiast], [Grass Toucher], [Coffee Addict], [Mildly Confused] + S:Suffixes < + Morbius + Dragonborn + Rejected + Mighty + Supreme + Superior + Ultimate + Lame + Wimpy + Curious + Sneaky + Pathetic + Crying + Eagle + Errant + Unholy + Questionable + Mean + Hungry + Thirsty + Feeble + Wise + Sage + Magical + Mythical + Legendary + Not Very Nice + Jerk + Doctor + Misunderstood + Angry + Knight + Bishop + Godly + Special + Toasty + Shiny + Shimmering + Light + Dark + Odd-Smelling + Funky + Rock Smasher + Son of Herobrine + Cracked + Sticky + §kAlien§r + Baby + Manly + Rough + Scary + Undoubtable + Honest + Non-Suspicious + Boring + Odd + Lazy + Super + Nifty + Ogre Slayer + Pig Thief + Dirt Digger + Really Cool + Doominator + ... Something + Extra-Fishy + Gorilla Slaughterer + Marbles Winner + AC Rizzlord + President + Burger Chef + Professional Animator + Cheese Sprayer + Happiness Advocate + Ghost Hunter + Head of Potatoes + Ninja + Warrior + Pyromancer + Trombone Player + Airport Technician + Grand Magistrix + Starved + Terrifying + Expert Cloud Watcher + Cookie Enthusiast + Grass Toucher + Coffee Addict + Mildly Confused + > +} + + +items { + # A list of root names for helms, used in the generation of item names. May not be empty. + # Default: [Helmet], [Cap], [Crown], [Great Helm], [Bassinet], [Sallet], [Close Helm], [Barbute] + S:Helms < + Helmet + Cap + Crown + Great Helm + Bassinet + Sallet + Close Helm + Barbute + > + + # A list of root names for chestplates, used in the generation of item names. May not be empty. + # Default: [Chestplate], [Tunic], [Brigandine], [Hauberk], [Cuirass] + S:chestplates < + Chestplate + Tunic + Brigandine + Hauberk + Cuirass + > + + # A list of root names for leggings, used in the generation of item names. May not be empty. + # Default: [Leggings], [Pants], [Tassets], [Cuisses], [Schynbalds] + S:leggings < + Leggings + Pants + Tassets + Cuisses + Schynbalds + > + + # A list of root names for boots, used in the generation of item names. May not be empty. + # Default: [Boots], [Shoes], [Greaves], [Sabatons], [Sollerets] + S:boots < + Boots + Shoes + Greaves + Sabatons + Sollerets + > + + # A list of root names for swords, used in the generation of item names. May not be empty. + # Default: [Sword], [Cutter], [Slicer], [Dicer], [Knife], [Blade], [Machete], [Brand], [Claymore], [Cutlass], [Foil], [Dagger], [Glaive], [Rapier], [Saber], [Scimitar], [Shortsword], [Longsword], [Broadsword], [Calibur] + S:swords < + Sword + Cutter + Slicer + Dicer + Knife + Blade + Machete + Brand + Claymore + Cutlass + Foil + Dagger + Glaive + Rapier + Saber + Scimitar + Shortsword + Longsword + Broadsword + Calibur + > + + # A list of root names for axes, used in the generation of item names. May not be empty. + # Default: [Axe], [Chopper], [Hatchet], [Tomahawk], [Cleaver], [Hacker], [Tree-Cutter], [Truncator] + S:axes < + Axe + Chopper + Hatchet + Tomahawk + Cleaver + Hacker + Tree-Cutter + Truncator + > + + # A list of root names for pickaxes, used in the generation of item names. May not be empty. + # Default: [Pickaxe], [Pick], [Mattock], [Rock-Smasher], [Miner] + S:pickaxes < + Pickaxe + Pick + Mattock + Rock-Smasher + Miner + > + + # A list of root names for shovels, used in the generation of item names. May not be empty. + # Default: [Shovel], [Spade], [Digger], [Excavator], [Trowel], [Scoop] + S:shovels < + Shovel + Spade + Digger + Excavator + Trowel + Scoop + > + + # A list of root names for bows, used in the generation of item names. May not be empty. + # Default: [Bow], [Shortbow], [Longbow], [Flatbow], [Recurve Bow], [Reflex Bow], [Self Bow], [Composite Bow], [Arrow-Flinger] + S:bows < + Bow + Shortbow + Longbow + Flatbow + Recurve Bow + Reflex Bow + Self Bow + Composite Bow + Arrow-Flinger + > + + # A list of root names for shields, used in the generation of item names. May not be empty. + # Default: [Shield], [Buckler], [Targe], [Greatshield], [Blockade], [Bulwark], [Tower Shield], [Protector], [Aegis] + S:shields < + Shield + Buckler + Targe + Greatshield + Blockade + Bulwark + Tower Shield + Protector + Aegis + > +} + + +tools { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:claymore + # + # Default: [ + S:irons_spellbooks_claymore < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:fluix_axe, ae2:fluix_hoe, ae2:fluix_shovel, ae2:fluix_pickaxe, ae2:fluix_sword + # + # Default: [ + S:ae2_fluix_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:nether_quartz_axe, ae2:nether_quartz_hoe, ae2:nether_quartz_shovel, ae2:nether_quartz_pickaxe, ae2:nether_quartz_sword + # + # Default: [ + S:ae2_nether_quartz_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:mithril_sword + # + # Default: [ + S:endersequipment_mithril_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:spectral_blade + # + # Default: [ + S:endersequipment_spectral_blade < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:chorussword + # + # Default: [ + S:endersequipment_chorussword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:heartbeat + # + # Default: [ + S:endersequipment_heartbeat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:grovekeeper + # + # Default: [ + S:endersequipment_grovekeeper < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:misery + # + # Default: [ + S:irons_spellbooks_misery < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:void_forge, cataclysm:infernal_forge + # + # Default: [ + S:cataclysm_void_forge < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, farmersdelight:netherite_knife + # + # Default: [ + S:NETHERITE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_greatsword + # + # Default: [ + S:endersequipment_countersteel_greatsword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:amethyst_rapier + # + # Default: [ + S:irons_spellbooks_amethyst_rapier < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, farmersdelight:golden_knife + # + # Default: [ + S:GOLD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:black_steel_sword, cataclysm:black_steel_shovel, cataclysm:black_steel_pickaxe, cataclysm:black_steel_axe, cataclysm:black_steel_hoe + # + # Default: [ + S:cataclysm_black_steel_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:spellbreaker + # + # Default: [ + S:irons_spellbooks_spellbreaker < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, farmersdelight:iron_knife + # + # Default: [ + S:IRON < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:broken_promise + # + # Default: [ + S:endersequipment_broken_promise < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:keeper_flamberge + # + # Default: [ + S:irons_spellbooks_keeper_flamberge < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_sword + # + # Default: [ + S:endersequipment_countersteel_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:the_dark + # + # Default: [ + S:endersequipment_the_dark < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:bloodthirst + # + # Default: [ + S:endersequipment_bloodthirst < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wooden_sword, minecraft:wooden_shovel, minecraft:wooden_pickaxe, minecraft:wooden_axe, minecraft:wooden_hoe, refurbished_furniture:spatula + # + # Default: [ + S:WOOD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:monstrous_flamberge + # + # Default: [ + S:cataclysm_spellbooks_monstrous_flamberge < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:the_light + # + # Default: [ + S:endersequipment_the_light < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:molten + # + # Default: [ + S:endersequipment_molten < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, farmersdelight:diamond_knife + # + # Default: [ + S:DIAMOND < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_dagger + # + # Default: [ + S:endersequipment_countersteel_dagger < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, cataclysm:athame, refurbished_furniture:knife + # + # Default: [ + S:STONE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:judgement + # + # Default: [ + S:endersequipment_judgement < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:overchargedcore + # + # Default: [ + S:endersequipment_overchargedcore < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: farmersdelight:flint_knife + # + # Default: [ + S:farmersdelight_flint_knife < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ae2:certus_quartz_axe, ae2:certus_quartz_hoe, ae2:certus_quartz_shovel, ae2:certus_quartz_pickaxe, ae2:certus_quartz_sword + # + # Default: [ + S:ae2_certus_quartz_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:khopesh + # + # Default: [ + S:cataclysm_khopesh < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:scythe_of_rotted_dreams + # + # Default: [ + S:endersequipment_scythe_of_rotted_dreams < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:hailstorm + # + # Default: [ + S:endersequipment_hailstorm < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:runic_sword + # + # Default: [ + S:endersequipment_runic_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:magehunter + # + # Default: [ + S:irons_spellbooks_magehunter < + > +} + + +armors { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, minecraft:leather_horse_armor + # + # Default: [Leather], [Rawhide], [Lamellar], [Cow Skin] + S:minecraft_leather_helmet < + Leather + Rawhide + Lamellar + Cow Skin + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:turtle_helmet + # + # Default: [Tortollan], [Very Tragic], [Environmental], [Organic] + S:minecraft_turtle_helmet < + Tortollan + Very Tragic + Environmental + Organic + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:speed_boots + # + # Default: [ + S:irons_spellbooks_speed_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:ignis_helmet, cataclysm_spellbooks:ignis_chestplate, cataclysm_spellbooks:ignis_chestplate_elytra, cataclysm_spellbooks:ignis_leggings, cataclysm_spellbooks:ignis_boots + # + # Default: [ + S:cataclysm_spellbooks_ignis_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:paladin_chestplate + # + # Default: [ + S:irons_spellbooks_paladin_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:gold_crown + # + # Default: [ + S:irons_spellbooks_gold_crown < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: advanced_ae:quantum_helmet, advanced_ae:quantum_chestplate, advanced_ae:quantum_leggings, advanced_ae:quantum_boots + # + # Default: [ + S:advanced_ae_quantum_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:cursium_mage_circlet, cataclysm_spellbooks:cursium_mage_chestplate, cataclysm_spellbooks:cursium_mage_elytra, cataclysm_spellbooks:cursium_mage_skirt, cataclysm_spellbooks:cursium_mage_boots + # + # Default: [ + S:cataclysm_spellbooks_cursium_mage_circlet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_helmet, minecraft:netherite_chestplate, minecraft:netherite_leggings, minecraft:netherite_boots, cataclysm:monstrous_helm + # + # Default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged] + S:minecraft_netherite_helmet < + Burnt + Embered + Fiery + Hellborn + Flameforged + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_helmet, minecraft:golden_chestplate, minecraft:golden_leggings, minecraft:golden_boots, minecraft:golden_horse_armor + # + # Default: [Golden], [Gold], [Gilt], [Auric], [Ornate] + S:minecraft_golden_helmet < + Golden + Gold + Gilt + Auric + Ornate + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:bone_reptile_helmet, cataclysm:bone_reptile_chestplate + # + # Default: [ + S:cataclysm_bone_reptile_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm_spellbooks:abyssal_warlock_helmet, cataclysm_spellbooks:abyssal_warlock_mask, cataclysm_spellbooks:abyssal_warlock_chestplate, cataclysm_spellbooks:abyssal_warlock_leggings, cataclysm_spellbooks:abyssal_warlock_boots + # + # Default: [ + S:cataclysm_spellbooks_abyssal_warlock_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:bloom_stone_pauldrons + # + # Default: [ + S:cataclysm_bloom_stone_pauldrons < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:wandering_magician_helmet, irons_spellbooks:wandering_magician_chestplate, irons_spellbooks:wandering_magician_leggings, irons_spellbooks:wandering_magician_boots + # + # Default: [ + S:irons_spellbooks_wandering_magician_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: aero_additions:windmaker_headpiece, aero_additions:windmaker_robes, aero_additions:windmaker_leggings, aero_additions:windmaker_boots, nameless_necromancy:nameless_helmet, nameless_necromancy:nameless_chestplate, nameless_necromancy:nameless_leggings, nameless_necromancy:nameless_boots, irons_spellbooks:pyromancer_helmet, irons_spellbooks:pyromancer_chestplate, irons_spellbooks:pyromancer_leggings, irons_spellbooks:pyromancer_boots, irons_spellbooks:electromancer_helmet, irons_spellbooks:electromancer_chestplate, irons_spellbooks:electromancer_leggings, irons_spellbooks:electromancer_boots, irons_spellbooks:archevoker_helmet, irons_spellbooks:archevoker_chestplate, irons_spellbooks:archevoker_leggings, irons_spellbooks:archevoker_boots, irons_spellbooks:cultist_helmet, irons_spellbooks:cultist_chestplate, irons_spellbooks:cultist_leggings, irons_spellbooks:cultist_boots, irons_spellbooks:cryomancer_helmet, irons_spellbooks:cryomancer_chestplate, irons_spellbooks:cryomancer_leggings, irons_spellbooks:cryomancer_boots, irons_spellbooks:shadowwalker_helmet, irons_spellbooks:shadowwalker_chestplate, irons_spellbooks:shadowwalker_leggings, irons_spellbooks:shadowwalker_boots, irons_spellbooks:priest_helmet, irons_spellbooks:priest_chestplate, irons_spellbooks:priest_leggings, irons_spellbooks:priest_boots, irons_spellbooks:plagued_helmet, irons_spellbooks:plagued_chestplate, irons_spellbooks:plagued_leggings, irons_spellbooks:plagued_boots + # + # Default: [ + S:aero_additions_windmaker_headpiece < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wolf_armor + # + # Default: [ + S:minecraft_wolf_armor < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:chainmail_helmet, minecraft:chainmail_chestplate, minecraft:chainmail_leggings, minecraft:chainmail_boots + # + # Default: [Chainmail], [Chain], [Chain Link], [Scale] + S:minecraft_chainmail_helmet < + Chainmail + Chain + Chain Link + Scale + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:ignitium_helmet, cataclysm:ignitium_chestplate, cataclysm:ignitium_elytra_chestplate, cataclysm:ignitium_leggings, cataclysm:ignitium_boots + # + # Default: [ + S:cataclysm_ignitium_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:pumpkin_helmet, irons_spellbooks:pumpkin_chestplate, irons_spellbooks:pumpkin_leggings, irons_spellbooks:pumpkin_boots + # + # Default: [ + S:irons_spellbooks_pumpkin_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, minecraft:iron_horse_armor + # + # Default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron] + S:minecraft_iron_helmet < + Iron + Steel + Ferrous + Rusty + Wrought Iron + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:shulker_shell + # + # Default: [ + S:minecraft_shulker_shell < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:tarnished_helmet + # + # Default: [ + S:irons_spellbooks_tarnished_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cataclysm:cursium_helmet, cataclysm:cursium_chestplate, cataclysm:cursium_leggings, cataclysm:cursium_boots + # + # Default: [ + S:cataclysm_cursium_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: irons_spellbooks:netherite_mage_helmet, irons_spellbooks:netherite_mage_chestplate, irons_spellbooks:netherite_mage_leggings, irons_spellbooks:netherite_mage_boots + # + # Default: [ + S:irons_spellbooks_netherite_mage_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: endersequipment:countersteel_helmet, endersequipment:countersteel_chestplate, endersequipment:countersteel_leggings, endersequipment:countersteel_boots + # + # Default: [ + S:endersequipment_countersteel_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots, minecraft:diamond_horse_armor + # + # Default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal] + S:minecraft_diamond_helmet < + Diamond + Zircon + Gemstone + Jewel + Crystal + > +} + + +formatting { + # The format string that will be used when a suffix is applied. + # Default: %s the %s + S:"Suffix Format"=%s the %s + + # The format string that will be used to indicate ownership. + # Default: %s's + S:"Ownership Format"=%s's +} + + diff --git a/server/config/apothic_spawners.cfg b/server/config/apothic_spawners.cfg new file mode 100644 index 0000000..9b967b9 --- /dev/null +++ b/server/config/apothic_spawners.cfg @@ -0,0 +1,43 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Spawner Module Configuration + +general { + # The level of silk touch needed to harvest a spawner. Set to -1 to disable, 0 to always drop. The enchantment module can increase the max level of silk touch. + # Synced. + # Default: 1; Range: [-1 ~ 127] + I:"Spawner Silk Level"=1 + + # The durability damage dealt to an item that silk touches a spawner. + # Server-authoritative. + # Default: 100; Range: [0 ~ 100000] + I:"Spawner Silk Damage"=100 + + # The per-level drop chance (1 = 100%) of Spawn Eggs when using Capturing. + # Synced. + # Default: 0.005; Range: [0.001 ~ 1.0] + S:"Capturing Drop Chance"=0.005 + + # If spawners should clear their contained entity when broken. + # Server-authoritative. + # Default: false + B:"Spawners Drop Empty"=false + + # The time, in ticks, that mobs will be prevented from despawning for after they have spawned. + # Server-authoritative. + # Default: 600; Range: [0 ~ 24000] + I:"Entity Despawn Delay"=600 +} + + +spawn_eggs { + # A list of entity registry names that cannot be applied to spawners via egg. Supports regex. + # Synced. + # Default: [minecraft:warden], [minecraft:elder_guardian] + S:"Banned Mobs" < + minecraft:warden + minecraft:elder_guardian + > +} + + diff --git a/server/config/appleskin-client.toml b/server/config/appleskin-client.toml new file mode 100644 index 0000000..c909882 --- /dev/null +++ b/server/config/appleskin-client.toml @@ -0,0 +1,23 @@ +[client] + #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 your current saturation level overlayed on the hunger bar + showSaturationHudOverlay = true + #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, enables the hunger/saturation/health overlays for food in your off-hand + showFoodValuesHudOverlayWhenOffhand = true + #If true, shows your food exhaustion as a progress bar behind the hunger bars + showFoodExhaustionHudUnderlay = true + #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay + showFoodStatsInDebugOverlay = true + #If true, shows estimated health restored by food on the health bar + showFoodHealthHudOverlay = true + #If true, health/hunger overlay will shake to match Minecraft's icon animations + showVanillaAnimationsOverlay = true + #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + # Default: 0.65 + # Range: 0.0 ~ 1.0 + maxHudOverlayFlashAlpha = 0.65 diff --git a/server/config/auroras-startup.toml b/server/config/auroras-startup.toml new file mode 100644 index 0000000..232f2bf --- /dev/null +++ b/server/config/auroras-startup.toml @@ -0,0 +1,19 @@ +[General] + #Global toggle for controlling aurora detail. + globalDetailOverride = false + #Global toggle for controlling aurora appearance frequency. + globalVisibilityOctavesOverride = false + #If set to true, then the configs will update every mod update. Set to false if you want to manage config changes yourself. + globalShouldAutoUpdate = true + #How high of a resolution should the aurora render in? Lower value = lower resolution and quality but more FPS. + # Default: 150 + # Range: > 0 + auroraDetail = 150 + #How frequent the aurora should be visible. Under normal circumstances there can be many continuous days without auroras and vice versa. Lower value = more variable. If -1, then it's visible every night. + # Default: 1 + # Range: > -1 + auroraVisibilityOctaves = 1 + #Aurora render distance. + # Default: 500.0 + # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + auroraRenderDistance = 500.0 diff --git a/server/config/auroras/aether.json b/server/config/auroras/aether.json new file mode 100644 index 0000000..220b368 --- /dev/null +++ b/server/config/auroras/aether.json @@ -0,0 +1,60 @@ +{ + "version": "1.6.2", + "shouldAutoUpdate": true, + "allowedDimensions": [ + "aether:the_aether", + "aether_ii:aether_highlands" + ], + "allowedBiomes": [], + "equatorZ": 0, + "blocks90": 20000, + "ignoreStarBrightness": false, + "endlessPoles": false, + "auroraHeightOffset": -2000, + "pixelStyle": true, + "auroraDetail": 200, + "yearLength": 365, + "auroraWaveOctaves": 1, + "auroraWaveAmplitude": 1200, + "auroraWaveFrequency": 25, + "auroraWaveSpeed": 1.0E-6, + "auroraHeightOctaves": 1, + "auroraHeightFrequency": 100, + "auroraHeightSpeed": 2.0E-6, + "auroraHeightAmplitudeTop": 3000, + "auroraHeightAmplitudeMid": 500, + "auroraHeightAmplitudeLower": 200, + "auroraWidth": 0.5, + "auroraHeight": 0.02, + "auroraFrequency": 1, + "auroraWidthRadius": 0.5, + "auroraLengthRadius": 0.5, + "auroraDistanceFactor": 1.5, + "auroraMaxPoleOffset": 5000, + "auroraRotationSpeed": 0.5, + "auroraVisiblityOctaves": 1, + "aboveHeadPosition": false, + "playerMovementFactor": 1.0E-4, + "playerAltitudeFactor": 1, + "auroraBandDistanceFactor": 1600, + "auroraAmountOctaves": 4, + "auroraAmountAmplitude": 1, + "auroraColorUpdateSpeed": 1, + "blueLayerFactorExtra": 0.5, + "redLayerFactorExtra": 1, + "redLayerFactor": 2, + "greenLayerFactor": 6, + "blueLayerFactor": -1, + "topColorCycle": 1200, + "midColorCycle": 1200, + "lowerColorCycle": 1200, + "topColorOctaves": 2, + "midColorOctaves": 3, + "lowerColorOctaves": 1, + "topColorHSBMin": 0.0, + "topColorHSBMax": 0.05, + "midColorHSBMin": 0.22, + "midColorHSBMax": 0.41, + "lowerColorHSBMin": 0.6, + "lowerColorHSBMax": 0.88 +} \ No newline at end of file diff --git a/server/config/auroras/overworld.json b/server/config/auroras/overworld.json new file mode 100644 index 0000000..a5f3e24 --- /dev/null +++ b/server/config/auroras/overworld.json @@ -0,0 +1,59 @@ +{ + "version": "1.6.2", + "shouldAutoUpdate": true, + "allowedDimensions": [ + "minecraft:overworld" + ], + "allowedBiomes": [], + "equatorZ": 10000.0, + "blocks90": 20000.0, + "ignoreStarBrightness": false, + "endlessPoles": false, + "auroraHeightOffset": -4000.0, + "pixelStyle": true, + "auroraDetail": 200, + "yearLength": 365, + "auroraWaveOctaves": 1, + "auroraWaveAmplitude": 1200.0, + "auroraWaveFrequency": 25.0, + "auroraWaveSpeed": 1.0E-6, + "auroraHeightOctaves": 1, + "auroraHeightFrequency": 100.0, + "auroraHeightSpeed": 2.0E-6, + "auroraHeightAmplitudeTop": 3000.0, + "auroraHeightAmplitudeMid": 500.0, + "auroraHeightAmplitudeLower": 200.0, + "auroraWidth": 0.5, + "auroraHeight": 0.02, + "auroraFrequency": 1.0, + "auroraWidthRadius": 0.5, + "auroraLengthRadius": 0.5, + "auroraDistanceFactor": 1.5, + "auroraMaxPoleOffset": 5000.0, + "auroraRotationSpeed": 0.5, + "auroraVisibilityOctaves": 1, + "aboveHeadPosition": false, + "playerMovementFactor": 1.0E-4, + "playerAltitudeFactor": 1.0, + "auroraBandDistanceFactor": 1600.0, + "auroraAmountOctaves": 4, + "auroraAmountAmplitude": 1.0, + "auroraColorUpdateSpeed": 1.0, + "blueLayerFactorExtra": 0.5, + "redLayerFactorExtra": 1.0, + "redLayerFactor": 2.0, + "greenLayerFactor": 6.0, + "blueLayerFactor": -1.0, + "topColorCycle": 1200, + "midColorCycle": 1200, + "lowerColorCycle": 1200, + "topColorOctaves": 2, + "midColorOctaves": 3, + "lowerColorOctaves": 1, + "topColorHSBMin": 0.0, + "topColorHSBMax": 0.05, + "midColorHSBMin": 0.22, + "midColorHSBMax": 0.41, + "lowerColorHSBMin": 0.6, + "lowerColorHSBMax": 0.88 +} \ No newline at end of file diff --git a/server/config/auroras/the_end.json b/server/config/auroras/the_end.json new file mode 100644 index 0000000..b76166d --- /dev/null +++ b/server/config/auroras/the_end.json @@ -0,0 +1,59 @@ +{ + "version": "1.6.2", + "shouldAutoUpdate": true, + "allowedDimensions": [ + "minecraft:the_end" + ], + "allowedBiomes": [], + "equatorZ": 0, + "blocks90": 20000, + "ignoreStarBrightness": true, + "endlessPoles": true, + "auroraHeightOffset": -6000, + "pixelStyle": true, + "auroraDetail": 200, + "yearLength": 365, + "auroraWaveOctaves": 1, + "auroraWaveAmplitude": 1200, + "auroraWaveFrequency": 25, + "auroraWaveSpeed": 1.0E-6, + "auroraHeightOctaves": 1, + "auroraHeightFrequency": 100, + "auroraHeightSpeed": 2.0E-6, + "auroraHeightAmplitudeTop": 3000, + "auroraHeightAmplitudeMid": 500, + "auroraHeightAmplitudeLower": 200, + "auroraWidth": 0.5, + "auroraHeight": 0.02, + "auroraFrequency": 1, + "auroraWidthRadius": 0.5, + "auroraLengthRadius": 0.5, + "auroraDistanceFactor": 1.5, + "auroraMaxPoleOffset": 5000, + "auroraRotationSpeed": 0.5, + "auroraVisiblityOctaves": 1, + "aboveHeadPosition": true, + "playerMovementFactor": 1.0E-4, + "playerAltitudeFactor": 1, + "auroraBandDistanceFactor": 1600, + "auroraAmountOctaves": 4, + "auroraAmountAmplitude": 1, + "auroraColorUpdateSpeed": 1, + "blueLayerFactorExtra": 0.5, + "redLayerFactorExtra": 1, + "redLayerFactor": 2, + "greenLayerFactor": 6, + "blueLayerFactor": -1, + "topColorCycle": 1200, + "midColorCycle": 1200, + "lowerColorCycle": 1200, + "topColorOctaves": 2, + "midColorOctaves": 3, + "lowerColorOctaves": 1, + "topColorHSBMin": 0.83, + "topColorHSBMax": 0.9, + "midColorHSBMin": 0.7, + "midColorHSBMax": 0.83, + "lowerColorHSBMin": 0.64, + "lowerColorHSBMax": 0.83 +} \ No newline at end of file diff --git a/server/config/azurelib.json b/server/config/azurelib.json new file mode 100644 index 0000000..410bd55 --- /dev/null +++ b/server/config/azurelib.json @@ -0,0 +1,3 @@ +{ + "useVanillaUseKey": true +} \ No newline at end of file diff --git a/server/config/balm-common.toml b/server/config/balm-common.toml new file mode 100644 index 0000000..483bd98 --- /dev/null +++ b/server/config/balm-common.toml @@ -0,0 +1,30 @@ +#This is an example boolean property +exampleBoolean = true +#This is an example int property +# Default: 42 +# Range: > -2147483648 +exampleInt = 42 +#This is an example string property +exampleString = "Hello World" +#This is an example multiline string property +exampleMultilineString = "Hello World" +#This is an example enum property +#Allowed Values: Hello, World +exampleEnum = "Hello" +#This is an example string list property +exampleStringList = ["Hello", "World"] +#This is an example resource location set property +exampleResourceLocationSet = ["minecraft:diamond", "minecraft:dirt"] +#This is an example int list property +exampleIntList = [12, 24] +#This is an example enum list property +exampleEnumList = ["Hello", "World"] + +[exampleCategory] + #This is an example category + #This is an example string inside a category + innerField = "I am inside" + #This is an example float inside a category + # Default: 42.84000015258789 + # Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 + exampleFloat = 42.84000015258789 diff --git a/server/config/betteradvancements-client.toml b/server/config/betteradvancements-client.toml new file mode 100644 index 0000000..6f9c70a --- /dev/null +++ b/server/config/betteradvancements-client.toml @@ -0,0 +1,24 @@ +defaultUncompletedIconColor = "#FFFFFF" +defaultUncompletedTitleColor = "#0489C1" +defaultCompletedIconColor = "#DBA213" +defaultCompletedTitleColor = "#DBA213" +doAdvancementsBackgroundFade = true +showDebugCoordinates = false +orderTabsAlphabetically = false +#Values below 50% might give odd results, use on own risk ;) +# Default: 100 +# Range: 1 ~ 100 +uiScaling = 100 +#Lists the criteria for partially completed advancements, e.g. the biomes required for 'Adventuring Time' +# Off: Vanilla default +# Default: List which criteria you have already obtained +# Spoiler: Only reveal unobtained criteria +# All: Show both obtained and unobtained criteria +criteriaDetail = "Default" +criteriaDetailRequiresShift = false +addInventoryButton = false +defaultDrawDirectLines = false +defaultHideLines = false +defaultCompletedLineColor = "#FFFFFF" +defaultUncompletedLineColor = "#FFFFFF" +onlyUseAboveAdvancementTabs = false diff --git a/server/config/betterchunkloading.json b/server/config/betterchunkloading.json new file mode 100644 index 0000000..e7ef4a3 --- /dev/null +++ b/server/config/betterchunkloading.json @@ -0,0 +1,42 @@ +{ + "enablePrediction": { + "desc:": "Enables predictive chunkloading, which predicts player movement and preloads an area in movement direction: default:true", + "enablePrediction": true + }, + "predictionLoadingSpeed": { + "desc:": "Set a modifier to prediction area loading speed, increasing the value increases the speed at which chunks load around the player. Note that faster loading also means higher impact on TPS. range: [0.01 -> 10.0], default: 1.0", + "predictionLoadingSpeed": 1.0 + }, + "predictionarea": { + "desc:": "Size of the area marked for preloading: default:7 chunks, max: 32, min: 2", + "predictionarea": 7 + }, + "enableSmartChunkLoading": { + "desc:": "Enables smart chunkloading around the player, which dynamically loads the around the player : default:true", + "enableSmartChunkLoading": true + }, + "smartChunkLoadingSpeed": { + "desc:": "Set a modifier to smart chunkloading speed, increasing the value increases the speed at which chunks load around the player. Note that faster loading also means higher impact on TPS. range: [0.01 -> 10.0], default: 1.0", + "smartChunkLoadingSpeed": 1.0 + }, + "preventWalkUnloaded": { + "desc:": "Prevents players from moving into unloaded areas on serverside, which stalls the server and forceloads the chunk: default:true", + "preventWalkUnloaded": true + }, + "enableSmartPostProcessing": { + "desc:": "Enables smart post processing, which slightly improves the general chunk loading speed by waiting with post processing(e.g. fluid updates) until neighbouring chunks are loaded: default:true", + "enableSmartPostProcessing": true + }, + "enableFasterChunkTasks": { + "desc:": "Enables faster worldgen tasks: default:false", + "enableFasterChunkTasks": false + }, + "optimizeWaiting": { + "desc:": "Optimizes time the world is stalled while waiting for a chunk: default:true", + "optimizeWaiting": true + }, + "debugLogging": { + "desc:": "Enables debug logging to show chunk loading changes: default:false", + "debugLogging": false + } +} \ No newline at end of file diff --git a/server/config/bettercombat/client.json5 b/server/config/bettercombat/client.json5 new file mode 100644 index 0000000..44fae48 --- /dev/null +++ b/server/config/bettercombat/client.json5 @@ -0,0 +1,17 @@ +{ + "isHoldToAttackEnabled": true, + "isMiningWithWeaponsEnabled": true, + "isSwingThruGrassEnabled": true, + "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, + "isHighlightCrosshairEnabled": true, + "hudHighlightColor": 16711680, + "isShowingArmsInFirstPerson": false, + "isShowingOtherHandFirstPerson": true, + "isSweepingParticleEnabled": true, + "isTooltipAttackRangeEnabled": true, + "weaponSwingSoundVolume": 100, + "isDebugOBBEnabled": true, + "swingThruGrassBlacklist": "farmersdelight", + "mineWithWeaponBlacklist": "", + "firstPersonAnimations": "AUTO" +} \ No newline at end of file diff --git a/server/config/bettercombat/fallback_compatibility.json b/server/config/bettercombat/fallback_compatibility.json new file mode 100644 index 0000000..75440c6 --- /dev/null +++ b/server/config/bettercombat/fallback_compatibility.json @@ -0,0 +1,116 @@ +{ + "schema_version": 1, + "blacklist_item_id_regex": "pickaxe", + "fallback_compatibility": [ + { + "item_id_regex": "claymore|great_sword|greatsword", + "weapon_attributes": "bettercombat:claymore" + }, + { + "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", + "weapon_attributes": "bettercombat:hammer" + }, + { + "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", + "weapon_attributes": "bettercombat:double_axe" + }, + { + "item_id_regex": "scythe", + "weapon_attributes": "bettercombat:scythe" + }, + { + "item_id_regex": "halberd", + "weapon_attributes": "bettercombat:halberd" + }, + { + "item_id_regex": "glaive", + "weapon_attributes": "bettercombat:glaive" + }, + { + "item_id_regex": "spear", + "weapon_attributes": "bettercombat:spear" + }, + { + "item_id_regex": "lance", + "weapon_attributes": "bettercombat:lance" + }, + { + "item_id_regex": "anchor", + "weapon_attributes": "bettercombat:anchor" + }, + { + "item_id_regex": "battlestaff|battle_staff", + "weapon_attributes": "bettercombat:battlestaff" + }, + { + "item_id_regex": "claw", + "weapon_attributes": "bettercombat:claw" + }, + { + "item_id_regex": "fist|gauntlet", + "weapon_attributes": "bettercombat:fist" + }, + { + "item_id_regex": "trident|javelin|impaled", + "weapon_attributes": "bettercombat:trident" + }, + { + "item_id_regex": "katana", + "weapon_attributes": "bettercombat:katana" + }, + { + "item_id_regex": "rapier", + "weapon_attributes": "bettercombat:rapier" + }, + { + "item_id_regex": "sickle", + "weapon_attributes": "bettercombat:sickle" + }, + { + "item_id_regex": "soul_knife", + "weapon_attributes": "bettercombat:soul_knife" + }, + { + "item_id_regex": "dagger|knife", + "weapon_attributes": "bettercombat:dagger" + }, + { + "item_id_regex": "staff|wand|sceptre|stave|rod", + "weapon_attributes": "bettercombat:wand" + }, + { + "item_id_regex": "mace|hammer|flail", + "weapon_attributes": "bettercombat:mace" + }, + { + "item_id_regex": "axe", + "weapon_attributes": "bettercombat:axe" + }, + { + "item_id_regex": "coral_blade", + "weapon_attributes": "bettercombat:coral_blade" + }, + { + "item_id_regex": "twin_blade|twinblade", + "weapon_attributes": "bettercombat:twin_blade" + }, + { + "item_id_regex": "cutlass|scimitar|machete", + "weapon_attributes": "bettercombat:cutlass" + }, + { + "item_id_regex": "sword|blade", + "weapon_attributes": "bettercombat:sword" + } + ], + "ranged_weapons": [ + { + "item_id_regex": "two_handed_crossbow", + "weapon_attributes": "bettercombat:crossbow_two_handed_heavy" + }, + { + "item_id_regex": "two_handed_bow", + "weapon_attributes": "bettercombat:bow_two_handed_heavy" + } + ] +} \ No newline at end of file diff --git a/server/config/bettercombat/server.json5 b/server/config/bettercombat/server.json5 new file mode 100644 index 0000000..bef7149 --- /dev/null +++ b/server/config/bettercombat/server.json5 @@ -0,0 +1,90 @@ +{ + /* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage). + Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes) + This config allows you to change upswing duration. + Example values: + - `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown + - `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown + */ + "upswing_multiplier": 0.5, + // Bypass damage receive throttling of LivingEntity from player attacks. + "allow_fast_attacks": true, + // Allows client-side target search and server-side attack request execution against currently mounted entity of the player + "allow_attacking_mount": false, + // The minimum number of ticks between two attacks + "attack_interval_cap": 2, + /* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts. + Classical example is an alexsmobs:crocodile attempting a death spin. + (Note all hostile mobs hittable by default, this config is to fix faulty mobs) + */ + "hostile_player_vehicles": [ + "alexsmobs:crocodile" + ], + // Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment + "allow_vanilla_sweeping": false, + // Allows new sweeping mechanic (by Better Combat) to work, including Sweeping Edge enchantment + "allow_reworked_sweeping": true, + /* The more additional targets a weapon swing hits, the weaker it will get. + Entities struck (+1) in a swing more than this, won't get weakened any further. + */ + "reworked_sweeping_extra_target_count": 4, + /* Determines how weak the attack becomes when striking `reworked_sweeping_extra_target_count + 1` targets. + Example values: + - `0.5` -50% damage + */ + "reworked_sweeping_maximum_damage_penalty": 0.5, + "reworked_sweeping_plays_sound": true, + "reworked_sweeping_emits_particles": true, + "reworked_sweeping_sound_and_particles_only_for_swords": true, + // Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients. + "allow_attacking_thru_walls": false, + // Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty + "movement_speed_while_attacking": 0.5, + // Determines if applying the movement speed multiplier while attacking is done smoothly or instantly + "movement_speed_applied_smoothly": true, + // Determines whether or not to apply movement speed reduction while attacking mounted + "movement_speed_effected_while_mounting": false, + // Attacks faster than a vanilla sword will do smaller knockback, proportionally. + "knockback_reduced_for_fast_attacks": true, + // Combo is reset after idling `combo_reset_rate * weapon_cooldown` + "combo_reset_rate": 3.0, + // Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range` + "target_search_range_multiplier": 2.0, + // Determines if the server should validate the target range. (If the target is within the range of the weapon) + "server_target_range_validation": false, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_attack_speed_multiplier": 1.2000000476837158, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_main_hand_damage_multiplier": 1.0, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_off_hand_damage_multiplier": 1.0, + /* Relations determine when players' undirected weapon swings (cleaves) will hurt another entity (target). + - `FRIENDLY` - The target can never be damaged by the player. + - `NEUTRAL` - The target can be damaged only if the player is directly looking at it. + - `HOSTILE` - The target can be damaged if located within the weapon swing area. + (NOTE: Vanilla sweeping can still hit targets, if not disabled via `allow_sweeping`) + + The various relation related configs are being checked in the following order: + - `player_relations` + - `player_relation_to_passives` + - `player_relation_to_hostiles` + - `player_relation_to_other` + (The first relation to be found for the target will be applied.) + */ + "player_relations": { + "minecraft:player": "NEUTRAL", + "minecraft:villager": "NEUTRAL", + "minecraft:iron_golem": "NEUTRAL", + "guardvillagers:guard": "NEUTRAL" + }, + // Relation to unspecified entities those are instance of PassiveEntity(Yarn) + "player_relation_to_passives": "HOSTILE", + // Relation to unspecified entities those are instance of HostileEntity(Yarn) + "player_relation_to_hostiles": "HOSTILE", + // Fallback relation + "player_relation_to_other": "HOSTILE", + // Try to guess and apply a preset for items without weapon attributes data file + "fallback_compatibility_enabled": true, + // Allow printing the content of weapon attributes registry + "weapon_registry_logging": false +} \ No newline at end of file diff --git a/server/config/betterfortresses-neoforge-1_21.toml b/server/config/betterfortresses-neoforge-1_21.toml new file mode 100644 index 0000000..08f4ae1 --- /dev/null +++ b/server/config/betterfortresses-neoforge-1_21.toml @@ -0,0 +1,8 @@ + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Nether Fortresses".General] + # Whether or not vanilla Nether Fortresses should be disabled. + # Default: true + # + "Disable Vanilla Nether Fortresses" = true diff --git a/server/config/betterfortresses/README.txt b/server/config/betterfortresses/README.txt new file mode 100644 index 0000000..989272e --- /dev/null +++ b/server/config/betterfortresses/README.txt @@ -0,0 +1,8 @@ +This directory is for a few additional options for YUNG's Better Nether Fortresses. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Nether Fortresses, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Nether Fortresses for MC 1.21 on Forge, the 'forge-1_21' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- Most of this mod's config settings can be found in a config file outside this folder! +For example, on Forge 1.21 the file is 'betterfortresses-forge-1_21.toml'. +Also note that many of the structure's settings such as spawn rate & spawn conditions can only be modified via data pack. \ No newline at end of file diff --git a/server/config/betterfortresses/neoforge-1_21/README.txt b/server/config/betterfortresses/neoforge-1_21/README.txt new file mode 100644 index 0000000..ffdedac --- /dev/null +++ b/server/config/betterfortresses/neoforge-1_21/README.txt @@ -0,0 +1,26 @@ +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in certain rooms and hallway pieces. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is an item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +{ + "entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_sword": 0.1 + }, + "defaultItem": "minecraft:iron_axe" +} +This randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing a stone sword, and a 100 - (25 + 20 + 10) = 45% chance of choosing iron axe (since it's the default item). diff --git a/server/config/betterfortresses/neoforge-1_21/itemframes.json b/server/config/betterfortresses/neoforge-1_21/itemframes.json new file mode 100644 index 0000000..d63aa96 --- /dev/null +++ b/server/config/betterfortresses/neoforge-1_21/itemframes.json @@ -0,0 +1,48 @@ +{ + "weaponItems": { + "entries": { + "minecraft:stone_axe": 0.025, + "minecraft:stone_sword": 0.025, + "minecraft:netherite_sword": 0.005, + "minecraft:iron_axe": 0.025, + "minecraft:golden_sword": 0.05, + "minecraft:shield": 0.025, + "minecraft:iron_sword": 0.025, + "minecraft:golden_axe": 0.05 + }, + "defaultItem": "minecraft:air" + }, + "lootItems": { + "entries": { + "minecraft:gold_nugget": 0.2, + "minecraft:nether_wart": 0.1, + "minecraft:gold_ingot": 0.1 + }, + "defaultItem": "minecraft:air" + }, + "studyItems": { + "entries": { + "minecraft:book": 0.4, + "minecraft:enchanted_book": 0.1, + "minecraft:writable_book": 0.1, + "minecraft:paper": 0.1 + }, + "defaultItem": "minecraft:air" + }, + "messHallItems": { + "entries": { + "minecraft:cooked_porkchop": 0.3, + "minecraft:porkchop": 0.3, + "minecraft:gold_ingot": 0.2 + }, + "defaultItem": "minecraft:air" + }, + "alchemyItems": { + "entries": { + "minecraft:magma_cream": 0.3, + "minecraft:quartz": 0.3, + "minecraft:fire_charge": 0.2 + }, + "defaultItem": "minecraft:air" + } +} \ No newline at end of file diff --git a/server/config/betterfpsdist.json b/server/config/betterfpsdist.json new file mode 100644 index 0000000..5c8a1ee --- /dev/null +++ b/server/config/betterfpsdist.json @@ -0,0 +1,18 @@ +{ + "verticalScaling": { + "desc:": "The amount by which the chunk render distance sphere is stretched vertically. default:2.0, min 0.5, max 10", + "verticalScaling": 2.0 + }, + "horizontalScaling": { + "desc:": "The amount by which the chunk render distance sphere is stretched horizontally. default:1.0, min 0.05, max 2", + "horizontalScaling": 1.1 + }, + "affectEntities": { + "desc:": "Enables the distance stretch to also affect entity rendering, default = true", + "affectEntities": true + }, + "debugMode": { + "desc:": "Enables debug mode, which displays how many sections are being hidden(A section is an area of 16x16x16 blocks) default:false", + "debugMode": false + } +} \ No newline at end of file diff --git a/server/config/betteroceanmonuments-neoforge-1_21.toml b/server/config/betteroceanmonuments-neoforge-1_21.toml new file mode 100644 index 0000000..c0707b8 --- /dev/null +++ b/server/config/betteroceanmonuments-neoforge-1_21.toml @@ -0,0 +1,8 @@ + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Ocean Monuments".General] + # Whether or not vanilla ocean monuments should be disabled. + # Default: true + # + "Disable Vanilla Ocean Monuments" = true diff --git a/server/config/betterthirdperson-common.toml b/server/config/betterthirdperson-common.toml new file mode 100644 index 0000000..11937d3 --- /dev/null +++ b/server/config/betterthirdperson-common.toml @@ -0,0 +1,22 @@ +#Align player to camera on left & right clicks +aimPlayerOnInteract = true +#How long player will be aligned to camera after left & right clicks +# Default: 40 +# Range: 10 ~ 200 +aimDuration = 40 +#Angle in degrees within the player will slightly follow camera yaw (while standing still) +# Default: 45 +# Range: 0 ~ 90 +followYaw = 45 +#Does camera should rotate freely during elytra flight +freeCameraDuringElytraFlight = false +#Completely remove third-person front view +skipThirdPersonFrontView = false +#How fast player changes movement direction in third-person +# Default: 50 +# Range: 10 ~ 100 +playerRotationSpeed = 50 +#How fast player pitch follows camera pitch in third-person +# Default: 65 +# Range: 10 ~ 100 +pitchChangeSpeed = 65 diff --git a/server/config/bhmenu-client.toml b/server/config/bhmenu-client.toml new file mode 100644 index 0000000..6182b6d --- /dev/null +++ b/server/config/bhmenu-client.toml @@ -0,0 +1,53 @@ +#Your partner ID to use in during the ordering process. +#Without this you will not be credited for the purchases. +#(Your partner id is not the same as your referral link, please check your client area to find your partner id at https://www.bisecthosting.com/partners/console.php). +partner_id = "" +#The id of this modpack. +#(This is BH internal pack id; Find the id here: https://www.bisecthosting.com/partners/console.php) +pack_id = "" +#Set this to false to disable pack config screen and enable user configs instead. +#This should always be done by the pack author once they are done with configuring the pack. +#To re-enable Pack Edit Mode, please edit the config file. +pack_edit_mode = true + + [modules.server_creator_banner] + enabled = true + + #Modpack Configs + [modules.server_creator_banner.pack] + #The title to display at the top of the entry. + title = "Need a server?" + #The description to display below the title. + description = "Click me to get your own server!" + #Set this to true to use specific language translation keys. + #This requires a custom mod that adds resource files, such as OpenLoader. + #Use 'server_entry.title' key for the Title; + #Use 'server_entry.description' key for the Description. + use_language_files = false + + [modules.public_server_list] + enabled = true + + #Modpack Configs + [modules.public_server_list.pack] + + #Open Public Screen List Button + [modules.public_server_list.pack.open_screen_button] + #The position of the button from the left of the screen. + #Set to -1 to default. + # Default: -1 + # Range: > -1 + x = -1 + #The position of the button from the top of the screen. + #Set to -1 to default. + # Default: -1 + # Range: > -1 + y = -1 + #The width of the button. + #Set to 0 to default. + # Default: 0 + # Range: 0 ~ 400 + width = 0 + #Turn the Public Server List button into a vanilla styled one. + #Causes default vanilla graphics and might help with compatibility with other mods. + vanillaButton = false diff --git a/server/config/biomemusic.json b/server/config/biomemusic.json new file mode 100644 index 0000000..155bb55 --- /dev/null +++ b/server/config/biomemusic.json @@ -0,0 +1,34 @@ +{ + "delayModifier": { + "desc:": "Modifies the delay between songs, lower = shorter delay (1.0 = vanilla). Default = 0.25", + "delayModifier": 0.35 + }, + "pitchVariance": { + "desc:": "Adds randomized pitch variance of up to the given value (e.g. 0.1), makes songs sound slightly different. default = 0", + "pitchVariance": 0.0 + }, + "musicVariance": { + "desc:": "Enables more varied music to be available for biomes, default = true", + "musicVariance": true + }, + "smartMusic": { + "desc:": "Enables smart stopping of music, when the biome changes or player leaves a cave/water/night is over, default = true", + "smartMusic": true + }, + "disableDefaultMusicInDimensions": { + "desc:": "Disables overworld music being played at random(rarely) in nether/end, default = true", + "disableDefaultMusicInDimensions": true + }, + "displayMusicPlayed": { + "desc:": "Shows currently played music in chat/log, default = false", + "displayMusicPlayed": false + }, + "playonlycustomnightmusic": { + "desc:": "Plays only custom provided music at night, default = false", + "playonlycustomnightmusic": false + }, + "logloadedmusic": { + "desc:": "Prints the music files getting loaded into the latest.log, default = false", + "logloadedmusic": false + } +} \ No newline at end of file diff --git a/server/config/biomeswevegone/mob_spawn.json b/server/config/biomeswevegone/mob_spawn.json new file mode 100644 index 0000000..83554b9 --- /dev/null +++ b/server/config/biomeswevegone/mob_spawn.json @@ -0,0 +1,6 @@ +{ + "spawn": { + "man_o_war": true, + "oddion": true + } +} \ No newline at end of file diff --git a/server/config/biomeswevegone/trades.json b/server/config/biomeswevegone/trades.json new file mode 100644 index 0000000..40b404e --- /dev/null +++ b/server/config/biomeswevegone/trades.json @@ -0,0 +1,24 @@ +{ + "trades": { + "disableTrades": { + "comment": "Disable All BWG Trades, If this is set to true none of the values below will matter", + "value": false + } + }, + "villagerTrades": { + "allowBWGForagerTrades": { + "comment": "Allow BWG Forager Profession Trades", + "value": true + }, + "enableBWGVanillaProfessionTradeAdditions": { + "comment": "Allows BWG Items to be added to Vanilla Profession Trades", + "value": true + } + }, + "wanderingTraderTrades": { + "enableBWGItemsTrades": { + "comment": "Allows BWG Items to be added to Wandering Trader Offerings", + "value": true + } + } +} \ No newline at end of file diff --git a/server/config/biomeswevegone/world_generation.json5 b/server/config/biomeswevegone/world_generation.json5 new file mode 100644 index 0000000..25c79e7 --- /dev/null +++ b/server/config/biomeswevegone/world_generation.json5 @@ -0,0 +1,70 @@ +{ + // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region + "enabled_biomes": { + "biomeswevegone:mojave_desert": true, + "biomeswevegone:rose_fields": true, + "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:atacama_outback": true, + "biomeswevegone:red_rock_valley": true, + "biomeswevegone:zelkova_forest": true, + "biomeswevegone:sakura_grove": true, + "biomeswevegone:enchanted_tangle": true, + "biomeswevegone:prairie": true, + "biomeswevegone:pumpkin_valley": true, + "biomeswevegone:ebony_woods": true, + "biomeswevegone:canadian_shield": true, + "biomeswevegone:lush_stacks": true, + "biomeswevegone:amaranth_grassland": true, + "biomeswevegone:pale_bog": true, + "biomeswevegone:black_forest": true, + "biomeswevegone:howling_peaks": true, + "biomeswevegone:bayou": true, + "biomeswevegone:crimson_tundra": true, + "biomeswevegone:baobab_savanna": true, + "biomeswevegone:crag_gardens": true, + "biomeswevegone:maple_taiga": true, + "biomeswevegone:rugged_badlands": true, + "biomeswevegone:cypress_swamplands": true, + "biomeswevegone:overgrowth_woodlands": true, + "biomeswevegone:coconino_meadow": true, + "biomeswevegone:coniferous_forest": true, + "biomeswevegone:eroded_borealis": false, + "biomeswevegone:dead_sea": true, + "biomeswevegone:allium_shrubland": true, + "biomeswevegone:ironwood_gour": true, + "biomeswevegone:windswept_desert": true, + "biomeswevegone:tropical_rainforest": true, + "biomeswevegone:cika_woods": true, + "biomeswevegone:skyrise_vale": true, + "biomeswevegone:redwood_thicket": true, + "biomeswevegone:fragment_jungle": true, + "biomeswevegone:orchard": true, + "biomeswevegone:basalt_barrera": true, + "biomeswevegone:frosted_taiga": true, + "biomeswevegone:dacite_ridges": true, + "biomeswevegone:shattered_glacier": true, + "biomeswevegone:weeping_witch_forest": true, + "biomeswevegone:temperate_grove": true, + "biomeswevegone:jacaranda_jungle": true, + "biomeswevegone:frosted_coniferous_forest": true, + "biomeswevegone:rainbow_beach": true, + "biomeswevegone:white_mangrove_marshes": true, + "biomeswevegone:sierra_badlands": true, + "biomeswevegone:forgotten_forest": true, + "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:aspen_boreal": true, + "biomeswevegone:dacite_shore": true, + }, + // How much each BWG region weighs. This weight applies to all 3 BWG Regions + "region_weight": 8, + // Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only) + "vanilla_additions": true, + // BWG Features that we add to Vanilla Biomes + "enabled_vanilla_additions": { + "biomeswevegone:vanilla/forest_flowers": true, + "biomeswevegone:palm_trees": true, + "biomeswevegone:vanilla/flower_default": true, + "biomeswevegone:vanilla/flower_warm": true, + "biomeswevegone:vanilla/flower_plains": true, + }, +} \ No newline at end of file diff --git a/server/config/bonded-common.toml b/server/config/bonded-common.toml new file mode 100644 index 0000000..500d318 --- /dev/null +++ b/server/config/bonded-common.toml @@ -0,0 +1,24 @@ +upgrading_enabled = true +repairing_enabled = true +enable_durability_repair_on_level_up = true +send_chat_messages = true +tooltips_enabled = true +# Default: 10 +# Range: 10 ~ 100 +levels_to_upgrade = 50 +default_experience_for_unknown_items = 1000 +# Default: 0.2 +# Range: 0.1 ~ 1.0 +durability_gained_on_repair_bench = 0.2 +# Default: 0.2 +# Range: 0.0 ~ 1.0 +durability_repair_on_level_up = 0.2 +# Default: 3.0 +# Range: 1.0 ~ 20.0 +weapon_damage_dealt_experience_multiplier = 3.0 +# Default: 1.0 +# Range: 1.0 ~ 20.0 +armor_damage_taken_experience_multiplier = 1.0 +# Default: 10 +# Range: 1 ~ 10 +experience_for_mining_ores = 2 diff --git a/server/config/bosses_of_mass_destruction.json5 b/server/config/bosses_of_mass_destruction.json5 new file mode 100644 index 0000000..bd00ca0 --- /dev/null +++ b/server/config/bosses_of_mass_destruction.json5 @@ -0,0 +1,66 @@ +{ + "lichConfig": { + "eternalNighttime": true, + "experienceDrop": 1500, + "idleHealingPerTick": 0.20000000298023224, + "health": 300.0, + "missile": { + "mobEffectId": "minecraft:slowness", + "mobEffectDuration": 100, + "mobEffectAmplifier": 2, + "damage": 9.0 + }, + "comet": { + "explosionStrength": 4.0 + }, + "summonMechanic": { + "isEnabled": true, + "entitiesThatCountToSummonCounter": [ + "minecraft:skeleton", + "minecraft:giant", + "minecraft:phantom", + "minecraft:zoglin", + "minecraft:zombified_piglin", + "minecraft:wither_skeleton", + "minecraft:husk", + "minecraft:skeleton_horse", + "minecraft:stray", + "minecraft:zombie_horse", + "minecraft:zombie", + "minecraft:drowned", + "minecraft:wither", + "minecraft:zombie_villager" + ], + "numEntitiesKilledToDropSoulStar": 50 + } + }, + "obsidilithConfig": { + "health": 300.0, + "armor": 14.0, + "attack": 16.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000, + "spawnPillarOnDeath": true, + "anvilAttackExplosionStrength": 4.0 + }, + "gauntletConfig": { + "health": 250.0, + "armor": 8.0, + "attack": 16.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000, + "spawnAncientDebrisOnDeath": true, + "energizedPunchExplosionSize": 4.5, + "normalPunchExplosionMultiplier": 1.5 + }, + "voidBlossomConfig": { + "health": 350.0, + "armor": 4.0, + "attack": 12.0, + "idleHealingPerTick": 0.5, + "experienceDrop": 1000 + }, + "generalConfig": { + "tableOfElevationRadius": 3 + } +} \ No newline at end of file diff --git a/server/config/brutalbosses.json b/server/config/brutalbosses.json new file mode 100644 index 0000000..5b02c65 --- /dev/null +++ b/server/config/brutalbosses.json @@ -0,0 +1,18 @@ +{ + "printChestLoottable": { + "desc:": "Prints the chest loottable on opening and on spawn and logs the Loottables which do not have a boss assigned of structures to the latest.log. Useful to find the table used by a dungeon chest, only works if the chest is not opened yet: default:false", + "printChestLoottable": false + }, + "globalDifficultyMultiplier": { + "desc:": "Global difficulty multiplier, affects health and damage of all bosses, default:1.0", + "globalDifficultyMultiplier": 1.0 + }, + "globalBossSpawnChance": { + "desc:": "Global boss spawn chance, determines the chance per treasure chest spawn at which a boss can appear in a structure. Chance X in 100, default = 30", + "globalBossSpawnChance": 30 + }, + "minDistance": { + "desc:": "Minimum distance in blocks between spawning, is not 100% guranteed compares last 20 spawns. default = 100", + "minDistance": 100 + } +} \ No newline at end of file diff --git a/server/config/buildinggadgets2-common.toml b/server/config/buildinggadgets2-common.toml new file mode 100644 index 0000000..695b63b --- /dev/null +++ b/server/config/buildinggadgets2-common.toml @@ -0,0 +1,64 @@ +#General settings +[general] + #Maximum distance you can build at + # Default: 32 + # Range: 1 ~ 64 + rayTraceRange = 32 + +#Power settings +[power] + + #Building Gadget + [power.building_gadget] + #Maximum power for the Building Gadget + # Default: 500000 + # Range: > 0 + maxPower = 500000 + #Base cost per block placed + # Default: 50 + # Range: > 0 + baseCost = 50 + + #Exchanging Gadget + [power.exchanging_gadget] + #Maximum power for the Exchanging Gadget + # Default: 500000 + # Range: > 0 + maxPower = 500000 + #Base cost per block exchanged + # Default: 100 + # Range: > 0 + baseCost = 100 + + #Cut Paste Gadget + [power.cutpaste_gadget] + #Maximum power for the Cut and Paste Gadget + # Default: 5000000 + # Range: > 0 + maxPower = 5000000 + #Base cost per block - Checked during CUT, Charged during PASTE + # Default: 50 + # Range: > 0 + baseCost = 50 + + #Copy Paste Gadget + [power.copypaste_gadget] + #Maximum power for the Copy and Paste Gadget + # Default: 1000000 + # Range: > 0 + maxPower = 1000000 + #Base cost per block Paste (Copy is Free) + # Default: 50 + # Range: > 0 + baseCost = 50 + + #Destruction Gadget + [power.destruction_gadget] + #Maximum power for the Destruction Gadget + # Default: 2000000 + # Range: > 0 + maxPower = 2000000 + #Base cost per block Destroyed + # Default: 50 + # Range: > 0 + baseCost = 50 diff --git a/server/config/calmmornings-common.toml b/server/config/calmmornings-common.toml new file mode 100644 index 0000000..7fac9ba --- /dev/null +++ b/server/config/calmmornings-common.toml @@ -0,0 +1,53 @@ +#General Settings +[general] + #Use list instead of built-in rules for despawning? + enableList = false + #List of mobs to despawn. [Requires enableList] + #Formatting: ["minecraft:zombie", "minecraft:*", ":"] + mobs = ["minecraft:zombie", "minecraft:skeleton", "minecraft:spider", "minecraft:creeper"] + #Adds mobs to despawn group. Mobs in blacklisted are prevented from despawning. + #Allowed Groups: boss, monster, villager, creature, ambient, construct, misc, blacklisted + #Formatting: ["minecraft:villager:villager", "minecraft:*:creature", "::"] + groups = ["minecraft:ender_dragon:boss", "minecraft:wither:boss", "minecraft:warden:boss", "minecraft:villager:villager", "minecraft:wandering_trader:villager", "minecraft:iron_golem:construct", "minecraft:snow_golem:construct"] + +#Range Settings +[range] + #Should difficulty based range scaling be enabled? + #Difficulty Scaling: EASY = base | NORMAL = base / 2 | HARD = base / 4 + enableScaling = true + #Horizontal radius to check for mobs to despawn. + # Default: 64 + # Range: 0 ~ 256 + horizontalRange = 64 + #Vertical radius to check for mobs to despawn. + # Default: 16 + # Range: 0 ~ 64 + verticalRange = 16 + +#Conditional Checks +[checks] + #Player must sleep before this time to allow despawning. + #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED + lateCheck = "NIGHT_L" + #Latest time the player can wakeup to allow despawning. + #Allowed Values: MORNING_E, MORNING, MORNING_L, NOON_E, NOON, NOON_L, EVENING_E, EVENING, EVENING_L, NIGHT_E, NIGHT, NIGHT_L, DISABLED + morningCheck = "MORNING_E" + #Should non-sleeping players prevent despawning around them? + playerCheck = true + + #Group Checks [Requires enableList] + [checks.group_checks] + #Check boss group? + bossCheck = false + #Check monster group? + monsterCheck = true + #Check villager group? + villagerCheck = false + #Check creature group? + creatureCheck = true + #Check ambient group? + ambientCheck = true + #Check construct group? + constructCheck = false + #Check misc group? + miscCheck = false diff --git a/server/config/camera-client.toml b/server/config/camera-client.toml new file mode 100644 index 0000000..4237e88 --- /dev/null +++ b/server/config/camera-client.toml @@ -0,0 +1,9 @@ +#The format the date will be displayed on the image +image_date_format = "MM/dd/yyyy HH:mm" +last_image_path = "" +#If the image item should render the actual image +render_image_item = true +#The opacity of the resize image frame GUI +# Default: 1.0 +# Range: 0.0 ~ 1.0 +resize_gui_opacity = 1.0 diff --git a/server/config/camera-server.toml b/server/config/camera-server.toml new file mode 100644 index 0000000..211ad66 --- /dev/null +++ b/server/config/camera-server.toml @@ -0,0 +1,39 @@ +[camera] + #The time in milliseconds the camera will be on cooldown after taking an image + # Default: 5000 + # Range: > 100 + cooldown = 5000 + + [camera.consumed_item] + #The amount of the item that is consumed when taking an image + # Default: 1 + # Range: 1 ~ 32767 + amount = 1 + +[image] + #The maximum size of an image in bytes when transferred to the server + #Higher values mean more delay/lag between taking an image and getting it into your inventory + # Default: 200000 + # Range: 50000 ~ 1000000 + max_size = 200000 + #The amount of jpeg compression applied to the image + #If the image exceeds the 'max_image_size', it will get compressed anyways + # Default: 0.5 + # Range: 0.1 ~ 1.0 + compression = 0.5 + #If it is allowed to upload custom images + allow_upload = true + +[image_frame] + #If only the owner can modify or break the image frame + only_owner_modify = false + +[advanced_data] + #If the image items should store additional data + #This isn't used by the mod itself + #Only enable this if you know what you are doing + enable = false + #The amount of entities that should be stored + # Default: 16 + # Range: 1 ~ 128 + max_entities = 16 diff --git a/server/config/capture_xp.json b/server/config/capture_xp.json new file mode 100644 index 0000000..ea990b6 --- /dev/null +++ b/server/config/capture_xp.json @@ -0,0 +1,3 @@ +{ + "multiplier": 1.0 +} \ No newline at end of file diff --git a/server/config/cataclysm.toml b/server/config/cataclysm.toml new file mode 100644 index 0000000..b314a48 --- /dev/null +++ b/server/config/cataclysm.toml @@ -0,0 +1,713 @@ +[Etc] + #Lava Opacity for the Ignitium Helemt. + # Default: 0.5 + # Range: 0.01 ~ 1.0 + lavaVisionOpacity = 0.5 + #Whether to disable certain aspects of the Ignitium Helemt. Enable if issues with shaders persist. + shadersCompat = false + #ScreenShake(on/off) + "ScreenShake(on/off)" = true + +["bosses Common settings"] + #custombossbar(on/off) + "custombossbar(on/off)" = true + #BossMusic(on/off) + "BossMusic(on/off)" = true + #BossMusicVolume(denominator) + # Default: 1 + # Range: 1 ~ 1000000 + BossMusicVolume = 1 + #If the boss leaves the summoned location and there is no target, it returns to the summoned location. When set to 0, it does not return + # Default: 20 + # Range: 0 ~ 200 + ReturnHome = 20 + +[Weapon] + #Armor Infinity Durability(on/off) + "Armor Infinity Durability(on/off)" = true + #Bulwark of the Flame's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + BulwarkOfTheFlameCooldown = 80 + #Gauntlet of Bulwark's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + GauntletOfBulwarkCooldown = 80 + #Infernal Forge's Cooldown + # Default: 80 + # Range: 0 ~ 1000000 + InfernalForgeCooldown = 80 + #Void Forge's Cooldown + # Default: 120 + # Range: 0 ~ 1000000 + VoidForgeCooldown = 120 + #The Incinerator's Cooldown + # Default: 400 + # Range: 0 ~ 1000000 + TheIncineratorCooldown = 400 + #Wither Assault Shoulder Weapon's Missile Cooldown + # Default: 40 + # Range: 0 ~ 1000000 + WASWMissileCooldown = 40 + #WASW's Wither Missile's Damage + # Default: 16.0 + # Range: 0.0 ~ 1000000.0 + "WASW's WitherMissiledamage" = 16.0 + #Wither Assault Shoulder Weapon's Howitzer Cooldown + # Default: 100 + # Range: 0 ~ 1000000 + WASWHowitzerCooldown = 100 + #Void Assault Shoulder Weapon's Cooldown + # Default: 120 + # Range: 0 ~ 1000000 + VASWCooldown = 120 + #Void Core's Cooldown + # Default: 160 + # Range: 0 ~ 1000000 + VoidCoreCooldown = 160 + #Sandstorm's cooldown + # Default: 300 + # Range: 0 ~ 1000000 + Sandstormcooldown = 300 + #Soul Render's Timer + # Default: 100 + # Range: 0 ~ 1000000 + SoulRenderCooldown = 100 + #Gauntlet of Maelstrom's Timer + # Default: 180 + # Range: 0 ~ 1000000 + gauntletofMaelstromCooldown = 180 + #The Immolator's Timer + # Default: 300 + # Range: 0 ~ 1000000 + immolatorCooldown = 300 + +[Block] + #Cursed Tombstone Summon cooldown Minute + # Default: 1 + # Range: 1 ~ 300 + "Cursed Tombstone Summon cooldown Minute" = 1 + +["Entity damage"] + #Void Rune's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + Voidrunedamage = 7.0 + #Ashen Breath's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + Ashenbreathdamage = 4.0 + #Death Laser's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + DeathLaserdamage = 5.0 + #Death Laser's Hp Damage + # Default: 5.0 + # Range: 0.0 ~ 100.0 + DeathLaserHpdamage = 5.0 + #Player's Laser's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + Laserdamage = 7.0 + #Blazing Bone's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + BlazingBonedamage = 5.0 + #Lionfish Spike's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + LionfishSpikedamage = 4.0 + #Wither Howizter's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + WitherHowizterdamage = 8.0 + #Dimensional Rift's Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + DimensionalRiftdamage = 10.0 + #Wither Homing Missile's Damage + # Default: 3.0 + # Range: 0.0 ~ 1000000.0 + WitherHomingMissiledamage = 3.0 + #Abyss Blast's Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + AbyssBlastdamage = 10.0 + #Abyss Blast's Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + AbyssBlastHpdamage = 0.1 + #Abyss Orb's Damage + # Default: 4.0 + # Range: 0.0 ~ 1000000.0 + AbyssOrbdamage = 4.0 + #Lava bomb's Radius + # Default: 2 + # Range: 1 ~ 7 + Lavabombradius = 2 + #Amethyst Cluster's Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + "Amethyst Cluster Damage" = 12.0 + #Sandstorm's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Sandstorm Damage" = 5.0 + #Ancient Desert Stele's Damage + # Default: 18.0 + # Range: 0.0 ~ 1000000.0 + "Ancient Desert Stele Damage" = 18.0 + #Player's Phantom Arrow's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Phantom Arrow Damage" = 5.0 + #Phantom Halberd's Damage + # Default: 12.0 + # Range: 0.0 ~ 1000000.0 + "Phantom Halberd Damage" = 12.0 + #Cursed Sandstorm's Damage + # Default: 6.0 + # Range: 0.0 ~ 1000000.0 + "Cursed Sandstorm Damage" = 6.0 + #Flame jet's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + "Flame Jet Damage" = 7.0 + #Flare Bomb's Damage + # Default: 7.0 + # Range: 0.0 ~ 1000000.0 + "Flare Bomb Damage" = 7.0 + +["Ender Guardian"] + #EnderGuardian's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianHealthMultiplier = 1.0 + #EnderGuardian's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianDamageMultiplier = 1.0 + #EnderGuardian's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianDamageCap = 22.0 + #EnderGuardian's DamageTime + # Default: 30 + # Range: 0 ~ 100 + EnderGuardianDamageTime = 30 + #EnderGuardian's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + EnderGuardianNatureHealing = 10.0 + #Ender guardian's block breaking ignore the MobGriefing + EnderguardianBlockBreaking = true + #Guardian's Immune to Long distance attack range. + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + "Guardian's prevent attacks from far away Range" = 12.0 + #Guardian's gravity Punch Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Guardian's gravity Punch Hp Damage" = 0.05 + #Guardian's Teleport attack Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Guardian's Teleport attack Hp Damage" = 0.05 + #Guardian's Punch Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + "Guardian's knockback Hp Damage" = 0.06 + #Guardian's Uppercut Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Guardian's Uppercut Hp Damage" = 0.1 + #Guardian's RocketPunch Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Guardian's RocketPunch Hp Damage" = 0.1 + #Guardian's etc area attack Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Guardian's area attack Hp Damage" = 0.08 + #EnderGuardianBlockBreaking radius + # Default: 15 + # Range: 0 ~ 20 + "EnderGuardianBlockBreaking X" = 15 + #EnderGuardianBlockBreaking radius + # Default: 2 + # Range: 0 ~ 10 + "EnderGuardianBlockBreaking Y" = 2 + #EnderGuardianBlockBreaking radius + # Default: 15 + # Range: 0 ~ 20 + "EnderGuardianBlockBreaking Z" = 15 + +["Netherite Monstrosity"] + #Monstrosity's Lavabomb magazine. + # Default: 3 + # Range: 1 ~ 1000000 + LavabombMagazine = 3 + #Monstrosity's Lavabomb amount + # Default: 3 + # Range: 1 ~ 1000000 + Lavabombamount = 3 + #Monstrosity's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityHealthMultiplier = 1.0 + #Monstrosity's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityDamageMultiplier = 1.0 + #Monstrosity's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityHealingMultiplier = 1.0 + # Monstrosity's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityNatureHealing = 10.0 + #Monstrosity's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + MonstrosityDamageCap = 22.0 + #Monstrosity's DamageTime + # Default: 10 + # Range: 0 ~ 100 + MonstrosityDamageTime = 10 + #Monstrosity's bodyBlocking verdict + NetheritemonstrosityBodyBloking = true + #Monstrosity's attack Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Monstrosity's attack Hp Damage" = 0.08 + #Monstrosity's Immune to Long distance attack range. + # Default: 18.0 + # Range: 1.0 ~ 1000000.0 + "Monstrosity's prevent attacks from far away Range" = 18.0 + #Monstrosity's block breaking ignore the MobGriefing + monstrosityBlockBreaking = true + +["Ender Golem"] + #Ender Golem's block breaking ignore the MobGriefing + EndergolemBlockBreaking = false + #Endergolem's Immune to Long distance attack range. + # Default: 6.0 + # Range: 1.0 ~ 1000000.0 + "Endergolem's prevent attacks from far away Range" = 6.0 + #Golem's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + GolemHealthMultiplier = 1.0 + #Golem's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + GolemDamageMultiplier = 1.0 + +[Ignis] + #Ignis's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisHealthMultiplier = 1.0 + #Ignis's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisDamageMultiplier = 1.0 + #Ignis's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + IgnisNatureHealing = 10.0 + #Ignis's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + IgnisHealingMultiplier = 1.0 + #Ignis's Immune to Long distance attack range. + # Default: 15.0 + # Range: 1.0 ~ 1000000.0 + "Ignis's prevent attacks from far away Range" = 15.0 + #Ignis's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + IgnisDamageCap = 20.0 + #Ignis's DamageTime + # Default: 15 + # Range: 0 ~ 100 + IgnisDamageTime = 15 + #Ignis's cracked block breaking ignore the MobGriefing + IgnisBlockBreaking = true + +[revenant] + #Revenant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + RevenantHealthMultiplier = 1.0 + #Revenant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + RevenantDamageMultiplier = 1.0 + +["The Prowler"] + #The Prowler's Immune to Long distance attack range. + # Default: 16.0 + # Range: 1.0 ~ 1000000.0 + "The Prowler's prevent attacks from far away Range" = 16.0 + #Prowler's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ProwlerHealthMultiplier = 1.0 + #Prowler's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ProwlerDamageMultiplier = 1.0 + +["The Harbinger"] + #Harbinger's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerHealthMultiplier = 1.0 + #Harbinger's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerDamageMultiplier = 1.0 + #Harbinger's Healing Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + HarbingerHealingMultiplier = 1.0 + #Harbinger's Wither Missile's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + "Harbinger's WitherMissiledamage" = 8.0 + #Harbinger's laser's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Harbinger's laser damage" = 5.0 + #Harbinger's Immune to Long distance attack range. + # Default: 35.0 + # Range: 1.0 ~ 1000000.0 + "The Harbinger's prevent attacks from far away Range" = 35.0 + #Harbinger's DamageCap + # Default: 22.0 + # Range: 0.0 ~ 1000000.0 + "The Harbinger DamageCap" = 22.0 + #Harbinger's DamageTime + # Default: 12 + # Range: 0 ~ 100 + "The Harbinger DamageTime" = 12 + #Harbinger's lasers can light a fire in MobGriefing + "The Harbinger Light A Fire" = true + #The Harbinger's charge attack Hp Damage + # Default: 0.06 + # Range: 0.0 ~ 1.0 + "The Harbinger's charge attack Hp Damage" = 0.06 + +["The Leviathan"] + #Leviathan's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + LeviathanHealthMultiplier = 1.0 + #Leviathan's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + LeviathanDamageMultiplier = 1.0 + #Leviathan's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + LeviathanNatureHealing = 10.0 + #Leviathan's Immune to Long distance attack range. + # Default: 38.0 + # Range: 1.0 ~ 1000000.0 + "Leviathan's prevent attacks from far away Range" = 38.0 + #Leviathan's Bite Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Leviathan's Bite Hp Damage" = 0.1 + #Leviathan's Rush Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Leviathan's Rush Hp Damage" = 0.05 + #Leviathan's TailSwing Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Leviathan's TailSwing Hp Damage" = 0.08 + #Leviathan's Tentacle Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Leviathan's Tentacle Hp Damage" = 0.03 + #Leviathan's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + LeviathanDamageCap = 20.0 + #Leviathan's DamageTime + # Default: 15 + # Range: 0 ~ 100 + "Leviathan DamageTime" = 15 + #Leviathan's block breaking ignore the MobGriefing + LeviathanBlockBreaking = true + #Leviathan Immune Out of Water + LeviathanImmuneOutofWater = true + +["The Baby Leviathan"] + #BabyLeviathan's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + BabyLeviathanHealthMultiplier = 1.0 + #BabyLeviathan's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + BabyLeviathanDamageMultiplier = 1.0 + +["Modern Remnant"] + #Modern Remnant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ModernRemnantHealthMultiplier = 1.0 + #Modern Remnant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + ModernRemnantDamageMultiplier = 1.0 + +["Netherite Ministrosity"] + #Ministrosity's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MinistrosityHealthMultiplier = 1.0 + +["Amethyst Crab"] + #Amethyst Crab's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabHealthMultiplier = 1.0 + #Amethyst Crab's EarthQuake Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabEarthQuakeDamage = 5.0 + #Amethyst Crab's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AmethystCrabDamageMultiplier = 1.0 + +["Ancient Remnant"] + #Ancient Remnant's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantHealthMultiplier = 1.0 + #Ancient Remnant's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantDamageMultiplier = 1.0 + #AncientRemnant's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantNatureHealing = 10.0 + #Ancient Remnant's Immune to Long distance attack range. + # Default: 14.0 + # Range: 1.0 ~ 1000000.0 + "Ancient Remnant's prevent attacks from far away Range" = 14.0 + #Ancient Remnant's DamageCap + # Default: 21.0 + # Range: 0.0 ~ 1000000.0 + AncientRemnantCap = 21.0 + #Ancient Remnant's DamageTime + # Default: 12 + # Range: 0 ~ 100 + "Ancient Remnant DamageTime" = 12 + #Ancient Remnant's block breaking ignore the MobGriefing + AncientRemnantBlockBreaking = true + #Remnant's Charge Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Remnant's Charge Hp Damage" = 0.1 + #Remnant's Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Remnant's Normal attack Hp Damage" = 0.05 + #Remnant's Stomp Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Remnant's Stomp Hp Damage" = 0.03 + #Remnant's EarthQuake Damage + # Default: 11.0 + # Range: 0.0 ~ 1000000.0 + "Remnant's EarthQuakeDamage" = 11.0 + +[Koboleton] + #Cause Koboleton to Drop Item In Hand Percent + # Default: 5.0 + # Range: 0.0 ~ 100.0 + CauseKoboletontoDropItemInHandPercent = 5.0 + +[Kobolediator] + #Kobolediator's block breaking ignore the MobGriefing + KobolediatorBlockBreaking = false + #Kobolediator's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + KobolediatorHealthMultiplier = 1.0 + #Kobolediator's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + KobolediatorDamageMultiplier = 1.0 + +[Wadjet] + #Wadjet's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + WadjetHealthMultiplier = 1.0 + #Wadjet's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + WadjetDamageMultiplier = 1.0 + +[Aptrgangr] + #Aptrgangr's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrHealthMultiplier = 1.0 + #Aptrgangr's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrDamageMultiplier = 1.0 + #Axe Blade's Damage + # Default: 8.0 + # Range: 0.0 ~ 1000000.0 + AptrgangrAxeBladeDamage = 8.0 + +[Maledictus] + #Maledictus's Health Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MaledictusHealthMultiplier = 1.0 + #Maledictus's Damage Multiplier + # Default: 1.0 + # Range: 0.0 ~ 1000000.0 + MaledictusDamageMultiplier = 1.0 + #Maledictus's Immune to Long distance attack range. + # Default: 12.0 + # Range: 1.0 ~ 1000000.0 + "Maledictus's prevent attacks from far away Range" = 12.0 + #Maledictus's Healing with out target + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + MaledictusNatureHealing = 10.0 + #Maledictus's Phantom Halberd Damage + # Default: 10.0 + # Range: 0.0 ~ 1000000.0 + "Maledictus' Phantom Halberd Damage'" = 10.0 + #Maledictus's DamageCap + # Default: 20.0 + # Range: 0.0 ~ 1000000.0 + MaledictusDamageCap = 20.0 + #Maledictus's DamageTime + # Default: 30 + # Range: 0 ~ 100 + "Maledictus DamageTime" = 30 + #Maledictus's melee Hp Damage + # Default: 0.05 + # Range: 0.0 ~ 1.0 + "Maledictus's melee Hp Damage" = 0.05 + #Maledictus's Shock wave Hp Damage + # Default: 0.03 + # Range: 0.0 ~ 1.0 + "Maledictus's Shock Wave Hp Damage" = 0.03 + #Maledictus's AOE Hp Damage + # Default: 0.15 + # Range: 0.0 ~ 1.0 + "Maledictus's AOE Hp Damage" = 0.15 + #Maledictus's flying Smash Hp Damage + # Default: 0.1 + # Range: 0.0 ~ 1.0 + "Maledictus's Flying Smash Hp Damage" = 0.1 + #Maledictus's Jump Smash Hp Damage + # Default: 0.08 + # Range: 0.0 ~ 1.0 + "Maledictus's Jump Smash Hp Damage" = 0.08 + #Maledictus's Phantom Arrow's Damage + # Default: 5.0 + # Range: 0.0 ~ 1000000.0 + "Maledictus's Phantom Arrow Damage" = 5.0 + #Maledictus's cracked block breaking ignore the MobGriefing + MaledictusBlockBreaking = true + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + DeeplingSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + DeeplingSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingBruteSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 50 + # Range: > 0 + DeeplingBruteSpawnRolls = 50 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 2 + # Range: 0 ~ 1000 + DeeplingAnglerSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 30 + # Range: > 0 + DeeplingAnglerSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingPriestSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + DeeplingPriestSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + DeeplingWarlockSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + DeeplingWarlockSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + CoralgolemSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 70 + # Range: > 0 + CoralgolemSpawnRolls = 70 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 1 + # Range: 0 ~ 1000 + AmethystCrabSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 20 + # Range: > 0 + AmethystCrabSpawnRolls = 20 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 15 + # Range: 0 ~ 1000 + KoboletonSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 1 + # Range: > 0 + KoboletonSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + # Default: 5 + # Range: 0 ~ 1000 + IgnitedBerserkerSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + # Default: 2 + # Range: > 0 + IgnitedBerserkerSpawnRolls = 2 + +["World Generation"] + #Defines the area in which the structure check for height variances (1 means 9 chunks will be checked (center + area around it)) - 0 disables this check + # Default: 2 + # Range: 0 ~ 5 + cursedPyramidCheckRange = 2 + #Allowed height variance for the check - if the variance is lower than this value the structure will not spawn (has no effect if the are check is disabled) + # Default: 2 + # Range: 0 ~ 32 + cursedPyramidHeightVariance = 2 diff --git a/server/config/charginggadgets-server.toml b/server/config/charginggadgets-server.toml new file mode 100644 index 0000000..3b31e6d --- /dev/null +++ b/server/config/charginggadgets-server.toml @@ -0,0 +1,6 @@ +#General settings +[general] + #Maximum power for the Charging Station + # Default: 1000000 + # Range: > 0 + chargerMaxEnergy = 1000000 diff --git a/server/config/chunksending.json b/server/config/chunksending.json new file mode 100644 index 0000000..8afe89b --- /dev/null +++ b/server/config/chunksending.json @@ -0,0 +1,10 @@ +{ + "maxChunksPerTick": { + "desc:": "Maximum amount of chunks sent per tick to a player, increases dynamically with size of the backlog", + "maxChunksPerTick": 5 + }, + "debugLogging": { + "desc:": "Enable debug logging to show the amount of chunks sent/queued", + "debugLogging": false + } +} \ No newline at end of file diff --git a/server/config/chunky/config.json b/server/config/chunky/config.json new file mode 100644 index 0000000..b6d263f --- /dev/null +++ b/server/config/chunky/config.json @@ -0,0 +1,8 @@ +{ + "version": 2, + "language": "en", + "continueOnRestart": false, + "forceLoadExistingChunks": false, + "silent": false, + "updateInterval": 1 +} \ No newline at end of file diff --git a/server/config/clickadv.json b/server/config/clickadv.json new file mode 100644 index 0000000..7772a47 --- /dev/null +++ b/server/config/clickadv.json @@ -0,0 +1,6 @@ +{ + "showAllInLocalChat": { + "desc:": " By default vanilla only displays advancements in chat which get broadcasted to all online players.Enabling this setting allows the non-broadcasted advancements to show up in your personal chat(other players dont see it)Some of these may be lacking text when the advancement itself does not have any, e.g. Categories are advancements too. default: true", + "showAllInLocalChat": true + } +} \ No newline at end of file diff --git a/server/config/cobbledollars/bank.json b/server/config/cobbledollars/bank.json new file mode 100644 index 0000000..302cdbb --- /dev/null +++ b/server/config/cobbledollars/bank.json @@ -0,0 +1,8 @@ +{ + "bank": [ + { + "item": "minecraft:emerald", + "price": 1 + } + ] +} \ No newline at end of file diff --git a/server/config/cobbledollars/client.json b/server/config/cobbledollars/client.json new file mode 100644 index 0000000..0642e78 --- /dev/null +++ b/server/config/cobbledollars/client.json @@ -0,0 +1,3 @@ +{ + "overlayPosition": "bottom_left" +} \ No newline at end of file diff --git a/server/config/cobbledollars/common.json b/server/config/cobbledollars/common.json new file mode 100644 index 0000000..df1b7e0 --- /dev/null +++ b/server/config/cobbledollars/common.json @@ -0,0 +1,5 @@ +{ + "earnCobbleDollarsFromNPC": true, + "earnCobbleDollarsFromWildPokemon": false, + "cobbleDollarsIncomeMultiplier": 2.0 +} \ No newline at end of file diff --git a/server/config/cobbledollars/default_shop.json b/server/config/cobbledollars/default_shop.json new file mode 100644 index 0000000..709d985 --- /dev/null +++ b/server/config/cobbledollars/default_shop.json @@ -0,0 +1,245 @@ +{ + "defaultShop": [ + { + "Supplies": [ + { + "item": "cobblemon:ice_heal", + "price": 50 + }, + { + "item": "cobblemon:burn_heal", + "price": 50 + }, + { + "item": "cobblemon:paralyze_heal", + "price": 50 + }, + { + "item": "cobblemon:berry_juice", + "price": 80 + }, + { + "item": "cobblemon:potion", + "price": 200 + }, + { + "item": "cobblemon:poke_ball", + "price": 250 + }, + { + "item": "cobblemon:x_accuracy", + "price": 500 + }, + { + "item": "cobblemon:citrine_ball", + "price": 600 + }, + { + "item": "cobblemon:verdant_ball", + "price": 600 + }, + { + "item": "cobblemon:azure_ball", + "price": 600 + }, + { + "item": "cobblemon:roseate_ball", + "price": 600 + }, + { + "item": "cobblemon:slate_ball", + "price": 600 + }, + { + "item": "cobblemon:premier_ball", + "price": 650 + }, + { + "item": "cobblemon:great_ball", + "price": 1200 + }, + { + "item": "cobblemon:ultra_ball", + "price": 2500 + }, + { + "item": "cobblemon:safari_ball", + "price": 2500 + }, + { + "item": "cobblemon:fast_ball", + "price": 2500 + }, + { + "item": "cobblemon:level_ball", + "price": 2500 + }, + { + "item": "cobblemon:lure_ball", + "price": 2500 + }, + { + "item": "cobblemon:heavy_ball", + "price": 2500 + }, + { + "item": "cobblemon:love_ball", + "price": 2500 + }, + { + "item": "cobblemon:friend_ball", + "price": 2500 + }, + { + "item": "cobblemon:moon_ball", + "price": 2500 + }, + { + "item": "cobblemon:sport_ball", + "price": 2500 + }, + { + "item": "cobblemon:park_ball", + "price": 2500 + }, + { + "item": "cobblemon:net_ball", + "price": 2500 + }, + { + "item": "cobblemon:dive_ball", + "price": 2500 + }, + { + "item": "cobblemon:nest_ball", + "price": 3000 + }, + { + "item": "cobblemon:repeat_ball", + "price": 3000 + }, + { + "item": "cobblemon:timer_ball", + "price": 3000 + }, + { + "item": "cobblemon:luxury_ball", + "price": 8000 + }, + { + "item": "cobblemon:dusk_ball", + "price": 3000 + }, + { + "item": "cobblemon:heal_ball", + "price": 3000 + }, + { + "item": "cobblemon:quick_ball", + "price": 3000 + } + ] + }, + { + "Exp": [ + { + "item": "cobblemon:exp_candy_xs", + "price": 500 + }, + { + "item": "cobblemon:exp_candy_s", + "price": 4000 + }, + { + "item": "cobblemon:exp_candy_m", + "price": 15000 + }, + { + "item": "cobblemon:exp_candy_l", + "price": 50000 + }, + { + "item": "cobblemon:exp_candy_xl", + "price": 150000 + }, + { + "item": "cobblemon:rare_candy", + "price": 100000 + } + ] + }, + { + "Shoe Shop": [ + { + "item": "artifacts:running_shoes", + "price": 100, + "components": "{\"relics:data\":{abilities:{abilities:{runner:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{speed:{initialValue:0.50299d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:roller_skates", + "price": 2500, + "components": "{\"relics:data\":{abilities:{abilities:{skating:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{duration:{initialValue:26.60621d},speed:{initialValue:0.00417d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:ice_skates", + "price": 2500, + "components": "{\"relics:data\":{abilities:{abilities:{ram:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:0},points:0,research:{links:{},researched:0b},stats:{damage:{initialValue:0.20513d}}},skating:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{duration:{initialValue:36.83532d},speed:{initialValue:0.02489d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:ice_breaker", + "price": 2500, + "components": "{\"relics:data\":{abilities:{abilities:{impact:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{damage:{initialValue:3.07076d},size:{initialValue:4.59029d}}},sustainability:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{modifier:{initialValue:0.63696d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:magma_walker", + "price": 3500, + "components": "{\"relics:data\":{abilities:{abilities:{heat_resistance:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{}},pace:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{time:{initialValue:23.50854d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:aqua_walker", + "price": 3500, + "components": "{\"relics:data\":{abilities:{abilities:{walking:{extender:{cooldown:0,cooldownCap:0,ticking:0b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{time:{initialValue:44.76712d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:springy_boot", + "price": 3500, + "components": "{\"relics:data\":{abilities:{abilities:{bounce:{extender:{cooldown:0,cooldownCap:0,ticking:1b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{power:{initialValue:0.3053d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + }, + { + "item": "relics:phantom_boot", + "price": 8000, + "components": "{\"relics:data\":{abilities:{abilities:{bridge:{extender:{cooldown:0,cooldownCap:0,ticking:1b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{duration:{initialValue:0.62823d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + } + ] + }, + { + "Special Items": [ + { + "item": "cobblemon:ability_capsule", + "price": 25000 + }, + { + "item": "cobblemon:lucky_egg", + "price": 10000 + }, + { + "item": "cobblemoneternal:bottle_cap", + "price": 125000 + }, + { + "item": "cobblemon:ability_patch", + "price": 100000 + } + ] + }, + { + "Flamingo": [ + { + "item": "artifacts:helium_flamingo", + "price": 5000, + "components": "{\"relics:data\":{abilities:{abilities:{flying:{extender:{cooldown:0,cooldownCap:0,ticking:1b},lock:{breaks:5},points:0,research:{links:{},researched:0b},stats:{time:{initialValue:4.47264d}}}}},leveling:{experience:0,level:0,luck:0,points:0}}}" + } + ] + } + ] +} \ No newline at end of file diff --git a/server/config/cobblemon/main.json b/server/config/cobblemon/main.json new file mode 100644 index 0000000..fbb2cc4 --- /dev/null +++ b/server/config/cobblemon/main.json @@ -0,0 +1,80 @@ +{ + "lastSavedVersion": "1.6.1", + "maxPokemonLevel": 100, + "maxPokemonFriendship": 255, + "announceDropItems": true, + "defaultDropItemMethod": "ON_ENTITY", + "ambientPokemonCryTicks": 1080, + "defaultBoxCount": 30, + "pokemonSaveIntervalSeconds": 30, + "storageFormat": "nbt", + "preventCompletePartyDeposit": false, + "mongoDBConnectionString": "mongodb://localhost:27017", + "mongoDBDatabaseName": "cobblemon", + "maxVerticalCorrectionBlocks": 64, + "minimumLevelRangeMax": 10, + "enableSpawning": true, + "minimumDistanceBetweenEntities": 8.0, + "maxNearbyBlocksHorizontalRange": 4, + "maxNearbyBlocksVerticalRange": 2, + "maxVerticalSpace": 8, + "worldSliceDiameter": 8, + "worldSliceHeight": 16, + "ticksBetweenSpawnAttempts": 20.0, + "minimumSliceDistanceFromPlayer": 16.0, + "maximumSliceDistanceFromPlayer": 64.0, + "exportSpawnConfig": false, + "savePokemonToWorld": true, + "exportStarterConfig": false, + "autoUpdateShowdown": true, + "defaultFleeDistance": 16.0, + "allowExperienceFromPvP": true, + "experienceShareMultiplier": 0.5, + "luckyEggMultiplier": 1.5, + "allowSpectating": true, + "experienceMultiplier": 1.0, + "pokemonPerChunk": 1.0, + "passiveStatuses": { + "cobblemon:poison": "180-300", + "cobblemon:poisonbadly": "180-300", + "cobblemon:paralysis": "180-300", + "cobblemon:frozen": "180-300", + "cobblemon:sleep": "180-300", + "cobblemon:burn": "180-300" + }, + "infiniteHealerCharge": false, + "maxHealerCharge": 6.0, + "chargeGainedPerTick": 3.33333E-4, + "defaultFaintTimer": 300, + "faintAwakenHealthPercent": 0.2, + "healPercent": 0.05, + "healTimer": 60, + "baseApricornTreeGenerationChance": 0.1, + "displayEntityLevelLabel": true, + "displayEntityNameLabel": true, + "displayNameForUnknownPokemon": false, + "displayEntityLabelsWhenCrouchingOnly": false, + "shinyRate": 8192.0, + "shinyNoticeParticlesDistance": 64.0, + "captureCalculator": "cobblemon", + "playerDamagePokemon": false, + "appleLeftoversChance": 0.025, + "maxRootsInArea": 5, + "bigRootPropagationChance": 0.1, + "energyRootChance": 0.25, + "maxDynamaxLevel": 10, + "teraTypeRate": 20.0, + "defaultPasturedPokemonLimit": 16, + "pastureBlockUpdateTicks": 40, + "pastureMaxWanderDistance": 64, + "pastureMaxPerChunk": 4.0, + "maxInsertedFossilItems": 2, + "walkingInBattleAnimations": false, + "battleWildMaxDistance": 12.0, + "tradeMaxDistance": 12.0, + "battlePvPMaxDistance": 32.0, + "battleSpectateMaxDistance": 64.0, + "maxPokedexScanningDetectionRange": 10.0, + "hideUnimplementedPokemonInThePokedex": false, + "enableDebugKeys": false +} \ No newline at end of file diff --git a/server/config/cobblemon_quests/cobblemon_quests.config b/server/config/cobblemon_quests/cobblemon_quests.config new file mode 100644 index 0000000..ea80e74 --- /dev/null +++ b/server/config/cobblemon_quests/cobblemon_quests.config @@ -0,0 +1,3 @@ +configVersion: 1.0 +ignoredPokemon: +suppressWarnings: false diff --git a/server/config/cobblemonboxlink-server.toml b/server/config/cobblemonboxlink-server.toml new file mode 100644 index 0000000..6a3d91f --- /dev/null +++ b/server/config/cobblemonboxlink-server.toml @@ -0,0 +1,3 @@ +#Whether the 'Open PC Storage' Keybind requires having a Box Link item. +#If false, it is effectively an innate ability. +boxLinkBindRequiresItem = true diff --git a/server/config/cobblemonchallenge-common.toml b/server/config/cobblemonchallenge-common.toml new file mode 100644 index 0000000..164e2ca --- /dev/null +++ b/server/config/cobblemonchallenge-common.toml @@ -0,0 +1,13 @@ +[cobblemonchallenge] + #Set to false if you don't want a distance restriction on challenges + challengeDistanceRestriction = true + #Max distance of a challenge if challengeDistanceRestriction is set to true + maxChallengeDistance = 50 + #The default level to set teams to if there is no challenge specified + defaultChallengeLevel = 100 + #Time in millis before a challenge request expires + challengeExpirationTime = 60000 + #Time in millis before a player can send a consecutive challenge + challengeCooldownTime = 5000 + #Default Handicap in levels of handicapped battles. + defaultHandicap = 0 diff --git a/server/config/cobblemonintegrations-common.toml b/server/config/cobblemonintegrations-common.toml new file mode 100644 index 0000000..55be834 --- /dev/null +++ b/server/config/cobblemonintegrations-common.toml @@ -0,0 +1,48 @@ + #To disable specific modules, use Jade's plugins.json config. + [jade.pokemon] + #This is intended to be used for configuring the shown placeholders, but can include text/formatting. Text changes should be made via lang entries! + #Wrap "{}" around text shown when crouching, and "!{}" for text shown when not crouching. + #Placeholders prefixed by "%" have a lang entry at "cobblemonintegrations.jade.pokemon_entity.". + #Placeholders prefixed by "#" MUST be placed on their own line. + #Valid placeholders are: %dex_status, %display_name, %nickname, %species, %gender, #health, %level, %typing, %ev_yield, %nature, %ability, %ivs, %evs, %trainer, %egg_groups, %battle_message + #Any text prefixed with "$" will look for an associated lang entry. Example: "$crouch_message" pulls the lang entry "cobblemonintegrations.jade.pokemon_entity.crouch_message". + #Finally, you can configure conditions using ":" where conditions are an & separated list of "__". + #Valid conditions are: unknown, encountered, caught, wild, yours, others, nicknamed + pokemonTooltip = """ +%dex_status %nickname:hidden_unless_nicknamed %species:hidden_when_nicknamed&unknown_when_unknown %gender:hidden_when_unknown %level +#health +$species_label:hidden_unless_nicknamed %species:hidden_unless_nicknamed&unknown_when_unknown +%trainer:hidden_when_wild +%typing:unknown_when_unknown +%ev_yield:unknown_when_unknown +{%nature:hidden_unless_caught&hidden_when_wild +%ability:hidden_unless_caught&hidden_when_wild +%ivs:hidden_unless_caught&hidden_when_wild +%evs:hidden_unless_caught&hidden_when_wild +%battle_message:hidden_unless_wild}!{$crouch_message:hidden_unless_caught +%battle_message:hidden_unless_wild&hidden_when_caught} +""" + +[jei] + #What Pokedex progress level should be required to see Pokemon in JEI? + #Note that this will only hide the info specified by "pokemonHideMode". + #Allowed Values: NONE, ENCOUNTERED, CAUGHT + pokedexHideLevel = "NONE" + #What info should be hidden in JEI? + #This only takes effect if "pokedexHideLevel" is not "NONE". + #Allowed Values: NAME, POKEMON, BOTH + pokemonHideMode = "BOTH" + +[enhancedcelestials] + #Most Enhanced Celestials configuration for Cobblemon Integrations must be done via Datapack. + # + #Should Lunar Event reward modifiers apply in PvP battles? + applyInPvP = false + +[waystones] + #Allow Pokemon to be used for Waystone teleportation. + allowWaystoneTeleport = true + #Minimum level to Teleport. + waystonesMinLevel = 0 + #Does the Pokemon need to have Teleport accessible? When disabled, any psychic type can teleport. + requireTeleportMove = true diff --git a/server/config/cobblemonsizevariation/config.json b/server/config/cobblemonsizevariation/config.json new file mode 100644 index 0000000..1993010 --- /dev/null +++ b/server/config/cobblemonsizevariation/config.json @@ -0,0 +1,52 @@ +{ + "sizeModificationChance": 0.5, + "preventShoulderMountSize": 1.5, + "minSizeMultiplier": 0.2, + "maxSizeMultiplier": 2.0, + "permissions": [ + { + "cobblemonsizevariation.command.pokesizer": 2 + }, + { + "cobblemonsizevariation.command.pokesizer.self": 2 + } + ], + "sizeDefinitions": [ + { + "name": "Tiny", + "min": 0.2, + "max": 0.5, + "color": "#1b88cc" + }, + { + "name": "Small", + "min": 0.51, + "max": 0.9, + "color": "#1bcc9a" + }, + { + "name": "Average", + "min": 0.91, + "max": 1.2, + "color": "#ffffff" + }, + { + "name": "Big", + "min": 1.21, + "max": 1.6, + "color": "#e6ff2b" + }, + { + "name": "Large", + "min": 1.61, + "max": 1.9, + "color": "#f07426" + }, + { + "name": "Huge", + "min": 1.91, + "max": 2.0, + "color": "#f21800" + } + ] +} \ No newline at end of file diff --git a/server/config/cobblenav/server-config.json b/server/config/cobblenav/server-config.json new file mode 100644 index 0000000..ee262d9 --- /dev/null +++ b/server/config/cobblenav/server-config.json @@ -0,0 +1,22 @@ +{ + "hideUnknownPokemon": false, + "showPokemonTooltips": true, + "showUnknownPokemonTooltips": true, + "checkSpawnWidth": 8, + "checkSpawnHeight": 16, + "searchAreaWidth": 200.0, + "searchAreaHeight": 200.0, + "pokemonFeatureWeights": { + "shiny": 10.0, + "perfectIvsRates": { + "1": 1.0, + "2": 2.0, + "3": 3.0, + "4": 4.0, + "5": 5.0, + "6": 6.0 + }, + "hiddenAbility": 1.0, + "eggMove": 1.0 + } +} \ No newline at end of file diff --git a/server/config/cobbleride/config.json b/server/config/cobbleride/config.json new file mode 100644 index 0000000..0b537b3 --- /dev/null +++ b/server/config/cobbleride/config.json @@ -0,0 +1,40 @@ +{ + "general": { + "globalBaseSpeedModifier": 1.1, + "globalLandSpeedModifier": 1.0, + "globalWaterSpeedModifier": 2.0, + "globalAirSpeedModifier": 1.5, + "underwaterSpeedModifier": 2.0, + "waterVerticalClimbSpeed": 2.0, + "airVerticalClimbSpeed": 0.5, + "rideSpeedLimit": 0.0, + "isWaterBreathingShared": true + }, + "client": { + "canDismountInMidair": false, + "useCameraNavigation": false + }, + "restrictions": { + "blacklistedDimensions": [] + }, + "speedStat": { + "affectsSpeed": true, + "minStatThreshold": 20, + "maxStatThreshold": 400, + "minSpeedModifier": 0.5, + "maxSpeedModifier": 4.0 + }, + "sprinting": { + "canSprint": true, + "rideSprintSpeed": 1.5, + "canSprintOnLand": true, + "canSprintInWater": true, + "canSprintInAir": false, + "canExhaust": true, + "maxStamina": 900, + "recoveryTime": 300, + "recoveryDelay": 20, + "exhaustionSpeed": 0.5, + "exhaustionDuration": 1.0 + } +} \ No newline at end of file diff --git a/server/config/collective.json5 b/server/config/collective.json5 new file mode 100644 index 0000000..62069c2 --- /dev/null +++ b/server/config/collective.json5 @@ -0,0 +1,12 @@ +{ + // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. + "transferItemsBetweenReplacedEntities": true, + // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. + // min: 1, max: 500 + "loopsAmountUsedToGetAllEntityDrops": 100, + // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. + // min: 0, max: 3600000 + "findABlockCheckAroundEntitiesDelayMs": 30000, + // Enables pets for Patrons. Will be added in a future release. + "enablePatronPets": true +} \ No newline at end of file diff --git a/server/config/combat_roll/client.json5 b/server/config/combat_roll/client.json5 new file mode 100644 index 0000000..8364d53 --- /dev/null +++ b/server/config/combat_roll/client.json5 @@ -0,0 +1,11 @@ +{ + "playCooldownSound": true, + "playCooldownFlash": true, + "playRollSound": true, + "hudArrowColor": 5540067, + "hudBackgroundOpacity": 75, + "showWhenFull": true, + "showHUDInCreative": false, + "showKeybinding": true, + "keybindingLabelPosition": "LEFT" +} \ No newline at end of file diff --git a/server/config/combat_roll/hud_config.json b/server/config/combat_roll/hud_config.json new file mode 100644 index 0000000..6952bdf --- /dev/null +++ b/server/config/combat_roll/hud_config.json @@ -0,0 +1,9 @@ +{ + "rollWidget": { + "origin": "BOTTOM", + "offset": { + "x": 108.0, + "y": -12.0 + } + } +} \ No newline at end of file diff --git a/server/config/combat_roll/server.json5 b/server/config/combat_roll/server.json5 new file mode 100644 index 0000000..49fd269 --- /dev/null +++ b/server/config/combat_roll/server.json5 @@ -0,0 +1,22 @@ +{ + // The number of game ticks players become invulnerable upon rolling + "invulnerable_ticks_upon_roll": 0, + // The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc... + "roll_duration": 8, + // Allows Vanilla Minecraft auto jump feature to work while rolling + "allow_auto_jump_while_rolling": true, + // Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment + "allow_jump_while_rolling": false, + // Allows combat roll while the player has its weapon on cooldown + "allow_rolling_while_weapon_cooldown": false, + // Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment + "allow_rolling_while_airborn": false, + // The amount of exhaust (hunger) to be added to the player on every roll + "exhaust_on_roll": 0.10000000149011612, + // The amount of food level above which players can do a roll + "food_level_required": 6.0, + // The cooldown duration of the combat roll ability expressed in seconds + "roll_cooldown": 4.0, + // Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this. + "additional_roll_distance": 0.0 +} \ No newline at end of file diff --git a/server/config/comforts-common.toml b/server/config/comforts-common.toml new file mode 100644 index 0000000..be59ccf --- /dev/null +++ b/server/config/comforts-common.toml @@ -0,0 +1,4 @@ +#If enabled, the default hammock recipes will be available. +enableHammockRecipes = true +#If enabled, the default sleeping bag recipes will be available. +enableSleepingBagRecipes = true diff --git a/server/config/comforts-server.toml b/server/config/comforts-server.toml new file mode 100644 index 0000000..b5755f0 --- /dev/null +++ b/server/config/comforts-server.toml @@ -0,0 +1,38 @@ +#If enabled, players automatically attempt to use sleeping bags when placed. +autoUse = true +#If enabled, players cannot sleep again for a period of time after sleeping. +restrictSleeping = false +#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner). +#Range: 1.0 ~ 20.0 +restMultiplier = 2.0 +#The time of day that hammocks can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +hammockUse = "DAY" +#The time of day that sleeping bags can be used. +#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT +sleepingBagUse = "NIGHT" +#What percentage of players must sleep to skip the day. +#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day. +#A value of less than 0 will default to the playerSleepingPercentage game rule. +# +#Range: -1 ~ 100 +daySleepingPercentage = -1 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a night. +#Range: -2000 ~ 2000 +dayWakeTimeOffset = 0 +#The amount of time, in ticks, to add or remove from the new time after sleeping through a day. +#Range: -2000 ~ 2000 +nightWakeTimeOffset = 0 +#If enabled, attempting to sleep in hammocks stops phantoms from spawning. +hammocksStopPhantoms = true +#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning. +sleepingBagsStopPhantoms = true +#The percentage chance that a sleeping bag will break upon use. +#Range: 0 ~ 100 +sleepingBagBreakChance = 0 +#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance. +#Range: -1.0 ~ 1.0 +sleepingBagBreakChanceLuckMultiplier = 0.0 +#The status effects to apply to players after using the sleeping bag. +#Format: effect;duration(secs);power +sleepingBagEffects = [] diff --git a/server/config/configurableextramobdrops/mobdropconfig.txt b/server/config/configurableextramobdrops/mobdropconfig.txt new file mode 100644 index 0000000..a552421 --- /dev/null +++ b/server/config/configurableextramobdrops/mobdropconfig.txt @@ -0,0 +1,115 @@ +'minecraft:dolphin' : '', +'biomeswevegone:pumpkin_warden' : '', +'minecraft:breeze' : '', +'minecraft:piglin_brute' : '', +'irons_spellbooks:citadel_keeper' : '', +'minecraft:armadillo' : '', +'minecraft:tadpole' : '', +'minecraft:bee' : '', +'minecraft:spider' : '', +'minecraft:snow_golem' : '', +'cobblemon:pokemon' : '', +'minecraft:polar_bear' : '', +'minecraft:hoglin' : '', +'minecraft:pillager' : '', +'irons_spellbooks:necromancer' : '{count:1,id:"cobblemon:reaper_cloth"}', +'minecraft:rabbit' : '', +'minecraft:allay' : '', +'minecraft:bat' : '', +'minecraft:llama' : '', +'minecraft:slime' : '', +'minecraft:salmon' : '', +'cobblemon:npc' : '', +'minecraft:elder_guardian' : '{count:1,id:"cobblemon:dragon_scale"}|||{count:1,id:"cobblemon:prism_scale"}', +'minecraft:strider' : '', +'minecraft:fox' : '', +'supplementaries:red_merchant' : '', +'irons_spellbooks:apothecarist' : '', +'bosses_of_mass_destruction:lich' : '{count:1,id:"cobblemon:dusk_stone"}|||{count:1,id:"endrem:undead_soul"}', +'minecraft:guardian' : '', +'minecraft:husk' : '', +'minecraft:sniffer' : '', +'minecraft:tropical_fish' : '', +'minecraft:witch' : '', +'luggage:luggage' : '', +'minecraft:wither' : '', +'minecraft:creeper' : '', +'minecraft:stray' : '', +'minecraft:illusioner' : '', +'irons_spellbooks:cultist' : '', +'minecraft:shulker' : '', +'minecraft:wolf' : '', +'biomeswevegone:oddion' : '', +'minecraft:zombified_piglin' : '', +'minecraft:zombie' : '', +'irons_spellbooks:summoned_vex' : '', +'gravestone:player_ghost' : '', +'minecraft:axolotl' : '', +'minecraft:bogged' : '', +'minecraft:ravager' : '', +'minecraft:evoker' : '', +'minecraft:warden' : '', +'minecraft:glow_squid' : '', +'minecraft:enderman' : '', +'irons_spellbooks:summoned_polar_bear' : '', +'bosses_of_mass_destruction:gauntlet' : '{count:1,id:"cobblemon:magmarizer"}|||{count:1,id:"endrem:nether_eye"}', +'irons_spellbooks:magehunter_vindicator' : '', +'minecraft:phantom' : '', +'minecraft:wither_skeleton' : '', +'irons_spellbooks:summoned_skeleton' : '', +'irons_spellbooks:catacombs_zombie' : '', +'minecraft:frog' : '', +'irons_spellbooks:pyromancer' : '{count:1,id:"endrem:lost_eye"}', +'minecraft:endermite' : '', +'minecraft:cow' : '', +'minecraft:cod' : '', +'endersequipment:summoned_ravager' : '', +'minecraft:wandering_trader' : '', +'irons_spellbooks:priest' : '', +'minecraft:magma_cube' : '', +'bosses_of_mass_destruction:obsidilith' : '', +'minecraft:camel' : '', +'minecraft:blaze' : '', +'minecraft:piglin' : '', +'minecraft:chicken' : '', +'minecraft:panda' : '', +'bosses_of_mass_destruction:void_blossom' : '{count:1,id:"cobblemon:leaf_stone"}|||{count:1,id:"endrem:rogue_eye"}', +'minecraft:donkey' : '', +'minecraft:skeleton' : '', +'minecraft:parrot' : '', +'minecraft:ender_dragon' : '', +'irons_spellbooks:summoned_zombie' : '', +'irons_spellbooks:debug_wizard' : '', +'minecraft:skeleton_horse' : '', +'biomeswevegone:man_o_war' : '', +'minecraft:goat' : '', +'minecraft:mule' : '', +'minecraft:giant' : '', +'minecraft:zombie_villager' : '', +'minecraft:silverfish' : '', +'minecraft:sheep' : '', +'minecraft:cat' : '', +'minecraft:iron_golem' : '', +'luggage:ender_luggage' : '', +'minecraft:zombie_horse' : '', +'endersequipment:summoned_knight' : '', +'minecraft:zoglin' : '', +'minecraft:pufferfish' : '', +'minecraft:turtle' : '', +'minecraft:cave_spider' : '', +'minecraft:villager' : '', +'minecraft:ocelot' : '', +'minecraft:vex' : '', +'minecraft:pig' : '', +'minecraft:drowned' : '', +'minecraft:ghast' : '', +'minecraft:trader_llama' : '', +'minecraft:mooshroom' : '', +'irons_spellbooks:spectral_steed' : '', +'irons_spellbooks:cryomancer' : '', +'darkdoppelganger:dark_doppelganger' : '', +'irons_spellbooks:archevoker' : '{count:1,id:"endrem:witch_pupil"}|||{count:1,id:"endrem:magical_eye"}', +'minecraft:horse' : '', +'minecraft:vindicator' : '', +'irons_spellbooks:dead_king' : '{count:1,id:"endrem:cursed_eye"}', +'minecraft:squid' : '', diff --git a/server/config/configurablemobpotioneffects/ondamageeffects.txt b/server/config/configurablemobpotioneffects/ondamageeffects.txt new file mode 100644 index 0000000..8e2c74d --- /dev/null +++ b/server/config/configurablemobpotioneffects/ondamageeffects.txt @@ -0,0 +1,238 @@ +'irons_spellbooks:apothecarist' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:archevoker' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:armadillo' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:axolotl' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:bat' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:bee' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:blaze' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:bogged' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:bogged' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:breeze' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:camel' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:cat' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:cat' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:catacombs_zombie' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:cave_spider' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:chicken' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:chicken' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:citadel_keeper' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:cod' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:cow' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:creeper' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:cryomancer' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:cultist' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:dead_king' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:debug_wizard' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:dolphin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:donkey' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:drowned' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:drowned' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:elder_guardian' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:ender_dragon' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'luggage:ender_luggage' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:enderman' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:endermite' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:evoker' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:evoker' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:fox' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:frog' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'bosses_of_mass_destruction:gauntlet' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:ghast' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:giant' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:glow_squid' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:goat' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:guardian' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:hoglin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:horse' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:horse' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:illusioner' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:illusioner' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'bosses_of_mass_destruction:lich' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:llama' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'luggage:luggage' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:magehunter_vindicator' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:magma_cube' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'biomeswevegone:man_o_war' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:mooshroom' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:mule' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:necromancer' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'cobblemon:npc' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'bosses_of_mass_destruction:obsidilith' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:ocelot' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'biomeswevegone:oddion' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:panda' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:parrot' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:phantom' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:pig' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:pig' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:piglin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:piglin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'gravestone:player_ghost' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'cobblemon:pokemon' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:polar_bear' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:priest' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:pufferfish' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'biomeswevegone:pumpkin_warden' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:pyromancer' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:rabbit' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:ravager' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'supplementaries:red_merchant' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:salmon' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:sheep' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:shulker' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:silverfish' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:skeleton' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:skeleton' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:slime' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:sniffer' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:spectral_steed' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:spider' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:squid' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:stray' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:stray' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:strider' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'endersequipment:summoned_knight' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:summoned_polar_bear' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'endersequipment:summoned_ravager' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:summoned_skeleton' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:summoned_vex' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'irons_spellbooks:summoned_zombie' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:tadpole' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:trader_llama' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:tropical_fish' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:turtle' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:vex' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:vindicator' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:vindicator' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'bosses_of_mass_destruction:void_blossom' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:wandering_trader' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:warden' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:witch' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:wither' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:wither_skeleton' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:wither_skeleton' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zoglin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zombie' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zombie' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zombie_villager' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zombie_villager' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + +'minecraft:zombified_piglin' : 'minecraft:absorption,lvl:0,duration:5|irons_spellbooks:abyssal_shroud,lvl:0,duration:5|irons_spellbooks:airborne,lvl:0,duration:5|irons_spellbooks:angel_wings,lvl:0,duration:5|relics:anti_heal,lvl:0,duration:5|irons_spellbooks:antigravity,lvl:0,duration:5|irons_spellbooks:ascension,lvl:0,duration:5|minecraft:bad_omen,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|relics:bleeding,lvl:0,duration:5|endersequipment:blessed,lvl:0,duration:5|irons_spellbooks:blight,lvl:0,duration:5|minecraft:blindness,lvl:0,duration:5|endersequipment:blizard_armor,lvl:0,duration:5|endersequipment:bloodied_wounds,lvl:0,duration:5|irons_spellbooks:burning_dash,lvl:0,duration:5|irons_spellbooks:charged,lvl:0,duration:5|irons_spellbooks:chilled,lvl:0,duration:5|farmersdelight:comfort,lvl:0,duration:5|minecraft:conduit_power,lvl:0,duration:5|relics:confusion,lvl:0,duration:5|minecraft:darkness,lvl:0,duration:5|apothic_attributes:detonation,lvl:0,duration:5|endersequipment:divine_wrath,lvl:0,duration:5|minecraft:dolphins_grace,lvl:0,duration:5|irons_spellbooks:echoing_strikes,lvl:0,duration:5|irons_spellbooks:evasion,lvl:0,duration:5|minecraft:fire_resistance,lvl:0,duration:5|supplementaries:flammable,lvl:0,duration:5|apothic_attributes:flying,lvl:0,duration:5|irons_spellbooks:fortify,lvl:0,duration:5|endersequipment:gigantism,lvl:0,duration:5|minecraft:glowing,lvl:0,duration:5|irons_spellbooks:gluttony,lvl:0,duration:5|apothic_attributes:grievous,lvl:0,duration:5|irons_spellbooks:guided,lvl:0,duration:5|minecraft:haste,lvl:0,duration:5|irons_spellbooks:hastened,lvl:0,duration:5|minecraft:health_boost,lvl:0,duration:5|irons_spellbooks:heartstop,lvl:0,duration:5|minecraft:hero_of_the_village,lvl:0,duration:5|minecraft:hunger,lvl:0,duration:5|minecraft:infested,lvl:0,duration:5|minecraft:instant_damage,lvl:0,duration:5|minecraft:instant_health,lvl:0,duration:5|irons_spellbooks:instant_mana,lvl:0,duration:5|minecraft:invisibility,lvl:0,duration:5|minecraft:jump_boost,lvl:0,duration:5|apothic_attributes:knowledge,lvl:0,duration:5|minecraft:levitation,lvl:0,duration:5|minecraft:luck,lvl:0,duration:5|endersequipment:minimize,lvl:0,duration:5|minecraft:mining_fatigue,lvl:0,duration:5|minecraft:nausea,lvl:0,duration:5|minecraft:night_vision,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaeroworldmap:no_cave_maps,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_cave_maps_harmful,lvl:0,duration:5|xaerominimap:no_entity_radar,lvl:0,duration:5|xaerominimap:no_entity_radar_harmful,lvl:0,duration:5|xaerominimap:no_minimap,lvl:0,duration:5|xaerominimap:no_minimap_harmful,lvl:0,duration:5|xaerominimap:no_waypoints,lvl:0,duration:5|xaerominimap:no_waypoints_harmful,lvl:0,duration:5|xaeroworldmap:no_world_map,lvl:0,duration:5|xaeroworldmap:no_world_map_harmful,lvl:0,duration:5|farmersdelight:nourishment,lvl:0,duration:5|irons_spellbooks:oakskin,lvl:0,duration:5|minecraft:oozing,lvl:0,duration:5|supplementaries:overencumbered,lvl:0,duration:5|endersequipment:overgrown,lvl:0,duration:5|relics:paralysis,lvl:0,duration:5|irons_spellbooks:planar_sight,lvl:0,duration:5|minecraft:poison,lvl:0,duration:5|irons_spellbooks:polar_bear_timer,lvl:0,duration:5|minecraft:raid_omen,lvl:0,duration:5|irons_spellbooks:raise_dead_timer,lvl:0,duration:5|minecraft:regeneration,lvl:0,duration:5|irons_spellbooks:rend,lvl:0,duration:5|minecraft:resistance,lvl:0,duration:5|minecraft:saturation,lvl:0,duration:5|minecraft:slow_falling,lvl:0,duration:5|irons_spellbooks:slowed,lvl:0,duration:5|minecraft:slowness,lvl:0,duration:5|endersequipment:soul_stop,lvl:0,duration:5|minecraft:speed,lvl:0,duration:5|irons_spellbooks:spider_aspect,lvl:0,duration:5|endersequipment:star_burned_soul,lvl:0,duration:5|endersequipment:strained,lvl:0,duration:5|minecraft:strength,lvl:0,duration:5|relics:stun,lvl:0,duration:5|irons_spellbooks:summon_horse_timer,lvl:0,duration:5|endersequipment:summoned_phantom,lvl:0,duration:5|endersequipment:summoned_ravager,lvl:0,duration:5|apothic_attributes:sundering,lvl:0,duration:5|irons_spellbooks:thunderstorm,lvl:0,duration:5|minecraft:trial_omen,lvl:0,duration:5|irons_spellbooks:true_invisibility,lvl:0,duration:5|minecraft:unluck,lvl:0,duration:5|relics:vanishing,lvl:0,duration:5|irons_spellbooks:vex_timer,lvl:0,duration:5|irons_spellbooks:vigor,lvl:0,duration:5|apothic_attributes:vitality,lvl:0,duration:5|minecraft:water_breathing,lvl:0,duration:5|minecraft:weakness,lvl:0,duration:5|minecraft:weaving,lvl:0,duration:5|minecraft:wind_charged,lvl:0,duration:5|minecraft:wither,lvl:0,duration:5', + diff --git a/server/config/configurablemobpotioneffects/permanenteffects.txt b/server/config/configurablemobpotioneffects/permanenteffects.txt new file mode 100644 index 0000000..ced530b --- /dev/null +++ b/server/config/configurablemobpotioneffects/permanenteffects.txt @@ -0,0 +1,238 @@ +'irons_spellbooks:apothecarist' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:archevoker' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:armadillo' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:axolotl' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:bat' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:bee' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:blaze' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:bogged' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:bogged' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:breeze' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:camel' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:cat' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:cat' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:catacombs_zombie' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:cave_spider' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:chicken' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:chicken' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:citadel_keeper' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:cod' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:cow' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:creeper' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:cryomancer' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:cultist' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:dead_king' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:debug_wizard' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:dolphin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:donkey' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:drowned' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:drowned' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:elder_guardian' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:ender_dragon' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'luggage:ender_luggage' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:enderman' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:endermite' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:evoker' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:evoker' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:fox' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:frog' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'bosses_of_mass_destruction:gauntlet' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:ghast' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:giant' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:glow_squid' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:goat' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:guardian' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:hoglin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:horse' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:horse' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:illusioner' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:illusioner' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'bosses_of_mass_destruction:lich' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:llama' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'luggage:luggage' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:magehunter_vindicator' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:magma_cube' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'biomeswevegone:man_o_war' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:mooshroom' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:mule' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:necromancer' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'cobblemon:npc' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'bosses_of_mass_destruction:obsidilith' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:ocelot' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'biomeswevegone:oddion' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:panda' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:parrot' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:phantom' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:pig' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:pig' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:piglin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:piglin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'gravestone:player_ghost' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'cobblemon:pokemon' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:polar_bear' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:priest' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:pufferfish' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'biomeswevegone:pumpkin_warden' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:pyromancer' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:rabbit' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:ravager' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'supplementaries:red_merchant' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:salmon' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:sheep' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:shulker' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:silverfish' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:skeleton' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:skeleton' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:slime' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:sniffer' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:spectral_steed' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:spider' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:squid' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:stray' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:stray' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:strider' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'endersequipment:summoned_knight' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:summoned_polar_bear' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'endersequipment:summoned_ravager' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:summoned_skeleton' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:summoned_vex' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'irons_spellbooks:summoned_zombie' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:tadpole' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:trader_llama' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:tropical_fish' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:turtle' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:vex' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:vindicator' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:vindicator' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'bosses_of_mass_destruction:void_blossom' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:wandering_trader' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:warden' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:witch' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:wither' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:wither_skeleton' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:wither_skeleton' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zoglin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zombie' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zombie' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zombie_villager' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zombie_villager' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + +'minecraft:zombified_piglin' : 'minecraft:absorption,lvl:0|irons_spellbooks:abyssal_shroud,lvl:0|irons_spellbooks:airborne,lvl:0|irons_spellbooks:angel_wings,lvl:0|relics:anti_heal,lvl:0|irons_spellbooks:antigravity,lvl:0|irons_spellbooks:ascension,lvl:0|minecraft:bad_omen,lvl:0|relics:bleeding,lvl:0|relics:bleeding,lvl:0|endersequipment:blessed,lvl:0|irons_spellbooks:blight,lvl:0|minecraft:blindness,lvl:0|endersequipment:blizard_armor,lvl:0|endersequipment:bloodied_wounds,lvl:0|irons_spellbooks:burning_dash,lvl:0|irons_spellbooks:charged,lvl:0|irons_spellbooks:chilled,lvl:0|farmersdelight:comfort,lvl:0|minecraft:conduit_power,lvl:0|relics:confusion,lvl:0|minecraft:darkness,lvl:0|apothic_attributes:detonation,lvl:0|endersequipment:divine_wrath,lvl:0|minecraft:dolphins_grace,lvl:0|irons_spellbooks:echoing_strikes,lvl:0|irons_spellbooks:evasion,lvl:0|minecraft:fire_resistance,lvl:0|supplementaries:flammable,lvl:0|apothic_attributes:flying,lvl:0|irons_spellbooks:fortify,lvl:0|endersequipment:gigantism,lvl:0|minecraft:glowing,lvl:0|irons_spellbooks:gluttony,lvl:0|apothic_attributes:grievous,lvl:0|irons_spellbooks:guided,lvl:0|minecraft:haste,lvl:0|irons_spellbooks:hastened,lvl:0|minecraft:health_boost,lvl:0|irons_spellbooks:heartstop,lvl:0|minecraft:hero_of_the_village,lvl:0|minecraft:hunger,lvl:0|minecraft:infested,lvl:0|minecraft:instant_damage,lvl:0|minecraft:instant_health,lvl:0|irons_spellbooks:instant_mana,lvl:0|minecraft:invisibility,lvl:0|minecraft:jump_boost,lvl:0|apothic_attributes:knowledge,lvl:0|minecraft:levitation,lvl:0|minecraft:luck,lvl:0|endersequipment:minimize,lvl:0|minecraft:mining_fatigue,lvl:0|minecraft:nausea,lvl:0|minecraft:night_vision,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaeroworldmap:no_cave_maps,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_cave_maps_harmful,lvl:0|xaerominimap:no_entity_radar,lvl:0|xaerominimap:no_entity_radar_harmful,lvl:0|xaerominimap:no_minimap,lvl:0|xaerominimap:no_minimap_harmful,lvl:0|xaerominimap:no_waypoints,lvl:0|xaerominimap:no_waypoints_harmful,lvl:0|xaeroworldmap:no_world_map,lvl:0|xaeroworldmap:no_world_map_harmful,lvl:0|farmersdelight:nourishment,lvl:0|irons_spellbooks:oakskin,lvl:0|minecraft:oozing,lvl:0|supplementaries:overencumbered,lvl:0|endersequipment:overgrown,lvl:0|relics:paralysis,lvl:0|irons_spellbooks:planar_sight,lvl:0|minecraft:poison,lvl:0|irons_spellbooks:polar_bear_timer,lvl:0|minecraft:raid_omen,lvl:0|irons_spellbooks:raise_dead_timer,lvl:0|minecraft:regeneration,lvl:0|irons_spellbooks:rend,lvl:0|minecraft:resistance,lvl:0|minecraft:saturation,lvl:0|minecraft:slow_falling,lvl:0|irons_spellbooks:slowed,lvl:0|minecraft:slowness,lvl:0|endersequipment:soul_stop,lvl:0|minecraft:speed,lvl:0|irons_spellbooks:spider_aspect,lvl:0|endersequipment:star_burned_soul,lvl:0|endersequipment:strained,lvl:0|minecraft:strength,lvl:0|relics:stun,lvl:0|irons_spellbooks:summon_horse_timer,lvl:0|endersequipment:summoned_phantom,lvl:0|endersequipment:summoned_ravager,lvl:0|apothic_attributes:sundering,lvl:0|irons_spellbooks:thunderstorm,lvl:0|minecraft:trial_omen,lvl:0|irons_spellbooks:true_invisibility,lvl:0|minecraft:unluck,lvl:0|relics:vanishing,lvl:0|irons_spellbooks:vex_timer,lvl:0|irons_spellbooks:vigor,lvl:0|apothic_attributes:vitality,lvl:0|minecraft:water_breathing,lvl:0|minecraft:weakness,lvl:0|minecraft:weaving,lvl:0|minecraft:wind_charged,lvl:0|minecraft:wither,lvl:0', + diff --git a/server/config/connectivity.json b/server/config/connectivity.json new file mode 100644 index 0000000..f3f4ca8 --- /dev/null +++ b/server/config/connectivity.json @@ -0,0 +1,34 @@ +{ + "disableLoginLimits": { + "desc:": "Should login packet size limits be disabled? Error:(IOException(\"Payload may not be larger than 1048576 bytes\")) default:true", + "disableLoginLimits": true + }, + "disablePacketLimits": { + "desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true", + "disablePacketLimits": true + }, + "disableChatVerificationDisconnect": { + "desc:": "(Clientside) Disables players disconnecting on chat message verification problems,(enable debugPrintMessages to see the message causing issues). default:true", + "disableChatVerificationDisconnect": true + }, + "debugPrintMessages": { + "desc:": "Enable addition debug logging for networking errors. default:false", + "debugPrintMessages": false + }, + "logintimeout": { + "desc:": "Set the max login timeout in seconds. default = 120", + "logintimeout": 120 + }, + "disconnectTimeout": { + "desc:": "Set the ingame disconnect timeout for disconnecting players. Default = 60sec", + "disconnectTimeout": 60 + }, + "packetHistoryMinutes": { + "desc:": "Set the amount of minutes for which network packet history data is saved. Default = 5 minutes", + "packetHistoryMinutes": 5 + }, + "showFullResourceLocationException": { + "desc:": "Enable to see the full log output for all resource location exceptions. Default = false", + "showFullResourceLocationException": false + } +} \ No newline at end of file diff --git a/server/config/contest_config.json b/server/config/contest_config.json new file mode 100644 index 0000000..886d9b5 --- /dev/null +++ b/server/config/contest_config.json @@ -0,0 +1 @@ +{"ball_swapper_ball_reusable":false,"liked_poffin_friend_increment":5,"neutral_poffin_friend_increment":1,"disliked_poffin_friend_decrement":5,"foul_poffin_friend_decrement":20} \ No newline at end of file diff --git a/server/config/craftingstation-client.toml b/server/config/craftingstation-client.toml new file mode 100644 index 0000000..d1985e6 --- /dev/null +++ b/server/config/craftingstation-client.toml @@ -0,0 +1,3 @@ +[general] + #Display Items in Table? + "display items in table" = true diff --git a/server/config/craftingstation-server.toml b/server/config/craftingstation-server.toml new file mode 100644 index 0000000..ec96f67 --- /dev/null +++ b/server/config/craftingstation-server.toml @@ -0,0 +1,3 @@ +[general] + #Are side inventories displayed in the crafting grid? + "display side inventories in crafting grid" = true diff --git a/server/config/cristellib/minecraftED.json5 b/server/config/cristellib/minecraftED.json5 new file mode 100644 index 0000000..3d86d2c --- /dev/null +++ b/server/config/cristellib/minecraftED.json5 @@ -0,0 +1,75 @@ +/* + This config file makes it possible to switch off any Minecraft structure. + To disable a structure, simply set the value of that structure to "false". + To change the rarity of a structure category, use the other file in the folder. +*/ +{ + "igloos": { + "igloo": true + }, + "desert_pyramids": { + "desert_pyramid": true + }, + "end_cities": { + "end_city": true + }, + "ocean_ruins": { + "ocean_ruin_cold": true, + "ocean_ruin_warm": true + }, + "shipwrecks": { + "shipwreck": true, + "shipwreck_beached": true + }, + "woodland_mansions": { + "mansion": true + }, + "ancient_cities": { + "ancient_city": true + }, + "buried_treasures": { + "buried_treasure": true + }, + "villages": { + "village_plains": true, + "village_desert": true, + "village_savanna": true, + "village_snowy": true, + "village_taiga": true + }, + "nether_complexes": { + "fortress": true, + "bastion_remnant": true + }, + "ocean_monuments": { + "monument": true + }, + "jungle_temples": { + "jungle_pyramid": true + }, + "nether_fossils": { + "nether_fossil": true + }, + "mineshafts": { + "mineshaft": true, + "mineshaft_mesa": true + }, + "pillager_outposts": { + "pillager_outpost": true + }, + "swamp_huts": { + "swamp_hut": true + }, + "strongholds": { + "stronghold": true + }, + "ruined_portals": { + "ruined_portal": true, + "ruined_portal_desert": true, + "ruined_portal_jungle": true, + "ruined_portal_swamp": true, + "ruined_portal_mountain": true, + "ruined_portal_ocean": true, + "ruined_portal_nether": true + } +} \ No newline at end of file diff --git a/server/config/cristellib/minecraftP.json5 b/server/config/cristellib/minecraftP.json5 new file mode 100644 index 0000000..3d62c1e --- /dev/null +++ b/server/config/cristellib/minecraftP.json5 @@ -0,0 +1,96 @@ +/* +This config file makes it possible to change the spacing, separation, salt (and frequency) of Minecraft's structure sets. + SPACING --- controls how far a structure can be from others of its kind + SEPARATION --- controls how close to each other two structures of the same type can be. +KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION. +*/ +{ + "igloos": { + "spacing": 32, + "separation": 8, + "salt": 14357618 + }, + "desert_pyramids": { + "spacing": 32, + "separation": 8, + "salt": 14357617 + }, + "end_cities": { + "spacing": 20, + "separation": 11, + "salt": 10387313 + }, + "ocean_ruins": { + "spacing": 20, + "separation": 8, + "salt": 14357621 + }, + "shipwrecks": { + "spacing": 24, + "separation": 4, + "salt": 165745295 + }, + "woodland_mansions": { + "spacing": 80, + "separation": 20, + "salt": 10387319 + }, + "ancient_cities": { + "spacing": 24, + "separation": 8, + "salt": 20083232 + }, + "buried_treasures": { + "spacing": 1, + "separation": 0, + "frequency": 0.01, + "salt": 0 + }, + "villages": { + "spacing": 34, + "separation": 8, + "salt": 10387312 + }, + "nether_complexes": { + "spacing": 27, + "separation": 4, + "salt": 30084232 + }, + "ocean_monuments": { + "spacing": 32, + "separation": 5, + "salt": 10387313 + }, + "jungle_temples": { + "spacing": 32, + "separation": 8, + "salt": 14357619 + }, + "nether_fossils": { + "spacing": 2, + "separation": 1, + "salt": 14357921 + }, + "mineshafts": { + "spacing": 1, + "separation": 0, + "frequency": 0.004, + "salt": 0 + }, + "pillager_outposts": { + "spacing": 32, + "separation": 8, + "frequency": 0.2, + "salt": 165745296 + }, + "swamp_huts": { + "spacing": 32, + "separation": 8, + "salt": 14357620 + }, + "ruined_portals": { + "spacing": 40, + "separation": 15, + "salt": 34222645 + } +} \ No newline at end of file diff --git a/server/config/cupboard.json b/server/config/cupboard.json new file mode 100644 index 0000000..51d25a0 --- /dev/null +++ b/server/config/cupboard.json @@ -0,0 +1,22 @@ +{ + "showCommandExecutionErrors": { + "desc:": "Whether to display errors during command execution: default:true", + "showCommandExecutionErrors": true + }, + "debugChunkloadAttempts": { + "desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading, incompatible with lithium and its forks: default:false", + "debugChunkloadAttempts": false + }, + "skipErrorOnEntityLoad": { + "desc:": "Prevent crashes on entity loading: default:false", + "skipErrorOnEntityLoad": false + }, + "logOffthreadEntityAdd": { + "desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true", + "logOffthreadEntityAdd": true + }, + "forceHeapDumpOnOOM": { + "desc:": "Enables creating a heap dump automatically once the game crashes with an out of memory issue, use with care heapdumps take a lot of space. default:false", + "forceHeapDumpOnOOM": false + } +} \ No newline at end of file diff --git a/server/config/curios-client.toml b/server/config/curios-client.toml new file mode 100644 index 0000000..4a25e5f --- /dev/null +++ b/server/config/curios-client.toml @@ -0,0 +1,25 @@ +#Client only settings, mostly things related to rendering +[client] + #Set to true to enable rendering curios + renderCurios = true + #Set to true to enable the Curios GUI button + enableButton = true + #The X-Offset for the Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + buttonXOffset = 0 + #The Y-Offset for the Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + buttonYOffset = 0 + #The X-Offset for the Creative Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + creativeButtonXOffset = 0 + #The Y-Offset for the Creative Curios GUI button + # Default: 0 + # Range: -100 ~ 100 + creativeButtonYOffset = 0 + #The corner for the Curios GUI button + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + buttonCorner = "TOP_LEFT" diff --git a/server/config/curios-common.toml b/server/config/curios-common.toml new file mode 100644 index 0000000..c087916 --- /dev/null +++ b/server/config/curios-common.toml @@ -0,0 +1,4 @@ +#List of slots to create or modify. +#See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration +# +slots = [] diff --git a/server/config/curios-server.toml b/server/config/curios-server.toml new file mode 100644 index 0000000..eb105e0 --- /dev/null +++ b/server/config/curios-server.toml @@ -0,0 +1,16 @@ +#Sets behavior for keeping Curios items on death. +#ON - Curios items are kept on death +#DEFAULT - Curios items follow the keepInventory gamerule +#OFF - Curios items are dropped on death +#Allowed Values: ON, DEFAULT, OFF +keepCurios = "DEFAULT" + +[menu] + #The minimum number of columns for the Curios menu. + # Default: 1 + # Range: 1 ~ 8 + minimumColumns = 1 + #The maximum number of slots per page of the Curios menu. + # Default: 48 + # Range: 1 ~ 48 + maxSlotsPerPage = 48 diff --git a/server/config/customcursor.json b/server/config/customcursor.json new file mode 100644 index 0000000..f1c5141 --- /dev/null +++ b/server/config/customcursor.json @@ -0,0 +1,36 @@ +{ + "dynamicCursor": true, + "clickAnimation": true, + "cursors": { + "hand_grab": { + "xHotSpot": 14, + "yHotSpot": 7, + "link": "textures/gui/customcursor_hand_grab.png", + "size": 32 + }, + "beam": { + "xHotSpot": 16, + "yHotSpot": 16, + "link": "textures/gui/customcursor_beam.png", + "size": 32 + }, + "pointer": { + "xHotSpot": 0, + "yHotSpot": 0, + "link": "textures/gui/customcursor.png", + "size": 32 + }, + "cross": { + "xHotSpot": 16, + "yHotSpot": 16, + "link": "textures/gui/customcursor_cross.png", + "size": 32 + }, + "hand": { + "xHotSpot": 9, + "yHotSpot": 1, + "link": "textures/gui/customcursor_hand.png", + "size": 32 + } + } +} \ No newline at end of file diff --git a/server/config/daily_rewards-common.toml b/server/config/daily_rewards-common.toml new file mode 100644 index 0000000..13e82d6 --- /dev/null +++ b/server/config/daily_rewards-common.toml @@ -0,0 +1,148 @@ + +#Daily Rewards (General configuration) +[General] + #Automatically reward players after the rewardTimePerDay is reached. (e.g. 30 minutes). If disabled the reward command needs to be executed manually to reward the players. + automaticRewardPlayers = true + #Automatically reward players with specials after the rewardTimePerDay is reached. (e.g. 30 minutes). If disabled the reward command needs to be executed manually to reward the players. + automaticRewardSpecialPlayers = true + #Time in minutes the players needs to be online on the server before receiving a reward for the day. + #Range: 1 ~ 1440 + rewardTimePerDay = 30 + #Shows a unclaimed rewards message when a player joins the server (if there are unclaimed rewards). + showUnclaimedRewardsOnPlayerJoin = true + #Shows a unclaimed special rewards message when a player joins the server (if there are unclaimed special rewards). + showUnclaimedRewardsSpecialOnPlayerJoin = true + #Shows a message when a player receives a reward. + showReceivedRewardMessage = true + #Shows a message when a player receives a special reward. + showReceivedRewardSpecialMessage = true + #Shows a message with the reward claim command to claim rewards. + showRewardClaimCommandMessage = true + #Shows the rewards menu when a player joins the server (if there are unclaimed rewards). + showRewardMenuOnPlayerJoin = true + #Type of the reward screen. + #Allowed Values: COMPACT, DEFAULT_OVERVIEW, SPECIAL_OVERVIEW + rewardScreenType = "SPECIAL_OVERVIEW" + +["Fill Items"] + #Use fill items if there are not enough valid items for a month. (e.g. if there are only 2 items for a month and the player claims 3 rewards, the 3rd reward will be a fill item) + useFillItems = true + #List of normal fill items which are used in the case we have not enough valid items for a month. + normalFillItems = ["cobblemon:premier_ball:8", "cobblemon:premier_ball:12", "cobblemon:premier_ball:4", "cobblemon:premier_ball:10", "cobblemon:ultra_ball:3", "cobblemon:great_ball:5", "cobblemon:fast_ball:3", "cobblemon:dusk_ball:3", "cobblemon:level_ball:3", "cobblemon:roseate_ball:8", "cobblemon:yellow_apricorn:10", "cobblemon:red_apricorn:10", "cobblemon:green_apricorn:10", "cobblemon:pink_apricorn:10", "cobblemon:blue_apricorn:10", "cobblemon:net_ball:3", "simplehats:hatbag_rare:1", "cobblemon:super_potion:4", "cobblemon:heal_ball:6", "cobblemon:safari_ball:6", "cobblemon:timer_ball:3", "cobblemon:potion:4", "cobblemon:revive:2", "cobblemon:max_revive", "cobblemon:full_restore", "cobblemon:hyper_potion:2", "cobblemon:moon_ball:4", "cobblemon:sport_ball:10", "cobblemon:automaton_armor_trim_smithing_template", "cobblemon:quick_ball:5", "cobblemon:berry_juice:3", "cobblemon:premier_ball:10", "cobblemon:antidote:3", "cobblemon:awakening:3", "cobblemon:burn_heal:3", "cobblemon:ice_heal:3", "cobblemon:paralyze_heal:3", "cobblemon:full_heal", "cobblemon:ether", "cobblemon:max_ether", "cobblemon:elixir", "cobblemon:max_elixir", "cobblemon:jaw_fossil", "cobblemon:armor_fossil", "cobblemon:plume_fossil"] + #List of rare fill items which are used in the case we have not enough valid items for a month. + rareFillItems = ["cobblemon:galarica_cuff", "cobblemon:link_cable", "cobblemon:dusk_stone", "cobblemon:shiny_stone", "cobblemon:moon_stone", "cobblemonmikeskills:super_fishing_rod", "cobblemon:shell_bell", "cobblemon:safety_goggles", "simpletms:tr_shadowball", "cobblemon:tart_apple", "cobblemon:sweet_apple", "cobblemon:sachet", "cobblemon:upgrade", "cobblemon:magmarizer", "cobblemon:electirizer", "cobblemon:thunder_stone", "cobblemon:water_stone", "cobblemon:fire_stone", "cobblemon:malicious_armor", "cobblemon:auspicious_armor", "cobblemon:ribbon_sweet", "cobblemon:star_sweet", "cobblemon:protector", "cobblemon:soothe_bell", "cobblemon:spell_tag", "cobblemon:sticky_barb", "cobblemon:toxic_orb", "cobblemon:twisted_spoon", "cobblemon:dubious_disc", "cobblemon:unremarkable_teacup", "cobblemon:peat_block", "cobblemon:prism_scale", "obblemon:choice_band", "cobblemon:expert_belt", "cobblemon:lucky_egg", "cobblemon:reaper_cloth", "cobblemon:deep_sea_scale", "cobblemon:ability_shield", "cobblemon:weakness_policy", "cobblemon:power_anklet", "cobblemon:never_melt_ice", "cobblemon:muscle_band", "cobblemon:focus_band", "cobblemon:exp_share", "cobblemon:poison_barb", "cobblemon:power_lens", "cobblemon:loaded_dice", "cobblemon:metal_powder", "cobblemon:power_band", "cobblemon:covert_cloak", "cobblemon:iron_ball", "cobblemon:magnet", "cobblemon:life_orb", "cobblemon:flame_orb", "cobblemon:destiny_knot", "cobblemon:eject_button", "cobblemon:icy_rock", "cobblemon:rocky_helmet", "cobblemon:ring_target", "cobblemon:red_card", "cobblemon:silver_powder", "cobblemon:smoke_ball", "cobblemon:smooth_rock", "cobblemon:soft_sand", "cobblemon:sharp_beak", "cobblemon:damp_rock", "cobblemon:pp_up", "cobblemon:protein", "cobblemon:zinc", "cobblemon:hp_up", "cobblemon:black_augurite", "cobblemon:swift_feather", "cobblemon:master_ball", "cobblemon:jaw_fossil", "cobblemon:armor_fossil", "cobblemon:skull_fossil", "cobblemon:root_fossil", "cobblemon:old_amber_fossil", "cobblemon:dome_fossil", "cobblemon:helix_fossil", "cobblemon:suspicious_sherd", "cobblemon:relic_coin_pouch", "cobblemon:sun_stone", "cobblemon:elixir", "cobblemon:dire_hit", "cobblemon:wise_glasses", "cobblemon:leaf_stone", "cobblemon:moon_stone", "cobblemon:choice_specs", "cobblemon:fairy_feather", "cobblemon:dragon_scale", "cobblemon:heavy_duty_boots", "cobblemon:galarica_wreath", "cobblemon:x_attack"] + #The chance to use a rare item instead of a regular one. e.g. 7 means every 7th items could be a rare item. (0 = disabled) + #Range: 0 ~ 100 + rareFillItemsChance = 3 + #List of loot bag fill items which are used in the case we have not enough valid items for a month. + lootBagFillItems = ["lootbagmod:lootbag"] + #The chance to use a loot bag item instead of a regular one. e.g. 15 means every 15th items could be a loot bag item. (0 = disabled) + #Range: 0 ~ 100 + lootBagFillItemsChance = 15 + +["Rewards Items"] + #Shuffle the rewards items instead of using the defined order. + shuffleRewardsItems = true + #Shuffle the special rewards items instead of using the defined order. + shuffleRewardsSpecialItems = true + #Preview the upcoming rewards items for the next days. + previewRewardsItems = false + #Preview the upcoming special rewards items for the next days. + previewRewardsSpecialItems = false + + ["Rewards Items"."January Rewards Items"] + #List of rewards items for January + rewardsJanuaryItems = ["minecraft:oak_log:32", "minecraft:cooked_salmon:16", "minecraft:white_wool:16", "minecraft:cake:1"] + #Single reward item or list of special streak rewards items for January. (Only used if rewardsJanuarySpecialItemsNeededDays is greater than 0) + rewardsJanuarySpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for January. (Use empty list to allow all players to get special rewards items for January) + rewardsJanuarySpecialUsers = [""] + + ["Rewards Items"."February Rewards Items"] + #List of rewards items for February + rewardsFebruaryItems = [] + #Single reward item or list of special streak rewards items for February. (Only used if rewardsFebruarySpecialItemsNeededDays is greater than 0) + rewardsFebruarySpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for February. (Use empty list to allow all players to get special rewards items for February) + rewardsFebruarySpecialUsers = [""] + + ["Rewards Items"."March Rewards Items"] + #List of rewards items for March + rewardsMarchItems = [] + #Single reward item or list of special streak rewards items for March. (Only used if rewardsMarchSpecialItemsNeededDays is greater than 0) + rewardsMarchSpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for March. (Use empty list to allow all players to get special rewards items for March) + rewardsMarchSpecialUsers = [""] + + ["Rewards Items"."April Rewards Items"] + #List of rewards items for April + rewardsAprilItems = [] + #Single reward item or list of special streak rewards items for April. (Only used if rewardsAprilSpecialItemsNeededDays is greater than 0) + rewardsAprilSpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for April. (Use empty list to allow all players to get special rewards items for April) + rewardsAprilSpecialUsers = [""] + + ["Rewards Items"."May Rewards Items"] + #List of rewards items for May + rewardsMayItems = ["minecraft:egg:16"] + #Single reward item or list of special streak rewards items for May. (Only used if rewardsMaySpecialItemsNeededDays is greater than 0) + rewardsMaySpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for May. (Use empty list to allow all players to get special rewards items for May) + rewardsMaySpecialUsers = [""] + + ["Rewards Items"."June Rewards Items"] + #List of rewards items for June + rewardsJuneItems = [] + #Single reward item or list of special streak rewards items for June. (Only used if rewardsJuneSpecialItemsNeededDays is greater than 0) + rewardsJuneSpecialItems = ["simplehats:hatbag_summer", "simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for June. (Use empty list to allow all players to get special rewards items for June) + rewardsJuneSpecialUsers = [""] + + ["Rewards Items"."July Rewards Items"] + #List of rewards items for July + rewardsJulyItems = [] + #Single reward item or list of special streak rewards items for July. (Only used if rewardsJulySpecialItemsNeededDays is greater than 0) + rewardsJulySpecialItems = ["simplehats:hatbag_summer", "simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for July. (Use empty list to allow all players to get special rewards items for July) + rewardsJulySpecialUsers = [""] + + ["Rewards Items"."August Rewards Items"] + #List of rewards items for August + rewardsAugustItems = [] + #Single reward item or list of special streak rewards items for August. (Only used if rewardsAugustSpecialItemsNeededDays is greater than 0) + rewardsAugustSpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for August. (Use empty list to allow all players to get special rewards items for August) + rewardsAugustSpecialUsers = [""] + + ["Rewards Items"."September Rewards Items"] + #List of rewards items for September + rewardsSeptemberItems = [] + #Single reward item or list of special streak rewards items for September. (Only used if rewardsSeptemberSpecialItemsNeededDays is greater than 0) + rewardsSeptemberSpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for September. (Use empty list to allow all players to get special rewards items for September) + rewardsSeptemberSpecialUsers = [""] + + ["Rewards Items"."October Rewards Items"] + #List of rewards items for October + rewardsOctoberItems = [] + #Single reward item or list of special streak rewards items for October. (Only used if rewardsOctoberSpecialItemsNeededDays is greater than 0) + rewardsOctoberSpecialItems = ["simplehats:hatbag_halloween", "simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for October. (Use empty list to allow all players to get special rewards items for October) + rewardsOctoberSpecialUsers = [""] + + ["Rewards Items"."November Rewards Items"] + #List of rewards items for November + rewardsNovemberItems = [] + #Single reward item or list of special streak rewards items for November. (Only used if rewardsNovemberSpecialItemsNeededDays is greater than 0) + rewardsNovemberSpecialItems = ["simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for November. (Use empty list to allow all players to get special rewards items for November) + rewardsNovemberSpecialUsers = [""] + + ["Rewards Items"."December Rewards Items"] + #List of rewards items for December + rewardsDecemberItems = ["simplehats:hatbag_festive"] + #Single reward item or list of special streak rewards items for December. (Only used if rewardsDecemberSpecialItemsNeededDays is greater than 0) + rewardsDecemberSpecialItems = ["simplehats:hatbag_festive", "minecraft:cookie:20", "simplehats:hatbag_common", "simplehats:hatbag_uncommon", "simplehats:hatbag_rare", "simplehats:hatbag_epic"] + #List of users which will get the special rewards items for December. (Use empty list to allow all players to get special rewards items for December) + rewardsDecemberSpecialUsers = [""] + diff --git a/server/config/darkmodeeverywhere-client.toml b/server/config/darkmodeeverywhere-client.toml new file mode 100644 index 0000000..eab50bd --- /dev/null +++ b/server/config/darkmodeeverywhere-client.toml @@ -0,0 +1,30 @@ +#A list of class:method strings (render methods) that the dark shader will not be applied to. +#Each string consists of the class and the method (or any substring) to block the dark shader. +#For example, 'renderHunger' is sufficient to block 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood' (either will work). +METHOD_SHADER_BLACKLIST = ["mezz.jei.common.render.FluidTankRenderer:drawTextureWithMasking", "mezz.jei.library.render.FluidTankRenderer:drawTextureWithMasking", "renderCrosshair", "m_93080_", "renderSky", "m_202423_", "renderHotbar", "m_93009_", "m_193837_", "setupOverlayRenderState", "net.minecraftforge.client.gui.overlay.ForgeGui", "renderFood", "renderExperienceBar", "m_93071_", "renderLogo", "m_280037_", "m_280118_", "net.minecraft.client.gui.Gui", "net.minecraft.src.C_3431_", "renderDirtBackground", "m_280039_", "m_280039_"] +#Enabling this config will (every 5 seconds) dump which methods were used to render GUIs that the dark shader was applied to +#The dump will consist of a list of class:method strings, e.g. 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood' +#Use this feature to help find the render method strings of GUIs you would like to blacklist. +METHOD_SHADER_DUMP = false + +["Inventory Button"] + #Pixels away from the left of the GUI in the x axis + # Default: 32 + # Range: > 0 + X = 32 + #Pixels away from the bottom of the GUI in the y axis + # Default: 2 + # Range: > 0 + Y = 2 + +["Main Menu Button"] + #Enabled + SHOW = true + #Pixels away from the left of the GUI in the x axis + # Default: 4 + # Range: > 0 + MAIN_X = 4 + #Pixels away from the bottom of the GUI in the y axis + # Default: 40 + # Range: > 0 + MAIN_Y = 40 diff --git a/server/config/darkmodeeverywhereshaders.json b/server/config/darkmodeeverywhereshaders.json new file mode 100644 index 0000000..3ad6d5d --- /dev/null +++ b/server/config/darkmodeeverywhereshaders.json @@ -0,0 +1,29 @@ +{ + "shaders": [ + { + "resourceLocation": { + "namespace": "darkmodeeverywhere", + "path": "perfect_dark" + }, + "displayName": "gui.darkmodeeverywhere.perfect_dark", + "darkColorReplacement": 16777215 + }, + { + "resourceLocation": { + "namespace": "darkmodeeverywhere", + "path": "less_perfect_dark" + }, + "displayName": "gui.darkmodeeverywhere.less_perfect_dark", + "darkColorReplacement": 16777215 + }, + { + "resourceLocation": { + "namespace": "darkmodeeverywhere", + "path": "toasted_light" + }, + "displayName": "gui.darkmodeeverywhere.toasted_light", + "darkColorReplacement": 16777215 + } + ], + "version": 1 +} \ No newline at end of file diff --git a/server/config/distraction_free_recipes-client.toml b/server/config/distraction_free_recipes-client.toml new file mode 100644 index 0000000..9247205 --- /dev/null +++ b/server/config/distraction_free_recipes-client.toml @@ -0,0 +1,9 @@ +#. +#Turns the mod's effects on/off. +"Enable Distraction-Free Mode" = true +#. +#Lowers the opacity of the search bar to make it blend in more. +"Lower Opacity ?" = false +#. +#Show a message prompting the user to search to view recipes. +"Show Help Text" = true diff --git a/server/config/dragonfight.json b/server/config/dragonfight.json new file mode 100644 index 0000000..8ee23f4 --- /dev/null +++ b/server/config/dragonfight.json @@ -0,0 +1,65 @@ +{ + "dragonDifficulty": { + "desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0", + "dragonDifficulty": 2 + }, + "crystalRespawnTimeModifier": { + "desc:": "Modifies crystal respawn time, 0.5 = spawns twice as fast, 2 = twice as slow. default:1.0", + "crystalRespawnTimeModifier": 1.0 + }, + "lightningExplosionDensity": { + "desc:": "Modifies lightning and explosion density, 0.5 = half as many, 2 = twice as many. default:1.0", + "lightningExplosionDensity": 1.0 + }, + "disableLightning": { + "desc:": "Disables lightning spawns: default:false", + "disableLightning": false + }, + "antiflightAbility": { + "desc:": "Enables anti-flight ability: default:true", + "antiflightAbility": true + }, + "dragonHealthModifier": { + "desc:": "Sets the dragon health modifier: default:1.0", + "dragonHealthModifier": 1.0 + }, + "dragonDamageModifier": { + "desc:": "Sets the dragon damage modifier: default:1.0", + "dragonDamageModifier": 1.0 + }, + "mobSpawnAmountModifier": { + "desc:": "Sets the mob spawn amount modifier: default:1.0", + "mobSpawnAmountModifier": 1.0 + }, + "dragonXPModifier": { + "desc:": "Sets the XP drop modifier: default:1.0", + "dragonXPModifier": 1.0 + }, + "printDragonPhases": { + "desc:": "Prints the dragon phase in chat if enabled: default:false", + "printDragonPhases": false + }, + "disableDragonAreaSpawns": { + "desc:": "Disables mob spawning on the Dragon island during the fight: default:true", + "disableDragonAreaSpawns": true + }, + "descSpawnEntries": "Below are configuration options for entity spawning, when trying to use nbt append it right after the entity type, e.g. minecraft:zombie{}. Put a backslash in front of all quotation marks", + "spawnoncrystaldestroy": { + "desc:": "List of mobs spawning when a crystal is destroyed at range, intended to be flying or ranged to close the gap: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystaldestroy": [ + "minecraft:phantom" + ] + }, + "spawnoncrystalrespawn": { + "desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystalrespawn": [ + "minecraft:blaze" + ] + }, + "spawnwhilelanded": { + "desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnwhilelanded": [ + "minecraft:enderman" + ] + } +} \ No newline at end of file diff --git a/server/config/dynamic_fps.json b/server/config/dynamic_fps.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/server/config/dynamic_fps.json @@ -0,0 +1 @@ +{} diff --git a/server/config/dynamicview.json b/server/config/dynamicview.json new file mode 100644 index 0000000..34a0e73 --- /dev/null +++ b/server/config/dynamicview.json @@ -0,0 +1,34 @@ +{ + "minChunkViewDist": { + "desc:": "The minimum chunk view distance allowed to use. Default: 10, minimum 3, maximum 200", + "minChunkViewDist": 10 + }, + "maxChunkViewDist": { + "desc:": "The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 10, minimum 3, maximum 200", + "maxChunkViewDist": 10 + }, + "meanAvgTickTime": { + "desc:": "The average tick time to stabilize the distances around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms, min: 10, max:100", + "meanAvgTickTime": 45 + }, + "viewDistanceUpdateRate": { + "desc:": "The change frequency of distances in seconds. Default: 30, min:1, max:1000", + "viewDistanceUpdateRate": 60 + }, + "minSimulationDist": { + "desc:": "The minimum simulation distance allowed to use. Default: 4, minimum 1, maximum 200", + "minSimulationDist": 4 + }, + "maxSimulationDist": { + "desc:": "The maximum simulation distance allowed to use. Default: 10, minimum 1, maximum 200", + "maxSimulationDist": 10 + }, + "adjustSimulationDistance": { + "desc:": "Enables automatic simulation distance adjustment. Default: true", + "adjustSimulationDistance": true + }, + "logMessages": { + "desc:": "Whether to output log messages for actions done. This can be helpful to balance the other settings nicely. Default = false", + "logMessages": false + } +} \ No newline at end of file diff --git a/server/config/endersequipment-common.toml b/server/config/endersequipment-common.toml new file mode 100644 index 0000000..21c4971 --- /dev/null +++ b/server/config/endersequipment-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = true +#A magic number +# Default: 42 +# Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] diff --git a/server/config/entityculling.json b/server/config/entityculling.json new file mode 100644 index 0000000..0cc3f67 --- /dev/null +++ b/server/config/entityculling.json @@ -0,0 +1,46 @@ +{ + "configVersion": 6, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst", + "drg_flares:drg_flares", + "cobblemon:pokemon", + "cobblemon:empty_pokeball" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "create:gantry_contraption", + "alexscaves:gum_worm", + "mts:builder_rendering", + "drg_flares:drg_flares", + "mts:builder_existing", + "create:contraption", + "create:stationary_contraption", + "drg_flares:drg_flare", + "minecraft:boat", + "mts:builder_seat", + "minecraft:firework_rocket", + "create:carriage_contraption", + "alexscaves:gum_worm_segment", + "avm_staff:campfire_flame", + "cobblemon:pokemon", + "cobblemon:empty_pokeball" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false +} \ No newline at end of file diff --git a/server/config/equipmentcompare.toml b/server/config/equipmentcompare.toml new file mode 100644 index 0000000..c73b0c2 --- /dev/null +++ b/server/config/equipmentcompare.toml @@ -0,0 +1,36 @@ +#Client Configuration +[client] + + [client.visual_options] + # The maximum number of comparison tooltips to show onscreen at once. + # Default: 3 + # Range: 1 ~ 10 + max_comparisons = 3 + # If badge_text should override the built-in translatable text. + override_badge_text = false + # The text shown on the badge above equipped tooltips. + badge_text = "Equipped" + # The color of the text shown on the badge above equipped tooltips. + # Default: 4294967295 + # Range: 0 ~ 4294967295 + badge_text_color = 4294967295 + # The background color of the "equipped" badge. + # Default: 4027584512 + # Range: 0 ~ 4294967295 + badge_bg = 4027584512 + # The start border color of the "equipped" badge. + # Default: 3500839187 + # Range: 0 ~ 4294967295 + badge_border_start = 3500839187 + # The end border color of the "equipped" badge. + # Default: 1623360778 + # Range: 0 ~ 4294967295 + badge_border_end = 1623360778 + + [client.control_options] + # If the comparison tooltip should show by default (pressing bound key hides). + default_on = false + # If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example). + strict = false + # Item blacklist to disable comparisons for. Add to prevent items from being compared when hovered over or equipped. All Iceberg item selectors are supported (https://github.com/AHilyard/Iceberg/wiki/Item-Selectors-Documentation). + blacklist = [] diff --git a/server/config/fancymenu/assets/eternal_edition.png b/server/config/fancymenu/assets/eternal_edition.png new file mode 100644 index 0000000..69ce24b Binary files /dev/null and b/server/config/fancymenu/assets/eternal_edition.png differ diff --git a/server/config/fancymenu/assets/gyrodos.png b/server/config/fancymenu/assets/gyrodos.png new file mode 100644 index 0000000..b9acda5 Binary files /dev/null and b/server/config/fancymenu/assets/gyrodos.png differ diff --git a/server/config/fancymenu/assets/icon16x16.png b/server/config/fancymenu/assets/icon16x16.png new file mode 100644 index 0000000..0bd3b87 Binary files /dev/null and b/server/config/fancymenu/assets/icon16x16.png differ diff --git a/server/config/fancymenu/assets/icon32x32.png b/server/config/fancymenu/assets/icon32x32.png new file mode 100644 index 0000000..8ec43a2 Binary files /dev/null and b/server/config/fancymenu/assets/icon32x32.png differ diff --git a/server/config/fancymenu/assets/logo_a0459df887.png b/server/config/fancymenu/assets/logo_a0459df887.png new file mode 100644 index 0000000..9183e9b Binary files /dev/null and b/server/config/fancymenu/assets/logo_a0459df887.png differ diff --git a/server/config/fancymenu/assets/theme.wav b/server/config/fancymenu/assets/theme.wav new file mode 100644 index 0000000..c6ad7b5 Binary files /dev/null and b/server/config/fancymenu/assets/theme.wav differ diff --git a/client/mods/placeholder.txt b/server/config/fancymenu/audio_element_controller_metas.json similarity index 100% rename from client/mods/placeholder.txt rename to server/config/fancymenu/audio_element_controller_metas.json diff --git a/server/config/fancymenu/custom_gui_screens.txt b/server/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..57f690f --- /dev/null +++ b/server/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,5 @@ +type = custom_gui_screens + +overridden_screens { +} + diff --git a/server/config/fancymenu/customizablemenus.txt b/server/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..13e7a3d --- /dev/null +++ b/server/config/fancymenu/customizablemenus.txt @@ -0,0 +1,11 @@ +type = customizablemenus + +net.minecraft.client.gui.screens.TitleScreen { +} + +net.minecraft.client.gui.screens.inventory.InventoryScreen { +} + +net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen { +} + diff --git a/server/config/fancymenu/customization/inventory_screen_layout.txt b/server/config/fancymenu/customization/inventory_screen_layout.txt new file mode 100644 index 0000000..1bd3128 --- /dev/null +++ b/server/config/fancymenu/customization/inventory_screen_layout.txt @@ -0,0 +1,348 @@ +type = fancymenu_layout + +layout-meta { + identifier = inventory_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1719675187520 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:8b76dbaa-9c22-4a87-8cd8-4313d17de034-1719675164476] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = 1451a711-34b4-4312-ae2e-c164292ff6c2-1719675146529 + [executable_block:1451a711-34b4-4312-ae2e-c164292ff6c2-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 477484 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 217 + y = 107 + width = 10 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 6f450b2e-5f76-48fc-ad44-64271b172100-1719675146529 + [loading_requirement_container_meta:6f450b2e-5f76-48fc-ad44-64271b172100-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 7129d510-79cd-4429-995e-70b345a73566-1719675146529 + [executable_block:7129d510-79cd-4429-995e-70b345a73566-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 517397 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 257 + y = 20 + width = 24 + height = 19 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = af5772a1-54fb-4d37-94c1-c7dac3ee76c2-1719675146529 + [loading_requirement_container_meta:af5772a1-54fb-4d37-94c1-c7dac3ee76c2-1719675146529] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 1f4ab72e-1f25-4d51-9ae3-a8994af357b8-1719675146529 + [executable_block:1f4ab72e-1f25-4d51-9ae3-a8994af357b8-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 564399 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 304 + y = 22 + width = 15 + height = 15 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a706ebef-067c-44cd-80a3-2b63187396e9-1719675146529 + [loading_requirement_container_meta:a706ebef-067c-44cd-80a3-2b63187396e9-1719675146529] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 840000c4-8c76-4bb8-ac0f-beeeb2062736-1719675146529 + [executable_block:840000c4-8c76-4bb8-ac0f-beeeb2062736-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 516478 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 256 + y = 101 + width = 20 + height = 18 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = ff4586aa-9db0-4322-85cd-ddd109d9002e-1719675146529 + [loading_requirement_container_meta:ff4586aa-9db0-4322-85cd-ddd109d9002e-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = abb0aa93-d912-4602-bd6e-ef2574eea593-1719675146529 + [executable_block:abb0aa93-d912-4602-bd6e-ef2574eea593-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 438425 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 178 + y = 48 + width = 14 + height = 14 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 21c166c1-34c8-4fef-a9fd-8d880b6e34a5-1719675146529 + [loading_requirement_container_meta:21c166c1-34c8-4fef-a9fd-8d880b6e34a5-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = d5a4b82b-8c31-4a46-bce7-8c69edc72cf5-1719675146529 + [executable_block:d5a4b82b-8c31-4a46-bce7-8c69edc72cf5-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 471489 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 211 + y = 112 + width = 5 + height = 5 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = d2053e50-d190-4eaa-93b6-653bfa8f2fdc-1719675146529 + [loading_requirement_container_meta:d2053e50-d190-4eaa-93b6-653bfa8f2fdc-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 68e337d0-72fd-4c26-9d7c-9d1ead2c6f4b-1719675146529 + [executable_block:68e337d0-72fd-4c26-9d7c-9d1ead2c6f4b-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 545399 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 285 + y = 22 + width = 15 + height = 15 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 7dd87b04-e26f-4789-827f-c0c967dc24c9-1719675146529 + [loading_requirement_container_meta:7dd87b04-e26f-4789-827f-c0c967dc24c9-1719675146529] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = bb2c8b35-e76b-4702-9cce-0d1b8f92c7ba-1719675146529 + [executable_block:bb2c8b35-e76b-4702-9cce-0d1b8f92c7ba-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 0 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 0 + y = 0 + width = 70 + height = 36 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 65f81744-f18b-4e52-95ae-e5ef86f1fcc4-1719675146529 + [loading_requirement_container_meta:65f81744-f18b-4e52-95ae-e5ef86f1fcc4-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = a9bfd858-67e2-4ce0-8ebe-f75003887247-1719675146529 + [executable_block:a9bfd858-67e2-4ce0-8ebe-f75003887247-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 490397 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 230 + y = 20 + width = 24 + height = 19 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 320fc0b1-f1f7-4705-9efb-016a72e54424-1719675146529 + [loading_requirement_container_meta:320fc0b1-f1f7-4705-9efb-016a72e54424-1719675146529] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = ea783fd0-7a18-4486-b877-5218bece602f-1719675146529 + [executable_block:ea783fd0-7a18-4486-b877-5218bece602f-1719675146529][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 23088 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 230 + y = 88 + width = 13 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = dc6658f8-4669-468b-af9e-6363af2eab92-1719675146529 + [loading_requirement_container_meta:dc6658f8-4669-468b-af9e-6363af2eab92-1719675146529] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/server/config/fancymenu/customization/join_multiplayer_screen_layout.txt b/server/config/fancymenu/customization/join_multiplayer_screen_layout.txt new file mode 100644 index 0000000..b7df27f --- /dev/null +++ b/server/config/fancymenu/customization/join_multiplayer_screen_layout.txt @@ -0,0 +1,440 @@ +type = fancymenu_layout + +layout-meta { + identifier = join_multiplayer_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1735569870237 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:ad7cd3fc-4499-4d35-b198-901b36983c84-1735569866985] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +vanilla_button { + button_element_executable_block_identifier = 2af15fe1-01ae-4e57-9814-4c809280de12-1735569822050 + [executable_block:2af15fe1-01ae-4e57-9814-4c809280de12-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = c962b836-0c2d-456d-b0b0-e4a2fcfc00b7-1735569822050 + [loading_requirement_container_meta:c962b836-0c2d-456d-b0b0-e4a2fcfc00b7-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 424970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 164 + y = 225 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bf25d4d1-afb3-4ce6-ac7d-091e0070952f-1735569822050 + [loading_requirement_container_meta:bf25d4d1-afb3-4ce6-ac7d-091e0070952f-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 770d9463-9c2c-423a-b2d3-af06aba7dcf7-1735569822050 + [executable_block:770d9463-9c2c-423a-b2d3-af06aba7dcf7-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 36cb371f-f0b9-44a3-b6da-94a09e7a60c7-1735569822050 + [loading_requirement_container_meta:36cb371f-f0b9-44a3-b6da-94a09e7a60c7-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 660946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = vanilla + x = 400 + y = 201 + width = 76 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 345552de-04a7-4e88-a9c7-8456380d265a-1735569822050 + [loading_requirement_container_meta:345552de-04a7-4e88-a9c7-8456380d265a-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 9322e68e-6591-4644-a769-044d76b6e061-1735569822050 + [executable_block:9322e68e-6591-4644-a769-044d76b6e061-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 2a3b6f82-1b82-41ee-a474-8052b697d1a5-1735569822050 + [loading_requirement_container_meta:2a3b6f82-1b82-41ee-a474-8052b697d1a5-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 554946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 294 + y = 201 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81712f8d-7ba7-4fb8-9651-95f968dcff17-1735569822050 + [loading_requirement_container_meta:81712f8d-7ba7-4fb8-9651-95f968dcff17-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 08bf2547-3c25-4abe-b076-7973cd6db6d6-1735569822050 + [executable_block:08bf2547-3c25-4abe-b076-7973cd6db6d6-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 62a6bb8f-256a-4590-bde4-da153d2b1c0a-1735569822050 + [loading_requirement_container_meta:62a6bb8f-256a-4590-bde4-da153d2b1c0a-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 346946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 201 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = d958fc77-753f-4ba7-bc8e-5a46f84edafe-1735569822050 + [loading_requirement_container_meta:d958fc77-753f-4ba7-bc8e-5a46f84edafe-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 5292117d-5cad-44cd-aa94-0b0da70657be-1735569822050 + [executable_block:5292117d-5cad-44cd-aa94-0b0da70657be-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = a3226a28-4d8b-4cd3-a7f1-3b03ceb06e0e-1735569822050 + [loading_requirement_container_meta:a3226a28-4d8b-4cd3-a7f1-3b03ceb06e0e-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 502970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 242 + y = 225 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 9cd4544c-b760-453b-b4ca-fd660483f969-1735569822050 + [loading_requirement_container_meta:9cd4544c-b760-453b-b4ca-fd660483f969-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = b7b82b12-caf7-4c7f-bce7-2361aa6ad2bd-1735569822050 + [executable_block:b7b82b12-caf7-4c7f-bce7-2361aa6ad2bd-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 32a9f837-28ea-48ff-b9b3-eb1b68f85f62-1735569822050 + [loading_requirement_container_meta:32a9f837-28ea-48ff-b9b3-eb1b68f85f62-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 658970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 398 + y = 225 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 26e23f33-2cee-46cd-ab38-717bf946b2df-1735569822050 + [loading_requirement_container_meta:26e23f33-2cee-46cd-ab38-717bf946b2df-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 040119bf-b661-43b2-8c1c-bdb0da66937a-1735569822050 + [executable_block:040119bf-b661-43b2-8c1c-bdb0da66937a-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 2fc3fa82-da73-4237-a149-effe0074d810-1735569822050 + [loading_requirement_container_meta:2fc3fa82-da73-4237-a149-effe0074d810-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 580970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 320 + y = 225 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 9dc09188-628a-4957-a9dd-86ebaa4ee70c-1735569822050 + [loading_requirement_container_meta:9dc09188-628a-4957-a9dd-86ebaa4ee70c-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = e7663ff6-d4f7-40c2-a362-62f6d15668a0-1735569822050 + [executable_block:e7663ff6-d4f7-40c2-a362-62f6d15668a0-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 09b42afd-548e-46c9-9626-17d5479909b7-1735569822050 + [loading_requirement_container_meta:09b42afd-548e-46c9-9626-17d5479909b7-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 658946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = bottom-left + x = 0 + y = -20 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 69ec2c9a-f55d-42be-afbe-ccf9827bcb63-1735569822050 + [loading_requirement_container_meta:69ec2c9a-f55d-42be-afbe-ccf9827bcb63-1735569822050] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 4a5de941-fe73-4978-8c6d-ed40db6a0d64-1735569822050 + [executable_block:4a5de941-fe73-4978-8c6d-ed40db6a0d64-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = d68ab5c3-4b4b-4547-a6f3-35acb2f80937-1735569822050 + [loading_requirement_container_meta:d68ab5c3-4b4b-4547-a6f3-35acb2f80937-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 346970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 225 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = db1ade68-e866-4eef-955e-db30b3b87d07-1735569822050 + [loading_requirement_container_meta:db1ade68-e866-4eef-955e-db30b3b87d07-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 01864425-85c0-40cf-9f9b-1ffcf9efaf50-1735569822050 + [executable_block:01864425-85c0-40cf-9f9b-1ffcf9efaf50-1735569822050][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = cc271a79-bf84-4877-af58-dd6dd5aa8e77-1735569822050 + [loading_requirement_container_meta:cc271a79-bf84-4877-af58-dd6dd5aa8e77-1735569822050] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 450946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 190 + y = 201 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b0f0aaab-f7e8-4998-811e-2e9639e79243-1735569822050 + [loading_requirement_container_meta:b0f0aaab-f7e8-4998-811e-2e9639e79243-1735569822050] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/server/config/fancymenu/customization/title_screen_layout.txt b/server/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..fccd503 --- /dev/null +++ b/server/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,916 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1735647657026 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:681c7570-1d34-4d43-8476-3e9f7a4b121b-1735647487733] = [groups:][instances:] +} + +menu_background { + image_path = [source:local]/config/fancymenu/assets/gyrodos.png + slide = false + repeat_texture = false + background_type = image +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = true +} + +element { + copy_client_player = false + playername = {"placeholder":"playername"} + auto_skin = true + auto_cape = true + slim = false + skin_source = {"placeholder":"playername"} + scale = 30 + parrot = false + parrot_left_shoulder = false + is_baby = false + crouching = true + showname = true + head_follows_mouse = true + body_follows_mouse = true + headrotationx = 0.0 + headrotationy = 0.0 + bodyrotationx = 2.0930233 + bodyrotationy = 0.0 + head_z_rot = 0.0 + left_arm_x_rot = 0.0 + left_arm_y_rot = 0.0 + left_arm_z_rot = 0.0 + right_arm_x_rot = 0.0 + right_arm_y_rot = 0.0 + right_arm_z_rot = 0.0 + left_leg_x_rot = 0.0 + left_leg_y_rot = 0.0 + left_leg_z_rot = 0.0 + right_leg_x_rot = 0.0 + right_leg_y_rot = 0.0 + right_leg_z_rot = 0.0 + body_x_rot_advanced_mode = false + body_y_rot_advanced_mode = false + head_x_rot_advanced_mode = false + head_y_rot_advanced_mode = false + head_z_rot_advanced_mode = false + left_arm_x_rot_advanced_mode = false + left_arm_y_rot_advanced_mode = false + left_arm_z_rot_advanced_mode = false + right_arm_x_rot_advanced_mode = false + right_arm_y_rot_advanced_mode = false + right_arm_z_rot_advanced_mode = false + left_leg_x_rot_advanced_mode = false + left_leg_y_rot_advanced_mode = false + left_leg_z_rot_advanced_mode = false + right_leg_x_rot_advanced_mode = false + right_leg_y_rot_advanced_mode = false + right_leg_z_rot_advanced_mode = false + element_type = fancymenu_customization_player_entity + instance_identifier = 6b429b09-5f04-4168-909d-26850f0774f1-1719612950161 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = mid-centered + x = -202 + y = -11 + width = 18 + height = 54 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a70733c9-8426-40c8-b980-7d5f6c7b54a9-1719612950161 + [loading_requirement_container_meta:a70733c9-8426-40c8-b980-7d5f6c7b54a9-1719612950161] = [groups:][instances:] +} + +element { + source = [source:local]/config/fancymenu/assets/logo_a0459df887.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + element_type = image + instance_identifier = 42b3daf3-d362-4e1d-a174-b7b3184f3e6a-1735570518457 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = top-centered + x = -107 + y = 19 + width = 214 + height = 36 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 7e0431d9-7276-42d4-b40f-714e4a6e563d-1735570518457 + [loading_requirement_container_meta:7e0431d9-7276-42d4-b40f-714e4a6e563d-1735570518457] = [groups:][instances:] +} + +element { + source = [source:local]/config/fancymenu/assets/eternal_edition.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + element_type = image + instance_identifier = a567f3e6-8ea1-4396-8313-a7047cafc492-1735570557324 + appearance_delay = every_time + appearance_delay_seconds = 1.0 + fade_in_v2 = every_time + fade_in_speed = 0.3 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = mid-centered + x = -55 + y = -71 + width = 106 + height = 16 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 39ebd059-80b3-4dfb-a244-2ea3de6f3594-1735570557324 + [loading_requirement_container_meta:39ebd059-80b3-4dfb-a244-2ea3de6f3594-1735570557324] = [groups:][instances:] +} + +element { + audio_instance_0 = [source:local]/config/fancymenu/assets/theme.wav + play_mode = normal + looping = true + volume = 0.5 + sound_source = music + element_type = audio_v2 + instance_identifier = 994cc5f5-0cec-49b3-a0dc-7d7a93587e57-1735570786336 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = mid-centered + x = -226 + y = -117 + width = 100 + height = 100 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = c33b4019-6b24-4dbc-b2d1-7b91af453c11-1735570786336 + [loading_requirement_container_meta:c33b4019-6b24-4dbc-b2d1-7b91af453c11-1735570786336] = [groups:][instances:] +} + +element { + source = BETA! + source_mode = direct + scale = 0.5 + shadow = true + rotation = 20.0 + base_color = #55FFFF + refresh = false + bouncing = true + element_type = splash_text + instance_identifier = 61e416a2-1d51-4f11-9592-da7e5d6721b5-1735571458112 + appearance_delay = every_time + appearance_delay_seconds = 2.0 + fade_in_v2 = every_time + fade_in_speed = 0.2 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = mid-centered + x = 16 + y = -70 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bb27f1c2-9699-4df6-b173-a8a8ad86ebd3-1735571458112 + [loading_requirement_container_meta:bb27f1c2-9699-4df6-b173-a8a8ad86ebd3-1735571458112] = [groups:][instances:] +} + +element { + source = [source:local]/config/fancymenu/assets/cursor_mce.png + hotspot_x = 0 + hotspot_y = 0 + editor_preview_mode = false + element_type = cursor + instance_identifier = 970ff3e5-c8f6-44c6-b878-1195ad53e076-1735571558900 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = mid-centered + x = 88 + y = -68 + width = 100 + height = 103 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a0126245-4716-4b84-8931-0f1b13aa7d8a-1735571558900 + [loading_requirement_container_meta:a0126245-4716-4b84-8931-0f1b13aa7d8a-1735571558900] = [groups:][instances:] +} + +element { + interactable = true + source = Created by: Adam98991 & Emperdog + source_mode = direct + shadow = false + scale = 0.4 + base_color = #AA00AA + text_border = 2 + line_spacing = 2 + enable_scrolling = true + auto_line_wrapping = true + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + quote_color = #818181FF + quote_indent = 8.0 + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + bullet_list_indent = 8.0 + bullet_list_spacing = 3.0 + parse_markdown = true + element_type = text_v2 + instance_identifier = fa46ea44-79d5-41d5-ace3-8bfb4812df07-1735572598713 + appearance_delay = every_time + appearance_delay_seconds = 2.5 + fade_in_v2 = every_time + fade_in_speed = 1.0 + fade_out = every_time + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = mid-centered + x = -42 + y = -56 + width = 81 + height = 14 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 16a59a74-8842-41b1-811c-3d8f35c18ffe-1735572598713 + [loading_requirement_container_meta:16a59a74-8842-41b1-811c-3d8f35c18ffe-1735572598713] = [groups:][instances:] +} + +element { + slideshow_name = cm_showcase + element_type = slideshow + instance_identifier = a567abf2-90b0-4d9b-958e-114ecf7f4e8c-1735647055735 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 988 + sticky_anchor = false + anchor_point = top-right + x = -115 + y = 0 + width = 107 + height = 67 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = e69a8435-4d0b-42de-962b-12b0a2f01155-1735647055735 + [loading_requirement_container_meta:e69a8435-4d0b-42de-962b-12b0a2f01155-1735647055735] = [groups:][instances:] +} + +vanilla_button { + button_element_executable_block_identifier = cb2b1386-35ed-4abc-83d5-dfa6201db3a7-1719612883068 + [executable_block:cb2b1386-35ed-4abc-83d5-dfa6201db3a7-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 9bc88784-0dd5-4a99-971e-dd14c6695cf8-1735132201123 + [loading_requirement_container_meta:9bc88784-0dd5-4a99-971e-dd14c6695cf8-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 93 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 1475c92c-25db-4b3a-8393-c6f34c46f600-1719612883068 + [loading_requirement_container_meta:1475c92c-25db-4b3a-8393-c6f34c46f600-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = e0c977eb-098a-4fbe-b051-cd56f01d9676-1719612883068 + [executable_block:e0c977eb-098a-4fbe-b051-cd56f01d9676-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 64f68ca5-c438-4b89-9a21-a48a91d26166-1735132201123 + [loading_requirement_container_meta:64f68ca5-c438-4b89-9a21-a48a91d26166-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 242 + y = 199 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = be9be963-ecb4-4dc3-bbe4-cf5421e987d6-1719612883068 + [loading_requirement_container_meta:be9be963-ecb4-4dc3-bbe4-cf5421e987d6-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 5df5a929-88bb-499d-becb-484c8ffdd3b6-1735132201124 + [executable_block:5df5a929-88bb-499d-becb-484c8ffdd3b6-1735132201124][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = a06f0559-2e89-4cdc-b20f-3e9e9db2a080-1735132201124 + [loading_requirement_container_meta:a06f0559-2e89-4cdc-b20f-3e9e9db2a080-1735132201124] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 802990 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 282 + y = 237 + width = 196 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 79694d31-ab4a-4acb-9e52-7c64a2d718ac-1735132201124 + [loading_requirement_container_meta:79694d31-ab4a-4acb-9e52-7c64a2d718ac-1735132201124] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = e9d62e55-39cc-4425-a0a1-5c7a54d13acf-1735132201124 + [executable_block:e9d62e55-39cc-4425-a0a1-5c7a54d13acf-1735132201124][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 3a3bff96-aebc-4b0d-b9df-863717c50d4f-1735132201124 + [loading_requirement_container_meta:3a3bff96-aebc-4b0d-b9df-863717c50d4f-1735132201124] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 604388 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 344 + y = 199 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8e73e98a-e762-4bc4-8152-ffd61b2dae9c-1735132201124 + [loading_requirement_container_meta:8e73e98a-e762-4bc4-8152-ffd61b2dae9c-1735132201124] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = e453b0cb-fe25-4646-9db1-10fe33c25302-1735132201124 + [executable_block:e453b0cb-fe25-4646-9db1-10fe33c25302-1735132201124][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 0baf0343-e81e-45e0-965f-5cd006bdadc4-1735132201124 + [loading_requirement_container_meta:0baf0343-e81e-45e0-965f-5cd006bdadc4-1735132201124] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 376388 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 116 + y = 199 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 60b9c3a6-64f7-4cf9-9246-b682178a0438-1735132201124 + [loading_requirement_container_meta:60b9c3a6-64f7-4cf9-9246-b682178a0438-1735132201124] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 9a2fdf16-44f7-47c4-9567-5d02f16966d2-1719612883068 + [executable_block:9a2fdf16-44f7-47c4-9567-5d02f16966d2-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 201db982-1e4f-4e73-b20d-b2e44ec2d844-1735132201123 + [loading_requirement_container_meta:201db982-1e4f-4e73-b20d-b2e44ec2d844-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 117 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 16a2fa61-7503-4928-b198-e29889537922-1719612883068 + [loading_requirement_container_meta:16a2fa61-7503-4928-b198-e29889537922-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = f1cd54c4-9e38-4755-9a97-35c20ab57282-1719612883068 + [executable_block:f1cd54c4-9e38-4755-9a97-35c20ab57282-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 3ebded99-a128-4639-b68c-e4881f1a288a-1735132201123 + [loading_requirement_container_meta:3ebded99-a128-4639-b68c-e4881f1a288a-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 199 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = cad5292d-7472-4ff2-80a1-0cb4a0336974-1719612883068 + [loading_requirement_container_meta:cad5292d-7472-4ff2-80a1-0cb4a0336974-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = d1e851ff-cc93-4c8b-9733-4b36f7c92cc0-1735132201124 + [executable_block:d1e851ff-cc93-4c8b-9733-4b36f7c92cc0-1735132201124][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = b1e60cd8-9ac8-43fc-9560-fc4161a56c56-1735132201124 + [loading_requirement_container_meta:b1e60cd8-9ac8-43fc-9560-fc4161a56c56-1735132201124] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 4941 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 4 + y = 188 + width = 60 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b8ef63fe-c3ba-4088-8952-a790fb6558c1-1735132201124 + [loading_requirement_container_meta:b8ef63fe-c3ba-4088-8952-a790fb6558c1-1735132201124] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = f15a4320-86cd-4d0d-95c6-b09be23c8dc6-1719612883068 + [executable_block:f15a4320-86cd-4d0d-95c6-b09be23c8dc6-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 3823e99d-1803-4c54-879a-a7955ff4323a-1735132201123 + [loading_requirement_container_meta:3823e99d-1803-4c54-879a-a7955ff4323a-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 141 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = d88fd719-d93f-42a2-a3f4-61c3a822a7d0-1719612883068 + [loading_requirement_container_meta:d88fd719-d93f-42a2-a3f4-61c3a822a7d0-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 09bdb41a-37c6-4d17-bfb6-0a63cf0a63b1-1719612883068 + [executable_block:09bdb41a-37c6-4d17-bfb6-0a63cf0a63b1-1719612883068][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 1373c1ef-88df-4b56-be1b-b9577803175e-1735132201123 + [loading_requirement_container_meta:1373c1ef-88df-4b56-be1b-b9577803175e-1735132201123] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = forge_titlescreen_mods_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 165 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 02aaaafd-08b0-4319-9aa5-188e6bf1946d-1719612883068 + [loading_requirement_container_meta:02aaaafd-08b0-4319-9aa5-188e6bf1946d-1719612883068] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +deep_element { + element_type = title_screen_logo + instance_identifier = deep:title_screen_logo + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 103 + y = 30 + width = 274 + height = 52 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 493b06e3-0569-407a-9b5f-0007b2f34614-1719612883067 + [loading_requirement_container_meta:493b06e3-0569-407a-9b5f-0007b2f34614-1719612883067] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_branding + instance_identifier = deep:title_screen_branding + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 216 + width = 144 + height = 29 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 13249dfd-1920-4cef-a01e-17496062dcff-1719612883067 + [loading_requirement_container_meta:13249dfd-1920-4cef-a01e-17496062dcff-1719612883067] = [groups:][instances:] + is_hidden = false +} + +deep_element { + element_type = title_screen_splash + instance_identifier = deep:title_screen_splash + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 0 + y = 0 + width = 100 + height = 30 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 9b274c37-f4c0-4181-943a-a1f8c615a41f-1719612883067 + [loading_requirement_container_meta:9b274c37-f4c0-4181-943a-a1f8c615a41f-1719612883067] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_realms_notification + instance_identifier = deep:title_screen_realms_notification + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 322 + y = 161 + width = 60 + height = 13 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 1001081c-eca3-4be6-b63b-68a3c029ba93-1719612883068 + [loading_requirement_container_meta:1001081c-eca3-4be6-b63b-68a3c029ba93-1719612883068] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_forge_copyright + instance_identifier = deep:title_screen_forge_copyright + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1020 + sticky_anchor = false + anchor_point = vanilla + x = 251 + y = 227 + width = 228 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = e99a2bce-32e5-40f3-88d4-60734ef243c0-1719612883068 + [loading_requirement_container_meta:e99a2bce-32e5-40f3-88d4-60734ef243c0-1719612883068] = [groups:][instances:] + is_hidden = false +} + +deep_element { + element_type = title_screen_forge_top + instance_identifier = deep:title_screen_forge_top + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 106 + y = 4 + width = 268 + height = 19 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 1271ba37-44e5-458f-9422-138801e54ba1-1719612883068 + [loading_requirement_container_meta:1271ba37-44e5-458f-9422-138801e54ba1-1719612883068] = [groups:][instances:] + is_hidden = true +} + diff --git a/server/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/server/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..f6baa11 --- /dev/null +++ b/server/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -212.0 + offset_y = 0.0 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = false +} + diff --git a/server/config/fancymenu/legacy_checklist.txt b/server/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/server/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/server/config/fancymenu/options.txt b/server/config/fancymenu/options.txt new file mode 100644 index 0000000..82b6d26 --- /dev/null +++ b/server/config/fancymenu/options.txt @@ -0,0 +1,80 @@ +##[general] + +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'false'; +B:force_fullscreen = 'false'; + + +##[customization] + +B:modpack_mode = 'false'; +B:show_customization_overlay = 'false'; +B:advanced_customization_mode = 'false'; + + +##[loading] + +B:preload_animations = 'true'; +S:preload_resources = ''; +S:custom_game_intro_skip_text = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; + + +##[window] + +B:show_custom_window_icon = 'false'; +S:custom_window_icon_macos = ''; +S:custom_window_icon_32 = '/config/fancymenu/assets/icon32x32.png'; +S:custom_window_title = 'Cobblemon Eternal Edition'; +S:custom_window_icon_16 = '/config/fancymenu/assets/icon16x16.png'; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +S:anchor_overlay_color_base_override = ''; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +S:anchor_overlay_color_border_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; + + +##[ui] + +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; \ No newline at end of file diff --git a/server/config/fancymenu/slideshows/cm_showcase/credit.txt b/server/config/fancymenu/slideshows/cm_showcase/credit.txt new file mode 100644 index 0000000..6286543 --- /dev/null +++ b/server/config/fancymenu/slideshows/cm_showcase/credit.txt @@ -0,0 +1,5 @@ +Art assets belong to the official cobblemon modpack + +licence: +Mozilla Public License +Version 2.0 \ No newline at end of file diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/Animations.png b/server/config/fancymenu/slideshows/cm_showcase/images/Animations.png new file mode 100644 index 0000000..3c541a7 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/Animations.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/Dex.png b/server/config/fancymenu/slideshows/cm_showcase/images/Dex.png new file mode 100644 index 0000000..0bbd80f Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/Dex.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/DoubleBattles.png b/server/config/fancymenu/slideshows/cm_showcase/images/DoubleBattles.png new file mode 100644 index 0000000..c3392c7 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/DoubleBattles.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/EvolutionEffects.png b/server/config/fancymenu/slideshows/cm_showcase/images/EvolutionEffects.png new file mode 100644 index 0000000..ab68cdf Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/EvolutionEffects.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/Fishing.png b/server/config/fancymenu/slideshows/cm_showcase/images/Fishing.png new file mode 100644 index 0000000..406fa0a Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/Fishing.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/NPC.png b/server/config/fancymenu/slideshows/cm_showcase/images/NPC.png new file mode 100644 index 0000000..8be211b Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/NPC.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/NewPokemon.png b/server/config/fancymenu/slideshows/cm_showcase/images/NewPokemon.png new file mode 100644 index 0000000..1a46af3 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/NewPokemon.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/NurseVil.png b/server/config/fancymenu/slideshows/cm_showcase/images/NurseVil.png new file mode 100644 index 0000000..6ada0bd Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/NurseVil.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/ShinyEffects.png b/server/config/fancymenu/slideshows/cm_showcase/images/ShinyEffects.png new file mode 100644 index 0000000..d0067f3 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/ShinyEffects.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/ShipwreckCove.png b/server/config/fancymenu/slideshows/cm_showcase/images/ShipwreckCove.png new file mode 100644 index 0000000..1bd6339 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/ShipwreckCove.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/TripleBattles.png b/server/config/fancymenu/slideshows/cm_showcase/images/TripleBattles.png new file mode 100644 index 0000000..e622ce9 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/TripleBattles.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/images/TumblestoneBlocksets.png b/server/config/fancymenu/slideshows/cm_showcase/images/TumblestoneBlocksets.png new file mode 100644 index 0000000..39d07e1 Binary files /dev/null and b/server/config/fancymenu/slideshows/cm_showcase/images/TumblestoneBlocksets.png differ diff --git a/server/config/fancymenu/slideshows/cm_showcase/properties.txt b/server/config/fancymenu/slideshows/cm_showcase/properties.txt new file mode 100644 index 0000000..3644289 --- /dev/null +++ b/server/config/fancymenu/slideshows/cm_showcase/properties.txt @@ -0,0 +1,12 @@ +type = slideshow + +slideshow-meta { + name = cm_showcase + width = 512 + height = 316 + x = 0 + y = 0 + duration = 5.0 + fadespeed = 12.0 + randomize = true + } \ No newline at end of file diff --git a/server/config/fancymenu/ui_themes/dark.json b/server/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..46018ba --- /dev/null +++ b/server/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,181 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "menu_bar_bottom_line_color": { + "hex": "#5D6164FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#3C3F41FF" + }, + "screen_background_color_darker": { + "hex": "#262626FF" + }, + "element_border_color_normal": { + "hex": "#5D6164FF" + }, + "element_border_color_hover": { + "hex": "#5D6164FF" + }, + "element_background_color_normal": { + "hex": "#474747FF" + }, + "element_background_color_hover": { + "hex": "#539CD4FF" + }, + "slider_handle_color_normal": { + "hex": "#4784B4FF" + }, + "slider_handle_color_hover": { + "hex": "#539CD4FF" + }, + "area_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_border_color_normal": { + "hex": "#D1C2D1FF" + }, + "edit_box_border_color_focused": { + "hex": "#E3D3E3FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#323232FF" + }, + "text_editor_sidebar_color": { + "hex": "#313335FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "listing_dot_color_1": { + "hex": "#3E86A0FF" + }, + "listing_dot_color_2": { + "hex": "#AD6C79FF" + }, + "listing_dot_color_3": { + "hex": "#AA823FFF" + }, + "suggestions_background_color": { + "hex": "#474747FF" + }, + "suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "ui_texture_color": { + "hex": "#FFFFFFFF" + }, + "generic_text_base_color": { + "hex": "#FFFFFFFF" + }, + "element_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "element_label_color_inactive": { + "hex": "#717577FF" + }, + "edit_box_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#717577FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#808080FF" + }, + "description_area_text_color": { + "hex": "#CEDDEDFF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "success_text_color": { + "hex": "#31CE05FF" + }, + "error_text_color": { + "hex": "#ED4545FF" + }, + "warning_text_color": { + "hex": "#E59B12FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/server/config/fancymenu/ui_themes/light.json b/server/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..4c56d55 --- /dev/null +++ b/server/config/fancymenu/ui_themes/light.json @@ -0,0 +1,181 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "menu_bar_bottom_line_color": { + "hex": "#777777FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#932813FF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#B2B2B2FF" + }, + "screen_background_color_darker": { + "hex": "#ADADADFF" + }, + "element_border_color_normal": { + "hex": "#777777FF" + }, + "element_border_color_hover": { + "hex": "#777777FF" + }, + "element_background_color_normal": { + "hex": "#CBCBCBFF" + }, + "element_background_color_hover": { + "hex": "#AFAFAFFF" + }, + "slider_handle_color_normal": { + "hex": "#858484FF" + }, + "slider_handle_color_hover": { + "hex": "#A2A2A2FF" + }, + "area_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_border_color_normal": { + "hex": "#383838FF" + }, + "edit_box_border_color_focused": { + "hex": "#444444FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#AFAFAFFF" + }, + "text_editor_sidebar_color": { + "hex": "#A4A4A4FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#696969FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#464646FF" + }, + "listing_dot_color_1": { + "hex": "#438DD0FF" + }, + "listing_dot_color_2": { + "hex": "#AB3950FF" + }, + "listing_dot_color_3": { + "hex": "#B2740CFF" + }, + "suggestions_background_color": { + "hex": "#A2A2A2FF" + }, + "suggestions_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "suggestions_text_color_selected": { + "hex": "#205EA2FF" + }, + "ui_texture_color": { + "hex": "#2D2D2DFF" + }, + "generic_text_base_color": { + "hex": "#252525FF" + }, + "element_label_color_normal": { + "hex": "#2D2D2DFF" + }, + "element_label_color_inactive": { + "hex": "#8A8989FF" + }, + "edit_box_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#8A8989FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#8A8989FF" + }, + "description_area_text_color": { + "hex": "#2D2D2DFF" + }, + "text_editor_text_color": { + "hex": "#484E53FF" + }, + "success_text_color": { + "hex": "#197E02FF" + }, + "error_text_color": { + "hex": "#A41B1BFF" + }, + "warning_text_color": { + "hex": "#9B6105FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#A10F0FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B27D09FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#66A80AFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#089891FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#072E8DFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#26069DFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#6A0685FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#730303FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#854306FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#918504FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#267A07FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#363CF5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FF3A0064" + } +} \ No newline at end of file diff --git a/server/config/fancymenu/user_variables.db b/server/config/fancymenu/user_variables.db new file mode 100644 index 0000000..117143c --- /dev/null +++ b/server/config/fancymenu/user_variables.db @@ -0,0 +1,2 @@ +type = user_variables + diff --git a/server/config/farmersdelight-client.toml b/server/config/farmersdelight-client.toml new file mode 100644 index 0000000..543cbc8 --- /dev/null +++ b/server/config/farmersdelight-client.toml @@ -0,0 +1,8 @@ +#Client settings +[client] + #Should the hunger bar have a gilded overlay when the player has the Nourishment effect? + nourishmentHungerOverlay = true + #Should the health bar have a silver sheen when the player has the Comfort effect? + comfortHealthOverlay = true + #Should meal and drink tooltips display which effects they provide? + foodEffectTooltip = true diff --git a/server/config/farmersdelight-common.toml b/server/config/farmersdelight-common.toml new file mode 100644 index 0000000..0764698 --- /dev/null +++ b/server/config/farmersdelight-common.toml @@ -0,0 +1,126 @@ +#Game settings +[settings] + #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable? + enableVanillaCropCrates = true + #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing) + farmersBuyFDCrops = true + #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions) + wanderingTraderSellsFDItems = true + #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this. + # Default: 0.2 + # Range: 0.0 ~ 1.0 + richSoilBoostChance = 0.2 + #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this. + # Default: 0.1 + # Range: 0.0 ~ 1.0 + cuttingBoardFortuneBonus = 0.1 + #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them? + enableRopeReeling = true + #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. + #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] + canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] + +#Farming +[farming] + #Which rope should Tomato Vines leave behind when mined by hand? + defaultTomatoVineRope = "farmersdelight:rope" + #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes? + #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope. + enableTomatoVineClimbingTaggedRopes = true + +#Recipe book +[recipe_book] + #Should the Cooking Pot have a Recipe Book available on its interface? + enableRecipeBookCookingPot = true + +#Vanilla item overrides +[overrides] + #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod? + vanillaSoupExtraEffects = true + #Should Rabbit Stew be buffed with improved food stats? + rabbitStewBuff = true + #Should the Dispenser be able to operate a Cutting Board in front of it? + dispenserUsesToolsOnCuttingBoard = true + + #Stack size overrides + [overrides.stack_size] + #Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals? + enableStackableSoupItems = true + #List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews. + soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"] + +#World generation +[world] + #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft? + generateFDChestLoot = true + #Should FD generate Compost Heaps across all village biomes? + genVillageCompostHeaps = true + #Should FD crops show up planted randomly in various village farms? + genFDCropsOnVillageFarms = true + + #Wild Cabbage generation + [world.wild_cabbages] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 30 + # Range: > 0 + chance = 30 + + #Sea Beet generation + [world.wild_beetroots] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 30 + # Range: > 0 + chance = 30 + + #Wild Potato generation + [world.wild_potatoes] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 100 + # Range: > 0 + chance = 100 + + #Wild Carrot generation + [world.wild_carrots] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 120 + # Range: > 0 + chance = 120 + + #Wild Onion generation + [world.wild_onions] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 120 + # Range: > 0 + chance = 120 + + #Tomato Vines generation + [world.wild_tomatoes] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 100 + # Range: > 0 + chance = 100 + + #Wild Rice generation + [world.wild_rice] + #Chance of generating clusters. Smaller value = more frequent. + # Default: 20 + # Range: > 0 + chance = 20 + + #Brown Mushroom Colony generation + [world.brown_mushroom_colonies] + #Generate brown mushroom colonies on mushroom fields + genBrownMushroomColony = true + #Chance of generating clusters. Smaller value = more frequent. + # Default: 15 + # Range: > 0 + chance = 15 + + #Red Mushroom Colony generation + [world.red_mushroom_colonies] + #Generate red mushroom colonies on mushroom fields + genRedMushroomColony = true + #Chance of generating clusters. Smaller value = more frequent. + # Default: 15 + # Range: > 0 + chance = 15 diff --git a/server/config/farsight.json b/server/config/farsight.json new file mode 100644 index 0000000..2b4a992 --- /dev/null +++ b/server/config/farsight.json @@ -0,0 +1,6 @@ +{ + "maxRenderDistance": { + "desc:": "Maximum allowed render distance, default 64", + "maxRenderDistance": 64 + } +} \ No newline at end of file diff --git a/server/config/fastbench.cfg b/server/config/fastbench.cfg new file mode 100644 index 0000000..51fd60e --- /dev/null +++ b/server/config/fastbench.cfg @@ -0,0 +1,19 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +general { + # If the recipe book button is removed. + # Default: true + B:"Remove Recipe Book Button"=true + + # If the crafting table has a tooltip + # Default: false + B:"Disable tooltip on crafting table"=false + + # The tick interval at which all pooled grid updates will be run. Duplicate updates within the interval will be squashed. + # Default: 1; Range: [1 ~ 100] + I:"Grid Update Interval"=1 +} + + diff --git a/server/config/ferritecore-mixin.toml b/server/config/ferritecore-mixin.toml new file mode 100644 index 0000000..91b8c43 --- /dev/null +++ b/server/config/ferritecore-mixin.toml @@ -0,0 +1,22 @@ +#Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +#Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +#Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +#Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +#Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +#Replace the blockstate neighbor table +replaceNeighborLookup = true +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +#Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true diff --git a/server/config/fightorflight.json5 b/server/config/fightorflight.json5 new file mode 100644 index 0000000..5acdf6e --- /dev/null +++ b/server/config/fightorflight.json5 @@ -0,0 +1,210 @@ +{ + // Do more aggressive Pokemon fight back when provoked? + "do_pokemon_attack": true, + // Do especially aggressive Pokemon attack unprovoked? + "do_pokemon_attack_unprovoked": true, + // Do aggro Pokemon attack their targets even if they're in the middle of a battles? + "do_pokemon_attack_in_battle": false, + // The minimum level a Pokemon needs to be to fight back when provoked. + "minimum_attack_level": 5, + // The minimum level a Pokemon needs to be to attack unprovoked. + "minimum_attack_unprovoked_level": 10, + // The multiplier used to calculate the wild Pokemon's aggression,lower value can make the high level Pokemon less aggressive. + "aggression_level_multiplier": 1.0, + // Are Dark types more aggressive at or below light level 7 and less aggressive at or above light level 12? + "dark_light_level_aggro": true, + // Are Ghost types more aggressive at or below light level 7 and less aggressive at or above light level 12? + "ghost_light_level_aggro": true, + // Pokemon below this map height (y) will always be aggressive. + "always_aggro_below": -128.0, + // Pokemon stops running away if the hp is not full. + "stop_running_after_hurt": true, + // Pokemon with these natures are slightly more aggressive. + "aggressive_nature": [ + "sassy", + "hardy", + "bold", + "impish", + "hasty" + ], + // The aggression multiplier for natures above. + "aggressive_nature_multiplier": 1.0, + // Pokemon with these natures are much more aggressive. + "more_aggressive_nature": [ + "brave", + "rash", + "adamant", + "naughty" + ], + // The aggression multiplier for natures above. + "more_aggressive_nature_multiplier": 2.0, + // Pokemon with these natures are slightly more peaceful. + "peaceful_nature": [ + "relaxed", + "lax", + "quiet", + "bashful", + "calm" + ], + // The aggression multiplier for natures above. + "peaceful_nature_multiplier": -1.0, + // Pokemon with these natures are much more peaceful. + "more_peaceful_nature": [ + "docile", + "timid", + "gentle", + "careful" + ], + // The aggression multiplier for natures above. + "more_peaceful_nature_multiplier": -2.0, + // Forms that will always be aggressive + "always_aggro_aspects": [ + "alolan" + ], + // Pokemon that will always be aggressive + "always_aggro": [ + "mankey", + "primeape", + "beedrill", + "kingler", + "gengar", + "gyarados", + "mewtwo", + "haxorus", + "noivern", + "hydreigon", + "hatterene", + "tauros" + ], + // Pokemon that will never be aggressive, priority over always aggresive species/forms + "never_aggro": [ + "slowpoke", + "snorlax", + "wynaut", + "wobbuffet", + "pyukumuku" + ], + // Pokemon that will be aggressive only when provoked(WIP) + "provoke_only_aggro": [], + // Pokemon that will always flee away from the player, priority over always aggresive species/forms + "always_flee": [ + "wimpod" + ], + // Abilities that will reduce wild pokemon's aggro + "aggro_reducing_abilities": [ + "intimidate", + "unnerve", + "pressure" + ], + // Abilities that works like Mold Breaker(unused) + "mold_breaker_like_ablilities": [ + "moldbreaker", + "turboblaze", + "teravolt" + ], + // Allow the Pokemon to use the teleport move to flee if the Pokemon had learnt it? + "allow_teleport_to_flee": true, + // Do player Pokemon defend their owners when they attack or are attacked by other mobs? + "do_pokemon_defend_owner": true, + // Do player Pokemon defend their owners proactively? (follows the same rules as Iron Golems) + "do_pokemon_defend_proactive": true, + // Can player Pokemon target other players? (EXPERIMENTAL) + "do_player_pokemon_attack_other_players": false, + // Can player Pokemon target other player's Pokemon? (EXPERIMENTAL) + "do_player_pokemon_attack_other_player_pokemon": false, + // Will the wild pokemon cries for several times when angered,set to false so the pokemon will only cry one time when it's angered + "multiple_cries": true, + // Tick(1/20s by default) needed for the pokemon to cry again(it will only work when the multiple_cries is set to true) + "time_to_cry_again": 100, + // How much experience a pokemon can get by killing a pokemon without a battle? Set to 0 for no experience outside standard pokemon battles. + "experience_multiplier": 0.0, + // Your pokemon can gain EV points by killing a pokemon without a battle? + "can_gain_ev": false, + // If the Pokemon can evolve by using the move out of a Pokemon Battle? For example Primeape can use Rage Fist 20x to evolve without a traditional Pokemon Battle. + "can_progress_use_move_evoluiton": true, + // We don't use this attribute, but some other mods use. However, I uses a mixin to add this attribute and it might lead to some conflicts about attributes. Set to false if that happens. + "add_attack_damage_attribute": true, + // Pokemons should be immune to suffocation damage? (cant die to wall damage, like when sand drops into them) + "suffocation_immunity": true, + // Should player-owned pokemons be immune to damage from all players? + "pvp_immunity": true, + // Should player-owned pokemons be immune to damage from mobs on the same team? + "friendly_fire_immunity_team": true, + // Should player-owned pokemons be immune to damage from the owner (friendly fire)? + "friendly_fire_immunity_owner": true, + // The maximum damage bonus can get if it reached the maximum stat(the physical and the special moves both share one value currently) + "max_bonus_from_stat": 9.0, + // The minimum damage wild pokemon could do on hit + "minimum_attack_damage": 1.0, + // The maximum damage wild pokemon could do on hit + "maximum_attack_damage": 10.0, + // Minimum damage multiplier player-owned pokemon would do + "minimum_attack_damage_player": 1.2000000476837158, + // Damage multiplier player-owned pokemon would do + "attack_damage_player": 3.200000047683716, + // Maximum damage multiplier player-owned pokemon would do + "maximum_attack_damage_player": 50.20000076293945, + // Attack stat required to reach the maximum damage,the default value is calculated with 50 level, 130 stat, 252 EVs, IVs of 31, and a helpful nature. + "maximum_attack_stat": 200, + // The movement speed multiplier of a pokemon if the Speed stat of this Pokemon is 0. + "minimum_movement_speed": 1.2999999523162842, + // The movement speed multiplier of a pokemon if the Speed stat of this Pokemon reaches the value in the config. + "maximum_movement_speed": 2.0, + // The speed stat required for a pokemon to reach the highest fleeing and pursuing speed.The default value(548) is the max speed stat of a lvl.100 Regieleki with a beneficial nature. + "speed_stat_limit": 548, + // The maximum damage reduction wild pokemon can get from its defense/special defense(uses the highest one) + "max_damage_reduction_multiplier": 0.4000000059604645, + // The multiplier for player-owned Pokemon for maximum damage reduction + "max_damage_reduction_multiplier_player": 1.2000000476837158, + // The highest defense stat needed to get the highest damage reduction. + "defense_stat_limit": 161, + // When a player owned Pokemon hurts or is hurt by a wild pokemon, should a pokemon battle be started? + "force_wild_battle_on_pokemon_hurt": true, + // When a player owned Pokemon hurts or is hurt by another player's pokemon, should a pokemon battle be started? (EXPERIMENTAL) + "force_player_battle_on_pokemon_hurt": false, + // If wild pokemon can use the ranged attack. + "wild_pokemon_ranged_attack": false, + // The minimum time between pokemons ranged attacks. In seconds. + "minimum_ranged_attack_interval": 1.0, + // The maximum time between pokemons ranged attacks. In seconds. + "maximum_ranged_attack_interval": 3.0, + // Minimum damage wild pokemon will do with ranged attacks + "minimum_ranged_attack_damage": 1.0, + // Maximum damage wild pokemon would do with ranged attacks + "maximum_ranged_attack_damage": 10.0, + // Minimum damage multiplier player-owned pokemon would do with ranged attacks + "minimum_ranged_attack_damage_player": 1.2000000476837158, + // Damage multiplier player-owned pokemon would do with ranged attacks + "ranged_attack_damage_player": 1.2000000476837158, + // Maximum damage multiplier player-owned pokemon would do with ranged attacks + "maximum_ranged_attack_damage_player": 1.2000000476837158, + // Special attack stat required to reach the maximum damage,the default value is calculated with 50 level, 130 stat, 252 EVs, IVs of 31, and a helpful nature. + "maximum_special_attack_stat": 200, + // Water type damage will be more effective on mobs like Blaze,Enderman,etc. + "water_type_super_effective_dmg_multiplier": 2.0, + // Fire type damage will be not very effective against fire immune entity.(set to 0 if you want a complete immune) + "fire_type_no_effect_dmg_multiplier": 0.10000000149011612, + // Ice type damage will be not very effective against entity that can't be frozen.(set to 0 if you want a complete immune) + "ice_type_no_effect_dmg_multiplier": 0.10000000149011612, + // Ice type damage will be more effective against entity that has a weaker resistant to the frost damage. + "ice_type_super_effective_dmg_multiplier": 2.0, + // Poison type damage will be not very effective against undead mobs.(set to 0 if you want a complete immune) + "poison_type_no_effect_dmg_multiplier": 0.10000000149011612, + // If the original updateMaxHealth() will be replaced by my version. Pokemons outside of battle will use the hp stat instead of the base hp stat. The following configurations needs this one to work. + "shouldOverrideUpdateMaxHealth": true, + // If health sync will work on the wild pokemon, healing them on standard pokemon battle start if they were damaged before. + "health_sync_for_wild_pokemon": true, + // The minimum hp of a pokemon outside standard pokemon battle,shedinja is set to 1.0 and can't be changed. + "min_HP": 8, + // The medium hp value of a pokemon outside standard pokemon battle,the medium value is designed to allow you to better tweak the growth of HP value for the entity + "mid_HP": 40, + // The maximum hp of a pokemon outside standard pokemon battle. + "max_HP": 250, + // Pokemon HP stat above this value will increase its HP outside standard pokemon battle. + "min_HP_required_stat": 20, + // HP stat needed to get medium HP outside standard pokemon battle. + "mid_HP_required_stat": 160, + // HP stat needed to get maximum HP outside standard pokemon battle. The max hp of a Blissey is 714. + "max_HP_required_stat": 500, + "stay_after_move_command": true +} \ No newline at end of file diff --git a/server/config/fightorflight_moves.json5 b/server/config/fightorflight_moves.json5 new file mode 100644 index 0000000..2e72942 --- /dev/null +++ b/server/config/fightorflight_moves.json5 @@ -0,0 +1,229 @@ +{ + // The multiplier of the move power in calculating damage(The final damage can't be higher than the value in the config) + "move_power_multiplier": 2.5, + // The multiplier for the moves that don't make contacts or shoot projectiles when calculating damage(The final damage can't be higher than the value in the config.These moves are hard to avoid in an open area so the damage should be slightly lower than the others) + "indirect_attack_move_power_multiplier": 0.800000011920929, + // If a pokemon doesn't have the correct moves to use,the base power will be used to calculate the damage. + "base_power": 60, + // The minimum radius of the AoE moves + "min_AoE_radius": 1.5, + // The maximum radius of the AoE moves + "max_AoE_radius": 3.0, + // The AoE damage will be lower to the target away from the center,this value sets the lowest damage multiplier of the AOE damage + "min_AoE_damage_multiplier": 0.6000000238418579, + // The radius of the status moves(unused) + "status_move_radius": 8.0, + // Taunting moves are needed to taunt the aggressive wild pokemon + "taunt_moves_needed": true, + // Wild pokemon can taunt your pokemon + "wild_pokemon_taunt": false, + // Special moves that makes contact,these moves will let the Pokemon melee while using the Special Attack stat to calculate the damage. + "special_contact_moves": [ + "electrodrift", + "infestation", + "drainingkiss", + "grassknot", + "wringout", + "trumpcard", + "petaldance" + ], + // Physical moves that uses arrow,these moves will let the Pokemon shoot arrow while using the Attack stat to calculate the damage. + "physical_single_arrow_moves": [ + "dragondarts", + "iceshard", + "iciclecrash", + "iciclespear", + "gunkshot", + "spikecannon", + "pinmissile", + "thousandarrows" + ], + // Moves that shoots multiple bullet + "multiple_bullet_moves": [ + "bulletseed" + ], + // Moves that shoots single bullet.Physical moves still shoots the bullet and uses the Attack stat to calculate the damage. + "single_bullet_moves": [ + "electroball", + "focusblast", + "weatherball", + "pyroball", + "acidspray", + "sludgebomb", + "mudbomb", + "pollenpuff", + "shadowball", + "searingshot", + "octazooka", + "energyball", + "zapcannon", + "mistball", + "syrupbomb", + "armorcannon", + "seedbomb", + "magnetbomb", + "powergem", + "rockwrecker", + "sludge", + "technoblast", + "fusionflare" + ], + // Moves that shoots multiple tracing bullet + "multiple_tracing_bullet_moves": [ + "dracometeor", + "ancientpower", + "infernalparade" + ], + // Moves that shoots single tracing bullet + "single_tracing_bullet_moves": [ + "aurasphere" + ], + // Moves that shoots single beam or pulse + "single_beam_moves": [ + "signalbeam", + "chargebeam", + "icebeam", + "eternabeam", + "solarbeam", + "moongeistbeam", + "aurorabeam", + "waterpulse", + "darkpulse", + "dragonpulse", + "terrainpulse", + "healpulse", + "freezingglare", + "watergun", + "hydropump", + "prismaticlaser", + "lusterpurge", + "electroshot", + "photongeyser", + "flashcannon", + "flamethrower", + "mysticalfire", + "oblivionwing", + "snipeshot" + ], + // Moves that hurt a target without any projectiles or blast.(The AOE moves will be implemented in another way) + "magic_attack_moves": [ + "absorb", + "gigadrain", + "megadrain", + "confusion", + "psychic", + "freezedry", + "earthpower", + "nightdaze", + "iceburn", + "luminacrash", + "extrasensory", + "hex", + "seedflare", + "psyshock", + "psystrike", + "psychoboost", + "earthpower" + ], + // Moves that hurts the entity(including the allies) around the pokemon + "self_centered_aoe_moves": [ + "earthquake", + "surf", + "lavaplume", + "discharge", + "sludgewave", + "magnitude", + "bulldoze", + "petalblizzard", + "corrosivegas" + ], + // Moves that drains HP(50% of the damage dealt) + "hp_draining_moves_50": [ + "absorb", + "bitterblade", + "bouncybubble", + "drainpunch", + "gigadrain", + "hornleech", + "leechlife", + "megadrain", + "matchagotcha", + "paraboliccharge" + ], + // Moves that drains HP(75% of the damage dealt) + "hp_draining_moves_75": [ + "drainingkiss", + "oblivionwing" + ], + // Moves that ignores abilities(unused) + "mold_breaker_like_moves": [ + "sunsteelstrike", + "moongeistbeam", + "photongeyser" + ], + // Moves that start an explode + "explosive_moves": [ + "selfdestruct", + "explosion", + "mindblown", + "mistyexplosion" + ], + // Moves that use sound to attack + "sound_based_moves": [ + "snore", + "uproar", + "hypervoice", + "bugbuzz", + "chatter", + "round", + "echoedvoice", + "relicsong", + "snarl", + "disarmingvoice", + "boomburst", + "sparklingaria", + "clangingscales", + "clangoroussoulblaze", + "overdrive", + "eeriespell", + "torchsong", + "alluringvoice", + "psychicnoise", + "roaroftime" + ], + // Moves that can switch your pokemon + "switch_moves": [ + "teleport", + "batonpass", + "uturn", + "partingshot", + "voltswitch", + "flipturn" + ], + // Abilities that forces your Pokemon to switch when it is below 50% HP + "emergency_exit_like_abilities": [ + "emergencyexit", + "wimpout" + ], + "recoil_moves_allHP": [ + "self-destruct", + "explosion", + "mindblown", + "mistyexplosion" + ], + // Moves that taunt other pokemon + "taunting_moves": [ + "taunt", + "followme", + "ragepowder", + "torment" + ], + // Moves that burns the pokemon(unused) + "burn_status_move": [ + "willowisp" + ], + // Do Pokemon grief(only explosions currently)? + "pokemon_griefing": false, + // Fire type attack(only explosions currently) should burn the ground + "should_create_fire": true +} \ No newline at end of file diff --git a/server/config/fightorflight_visual_effect.json5 b/server/config/fightorflight_visual_effect.json5 new file mode 100644 index 0000000..f14cc1b --- /dev/null +++ b/server/config/fightorflight_visual_effect.json5 @@ -0,0 +1,51 @@ +{ + // Moves that spawn angry_villager particle around the pokemon + "self_angry_moves": [ + "partingshot", + "lashout", + "ragingfury", + "thrash", + "outrage", + "temperflare" + ], + // Moves that spawn soul_fire_flame particle around the pokemon's target + "target_soul_fire_moves": [ + "willowisp", + "infernalparade", + "bitterblade" + ], + // Moves that spawn soul particle around the pokemon's target + "target_soul_moves": [ + "nightshade", + "astralbarrage" + ], + "slicing_moves": [ + "cut", + "razorleaf", + "slash", + "furycutter", + "aircutter", + "aerialace", + "leafblade", + "nightslash", + "airslash", + "x-scissor", + "psychocut", + "crosspoison", + "sacredsword", + "razorshell", + "secretsword", + "solarblade", + "behemothblade", + "stoneaxe", + "ceaselessedge", + "populationbomb", + "kowtowcleave", + "psyblade", + "bitterblade", + "aquacutter", + "mightycleave", + "tachyoncutter", + "spacialrend" + ] +} \ No newline at end of file diff --git a/server/config/fluxnetworks-common.toml b/server/config/fluxnetworks-common.toml new file mode 100644 index 0000000..3311d39 --- /dev/null +++ b/server/config/fluxnetworks-common.toml @@ -0,0 +1,21 @@ +#Most configs are moved to /serverconfig/fluxnetworks-server.toml +#Copy to /defaultconfig/fluxnetworks-server.toml for modpacks +placeholder = true + +#The One Probe +[OneProbe] + #Displays: Network Name, Live Transfer Rate & Internal Buffer + enableOneProbeBasicInfo = true + #Displays: Transfer Limit & Priority etc + enableOneProbeAdvancedInfo = true + #Displays Advanced Info when sneaking only + enableOneProbeSneaking = true + +#Integration +[integration] + #Whether to enable GTCEU integration if GregTech CE Unofficial Modern is installed. + #4 FE = 1 GTEU, not configurable. + #Note that EU-to-FE conversion is provided by GTCEU, instead of Flux Networks. + #Ensure you have enabled GTCEU's nativeEUToPlatformNative and euToPlatformRatio = 4. + #A game/server restart is required to reload this setting. + enableGTCEU = true diff --git a/server/config/fluxnetworks-server.toml b/server/config/fluxnetworks-server.toml new file mode 100644 index 0000000..c6a9270 --- /dev/null +++ b/server/config/fluxnetworks-server.toml @@ -0,0 +1,56 @@ +[networks] + #Maximum networks each player can have. Super admin can bypass this limit. -1 = no limit + #Setting this to 0 will only allow super admins to create networks. + # Default: 5 + # Range: > -1 + maximumPerPlayer = 5 + #Allows someone to be a network super admin. Otherwise, no one can access a flux device or delete a network without permission. + enableSuperAdmin = true + #See ops.json. If the player has permission level equal or greater to the value set here they will be able to activate Super Admin. + #Setting this to 0 will allow anyone to active Super Admin. Single player can bypass this limit. + #Players have permission level 3 or 4 can use commands to set others as Super Admin whether others have this permission level or not. + # Default: 1 + # Range: 0 ~ 3 + superAdminRequiredPermission = 1 + +[general] + #Enables redstone being compressed with the bedrock and obsidian to get flux dusts. + enableFluxRecipe = true + #Allows flux devices to enable chunk loading. + enableChunkLoading = true + +[blacklist] + #A blacklist for blocks which flux devices shouldn't connect to, use format 'modid:registry_name' + blockBlacklistStrings = ["actuallyadditions:block_phantom_energyface"] + #A blacklist for items which wireless charging shouldn't charge to, use format 'modid:registry_name' + itemBlackListStrings = [""] + +[energy] + #The default transfer limit of a Flux Plug, Point and Controller + # Default: 800000 + # Range: 0 ~ 9223372036854775807 + defaultLimit = 800000 + #The maximum energy storage of a Basic Flux Storage + # Default: 2000000 + # Range: 0 ~ 9223372036854775807 + basicCapacity = 2000000 + #The default transfer limit of a Basic Flux Storage + # Default: 20000 + # Range: 0 ~ 9223372036854775807 + basicTransfer = 20000 + #The maximum energy storage of a Herculean Flux Storage + # Default: 16000000 + # Range: 0 ~ 9223372036854775807 + herculeanCapacity = 16000000 + #The default transfer limit of a Herculean Flux Storage + # Default: 120000 + # Range: 0 ~ 9223372036854775807 + herculeanTransfer = 120000 + #The maximum energy storage of a Gargantuan Flux Storage + # Default: 128000000 + # Range: 0 ~ 9223372036854775807 + gargantuanCapacity = 128000000 + #The default transfer limit of a Gargantuan Flux Storage + # Default: 720000 + # Range: 0 ~ 9223372036854775807 + gargantuanTransfer = 720000 diff --git a/server/config/fml.toml b/server/config/fml.toml new file mode 100644 index 0000000..d5d5f2c --- /dev/null +++ b/server/config/fml.toml @@ -0,0 +1,32 @@ +#Disables File Watcher. Used to automatically update config if its file has been modified. +disableConfigWatcher = false +#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. +earlyWindowControl = true +#Max threads for early initialization parallelism, -1 is based on processor count +maxThreads = -1 +#Enable NeoForge global version checking +versionCheck = true +#Default config path for servers +defaultConfigPath = "defaultconfigs" +#Disables Optimized DFU client-side - already disabled on servers +disableOptimizedDFU = true +#Early window provider +earlyWindowProvider = "fmlearlywindow" +#Early window width +earlyWindowWidth = 1024 +#Early window height +earlyWindowHeight = 768 +#Early window framebuffer scale +earlyWindowFBScale = 1 +#Early window starts maximized +earlyWindowMaximized = false +#Skip specific GL versions, may help with buggy graphics card drivers +earlyWindowSkipGLVersions = [] +#Squir? +earlyWindowSquir = false +#Define dependency overrides below +#Dependency overrides can be used to forcibly remove a dependency constraint from a mod or to force a mod to load AFTER another mod +#Using dependency overrides can cause issues. Use at your own risk. +#Example dependency override for the mod with the id 'targetMod': dependency constraints (incompatibility clauses or restrictive version ranges) against mod 'dep1' are removed, and the mod will now load after the mod 'dep2' +#dependencyOverrides.targetMod = ["-dep1", "+dep2"] +dependencyOverrides = {} diff --git a/server/config/fpsreducer/fpsreducer-client.toml b/server/config/fpsreducer/fpsreducer-client.toml new file mode 100644 index 0000000..111a11f --- /dev/null +++ b/server/config/fpsreducer/fpsreducer-client.toml @@ -0,0 +1,164 @@ +#General options +[general] + #Enable FPS Reducer features. + enableFpsReducer = true + #Waiting time(sec) before reducing the FPS. (0:OFF) + # Default: 0 + # Range: 0 ~ 86400 + waitingTime = 0 + #Max frame rate when there is no operation for the specified period of time. + # Default: 10 + # Range: 1 ~ 60 + idleFps = 10 + #Max frame rate during GUI screen(Inventory/Menu) is opened. (0:OFF) + # Default: 0 + # Range: 0 ~ 260 + guiScreenFps = 0 + #Max frame rate when the character is stationary. (0:OFF) + # Default: 0 + # Range: 0 ~ 260 + noActFps = 0 + #Detect movement of player position. (0:OFF, 1:Riding/Flying, 2:Always) + # Default: 1 + # Range: 0 ~ 2 + detectMoving = 1 + #Ignore the mouse button holding. + ignoreHoldButton = false + #Reduce FPS in Game Menu. + reducingInGameMenu = true + #Force reducing FPS if the window is inactive. + reducingInBackground = true + #Suppress master volume if the window is inactive. + suppressSound = true + #Suppression master volume ratio in inactive (0-100). + # Default: 20 + # Range: 0 ~ 100 + suppressedVolume = 20 + #Enable HUD. + hudEnabled = false + #Reference position of HUD. + # Default: 3 + # Range: 1 ~ 8 + hudReferencePos = 3 + #HUD scale (default: 1.0) + # Default: 1.0 + # Range: 0.1 ~ 2.0 + hudScale = 1.0 + #Behavior of HUD display when a chat window opened. (0:keep to display, 1:off, 2:dodge a chat box) + # Default: 2 + # Range: 0 ~ 2 + hudBehindChatBox = 2 + #HUD information (1:FPS/CPU(long), 2:FPS/CPU(short), 3:FPS/CPU(2lines), 4:FPS only, 5:CPU only, 6:Simple) + # Default: 4 + # Range: 0 ~ 6 + hudInfo = 4 + #Profile (0:custom, 1:modest-eco, 2:eco, 3:cooling-low, 4:cooling-high) + # Default: 1 + # Range: 0 ~ 4 + profile = 1 + +#HUD offsets from reference positions at the screen edge. +[hud_offset] + # Default: 2 + # Range: > -2147483648 + topLeft_X = 2 + # Default: 2 + # Range: > -2147483648 + topLeft_Y = 2 + # Default: 0 + # Range: > -2147483648 + topCenter_X = 0 + # Default: 2 + # Range: > -2147483648 + topCenter_Y = 2 + # Default: -2 + # Range: > -2147483648 + topRight_X = -2 + # Default: 2 + # Range: > -2147483648 + topRight_Y = 2 + # Default: -2 + # Range: > -2147483648 + centerRight_X = -2 + # Default: 0 + # Range: > -2147483648 + centerRight_Y = 0 + # Default: -2 + # Range: > -2147483648 + bottomRight_X = -2 + # Default: -2 + # Range: > -2147483648 + bottomRight_Y = -2 + # Default: 0 + # Range: > -2147483648 + bottomCenter_X = 0 + # Default: -2 + # Range: > -2147483648 + bottomCenter_Y = -2 + # Default: 2 + # Range: > -2147483648 + bottomLeft_X = 2 + # Default: -2 + # Range: > -2147483648 + bottomLeft_Y = -2 + # Default: 2 + # Range: > -2147483648 + centerLeft_X = 2 + # Default: 0 + # Range: > -2147483648 + centerLeft_Y = 0 + +#Alignments of HUD strings. +[hud_alignment] + # Default: 0 + # Range: 0 ~ 2 + topLeft = 0 + # Default: 2 + # Range: 0 ~ 2 + topCenter = 2 + # Default: 1 + # Range: 0 ~ 2 + topRight = 1 + # Default: 1 + # Range: 0 ~ 2 + centerRight = 1 + # Default: 1 + # Range: 0 ~ 2 + bottomRight = 1 + # Default: 2 + # Range: 0 ~ 2 + bottomCenter = 2 + # Default: 0 + # Range: 0 ~ 2 + bottomLeft = 0 + # Default: 0 + # Range: 0 ~ 2 + centerLeft = 0 + +#Extra options +[extra] + #HUD color + hudColor = "f0f0f0" + #Reduced fps HUD color + hudReductionColor = "00f000" + #HUD color for FPS display in GUI screen(inventory and menu). + hudGuiModeColor = "b6ecff" + #HUD color for FPS display when the character is stationary. + hudNoActModeColor = "ceffd4" + #Allow player configuration mode. + allowPlayerConfig = true + #CPU usage type. (0:one processor basis, 1:all processors basis) + # Default: 0 + # Range: 0 ~ 1 + cpuUsageType = 0 + #Which thread's CPU usage should be calculated. (0:client thread only, 1:entire Minecraft process including server threads) + # Default: 0 + # Range: 0 ~ 1 + cpuUsageThread = 0 + #Permit to set IdleFPS=1. + allowOneFps = false + +#Debug options +[debug] + #Enable debug log + debugLog = false diff --git a/server/config/ftbbackups2.json b/server/config/ftbbackups2.json new file mode 100644 index 0000000..7e6b101 --- /dev/null +++ b/server/config/ftbbackups2.json @@ -0,0 +1,73 @@ +{ + // Allow the creation of backups automatically + "enabled": true, + // Permission level to use the /backup command + "command_permission_level": 3, + // Only send backup status to server ops + "notify_op_only": true, + // Don't send backup status at all + "do_not_notify": false, + /* Backup retention mode. Valid Modes: MAX_BACKUPS, TIERED + Note: TIERED mode is an experimental feature, Use at your own risk. + */ + "retention_mode": "MAX_BACKUPS", + // Applies to retention_mode:MAX_BACKUPS, Sets the maximum number of backups to keep + "max_backups": 5, + // Applies to retention_mode:TIERED, The latest x number of backups will be retained + "keep_latest": 5, + // Applies to retention_mode:TIERED, Sets number of hourly backups to keep + "keep_hourly": 1, + // Applies to retention_mode:TIERED, Sets number of daily backups to keep + "keep_daily": 1, + // Applies to retention_mode:TIERED, Sets number of weekly backups to keep + "keep_weekly": 1, + // Applies to retention_mode:TIERED, Sets number of monthly backups to keep + "keep_monthly": 1, + /* This is done with an implementation of cron from the Quartz java library. + More info here + (http://www.cronmaker.com) + */ + "backup_cron": "0 */30 * * * ?", + // Time between manual backups using the command + "manual_backups_time": 0, + // Only run a backup if a player has been online since the last backup + "only_if_players_been_online": true, + // Additional directories to include in backup + "additional_directories": [], + /* Additional files and directories to include in backup. + Can specify a file name, path relative to server directory or wildcard file path + Examples: (All file paths are relative to server root) + fileName.txt Any/all file named "fileName.txt" + folder/file.txt Exact file path + folder/ Everything in this folder + path/starts/with* Any files who's path starts with + *path/ends/with.txt Any files who's path ends with + *path/contains* Any files who's path contains + */ + "additional_files": [], + // Display file size in backup message + "display_file_size": false, + // backup location + "backup_location": ".", + // Specify the backup format. Valid options are ZIP and DIRECTORY + "backup_format": "ZIP", + // Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted. + "minimum_free_space": 500, + // If the previous backup failed due to lack of space, the oldest backup will be deleted to free space. + "free_space_if_needed": false, + /* Specify files or folders to be excluded. + Can specify a file name, path relative to server directory or wildcard file path + Examples: (All file paths are relative to server root) + fileName.txt Any/all file named "fileName.txt" + folder/file.txt Exact file path + folder/ Everything in this folder + path/starts/with* Any files who's path starts with + *path/ends/with.txt Any files who's path ends with + *path/contains* Any files who's path contains + */ + "excluded": [], + /* The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow) + Specify "none" to disable preview + */ + "preview_dimension": "minecraft:overworld" +} \ No newline at end of file diff --git a/server/config/ftbessentials.snbt b/server/config/ftbessentials.snbt new file mode 100644 index 0000000..27d5b5c --- /dev/null +++ b/server/config/ftbessentials.snbt @@ -0,0 +1,323 @@ +# FTB Essentials config file +# If you're a modpack maker, edit defaultconfigs/ftbessentials-server.snbt instead + +{ + # If true, the mod will register its commands to the 'ftbessentials' namespace as well as the root namespace + # otherwise it will only register to the root namespace + # This setting has no effect if 'register_to_namespace' is false + # Default: false + register_alias_as_well_as_namespace: false + + # If true, the mod will register its commands to the 'ftbessentials' namespace, + # otherwise it will register to the root namespace + # Default: false + register_to_namespace: false + + # Admin commands for cheating and moderation + admin: { + # Allows admins to extinguish themselves or a player using a command + extinguish: { + # Default: true + enabled: true + } + + # Allows admins to fully feed themselves or a player using a command + feed: { + # Default: true + enabled: true + } + + # Allows admins to toggle flying status using a command, without having to use Creative Mode + fly: { + # Default: true + enabled: true + } + + # Allows admins to toggle invincibility using a command, without having to use Creative Mode + god: { + # Default: true + enabled: true + } + + # Allows admins to fully heal (health, food, fire, potion effects) themselves or a player using a command + heal: { + # Default: true + enabled: true + } + + # Allows admins to view other users' inventories using a command + invsee: { + # Default: true + enabled: true + } + + # Allows admins to configure kits of items that can be given to players. + kit: { + # Default: true + enabled: true + } + + # Allows admins to restrict players from chatting by using a command to mute (or unmute) them + mute: { + # Default: true + enabled: true + } + + # Allows admins to change walk speed for themselves or a player + speed: { + # Default: true + enabled: true + } + + # Allows admins to change the location of offline players. + tp_offline: { + # Default: true + enabled: true + } + } + + # Miscellaneous features and utilities + misc: { + # Allows users to access an Anvil GUI without needing an Anvil. + anvil: { + # Default: true + enabled: true + } + + # Allows users to access a Crafting Table GUI without needing a Crafting Table. + crafting: { + # Default: true + enabled: true + } + + # Allows users to access their ender chest, as well as admins to manage other players' ender chests. + enderchest: { + # Default: true + enabled: true + } + + # Allows users to set a custom hat as their head item by using a command + hat: { + # Default: true + enabled: true + } + + # Allows users to kick themselves from the server, for example if they are stuck or desynced + kickme: { + # Default: true + enabled: true + } + + # Allows users to view leaderboard stats about everyone on the server. + leaderboard: { + # Default: true + enabled: true + } + + # Allows users to list nearby players, sorted by distance + near: { + # Default: true + enabled: true + } + + # Allows users to change their display name, as well as admins to change nicknames for other users + nick: { + # Default: true + enabled: true + } + + # Allows users to announce their recording or streaming status to the server by using commands + rec: { + # Default: true + enabled: true + } + + # Allows users to access a Smithing Table GUI without needing a Smithing Table. + smithing: { + # Default: true + enabled: true + } + + # Allows users to access a Stonecutter GUI without needing a Stonecutter. + stonecutter: { + # Default: true + enabled: true + } + + # Enables usage of a trash can inventory, which can be used to void unneeded items + trashcan: { + # Default: true + enabled: true + } + } + + # Teleportation-related settings + teleportation: { + # Allows users to return to their previous location after teleporting (or dying) + back: { + # Cooldown between /back commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.cooldown + # Default: 30 + # Range: 0 ~ 604800 + cooldown: 30 + + # Default: true + enabled: true + + # Max size of the teleport history. This limits how many times you can use /back + # You can override this with FTB Ranks using ftbessentials.back.max + # Default: 10 + # Range: 0 ~ 2147483647 + max: 10 + + # Should be the /back command only be used for returning to the last death point? + # Default: false + only_on_death: false + + # Warm-up time before /back command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows users to set 'homes', which they can then freely teleport to by using /home afterwards + home: { + # Cooldown between /home commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Max amount of homes a user can have. + # You can override this with FTB Ranks using ftbessentials.home.max + # Default: 1 + # Range: 0 ~ 2147483647 + max: 1 + + # Warm-up time before /home command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to jump (teleport) to the focused block + jump: { + # Default: true + enabled: true + } + + # Allows players to teleport to a random point in the Wilderness + # Note: This currently does not respect Claimed Chunks yet! + rtp: { + # Cooldown between /rtp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.cooldown + # Default: 600 + # Range: 0 ~ 604800 + cooldown: 600 + + # Blacklisted dimension ID's for /rtp (player *must not* be in any of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: ["minecraft:the_end"] + dimension_blacklist: ["minecraft:the_end"] + + # Whitelisted dimension ID's for /rtp (if non-empty, player *must* be in one of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: [] + dimension_whitelist: [ ] + + # Default: true + enabled: true + + # /rtp max distance from spawn point + # Default: 25000 + # Range: 0 ~ 30000000 + max_distance: 25000 + + # Number of tries before /rtp gives up + # Default: 100 + # Range: 1 ~ 1000 + max_tries: 100 + + # /rtp min distance from spawn point + # Default: 500 + # Range: 0 ~ 30000000 + min_distance: 500 + + # Warm-up time before /rtp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + spawn: { + # Cooldown between /spawn commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /spawn command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to create requests to teleport to other users on the server, + # as well as requesting other players to teleport to them + tpa: { + # Cooldown between /tpa commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /tpa command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to teleport to the location a user was last seen at + tpl: { + # Default: true + enabled: true + } + + # Allows admins to teleport to dimension + tpx: { + # Default: true + enabled: true + } + + # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp + warp: { + # Cooldown between /warp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: true + + # Warm-up time before /warp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + } +} diff --git a/server/config/ftbquests/quests/chapter_groups.snbt b/server/config/ftbquests/quests/chapter_groups.snbt new file mode 100644 index 0000000..7087b9b --- /dev/null +++ b/server/config/ftbquests/quests/chapter_groups.snbt @@ -0,0 +1,3 @@ +{ + chapter_groups: [ ] +} diff --git a/server/config/ftbquests/quests/chapters/challenges.snbt b/server/config/ftbquests/quests/chapters/challenges.snbt new file mode 100644 index 0000000..fb1062b --- /dev/null +++ b/server/config/ftbquests/quests/chapters/challenges.snbt @@ -0,0 +1,10 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "challenges" + group: "" + id: "031093E825061AE5" + order_index: 2 + quest_links: [ ] + quests: [ ] +} diff --git a/server/config/ftbquests/quests/chapters/cobblemon_eternal.snbt b/server/config/ftbquests/quests/chapters/cobblemon_eternal.snbt new file mode 100644 index 0000000..a871591 --- /dev/null +++ b/server/config/ftbquests/quests/chapters/cobblemon_eternal.snbt @@ -0,0 +1,1447 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "cobblemon_eternal" + group: "" + id: "1DF598887604D25D" + images: [{ + height: 2.0d + image: "cobblemon:item/advancements/cobblemon_logo_purple" + rotation: 0.0d + width: 2.0d + x: 1.959956709956728d + y: -0.848639455782358d + }] + order_index: 0 + quest_links: [ ] + quests: [ + { + id: "7C9078DABA6430B6" + rewards: [ + { + count: 8 + id: "18A0A697181888D8" + item: { + count: 1 + id: "cobblemon:poke_ball" + } + type: "item" + } + { + id: "788D5483911567CD" + item: { + count: 1 + id: "cobblemon:apricorn_door" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "5BBF2EC91C49F5C6" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 3 + id: "0101D8EFD3B7571C" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + icon: { + id: "cobblemon:healing_machine" + } + id: "77FDCDD3BDA405DC" + observe_type: 0 + timer: 0L + to_observe: "cobblemon:healing_machine" + type: "observation" + }] + x: -1.5d + y: 3.0d + } + { + id: "15CADD4029E11471" + rewards: [ + { + count: 6 + id: "27BD4BFD17D417E6" + item: { + count: 1 + id: "cobblemon:net_ball" + } + type: "item" + } + { + count: 3 + id: "5B146FD089571EC7" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + { + exclude_from_claim_all: true + icon: { + id: "cobblemon:yellow_gilded_chest" + } + id: "355C2645DE80D047" + table_id: 8133083280444442790L + type: "choice" + } + ] + tasks: [{ + id: "637B6A4A68CFC780" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemon:poke_rods)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: 0.0d + y: 3.0d + } + { + id: "2A4E2FB2F9EB344D" + rewards: [ + { + count: 3 + id: "21790DF6C4CE33FC" + item: { + count: 1 + id: "cobblemon:premier_ball" + } + type: "item" + } + { + id: "28D506DEEB1190E7" + item: { + count: 1 + id: "cobblemon:potion" + } + type: "item" + } + { + count: 3 + id: "1186CA5911A2ABFB" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "4621FD9BA9A209A1" + item: { count: 1, id: "cobblemon:poke_ball" } + only_from_crafting: true + type: "item" + }] + x: -1.5d + y: 9.0d + } + { + dependencies: ["2A4E2FB2F9EB344D"] + id: "5EAC27E2738426EF" + rewards: [ + { + count: 8 + id: "704CACC31EB1F133" + item: { + count: 1 + id: "cobblemon:great_ball" + } + type: "item" + } + { + id: "6E1C9C82E700F90C" + item: { + count: 1 + id: "cobblemon:revive" + } + type: "item" + } + { + id: "568E2C8BFD6F33C7" + item: { + count: 1 + id: "cobblemon:super_potion" + } + type: "item" + } + { + count: 3 + id: "2A8C9CDFA067F954" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + { + id: "5387A9BEFA61DA32" + item: { + count: 1 + id: "simpletms:tr_icepunch" + } + type: "item" + } + ] + tasks: [{ + id: "427B9293037DDACE" + item: { count: 1, id: "cobblemon:great_ball" } + only_from_crafting: true + type: "item" + }] + x: 0.5d + y: 9.0d + } + { + dependencies: ["5EAC27E2738426EF"] + id: "2D5377E10B83CCBA" + rewards: [ + { + count: 8 + id: "28D7F3CAC9B4F468" + item: { + count: 1 + id: "cobblemon:ultra_ball" + } + type: "item" + } + { + id: "29FBCFDCA9167C91" + item: { + count: 1 + id: "cobblemon:max_revive" + } + type: "item" + } + { + id: "7601944271B13BAD" + item: { + count: 1 + id: "cobblemon:max_potion" + } + type: "item" + } + { + count: 3 + id: "0EC9CB1BA1DE71DF" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + { + id: "098B804E1D6CCD4A" + item: { + count: 1 + id: "simpletms:tr_thunderpunch" + } + type: "item" + } + ] + tasks: [{ + id: "7F639626CBE5200E" + item: { count: 1, id: "cobblemon:ultra_ball" } + type: "item" + }] + x: 3.5d + y: 9.0d + } + { + dependencies: ["2D5377E10B83CCBA"] + id: "2E6C061FCAC0007A" + rewards: [ + { + id: "58B184F68E07640C" + item: { + count: 1 + id: "cobblemon:dragon_gem" + } + type: "item" + } + { + count: 15 + id: "2C81DB73EDD575EC" + item: { + count: 1 + id: "cobblemon:ancient_ultra_ball" + } + type: "item" + } + { + count: 8 + id: "0B5EF362139F2F78" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + { + auto: "invisible" + command: "/execute at @p run rctmod trainer summon leader_brock_0038 ~5 ~ ~" + elevate_perms: true + feedback_message: "" + icon: { + id: "ftbquests:book" + } + id: "0019487E9BA5725C" + silent: true + type: "command" + } + { + count: 3 + id: "08218239B8CFD21F" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + { + id: "1CAA2A64B95A4398" + item: { + count: 1 + id: "simpletms:tr_shadowball" + } + type: "item" + } + ] + shape: "octagon" + tasks: [{ + id: "24B29BF56FFBF6CF" + item: { count: 1, id: "cobblemon:master_ball" } + type: "item" + }] + x: 5.5d + y: 9.0d + } + { + id: "7B6EE4E7B5D9ADBB" + rewards: [ + { + id: "038F3EEEFFF153B7" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + { + id: "6D93EF2262875A63" + item: { + count: 1 + id: "cobblemon:ether" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "293C0F5E9BEB794D" + table_id: 7200463765304942840L + type: "choice" + } + { + auto: "enabled" + command: "/execute at @p run rctmod trainer summon twins_eli_and_anne_0215 ~5 ~ ~" + elevate_perms: true + feedback_message: "" + icon: { + id: "ftbquests:book" + } + id: "61A8C285937952F7" + silent: true + type: "command" + } + { + count: 3 + id: "1FEC47C10053AD4A" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "5E50095AB95A4282" + item: { count: 1, id: "cobblemon:pc" } + type: "item" + }] + x: 4.0d + y: 3.0d + } + { + dependencies: ["2E6C061FCAC0007A"] + hide_until_deps_complete: true + id: "012E4D991A81408A" + rewards: [ + { + id: "5B01093375816455" + item: { + count: 1 + id: "cobblemon:master_ball" + } + type: "item" + } + { + count: 3 + id: "640DD2DC15C5B70E" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + shape: "hexagon" + tasks: [{ + id: "03D2DA45379359E5" + item: { count: 1, id: "cobblemon:master_rod" } + type: "item" + }] + x: 5.5d + y: 10.5d + } + { + id: "09BD5BE582E54F69" + rewards: [ + { + exclude_from_claim_all: true + id: "4A8137D89F0AFF5F" + table_id: 8730146850461836545L + type: "choice" + } + { + auto: "invisible" + command: "/gamerule mobTargetInBattle false" + elevate_perms: true + feedback_message: "" + icon: { + id: "ftbquests:book" + } + id: "21AC6846D373FCE8" + silent: true + type: "command" + } + { + auto: "invisible" + command: "/execute at @p run rctmod trainer summon team_rocket_grunt_015f ~5 ~ ~" + elevate_perms: true + feedback_message: "" + icon: { + id: "ftbquests:book" + } + id: "163A6CB8F046F7B8" + silent: true + type: "command" + } + ] + shape: "hexagon" + size: 1.5d + tasks: [{ + dimension: "minecraft:overworld" + icon: { + id: "cobblemon:ghost_gem" + } + id: "65EEA61A34DC0DC6" + type: "dimension" + }] + x: 2.030952380952378d + y: 1.6120748299319025d + } + { + hide_until_deps_complete: true + id: "1A0BD89EC5FB4061" + rewards: [ + { + count: 8 + id: "7DB34C0581C2991F" + item: { + count: 1 + id: "cobblemon:poke_ball" + } + type: "item" + } + { + count: 2 + id: "564DF038F0AFC7C2" + item: { + count: 1 + id: "cobblemon:revive" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "7965A8085BBEFE03" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 3 + id: "11F030EBC79705FE" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "0233678E76DDED52" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemoneternal:backpacks)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: 5.5d + y: 1.5d + } + { + id: "532FBFE98329A7D6" + rewards: [ + { + exclude_from_claim_all: true + id: "1677C6E85641C11A" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "6FA5150FB6F4926F" + item: { + count: 1 + id: "farmersdelight:egg_sandwich" + } + type: "item" + } + ] + shape: "hexagon" + tasks: [{ + advancement: "cobblemon:first_catch" + criterion: "" + id: "4CB9166594EE3C43" + type: "advancement" + }] + x: 2.0d + y: 3.0d + } + { + id: "46A2507A373FA4E7" + rewards: [ + { + count: 15 + id: "064FAE5EEBD971A0" + item: { + count: 1 + id: "cobblemon:ancient_ultra_ball" + } + type: "item" + } + { + count: 5 + id: "46E09EBF46ECF549" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + { + count: 3 + id: "212062A0B1AB59F5" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + shape: "octagon" + tasks: [{ + advancement: "cobblemon:first_shiny_catch" + criterion: "" + id: "6BFFADD32A236182" + type: "advancement" + }] + x: 2.0d + y: 10.5d + } + { + dependencies: ["7C9078DABA6430B6"] + hide_until_deps_complete: true + id: "5987F4BEB3B4EE16" + rewards: [ + { + exclude_from_claim_all: true + id: "7F17C303D9BE1A9A" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "47B84B88E2C65E02" + item: { + count: 1 + id: "cobblemon:twisted_spoon" + } + type: "item" + } + { + count: 3 + id: "09C42C1F208E0BA1" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "3288887B6B4358AC" + item: { count: 1, id: "simpletms:tr_blank" } + type: "item" + }] + x: -1.5d + y: 1.5d + } + { + id: "648B23380CEF3226" + rewards: [ + { + exclude_from_claim_all: true + id: "773CC2A924914EA3" + table_id: 7200463765304942840L + type: "choice" + } + { + command: "/cobbledollars give @p 100" + elevate_perms: true + feedback_message: "" + icon: { + id: "cobble_contests:contest_card" + } + id: "3CE2CD054F14D962" + type: "command" + } + { + count: 3 + id: "4DBCE37B5787913A" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + icon: { + components: { + "relics:data": { + abilities: { + abilities: { + runner: { + extender: { + cooldown: 0 + cooldownCap: 0 + ticking: 0b + } + lock: { + breaks: 5 + } + points: 0 + research: { + links: { } + researched: 0b + } + stats: { + speed: { + initialValue: 0.50868d + } + } + } + } + } + leveling: { + experience: 0 + level: 0 + luck: 0 + points: 0 + } + } + } + id: "artifacts:running_shoes" + } + id: "74226782568B43E3" + observe_type: 5 + timer: 0L + to_observe: "cobbledollars:cobble_merchant" + type: "observation" + }] + x: 5.5d + y: 3.0d + } + { + id: "26383FB3CB75BF13" + rewards: [ + { + exclude_from_claim_all: true + id: "407CB9DB4F7EEAE2" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 2 + id: "626F7710118B2E4E" + item: { + count: 1 + id: "cobblemon:ultra_ball" + } + type: "item" + } + { + count: 3 + id: "5A86E5A52FAB9DC8" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "11F4CE31CF15E9C0" + item: { count: 1, id: "immersive_aircraft:airship" } + type: "item" + }] + x: -1.5d + y: 4.5d + } + { + id: "276FBA28044EB55F" + rewards: [ + { + exclude_from_claim_all: true + id: "4E992EF71B587B9F" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 8 + id: "4BA07786610203D7" + item: { + count: 1 + id: "cobblemon:premier_ball" + } + type: "item" + } + { + id: "2695287BC01D4F28" + item: { + count: 1 + id: "cobblemon:power_herb" + } + type: "item" + } + { + count: 3 + id: "569F6814C8251BAA" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "387F95DB6A05B316" + item: { count: 1, id: "buildinggadgets2:gadget_building" } + type: "item" + }] + x: 5.5d + y: 4.5d + } + { + dependencies: ["276FBA28044EB55F"] + hide_until_deps_complete: true + id: "7601DD3E65B378B4" + rewards: [ + { + exclude_from_claim_all: true + id: "474DE1BF2D688176" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "53D2B451A601B883" + item: { + count: 1 + id: "cobblemon:max_revive" + } + type: "item" + } + { + id: "16C86D2BCA4F2C37" + item: { + count: 1 + id: "cobblemon:rocky_helmet" + } + type: "item" + } + { + count: 3 + id: "592B07CE3897FBAE" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "13F4C888054D7D55" + item: { count: 1, id: "charginggadgets:charging_station" } + type: "item" + }] + x: 5.5d + y: 6.5d + } + { + dependencies: ["26383FB3CB75BF13"] + hide_until_deps_complete: true + id: "34CDB13B95A6C649" + rewards: [ + { + exclude_from_claim_all: true + id: "79A0EBA27270FF74" + table_id: 7200463765304942840L + type: "loot" + } + { + id: "005C8624B09BCB9B" + item: { + count: 1 + id: "cobblemon:chesto_berry" + } + type: "item" + } + { + id: "02423C3C09A08BEB" + item: { + count: 1 + id: "cobblemon:weakness_policy" + } + type: "item" + } + { + count: 3 + id: "594113F4794AF41B" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "7E8AF8D8CECF4778" + item: { count: 1, id: "immersive_aircraft:biplane" } + type: "item" + }] + x: -1.5d + y: 6.5d + } + { + id: "1A99838DE8E97CE2" + rewards: [ + { + id: "7C575042C224DB3D" + item: { + count: 1 + id: "cobblemon:leftovers" + } + type: "item" + } + { + id: "61A4A75A2EF971ED" + item: { + count: 1 + id: "comforts:sleeping_bag_purple" + } + type: "item" + } + { + count: 3 + id: "57F130EDCA532D30" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "20AC7EEE7A1762F4" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(minecraft:beds)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: 2.0d + y: 4.5d + } + { + dependencies: ["1A99838DE8E97CE2"] + id: "30EB65CF8CA493DF" + rewards: [ + { + exclude_from_claim_all: true + id: "16E2D951D7952861" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "6A632A4D634E1A1A" + item: { + count: 1 + id: "cobblemon:eviolite" + } + type: "item" + } + { + count: 3 + id: "38400404085FE64D" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "12CD84DA35710EB2" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(waystones:waystones)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: 2.0d + y: 6.5d + } + { + id: "116F1AFF9B138FEE" + rewards: [ + { + exclude_from_claim_all: true + id: "74198E983258EC66" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 3 + id: "26B5D40F075D801B" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + { + auto: "invisible" + command: "/execute at @p run rctmod trainer summon team_rocket_admin_0220 ~7 ~ ~" + elevate_perms: true + feedback_message: "" + icon: { + id: "badgebox:poison_badge" + } + id: "6837BCBB4D56FF46" + silent: true + type: "command" + } + ] + tasks: [{ + id: "25C8B95D77CD0CA6" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblenav:pokenav)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: -3.5d + y: 3.0d + } + { + dependencies: ["116F1AFF9B138FEE"] + hide_until_deps_complete: true + id: "608565C4FF22309C" + rewards: [ + { + exclude_from_claim_all: true + id: "7B92BD17DB4BA0CF" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "3C32907EA66E911E" + item: { + count: 1 + id: "farmersdelight:bacon_and_eggs" + } + type: "item" + } + ] + tasks: [{ + id: "3FB41F264A9DA37E" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemoneternal:pokefinder)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + }] + x: -3.5d + y: 1.5d + } + { + id: "21FBFEDDB954BC62" + tasks: [{ + id: "48AD5660F7C27B2E" + item: { count: 1, id: "badgebox:badgesbox" } + type: "item" + }] + x: 7.5d + y: 3.0d + } + { + dependencies: ["21FBFEDDB954BC62"] + hide_until_deps_complete: true + id: "6A954B946EFFC175" + rewards: [ + { + exclude_from_claim_all: true + id: "6C8456236A5F3B08" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "781B7FABCBF94CC6" + item: { + count: 1 + id: "farmersdelight:egg_sandwich" + } + type: "item" + } + ] + tasks: [{ + id: "7F80CBD8D364120E" + item: { count: 1, id: "cobble_contests:ball_swapper" } + type: "item" + }] + x: 7.5d + y: 1.5d + } + { + icon: { + id: "cobblemon:repeat_ball" + } + id: "2BB19CFF6357DB5C" + rewards: [ + { + exclude_from_claim_all: true + id: "1EC22FBE5AA767DD" + table_id: 7200463765304942840L + type: "loot" + } + { + icon: { + id: "cobblemon:relic_coin_pouch" + } + id: "1B28391BC62CA21B" + table_id: 5140535383181042102L + type: "random" + } + { + id: "7641A1A4BE65062C" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + ] + tasks: [{ + action: "catch" + amount: 10L + biome: "" + dimension: "" + form: "" + gender: "" + id: "3DA23BFEA2CDD1E9" + poke_ball_used: "" + pokemon: "" + pokemon_type: "" + region: "" + shiny: false + time_max: 24000L + time_min: 0L + type: "cobblemon_tasks:cobblemon_task" + }] + x: -3.5d + y: 4.5d + } + { + dependencies: ["2BB19CFF6357DB5C"] + icon: { + id: "cobblemon:premier_ball" + } + id: "4BD6632DFCF9F496" + rewards: [ + { + exclude_from_claim_all: true + id: "157A27FF2C6727E1" + table_id: 7200463765304942840L + type: "choice" + } + { + icon: { + id: "cobblemon:relic_coin_pouch" + } + id: "322FFB1300DB5530" + table_id: 5140535383181042102L + type: "random" + } + { + id: "3DAA1D6B5C00ED02" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + ] + tasks: [{ + action: "catch" + amount: 50L + biome: "" + dimension: "" + form: "" + gender: "" + id: "489BD304A4EC94D6" + poke_ball_used: "" + pokemon: "" + pokemon_type: "" + region: "" + shiny: false + time_max: 24000L + time_min: 0L + type: "cobblemon_tasks:cobblemon_task" + }] + x: -3.5d + y: 6.5d + } + { + icon: { + id: "cobblemon:exp_candy_l" + } + id: "74005CB1AF80AA78" + rewards: [ + { + exclude_from_claim_all: true + id: "0455DFC614A3E4D6" + table_id: 7200463765304942840L + type: "choice" + } + { + id: "3DE98BBB620BA42B" + item: { + count: 1 + id: "farmersdelight:bacon_and_eggs" + } + type: "item" + } + { + id: "45ED390FD97FD984" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + ] + tasks: [{ + action: "defeat" + amount: 10L + biome: "" + dimension: "" + form: "" + gender: "" + id: "43D0F17E5BF32F2E" + poke_ball_used: "" + pokemon: "" + pokemon_type: "" + region: "" + shiny: false + time_max: 24000L + time_min: 0L + type: "cobblemon_tasks:cobblemon_task" + }] + x: 7.5d + y: 4.5d + } + { + dependencies: ["74005CB1AF80AA78"] + icon: { + id: "cobblemon:exp_candy_xl" + } + id: "4B54929993494AE1" + rewards: [ + { + exclude_from_claim_all: true + id: "284DA8415DDA9474" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 15 + id: "411C8BCF9180F881" + item: { + count: 1 + id: "farmersdelight:bacon_and_eggs" + } + type: "item" + } + { + icon: { + id: "cobblemon:relic_coin_pouch" + } + id: "422BF1ED73B3F522" + table_id: 5140535383181042102L + type: "random" + } + { + id: "51AA8E02F2DB0774" + item: { + count: 1 + id: "cobblemon:rare_candy" + } + type: "item" + } + ] + tasks: [{ + action: "defeat" + amount: 50L + biome: "" + dimension: "" + form: "" + gender: "" + id: "3D558D8609A2B264" + poke_ball_used: "" + pokemon: "" + pokemon_type: "" + region: "" + shiny: false + time_max: 24000L + time_min: 0L + type: "cobblemon_tasks:cobblemon_task" + }] + x: 7.5d + y: 6.5d + } + { + dependencies: ["1A0BD89EC5FB4061"] + id: "1EC64021BB45A3E4" + rewards: [ + { + exclude_from_claim_all: true + id: "36E42952E303A015" + table_id: 7200463765304942840L + type: "choice" + } + { + count: 8 + id: "086B2245B80D9C00" + item: { + count: 1 + id: "farmersdelight:fried_egg" + } + type: "item" + } + ] + tasks: [{ + id: "130C877A4CE0F087" + item: { count: 1, id: "luggage:luggage" } + type: "item" + }] + x: 4.0d + y: 1.5d + } + { + dependencies: ["7B6EE4E7B5D9ADBB"] + id: "3696C5D5931C1C99" + rewards: [{ + id: "50F05590BA5E2A18" + item: { + count: 1 + id: "farmersdelight:honey_cookie" + } + type: "item" + }] + tasks: [{ + id: "75503AE3BCDB424D" + item: { count: 1, id: "cobblemonboxlink:box_link" } + type: "item" + }] + x: 4.0d + y: 4.5d + } + { + id: "2AA4E046D4FEEB6B" + rewards: [ + { + exclude_from_claim_all: true + id: "5643DCC8C0DC965A" + table_id: 361710125783850309L + type: "loot" + } + { + id: "66844851D94BAA9C" + item: { + count: 1 + id: "cobblemon:revival_herb" + } + type: "item" + } + { + id: "7DA78CD2CBAC7AD1" + item: { + count: 1 + id: "farmersdelight:ham" + } + type: "item" + } + ] + tasks: [ + { + id: "11BC848F4DF972C3" + item: { count: 1, id: "minecraft:brush" } + type: "item" + } + { + id: "5841B92A0B863B4C" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemon:fossils)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + } + ] + x: 0.5d + y: 4.5d + } + { + dependencies: ["2AA4E046D4FEEB6B"] + id: "4923D2E3695FF1E9" + rewards: [ + { + exclude_from_claim_all: true + id: "6E4AB7B3DE89B260" + table_id: 361710125783850309L + type: "loot" + } + { + id: "164C12F40EE1C4D3" + item: { + count: 1 + id: "cobblemon:revive" + } + type: "item" + } + { + count: 3 + id: "6EDB91B9497FE260" + item: { + count: 1 + id: "cobblemon:ancient_poke_ball" + } + type: "item" + } + ] + tasks: [ + { + id: "669B02D6C60F88F7" + item: { count: 1, id: "cobblemon:restoration_tank" } + type: "item" + } + { + id: "439BBD44F19CB18A" + item: { count: 1, id: "cobblemon:fossil_analyzer" } + type: "item" + } + { + id: "420B5A4DDBEF2D45" + item: { count: 1, id: "cobblemon:monitor" } + type: "item" + } + { + advancement: "cobblemon:resurrect_pokemon" + criterion: "" + icon: { + id: "cobblemon:old_amber_fossil" + } + id: "35BDBAD8E8A0FBA1" + type: "advancement" + } + ] + x: 0.5d + y: 6.5d + } + { + id: "2D4A7835804303CD" + rewards: [{ + id: "4432D599F5428560" + item: { + components: { + "ftbquests:loot_crate": "sleeping_box" + } + count: 1 + id: "ftbquests:lootcrate" + } + type: "item" + }] + tasks: [{ + action: "evolve" + amount: 1L + biome: "" + dimension: "" + form: "" + gender: "" + id: "75D35550F26E6056" + poke_ball_used: "" + pokemon: "" + pokemon_type: "" + region: "" + shiny: false + time_max: 24000L + time_min: 0L + type: "cobblemon_tasks:cobblemon_task" + }] + x: 0.0d + y: 1.5d + } + { + icon: { + id: "minecraft:filled_map" + } + id: "16590A163DE81B93" + optional: true + rewards: [{ + command: "/loot give @p loot cobblemoneternal:quest/village_map" + feedback_message: "" + icon: { + id: "minecraft:filled_map" + } + id: "5129193851DDE4ED" + type: "command" + }] + shape: "octagon" + tasks: [{ + consume_items: true + count: 4L + id: "34852A19D0EBA5B3" + item: { count: 4, id: "minecraft:diamond" } + type: "item" + }] + x: -2.5d + y: 3.5d + } + ] +} diff --git a/server/config/ftbquests/quests/chapters/combat.snbt b/server/config/ftbquests/quests/chapters/combat.snbt new file mode 100644 index 0000000..1be39e1 --- /dev/null +++ b/server/config/ftbquests/quests/chapters/combat.snbt @@ -0,0 +1,25 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "combat" + group: "" + id: "0E1F8A4BFA26DD78" + order_index: 1 + quest_links: [ ] + quests: [{ + id: "58C0C01C3A5DE34D" + rewards: [{ + exclude_from_claim_all: true + id: "62CDCD736536C816" + table_id: 7200463765304942840L + type: "choice" + }] + shape: "gear" + tasks: [{ + id: "47DF5EC6486DD18D" + type: "checkmark" + }] + x: 0.0d + y: -0.5d + }] +} diff --git a/server/config/ftbquests/quests/chapters/farming__berries.snbt b/server/config/ftbquests/quests/chapters/farming__berries.snbt new file mode 100644 index 0000000..e19567f --- /dev/null +++ b/server/config/ftbquests/quests/chapters/farming__berries.snbt @@ -0,0 +1,46 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "farming__berries" + group: "" + id: "3190B10C12FAB4F7" + order_index: 1 + quest_links: [ ] + quests: [ + { + id: "3FE970CC80B586EB" + rewards: [{ + id: "3E81F5391186A599" + item: { + count: 1 + id: "cobblemon:love_ball" + } + type: "item" + }] + tasks: [{ + id: "51D5DF185D9B0B87" + item: { count: 1, id: "cobblemon:red_apricorn" } + type: "item" + }] + x: -0.5d + y: -0.5d + } + { + id: "0271FC09CF404434" + tasks: [ + { + id: "018D3F5CA945F0EC" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemon:mint_leaf)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + } + { + id: "029A75D73AB06C02" + item: { components: { "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(cobblemon:mints)" }, count: 1, id: "ftbfiltersystem:smart_filter" } + type: "item" + } + ] + x: -0.5d + y: -2.5d + } + ] +} diff --git a/server/config/ftbquests/quests/chapters/the_end.snbt b/server/config/ftbquests/quests/chapters/the_end.snbt new file mode 100644 index 0000000..d294d3b --- /dev/null +++ b/server/config/ftbquests/quests/chapters/the_end.snbt @@ -0,0 +1,456 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "hexagon" + filename: "the_end" + group: "" + id: "16A7BCF860211CB6" + images: [ + { + height: 5.6d + image: "minecraft:block/end_stone" + rotation: 0.0d + width: 5.6d + x: -1.0d + y: -4.5d + } + { + height: 3.0d + image: "minecraft:block/nether_portal" + rotation: 0.0d + width: 3.0d + x: -1.0680272108843525d + y: -4.488095238095248d + } + { + click: "https://www.curseforge.com/minecraft/mc-mods/endremastered" + height: 2.0d + image: "irons_spellbooks:item/upgrade_orb_ender" + rotation: 0.0d + width: 2.0d + x: -1.129251700680264d + y: -4.534863945578238d + } + ] + order_index: 3 + quest_links: [ ] + quests: [ + { + id: "1B6CCB38C4549D44" + rewards: [ + { + id: "00EA244948AA4D19" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "2D7804D41CE9C415" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "17BCAAB19D4C13E0" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "1704DEE4109471E2" + item: { count: 1, id: "endrem:nether_eye" } + type: "item" + }] + x: 0.0d + y: -2.5d + } + { + id: "76C573F56E45E7E3" + rewards: [ + { + id: "0B686BA2AB9F571F" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "7A8AA158684839D7" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "67FE8A8FBEBFBCD7" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "2DE75D360787CC53" + item: { count: 1, id: "endrem:cursed_eye" } + type: "item" + }] + x: -1.0d + y: -2.5d + } + { + id: "02DF45F7DA8311BB" + rewards: [ + { + id: "12CF9E8EDA893A35" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "689F45825043181A" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "47CA80E893B53B27" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "69DE4AF3EA88B6A2" + item: { count: 1, id: "endrem:old_eye" } + type: "item" + }] + x: 1.0d + y: -3.5d + } + { + id: "25CC1866C4B2CD98" + rewards: [ + { + id: "6F1C5B61C42CDD5B" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "1A88C3F9FABEEAF8" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "4CDF7BAE87CD82CD" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "2C538C1E2E7B0CC9" + item: { count: 1, id: "endrem:magical_eye" } + type: "item" + }] + x: -3.0d + y: -4.5d + } + { + id: "2B29B428A013E04D" + rewards: [ + { + id: "009A57DF2BE35FE7" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "64B924ECA7D809F2" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "3BE6AB40B7ED64D7" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "6B2DC9E34E198B78" + item: { count: 1, id: "endrem:wither_eye" } + type: "item" + }] + x: 1.0d + y: -4.5d + } + { + id: "1B2300A535829DA2" + rewards: [ + { + id: "199FD1938FB0FE4F" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "4A71CA434CFD9E95" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "36F22E5A83589C19" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "1213851179DF6404" + item: { count: 1, id: "endrem:exotic_eye" } + type: "item" + }] + x: -2.0d + y: -2.5d + } + { + id: "521C904D81C4C47F" + rewards: [ + { + id: "233FCF43B2BC8122" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "3AA416727FB8A09E" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "72F800675D6DF1B2" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "7010E050F2E1DC28" + item: { count: 1, id: "endrem:corrupted_eye" } + type: "item" + }] + x: -3.0d + y: -5.5d + } + { + id: "7D98D24F126DBB3B" + rewards: [ + { + id: "18BF2EC7048574A8" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "18E44F5377EC384F" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "45D209A4D9987303" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "0A5D6EC361A8A41B" + item: { count: 1, id: "endrem:cold_eye" } + type: "item" + }] + x: -2.0d + y: -6.5d + } + { + id: "28A4438BD0A75AF1" + rewards: [ + { + id: "3AE1A0B1B5B8EF28" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "1407FA56C39EF1C5" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "693775C3DEB6D235" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "58D16D15E6985EBE" + item: { count: 1, id: "endrem:black_eye" } + type: "item" + }] + x: 0.0d + y: -6.5d + } + { + id: "13103EBD0B4D3497" + rewards: [ + { + id: "3D946826D5815EF4" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "3014618AC63E9ABA" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "2FBF85B1E61E6247" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "2EC58ABCE65D59CF" + item: { count: 1, id: "endrem:guardian_eye" } + type: "item" + }] + x: 1.0d + y: -5.5d + } + { + id: "6C42808582684B4D" + rewards: [ + { + id: "7CBE8DE1B3A6F479" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "78B0DB0B0B06113F" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "5410353399CA66CD" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "6C57915883E7B2D6" + item: { count: 1, id: "endrem:lost_eye" } + type: "item" + }] + x: -3.0d + y: -3.5d + } + { + id: "614DB0C276BB8929" + rewards: [ + { + id: "54A8353F16D062FF" + item: { + count: 1 + id: "refurbished_furniture:cheese_toastie" + } + type: "item" + } + { + id: "318B61ABF22F2276" + item: { + count: 1 + id: "minecraft:golden_apple" + } + type: "item" + } + { + exclude_from_claim_all: true + id: "451B43AFB5DC6CCC" + table_id: 7892144193402168857L + type: "random" + } + ] + tasks: [{ + id: "4C9AA835DC3D9B26" + item: { count: 1, id: "endrem:undead_eye" } + type: "item" + }] + x: -1.0d + y: -6.5d + } + { + id: "58C366173DE6C049" + tasks: [{ + id: "6C1575291F4D1750" + item: { count: 1, id: "endrem:rogue_eye" } + type: "item" + }] + x: -6.5d + y: -5.0d + } + ] +} diff --git a/server/config/ftbquests/quests/data.snbt b/server/config/ftbquests/quests/data.snbt new file mode 100644 index 0000000..6cf6af0 --- /dev/null +++ b/server/config/ftbquests/quests/data.snbt @@ -0,0 +1,24 @@ +{ + default_autoclaim_rewards: "disabled" + default_consume_items: false + default_quest_disable_jei: false + default_quest_shape: "circle" + default_reward_team: false + detection_delay: 20 + disable_gui: false + drop_loot_crates: false + emergency_items_cooldown: 300 + grid_scale: 0.5d + icon: { + id: "cobblemon:pokedex_blue" + } + lock_message: "" + loot_crate_no_drop: { + boss: 0 + monster: 600 + passive: 4000 + } + pause_game: false + progression_mode: "linear" + version: 13 +} diff --git a/server/config/ftbquests/quests/lang/en_us.snbt b/server/config/ftbquests/quests/lang/en_us.snbt new file mode 100644 index 0000000..dd2ddfc --- /dev/null +++ b/server/config/ftbquests/quests/lang/en_us.snbt @@ -0,0 +1,244 @@ +{ + chapter.031093E825061AE5.title: "Challenges" + chapter.0E1F8A4BFA26DD78.title: "Combat" + chapter.16A7BCF860211CB6.title: "The End" + chapter.1DF598887604D25D.title: "Introduction" + chapter.3190B10C12FAB4F7.title: "Farming and Berries" + file.0000000000000001.title: "Cobblemon Eternal Quests" + quest.012E4D991A81408A.quest_subtitle: "Craft a &eMaster Ball Fishing Rod" + quest.012E4D991A81408A.title: "Master Angler" + quest.0271FC09CF404434.quest_desc: [ + "&eMint Leaves&r are used to craft &dMints&r, which can change a mon's stats a little bit." + "Mints will &dreplace the effect of the mon's Nature&r, to be those of the Nature the Mint is for." + "" + "&lMost&r Mints are made with 4 Leaves, 3 of one color, and one of an different one. &1The single leaf determines which Stat is Reduced&r by the Mint, while &cthe 3 Leaves determine which Stat is Boosted&r." + ] + quest.0271FC09CF404434.quest_subtitle: "Get a &eMint Leaf" + quest.0271FC09CF404434.title: "Authentically Minted" + quest.02DF45F7DA8311BB.quest_subtitle: "Found in Chests" + quest.09BD5BE582E54F69.quest_desc: [ + "This project is currenty a work in progress." + "Thank you for installing and joining us on this journey!" + "" + "- Have fun!" + "" + "" + "&eTip:&r Watch out for trainers!" + "&6Hint:&r Press the \"&l{key.cobblemon.throwpartypokemon}&r\" key (Default &lB&r) to begin a battle with a target!" + ] + quest.09BD5BE582E54F69.quest_subtitle: "Install The Modpack" + quest.09BD5BE582E54F69.title: "&5Welcome To Cobblemon Eternal!" + quest.09DC8D9E9F0EAD08.quest_subtitle: "Find a &eMedicinal Leek" + quest.116F1AFF9B138FEE.quest_desc: [ + "The PokéNav is the culmination of years of research and scientific discovery." + "" + "It is full of information about local and regional Cobblemon. " + "Using this device will surely make it easier to &oCatch Em' All!" + "" + "&dNote:&r Watch out for those pesky Team Rocket! They would LOVE to get their hands on technology like this..." + ] + quest.116F1AFF9B138FEE.quest_subtitle: "Craft a &ePokéNav" + quest.116F1AFF9B138FEE.title: "PokéNav" + quest.13103EBD0B4D3497.quest_subtitle: "Drops from &eGuardian" + quest.15CADD4029E11471.quest_desc: [ + "The &ePoke Rod&r can be used to have encounters with sea dwelling Cobblemon!" + "" + "&eTip:&r You can add other Poké Balls to your rod to gain their effects!" + ] + quest.15CADD4029E11471.quest_subtitle: "Craft a &ePoké Rod" + quest.15CADD4029E11471.title: "Poké Rod" + quest.16590A163DE81B93.quest_subtitle: "Buy a Map to the &6nearest Village&r." + quest.16590A163DE81B93.title: "{cobblemoneternal.village_map}" + quest.1A0BD89EC5FB4061.quest_desc: ["More inventory space, yaay!"] + quest.1A0BD89EC5FB4061.quest_subtitle: "Craft a &eBackpack" + quest.1A0BD89EC5FB4061.title: "Backpack" + quest.1A99838DE8E97CE2.quest_desc: ["Upon sleeping, injured Cobblemon will regain some health."] + quest.1A99838DE8E97CE2.quest_subtitle: "Craft a &eBed" + quest.1A99838DE8E97CE2.title: "Nap Time!" + quest.1B2300A535829DA2.quest_subtitle: "&eFound in Chests" + quest.1B6CCB38C4549D44.quest_subtitle: "Drops from &eNether Gauntlet" + quest.21FBFEDDB954BC62.quest_desc: [ + "You will need a Badge Box to collect all of the Gym Leaders Badges!" + "" + "&5Badges NYI" + ] + quest.21FBFEDDB954BC62.quest_subtitle: "Craft a &eBadge Box" + quest.25CC1866C4B2CD98.quest_subtitle: "Drops from &eArchevoker" + quest.26383FB3CB75BF13.quest_desc: ["The Airship can be used to travel great distances! A true marvel of engineering!"] + quest.26383FB3CB75BF13.quest_subtitle: "Craft an &eAirship" + quest.276FBA28044EB55F.quest_desc: ["The Building Gadget makes building much much easier!"] + quest.276FBA28044EB55F.quest_subtitle: "Craft a &eBuilding Gadget" + quest.28A4438BD0A75AF1.quest_subtitle: "Found in Chests" + quest.2A4E2FB2F9EB344D.quest_subtitle: "Craft a &ePoke Ball" + quest.2A4E2FB2F9EB344D.title: "Portable Catching Device" + quest.2AA4E046D4FEEB6B.quest_desc: [ + "&eFossils&r can be found in small Dig Sites in various Biomes within the world." + "" + "Each type of Dig Site &o&lwill&r contain &da specific Fossil&r, but can contain other Fossils, rarely." + "" + "&eTip:&r Keep your eyes peeled! Dig Sites blend in with the environment almost all of the time!" + ] + quest.2AA4E046D4FEEB6B.quest_subtitle: "Discover a &eFossil" + quest.2AA4E046D4FEEB6B.title: "Fossils and Archeology" + quest.2B29B428A013E04D.quest_subtitle: "Drops from &eWither" + quest.2BB19CFF6357DB5C.quest_subtitle: "Catch &d10x&r Cobblemon" + quest.2D5377E10B83CCBA.quest_subtitle: "Craft a &eUltra Ball" + quest.2D5377E10B83CCBA.title: "Incredible Portable Catching Device" + quest.2E6C061FCAC0007A.quest_subtitle: "Craft a &eMaster Ball" + quest.2E6C061FCAC0007A.title: "Supreme Portable Catching Device" + quest.30EB65CF8CA493DF.quest_desc: [ + "The Waystone can be linked to other Waystones as a means of Fast Travel." + "Simply interact with a Waystone to learn it." + "" + "&eTip:&r Using a waystone will use a small amount of XP!" + ] + quest.30EB65CF8CA493DF.quest_subtitle: "Craft a &eWaystone" + quest.30EB65CF8CA493DF.title: "Waystone" + quest.34CDB13B95A6C649.quest_desc: [ + "Fast and nimble, the Biplane is a wonderful way to travel large distances quickly." + "" + "&eTip:&r A runaway is advised!" + ] + quest.34CDB13B95A6C649.quest_subtitle: "Craft a &eBiplane" + quest.3696C5D5931C1C99.quest_desc: [ + "The &6Box Link&r can be used to access your PC on the go, with the use of it or the press of the \"&l{key.cobblemonboxlink.open_pc.desc}&r\" key. &l(Default \\\\)" + "" + "&eTip:&r You can also put the Box Link into the \"&lBox Link\"&r Curio slot, and use the Keybind!" + ] + quest.3696C5D5931C1C99.quest_subtitle: "Craft a &eBox Link" + quest.3FE970CC80B586EB.quest_subtitle: "WIP" + quest.46A2507A373FA4E7.quest_desc: ["Shiny Cobblemon are very very rare. Good luck!"] + quest.46A2507A373FA4E7.quest_subtitle: "Catch a &e&oShiny Cobblemon" + quest.4923D2E3695FF1E9.quest_desc: [ + "A &eResurrection Machine&r can bring back extinct species using DNA from Fossils left behind." + "" + "&lInstructions:&r" + "- Insert necessary Fossils into the &eFossil Analyzer&r." + "- Add Bio-Material to the &eRestoration Tank&r until full." + "- Let the machine run for &chalf a Day (Ingame)&r." + "- Extract the revived specimen with &dany Poke Ball&r." + "" + "&lNOTE:&r The Fossilized &3&lDrake&r, &3&lDino&r, &6&oFish&r, and &6&oBird&r have to be combined together." + "A combination of &3&lone of the former two&r, and &6&oone of the latter two&r will create a specimen." + "" + "&eTip:&r Rarer objects can provide way more Bio-material." + "" + " &7&oRevival&r" + ] + quest.4923D2E3695FF1E9.quest_subtitle: "Build and Use a &eResurrection Machine" + quest.4B54929993494AE1.quest_subtitle: "Defeat &d50x&r Cobblemon or Trainers" + quest.4B54929993494AE1.title: "Poké Gladiator" + quest.4BD6632DFCF9F496.quest_subtitle: "Catch &d50x&r Cobblemon" + quest.521C904D81C4C47F.quest_subtitle: "Found in Chests" + quest.532FBFE98329A7D6.quest_desc: ["Use a &ePoke Ball&r and catch a Pokemon after battling them to reduce their health low enough for capture!"] + quest.532FBFE98329A7D6.quest_subtitle: "Catch Your First Cobblemon!" + quest.532FBFE98329A7D6.title: "Gotta Start Somewhere!" + quest.58C0C01C3A5DE34D.quest_desc: [ + "Combat in Cobblemon Eternal has some extra features to make your time fighting monsters more interesting and exciting!" + "" + "1) &dRight-Click&r with a sword to &eParry" + "2) Press &dR&r to &eCombat Roll" + "3) Pressing &dSNEAK&r will allow you to go stealth. Attacking enemies from behind while &eStealth&r will do extra damage" + "4) &eHeadshots&r with a bow will do extra damage" + "5) Each weapon has a special attack animation!" + ] + quest.58C0C01C3A5DE34D.quest_subtitle: "Learn About Combat!" + quest.58C0C01C3A5DE34D.title: "&6&lCombat!&r &e- &eInfo Quest" + quest.58C366173DE6C049.quest_subtitle: "Drops from &eVoid Blossom" + quest.5987F4BEB3B4EE16.quest_desc: [ + "&eBlank TRs&r can be used to teach Moves to Cobblemon that can't naturally learn the move." + "" + "Using one on a Cobblemon &cyou have currently out of their Pokeball&r will let you select which of their Moves to record on the TR!" + "Using it on anything else will let you select which Cobblemon in your Party to record a Move from." + "" + "&6Hint:&r You can then use the &dTR on a Cobblemon that is able to learn the move&r." + ] + quest.5987F4BEB3B4EE16.quest_subtitle: "Craft a &eBlank TR" + quest.5987F4BEB3B4EE16.title: "Learning Moves!" + quest.5EAC27E2738426EF.quest_subtitle: "Craft a &eGreat Ball" + quest.5EAC27E2738426EF.title: "Improved Portable Catching Device" + quest.608565C4FF22309C.quest_desc: [ + "A &ePokéFinder&r is a tool that works with the &dPokéNav&r to track down 'Mons in the world." + "" + "When held, it gives you a Minimap in the bottom corner, showing you dots where nearby Cobblemon are." + "" + "It can also be &dfiltered to specific Species&r. To Filter it, Open your PokéNav, and select the species which you want to track. &6Click the PokéFinder button near the bottom center&r to Track that species." + ] + quest.608565C4FF22309C.quest_subtitle: "Craft a &ePokéFinder" + quest.608565C4FF22309C.title: "PokéFinder" + quest.614DB0C276BB8929.quest_subtitle: "Drops from &eNight Lich" + quest.648B23380CEF3226.quest_desc: [ + "The Cobble Merchant trades useful supplies and items for &bCobble Dollars." + "" + "You can aquire &bCobble Dollars&r by defeating &4Trainers&r in battle!" + "" + "&eTip:&r You can rarely find Cobble Merchants at villages." + "&6Hint:&r Placing a &dDisplay Case&r near a Villager will change their " + "proffesion." + "" + "{image:cobbledollars:textures/gui/cobbledollars_background.png width:100 height:25 align:center}" + ] + quest.648B23380CEF3226.quest_subtitle: "Locate a &3Cobble Merchant" + quest.648B23380CEF3226.title: "Shopping Time!" + quest.6A954B946EFFC175.quest_desc: [ + "The Ball Replacer can be used to change the Pokéball that your Cobblemon is currently stored in." + "" + "&6Hint:&r This is useful for &dBeauty Contests" + "" + "&oOw" + ] + quest.6A954B946EFFC175.quest_subtitle: "Craft a &eBall Replacer" + quest.6C42808582684B4D.quest_subtitle: "Found in Chests" + quest.6D903BA3CC21CD05.quest_subtitle: "Drops from &eWitch" + quest.74005CB1AF80AA78.quest_subtitle: "Defeat &d10x&r Cobblemon or Trainers" + quest.74005CB1AF80AA78.title: "Poké Battler" + quest.7601DD3E65B378B4.quest_desc: ["The Charging Station accepts fuel and provides energy to powered tools, such as a Building Gadget!"] + quest.7601DD3E65B378B4.quest_subtitle: "Craft a &eCharging Station" + quest.76C573F56E45E7E3.quest_subtitle: "Drops from &eDead King" + quest.7B6EE4E7B5D9ADBB.quest_desc: [ + "The PC can be used to store Cobblemon!" + "Don't worry, &othey like it in there!" + "" + "&6Hint&r: Catch every Cobblemon you see! They might &dgive you Gifts&r if you part ways some day." + ] + quest.7B6EE4E7B5D9ADBB.quest_subtitle: "Craft a &ePC" + quest.7C9078DABA6430B6.quest_desc: [ + "The Healing Machine can be used to heal your entire party quickly!" + "" + "&eTip:&r The Nurse villager trades useful items and can be found in the Village PokeCenter!" + ] + quest.7C9078DABA6430B6.quest_subtitle: "Locate a &eHealing Machine&r at a &6Village" + quest.7C9078DABA6430B6.title: "&3Time To Heal!" + quest.7D98D24F126DBB3B.quest_subtitle: "Found in Chests" + reward.0019487E9BA5725C.title: "&eModpack Setup" + reward.163A6CB8F046F7B8.title: "&eModpack Setup" + reward.21AC6846D373FCE8.title: "&eModpack Setup" + reward.355C2645DE80D047.title: "&dBox o' Treasure" + reward.3CE2CD054F14D962.title: "&3100$" + reward.5129193851DDE4ED.title: "{cobblemoneternal.village_map}" + reward.5643DCC8C0DC965A.title: "&aPaleontologist's Blind Bag" + reward.61A8C285937952F7.title: "&eModpack Setup" + reward.6837BCBB4D56FF46.title: "&dTEAM ROCKET!!" + reward.6E4AB7B3DE89B260.title: "&aPaleontologist's Blind Bag" + reward_table.05050D7167021D45.title: "paleontologist_cache" + reward_table.4756D9B1FDD521B6.title: "tm_lottery" + reward_table.63ED2FA51512A0F8.title: "GENERIC" + reward_table.6D8687545BE5E619.title: "relic" + reward_table.70DE8427138F48A6.title: "reward_choice_Relic" + reward_table.7927B64E62C5E501.title: "pokedex" + task.018D3F5CA945F0EC.title: "Any Mint Leaf" + task.0233678E76DDED52.title: "Any Backpack" + task.029A75D73AB06C02.title: "Any Mint" + task.12CD84DA35710EB2.title: "Any Waystone" + task.20AC7EEE7A1762F4.title: "Any Bed" + task.25C8B95D77CD0CA6.title: "Any PokéNav" + task.3DA23BFEA2CDD1E9.title: "Poké Trainer" + task.3FB41F264A9DA37E.title: "Any PokéFinder" + task.489BD304A4EC94D6.title: "Poké Collector" + task.4CB9166594EE3C43.title: "Catch Your First Cobblemon" + task.5841B92A0B863B4C.title: "Any Fossil" + task.637B6A4A68CFC780.title: "Any Poké Rod" + task.65EEA61A34DC0DC6.title: "&eBe The Coolest" + task.6BFFADD32A236182.title: "Shiny Days!" + task.74226782568B43E3.title: "Look at Cobble Merchant" +} diff --git a/server/config/ftbquests/quests/reward_tables/05050D7167021D45.snbt b/server/config/ftbquests/quests/reward_tables/05050D7167021D45.snbt new file mode 100644 index 0000000..5e9d895 --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/05050D7167021D45.snbt @@ -0,0 +1,22 @@ +{ + id: "05050D7167021D45" + loot_size: 1 + order_index: 5 + rewards: [ + { item: { count: 1, id: "cobblemon:helix_fossil" } } + { item: { count: 1, id: "cobblemon:dome_fossil" } } + { item: { count: 1, id: "cobblemon:old_amber_fossil" } } + { item: { count: 1, id: "cobblemon:root_fossil" } } + { item: { count: 1, id: "cobblemon:claw_fossil" } } + { item: { count: 1, id: "cobblemon:skull_fossil" } } + { item: { count: 1, id: "cobblemon:armor_fossil" } } + { item: { count: 1, id: "cobblemon:cover_fossil" } } + { item: { count: 1, id: "cobblemon:plume_fossil" } } + { item: { count: 1, id: "cobblemon:jaw_fossil" } } + { item: { count: 1, id: "cobblemon:sail_fossil" } } + { item: { count: 1, id: "cobblemon:fossilized_bird" } } + { item: { count: 1, id: "cobblemon:fossilized_fish" } } + { item: { count: 1, id: "cobblemon:fossilized_drake" } } + { item: { count: 1, id: "cobblemon:fossilized_dino" } } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/4756D9B1FDD521B6.snbt b/server/config/ftbquests/quests/reward_tables/4756D9B1FDD521B6.snbt new file mode 100644 index 0000000..b1a2a9a --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/4756D9B1FDD521B6.snbt @@ -0,0 +1,39 @@ +{ + id: "4756D9B1FDD521B6" + loot_crate: { + color: 16777215 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + string_id: "tm_lottery" + } + loot_size: 1 + order_index: 1 + rewards: [ + { item: { count: 1, id: "simpletms:tm_absorb" } } + { item: { count: 1, id: "simpletms:tm_acid" } } + { item: { count: 1, id: "simpletms:tm_amnesia" } } + { item: { count: 1, id: "simpletms:tm_aurorabeam" } } + { item: { count: 1, id: "simpletms:tm_bounce" } } + { item: { count: 1, id: "simpletms:tm_bulldoze" } } + { item: { count: 1, id: "simpletms:tm_aerialace" } } + { item: { count: 1, id: "simpletms:tm_brickbreak" } } + { item: { count: 1, id: "simpletms:tm_waterpulse" } } + { item: { count: 1, id: "simpletms:tm_confusion" } } + { item: { count: 1, id: "simpletms:tm_earthquake" } } + { item: { count: 1, id: "simpletms:tm_bulletseed" } } + { item: { count: 1, id: "simpletms:tm_vcreate" } } + { item: { count: 1, id: "simpletms:tm_poisonpowder" } } + { item: { count: 1, id: "simpletms:tm_avalanche" } } + { item: { count: 1, id: "simpletms:tm_aromatherapy" } } + { item: { count: 1, id: "simpletms:tm_bubblebeam" } } + { item: { count: 1, id: "simpletms:tm_thunderwave" } } + { item: { count: 1, id: "simpletms:tm_thunderpunch" } } + { item: { count: 1, id: "simpletms:tm_icepunch" } } + { item: { count: 1, id: "simpletms:tm_focuspunch" } } + { item: { count: 1, id: "simpletms:tm_megapunch" } } + { item: { count: 1, id: "simpletms:tm_suckerpunch" } } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/4F2AC0467B94E0BC.snbt b/server/config/ftbquests/quests/reward_tables/4F2AC0467B94E0BC.snbt new file mode 100644 index 0000000..282f1bf --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/4F2AC0467B94E0BC.snbt @@ -0,0 +1,48 @@ +{ + id: "4F2AC0467B94E0BC" + loot_crate: { + color: 4078847 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + glow: 1b + item_name: "Sleeping Box" + string_id: "sleeping_box" + } + loot_size: 1 + order_index: 6 + rewards: [ + { + command: "/pokespawn snorlax level=20 nickname=Gob" + elevate_perms: true + feedback_message: "" + icon: { + id: "supplementaries:flute" + } + silent: true + type: "command" + } + { + command: "/pokespawn snorlax level=20 nickname=Snee" + elevate_perms: true + feedback_message: "" + icon: { + id: "supplementaries:flute" + } + silent: true + type: "command" + } + { + command: "/pokespawn snorlax level=25 shiny nickname=Mimi" + elevate_perms: true + feedback_message: "" + icon: { + id: "supplementaries:flute" + } + silent: true + type: "command" + } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/63ED2FA51512A0F8.snbt b/server/config/ftbquests/quests/reward_tables/63ED2FA51512A0F8.snbt new file mode 100644 index 0000000..7138b70 --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/63ED2FA51512A0F8.snbt @@ -0,0 +1,10 @@ +{ + id: "63ED2FA51512A0F8" + loot_size: 1 + order_index: 0 + rewards: [ + { item: { count: 1, id: "cobblemon:friend_ball" } } + { item: { count: 1, id: "cobblemon:revive" } } + { item: { count: 1, id: "cobblemon:potion" } } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/6D8687545BE5E619.snbt b/server/config/ftbquests/quests/reward_tables/6D8687545BE5E619.snbt new file mode 100644 index 0000000..cbc10b8 --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/6D8687545BE5E619.snbt @@ -0,0 +1,81 @@ +{ + id: "6D8687545BE5E619" + loot_size: 1 + order_index: 3 + rewards: [ + { item: { components: { "relics:charge": 2, "relics:data": { abilities: { abilities: { glider: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { count: { initialValue: 2.23892d } } }, shield: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { knockback: { initialValue: 2.99709d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:umbrella" } } + { item: { components: { "relics:data": { abilities: { abilities: { drinking: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.33278d } } }, nutrition: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { hunger: { initialValue: 1.08171d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:plastic_drinking_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { drinking: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.36239d } } }, nutrition: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { hunger: { initialValue: 2.23906d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:novelty_drinking_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { diving: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 6.08352d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:snorkel" } } + { item: { components: { "relics:data": { abilities: { abilities: { vision: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.1477d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:night_vision_goggles" } } + { item: { components: { "relics:data": { abilities: { abilities: { discount: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { multiplier: { initialValue: 18.55857d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:villager_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { looting: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.13661d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:superstitious_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { cowboy: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.28597d } } }, overlord: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { time: { initialValue: 2.95033d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:cowboy_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { catch: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.13952d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:anglers_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { luck: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.13876d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:lucky_scarf" } } + { item: { components: { "relics:data": { abilities: { abilities: { invisible: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { time: { initialValue: 114.61738d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:scarf_of_invisibility" } } + { item: { components: { "relics:data": { abilities: { abilities: { invulnerability: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.37736d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:cross_necklace" } } + { item: { components: { "relics:data": { abilities: { abilities: { panic: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { movement: { initialValue: 0.18801d }, radius: { initialValue: 7.34696d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:panic_necklace" } } + { item: { components: { "relics:data": { abilities: { abilities: { lightning: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.21934d }, damage: { initialValue: 2.40092d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:shock_pendant" } } + { item: { components: { "relics:data": { abilities: { abilities: { fire: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.27083d }, time: { initialValue: 2.17134d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:flame_pendant" } } + { item: { components: { "relics:data": { abilities: { abilities: { poison: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.13796d }, multiplier: { initialValue: 0.06076d }, time: { initialValue: 2.13881d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:thorn_pendant" } } + { item: { components: { "relics:data": { abilities: { abilities: { dipping: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { air: { initialValue: 0.32898d } } }, dive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, immersion: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { air: { initialValue: 1.78259d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:charm_of_sinking" } } + { item: { components: { "relics:data": { abilities: { abilities: { shrinking: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { time: { initialValue: 8.69905d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:charm_of_shrinking" } } + { item: { components: { "relics:data": { abilities: { abilities: { jump: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { count: { initialValue: 2.83152d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:cloud_in_a_bottle" } } + { item: { components: { "relics:data": { abilities: { abilities: { hell: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 58.50474d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:obsidian_skull" } } + { item: { components: { "relics:data": { abilities: { abilities: { antidote: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.37774d } } }, devourer: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 1.3074d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:antidote_vessel" } } + { item: { components: { "relics:data": { abilities: { abilities: { attractor: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { radius: { initialValue: 3.59434d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:universal_attractor" } } + { item: { components: { "relics:data": { abilities: { abilities: { heart: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 5.948d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:crystal_heart" } } + { item: { components: { "relics:data": { abilities: { abilities: { flying: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.29633d }, time: { initialValue: 3.81627d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:helium_flamingo" } } + { item: { components: { "relics:data": { abilities: { abilities: { past: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { capacity: { initialValue: 12.83206d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:chorus_totem" } } + { item: { components: { "relics:data": { abilities: { abilities: { teleport: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 44.80614d }, distance: { initialValue: 10.63233d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:warp_drive" } } + { item: { components: { "relics:data": { abilities: { abilities: { fast_mining: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.21622d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:digging_claws" } } + { item: { components: { "relics:data": { abilities: { abilities: { claws: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.07483d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:feral_claws" } } + { item: { components: { "relics:data": { abilities: { abilities: { power: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.27878d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:power_glove" } } + { item: { components: { "relics:data": { abilities: { abilities: { arson: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { sector: { initialValue: 0.71012d }, time: { initialValue: 2.22129d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:fire_gauntlet" } } + { item: { components: { "relics:data": { abilities: { abilities: { discarding: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { interaction: { initialValue: 0.39119d } } }, interaction: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { range: { initialValue: 0.33504d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:pocket_piston" } } + { item: { components: { "relics:data": { abilities: { abilities: { vampire: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.19176d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:vampiric_glove" } } + { item: { components: { "relics:data": { abilities: { abilities: { hook: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.24205d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:golden_hook" } } + { item: { components: { "relics:data": { abilities: { abilities: { onion: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.01248d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:onion_ring" } } + { item: { components: { "relics:data": { abilities: { abilities: { heater: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { capacity: { initialValue: 8.50486d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:pickaxe_heater" } } + { item: { components: { "relics:data": { abilities: { abilities: { withered: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.36977d }, time: { initialValue: 2.15603d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:withered_bracelet" } } + { item: { components: { "relics:data": { abilities: { abilities: { hold: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { distance: { initialValue: 4.42685d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:bunny_hoppers" } } + { item: { components: { "relics:data": { abilities: { abilities: { fall: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 2.7322d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, resurrected: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.0618d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:kitty_slippers" } } + { item: { components: { "relics:data": { abilities: { abilities: { runner: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.59523d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:running_shoes" } } + { item: { components: { "relics:data": { abilities: { abilities: { passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, speed: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.3949d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:snowshoes" } } + { item: { components: { "relics:data": { abilities: { abilities: { resistance: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.29066d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:steadfast_spikes" } } + { item: { components: { "relics:data": { abilities: { abilities: { swimmer: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.39945d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:flippers" } } + { item: { components: { "relics:data": { abilities: { abilities: { devouring: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { frequency: { initialValue: 134.98505d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:rooted_boots" } } + { item: { components: { "relics:data": { abilities: { abilities: { push: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.20007d }, radius: { initialValue: 3.87991d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:whoopee_cushion" } } + { item: { count: 1, id: "artifacts:aqua_dashers" } } + { item: { count: 1, id: "artifacts:strider_shoes" } } + { item: { components: { "relics:data": { abilities: { abilities: { explode: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { capacity: { initialValue: 23.74727d }, damage: { initialValue: 0.49982d }, stun: { initialValue: 0.19896d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:reflection_necklace" } } + { item: { components: { "relics:data": { abilities: { abilities: { heat_resistance: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, pace: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { time: { initialValue: 44.3927d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:magma_walker" } } + { item: { components: { "relics:data": { abilities: { abilities: { walking: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { time: { initialValue: 46.98937d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:aqua_walker" } } + { item: { components: { "relics:data": { abilities: { abilities: { backstab: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.34737d }, distance: { initialValue: 16.46042d } } }, vanish: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { light: { initialValue: 1.91046d }, speed: { initialValue: 0.14125d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:midnight_robe" } } + { item: { components: { "relics:data": { abilities: { abilities: { backstab: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.34737d }, distance: { initialValue: 16.46042d } } }, vanish: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { light: { initialValue: 1.91046d }, speed: { initialValue: 0.14125d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:midnight_robe" } } + { item: { components: { "relics:data": { abilities: { abilities: { anchor: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { sinking: { initialValue: 3.9317d }, slowness: { initialValue: 0.43107d } } }, pressure: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.48292d } } }, riptide: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 8.81148d } } }, slots: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { charm: { initialValue: 1.29945d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:drowned_belt" } } + { item: { components: { "relics:data": { abilities: { abilities: { paralysis: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 0.75217d } } }, shock: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 2.33537d } } }, unsinkable: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:jellyfish_necklace" } } + { item: { components: { "relics:data": { abilities: { abilities: { slots: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { charm: { initialValue: 1.22227d } } }, training: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.48684d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:hunter_belt" } } + { item: { components: { "relics:data": { abilities: { abilities: { phlebotomy: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { attack_speed: { initialValue: 0.00768d }, heal: { initialValue: 1.1E-4d }, movement_speed: { initialValue: 0.02384d } } }, rage: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { dealt_damage: { initialValue: 0.04958d }, duration: { initialValue: 2.01061d }, incoming_damage: { initialValue: 0.03779d } } }, spurt: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 18.37379d }, damage: { initialValue: 0.10853d }, distance: { initialValue: 5.77016d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:rage_glove" } } + { item: { components: { "relics:data": { abilities: { abilities: { ram: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 0.24932d } } }, skating: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 33.09781d }, speed: { initialValue: 0.03026d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:ice_skates" } } + { item: { components: { "relics:data": { abilities: { abilities: { compass: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, trade: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { rolls: { initialValue: 0.30704d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:bastion_ring" } } + { item: { components: { "relics:data": { abilities: { abilities: { blink: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 5.62892d }, distance: { initialValue: 29.00543d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:chorus_inhibitor" } } + { item: { components: { "relics:data": { abilities: { abilities: { dissection: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { distance: { initialValue: 31.15546d }, time: { initialValue: 5.25726d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:space_dissector" } } + { item: { components: { "relics:data": { abilities: { abilities: { belief: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.19796d }, capacity: { initialValue: 8.81514d }, count: { initialValue: 2.88745d }, radius: { initialValue: 5.46484d } } }, blessing: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { consumption: { initialValue: 7.43887d } } }, repentance: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 0.14442d }, radius: { initialValue: 3.59966d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:holy_locket" } } + { item: { components: { "relics:data": { abilities: { abilities: { neutrality: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } }, swap: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { distance: { initialValue: 19.40193d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:enders_hand" } } + { item: { components: { "relics:data": { abilities: { abilities: { boost: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { capacity: { initialValue: 77.09268d }, speed: { initialValue: 1.44278d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:elytra_booster" } } + { item: { components: { "relics:data": { abilities: { abilities: { teleport: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 109.37996d }, distance: { initialValue: 516.33231d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:magic_mirror" } } + { item: { components: { "relics:data": { abilities: { abilities: { impact: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 2.90986d }, size: { initialValue: 4.12232d } } }, sustainability: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { modifier: { initialValue: 0.7422d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:ice_breaker" } } + { item: { components: { "relics:data": { abilities: { abilities: { bonfire: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { height: { initialValue: 3.75222d }, speed: { initialValue: 0.03233d }, step: { initialValue: 1.31502d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:blazing_flask" } } + { item: { components: { "relics:data": { abilities: { abilities: { buffer: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { capacity: { initialValue: 2.59181d }, chance: { initialValue: 0.06516d } } }, explosion: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { size: { initialValue: 0.11559d } } }, multiplying: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.13196d }, chance: { initialValue: 0.11834d }, size: { initialValue: 0.06573d } } }, spore: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 12.67276d }, damage: { initialValue: 0.26818d }, duration: { initialValue: 3.81133d }, size: { initialValue: 0.22603d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:spore_sack" } } + { item: { components: { "relics:charge": 8, "relics:data": { abilities: { abilities: { cloning: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.09472d } } }, glaive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { bounces: { initialValue: 3.38539d }, damage: { initialValue: 3.8926d }, radius: { initialValue: 3.85805d }, recharge: { initialValue: 13.56512d } } }, mayhem: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { bounces: { initialValue: 4.76291d }, chance: { initialValue: 0.0712d }, damage: { initialValue: 0.16131d } } }, saw: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.47765d }, speed: { initialValue: 15.12237d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:shadow_glaive" } } + { item: { components: { "relics:data": { abilities: { abilities: { skating: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 30.13079d }, speed: { initialValue: 0.00396d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:roller_skates" } } + { item: { components: { "relics:charge": 6, "relics:data": { abilities: { abilities: { marinade: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 1.56861d } } }, meat_bat: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 0 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 1.97634d }, stun: { initialValue: 0.10571d } } }, regeneration: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { cooldown: { initialValue: 28.71927d }, feed: { initialValue: 2.961d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:infinity_ham" } } + { item: { components: { "relics:data": { abilities: { abilities: { slots: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { charm: { initialValue: 2.23939d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:leather_belt" } } + { item: { components: { "relics:data": { abilities: { abilities: { mold: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { damage: { initialValue: 0.07737d }, freeze: { initialValue: 1.81915d }, size: { initialValue: 28.53745d }, stun: { initialValue: 0.0267d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:wool_mitten" } } + { item: { components: { "relics:data": { abilities: { abilities: { hide: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { speed: { initialValue: 0.30891d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:leafy_ring" } } + { item: { components: { "relics:data": { abilities: { abilities: { bridge: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 0.43428d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:phantom_boot" } } + { item: { components: { "relics:data": { abilities: { abilities: { bounce: { extender: { cooldown: 0, cooldownCap: 0, ticking: 1b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { power: { initialValue: 0.48156d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "relics:springy_boot" } } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/70DE8427138F48A6.snbt b/server/config/ftbquests/quests/reward_tables/70DE8427138F48A6.snbt new file mode 100644 index 0000000..2b29c42 --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/70DE8427138F48A6.snbt @@ -0,0 +1,10 @@ +{ + id: "70DE8427138F48A6" + loot_size: 1 + order_index: 2 + rewards: [ + { item: { components: { "relics:data": { abilities: { abilities: { catch: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { chance: { initialValue: 0.11979d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:anglers_hat" } } + { item: { components: { "relics:data": { abilities: { abilities: { diving: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { duration: { initialValue: 6.56243d } } }, passive: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:snorkel" } } + { item: { components: { "relics:data": { abilities: { abilities: { onion: { extender: { cooldown: 0, cooldownCap: 0, ticking: 0b }, lock: { breaks: 5 }, points: 0, research: { links: { }, researched: 0b }, stats: { amount: { initialValue: 0.02052d } } } } }, leveling: { experience: 0, level: 0, luck: 0, points: 0 } } }, count: 1, id: "artifacts:onion_ring" } } + ] +} diff --git a/server/config/ftbquests/quests/reward_tables/7521D4831CFAA1C9.snbt b/server/config/ftbquests/quests/reward_tables/7521D4831CFAA1C9.snbt new file mode 100644 index 0000000..8645734 --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/7521D4831CFAA1C9.snbt @@ -0,0 +1,21 @@ +{ + id: "7521D4831CFAA1C9" + loot_crate: { + color: 16777215 + drops: { + boss: 0 + monster: 0 + passive: 0 + } + string_id: "ancient_box" + } + loot_size: 1 + order_index: 7 + rewards: [{ + command: "/pokespawn aerodactyl level=30 " + elevate_perms: true + feedback_message: "Special Encounter" + silent: true + type: "command" + }] +} diff --git a/server/config/ftbquests/quests/reward_tables/7927B64E62C5E501.snbt b/server/config/ftbquests/quests/reward_tables/7927B64E62C5E501.snbt new file mode 100644 index 0000000..f12a71b --- /dev/null +++ b/server/config/ftbquests/quests/reward_tables/7927B64E62C5E501.snbt @@ -0,0 +1,14 @@ +{ + id: "7927B64E62C5E501" + loot_size: 1 + order_index: 4 + rewards: [ + { item: { count: 1, id: "cobblemon:pokedex_red" } } + { item: { count: 1, id: "cobblemon:pokedex_yellow" } } + { item: { count: 1, id: "cobblemon:pokedex_green" } } + { item: { count: 1, id: "cobblemon:pokedex_blue" } } + { item: { count: 1, id: "cobblemon:pokedex_pink" } } + { item: { count: 1, id: "cobblemon:pokedex_black" } } + { item: { count: 1, id: "cobblemon:pokedex_white" } } + ] +} diff --git a/server/config/ftbxmodcompat.snbt b/server/config/ftbxmodcompat.snbt new file mode 100644 index 0000000..65ccdfe --- /dev/null +++ b/server/config/ftbxmodcompat.snbt @@ -0,0 +1,17 @@ +{ + # Only show waystones that have been discovered + # Default: true + only_show_known_waystones: true + + # Select the permissions implementation to use + # DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "ftb_ranks", "luckperms" + permission_selector: "default" + + # Select the game stages implementation to use + # DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability + # Default: "default" + # Valid values: "default", "vanilla", "kubejs", "gamestages" + stage_selector: "default" +} diff --git a/server/config/getittogetherdrops-server.toml b/server/config/getittogetherdrops-server.toml new file mode 100644 index 0000000..2123485 --- /dev/null +++ b/server/config/getittogetherdrops-server.toml @@ -0,0 +1,6 @@ +#The radius (in blocks) that dropped items should check around them for other dropped items to combine with. ("0.5" is vanilla behavior) +# Default: 2.0 +# Range: 0.5 ~ 500.0 +radius = 2.0 +#Set to true if you want dropped items to also check above and below them, set to false if not ("false" is vanilla behavior) +checkY = true diff --git a/server/config/gravestone-client.toml b/server/config/gravestone-client.toml new file mode 100644 index 0000000..6533198 --- /dev/null +++ b/server/config/gravestone-client.toml @@ -0,0 +1,4 @@ +#If this is set to true the players head will be rendered on the gravestone when there is a full block under it +render_skull = true +#The color of the text at the gravestone (Hex RGB) +grave_text_color = "FFFFFF" diff --git a/server/config/gravestone-server.toml b/server/config/gravestone-server.toml new file mode 100644 index 0000000..814922b --- /dev/null +++ b/server/config/gravestone-server.toml @@ -0,0 +1,17 @@ +#If this is set to true you get an obituary after you died +enable_obituary = true +#The blocks that can be replaced with a grave +#If it starts with '#' it is a tag +replaceable_blocks = ["#gravestone:grave_replaceable"] +#If this is set to true the obituary will be taken out of your inventory when you break the grave +remove_obituary = false +#If this is set to true only the player that owns the grave and admins can break the grave +only_owners_can_break = false +#If this is set to true the ghost of the dead player will be spawned when the grave is broken +spawn_ghost = false +#If this is set to true the ghost player will defend the player +friendly_ghost = true +#If this is set to true you get your items back into your inventory by sneaking on the grave +sneak_pickup = false +#If this is set to true you get your items sorted back into your inventory by breaking the grave +break_pickup = true diff --git a/server/config/highlighter.toml b/server/config/highlighter.toml new file mode 100644 index 0000000..927f4f1 --- /dev/null +++ b/server/config/highlighter.toml @@ -0,0 +1,17 @@ +#Client Configuration +[client] + + [client.options] + # If new item markers should be cleared when the inventory is closed. + clear_on_close = true + # If new item markers should be cleared when the item tooltip is displayed. + clear_on_hover = true + # If new item markers should be cleared when the item is selected on the hotbar. + clear_on_select = true + # If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold. + item_name_color = false + # If new item markers should show on the hotbar. + show_on_hotbar = true + # The position of new item markers. + #Allowed Values: UpperLeft, UpperRight, LowerLeft, LowerRight + icon_position = "UpperLeft" diff --git a/server/config/hyperbox-common.toml b/server/config/hyperbox-common.toml new file mode 100644 index 0000000..442e683 --- /dev/null +++ b/server/config/hyperbox-common.toml @@ -0,0 +1,11 @@ +[world_management] + #Enable automatic forceloading of hyperbox chunks. + #While this is enabled, the primary chunks of hyperbox worlds will be kept loaded while the + #parent hyperbox's chunk is loaded, and will be kept unloaded while the parent hyperbox's chunk + #is not loaded. + #If this is disabled, no automatic enabling or disabling of forceloading will be done. In this case, + #hyperbox's interiors will only tick while occupied by a player, or while forceloaded through + #other means. + #Be aware that if this option is changed from true to false while any hyperbox chunks are currently + #forceloaded, they will continue to be forceloaded until those chunks are manually un-forceloaded. + auto_force_hyperbox_chunks = true diff --git a/server/config/immersive_aircraft.json b/server/config/immersive_aircraft.json new file mode 100644 index 0000000..883809b --- /dev/null +++ b/server/config/immersive_aircraft.json @@ -0,0 +1,53 @@ +{ + "enableDropsForNonPlayer": true, + "enableCrashExplosion": true, + "enableCrashBlockDestruction": false, + "enableCrashFire": false, + "crashExplosionRadius": 2.0, + "crashDamage": 2.0, + "preventKillThroughCrash": true, + "healthBarRow": 0, + "damagePerHealthPoint": 30, + "separateCamera": true, + "useThirdPersonByDefault": true, + "enableTrails": true, + "renderDistance": 192.0, + "fuelConsumption": 1.0, + "windClearWeather": 1.0, + "windRainWeather": 3.0, + "windThunderWeather": 3.0, + "repairSpeed": 0.025, + "repairExhaustion": 0.5, + "collisionDamage": true, + "collisionDamageMultiplier": 40.0, + "burnFuelInCreative": false, + "acceptVanillaFuel": true, + "useCustomKeybindSystem": true, + "showHotbarEngineGauge": true, + "weaponsAreDestructive": false, + "dropInventory": true, + "dropUpgrades": false, + "regenerateHealthEveryNTicks": 0, + "requireShiftForRepair": false, + "fuelList": { + "minecraft:blaze_powder": 1200 + }, + "validDimensions": { + "minecraft:the_end": true, + "minecraft:the_nether": true, + "minecraft:overworld": true + }, + "gunpowderAmmunition": { + "minecraft:gunpowder": 100 + }, + "arrowAmmunition": { + "minecraft:arrow": 100, + "minecraft:spectral_arrow": 100, + "minecraft:tipped_arrow": 100 + }, + "bombBayAmmunition": { + "minecraft:tnt": 100 + }, + "version": 1, + "name": "immersive_aircraft" +} \ No newline at end of file diff --git a/server/config/immersiveui.yaml b/server/config/immersiveui.yaml new file mode 100644 index 0000000..10411b8 --- /dev/null +++ b/server/config/immersiveui.yaml @@ -0,0 +1,34 @@ +# Enables wobbly items in advancement toasts. +enableAdvancementToastItems: true +# Enables curse formatting. +enableCurseFormatting: true +# Enables particles in the enchant(ing/ment) table. +enableEnchantParticles: true +# Enables floating item rotation. +enableFloatingItemRotation: true +# Enables the hotbar selector animation. +enableHotbarSelectorAnimation: true +# Enables hovering of matching items. +enableMatchingItemHovering: true +# Enables particles for rare items. +enableRarityParticles: true +# Enables screen shake. +enableScreenShake: true +# Enables vanilla slot highlighting +enableVanillaSlotHighlighting: true +# Affects the easing speed, that is applied to the rotation of the floating item. +floatingItemEasingSpeed: 0.75 +# Affects the rotation amplitude of the floating item. +floatingItemRotationAmplitude: 1.0 +# Affects the speed of the hotbar selector. +hotbarSelectorSpeed: 3.0 +# Affects the size of the hovered item. +hoveredItemScale: 1.4 +# Affects the hover amplitude of items, that match to the item that is carried in the cursor. +matchingItemHoverAmplitude: 0.8 +# Moves the hotbar selector above the items. You might want to disable this, if you use resource packs that change the default selector texture. +renderHotbarSelectorAboveItems: false +# Screen shake amplitude. +shakeAmplitude: 1.25 +# Screen shake timer in ticks. +shakeTimer: 8 diff --git a/server/config/incontrol/areas.json b/server/config/incontrol/areas.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/areas.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/breakevents.json b/server/config/incontrol/breakevents.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/breakevents.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/effects.json b/server/config/incontrol/effects.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/effects.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/events.json b/server/config/incontrol/events.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/events.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/experience.json b/server/config/incontrol/experience.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/experience.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/leftclicks.json b/server/config/incontrol/leftclicks.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/leftclicks.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/loot.json b/server/config/incontrol/loot.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/loot.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/phases.json b/server/config/incontrol/phases.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/phases.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/placeevents.json b/server/config/incontrol/placeevents.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/placeevents.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/rightclicks.json b/server/config/incontrol/rightclicks.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/rightclicks.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/spawn.json b/server/config/incontrol/spawn.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/spawn.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/spawner.json b/server/config/incontrol/spawner.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/spawner.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/incontrol/summonaid.json b/server/config/incontrol/summonaid.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/incontrol/summonaid.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/invtweaks-client.toml b/server/config/invtweaks-client.toml new file mode 100644 index 0000000..34a6ec5 --- /dev/null +++ b/server/config/invtweaks-client.toml @@ -0,0 +1,463 @@ +#Sorting customization +[sorting] + #Rules for sorting + #Each element is of the form + #A-D is the row from top to bottom + #1-9 is the column from left to right + #POS denotes the target slots + #Exs. POS = D3 means 3rd slot of hotbar + # POS = B means 2nd row, left to right + # POS = 9 means 9th column, bottom to top + # POS = A1-C9 means slots A1,A2,…,A9,B1,…,B9,C1,…,C9 + # POS = A9-C1 means slots A9,A8,…,A1,B9,…,B1,C9,…,C1 + #Append v to POS of the form A1-C9 to move in columns instead of rows + #Append r to POS of the form B or 9 to reverse slot order + #CATEGORY is the item category to designate the slots to + #CATEGORY = /LOCKED prevents slots from moving in sorting + #CATEGORY = /FROZEN has the effect of /LOCKED and, in addition, ignores slot in auto-refill + #CATEGORY = /OTHER covers all remaining items after other rules are exhausted + rules = ["D /LOCKED", "A1-C9 /OTHER"] + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "appeng.client.gui.implementations.*Screen" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "appeng.client.gui.me.items.*Screen" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "de.mari_023.ae2wtlib.wct.*Screen" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "de.mari_023.ae2wtlib.wet.*Screen" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.github.glodblock.epp.client.gui.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "org.cyclops.integrateddynamics.inventory.container.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "org.cyclops.integratedterminals.inventory.container.ContainerTerminalStoragePart" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.refinedmods.refinedstorage.screen.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "net.p3pp3rf1y.sophisticatedbackpacks.common.gui.BackpackContainer" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "net.p3pp3rf1y.sophisticatedstorage.common.gui.StorageContainerMenu" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "tfar.craftingstation.CraftingStationMenu" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "tfar.dankstorage.container.DankContainers" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "mcjty.rftoolsutility.modules.crafter.blocks.CrafterContainer" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "gripe._90.megacells.menu.MEGAInterfaceMenu" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "cofh.thermal.core.client.gui.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "ironfurnaces.gui.furnaces.*" + sortRange = "0-45" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.direwolf20.justdirethings.client.screens.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.direwolf20.laserio.client.screens.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.glodblock.github.extendedae.client.gui.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "cy.jdkdigital.productivebees.container.gui.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "cy.jdkdigital.productivetrees.inventory.screen.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.stal111.forbidden_arcanus.client.gui.screen.*" + sortRange = "" + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "aztech.modern_industrialization.*.gui.*Screen.java" + sortRange = "" + + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "sword" + spec = ["/instanceof:net.minecraft.world.item.SwordItem"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "axe" + spec = ["/instanceof:net.minecraft.world.item.AxeItem"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "pickaxe" + spec = ["/instanceof:net.minecraft.world.item.PickaxeItem"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "shovel" + spec = ["/instanceof:net.minecraft.world.item.ShovelItem"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "hoe" + spec = ["/instanceof:net.minecraft.world.item.HoeItem"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "acceptableFood" + spec = ["/isFood:; !minecraft:rotten_flesh; !minecraft:spider_eye; !minecraft:poisonous_potato; !minecraft:pufferfish"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "torch" + spec = ["minecraft:torch"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "cheapBlocks" + spec = ["/tag:forge:cobblestone", "/tag:minecraft:dirt"] + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "blocks" + spec = ["/instanceof:net.minecraft.world.item.BlockItem"] + +#Tweaks +[tweaks] + #Enable debug will log the name of the screens being opened + enableDebug = false + #0 = disable buttons (i.e. keybind only) + #1 = buttons for player sorting only + #2 = buttons for external sorting only + #3 = all buttons enabled (default) + # Default: 3 + # Range: 0 ~ 3 + enableButtons = 3 + #Enable auto-refill + autoRefill = true + #0 = disable sorting + #1 = player sorting only + #2 = external sorting only + #3 = all sorting enabled (default) + # Default: 3 + # Range: 0 ~ 3 + enableSort = 3 + #Enable a quick view of how many items that you're currently holding exists in your inventory by displaying it next your hotbar. + quickView = true diff --git a/server/config/iris.properties b/server/config/iris.properties new file mode 100644 index 0000000..e5b834d --- /dev/null +++ b/server/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Wed Feb 12 23:18:10 GMT 2025 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +enableShaders=true +maxShadowRenderDistance=32 +shaderPack= diff --git a/server/config/irons_spellbooks-client.toml b/server/config/irons_spellbooks-client.toml new file mode 100644 index 0000000..43d9e07 --- /dev/null +++ b/server/config/irons_spellbooks-client.toml @@ -0,0 +1,59 @@ +############################################################################################### +### ## +### ## +### ## +### ## +### ## +### ## +### ATTENTION: These are client configs. For gameplay settings, go to the SERVER CONFIGS ## +### ## +### ## +### ## +### ## +### ## +### ## +############################################################################################### +# +[UI] + + [UI.ManaBar] + #By default (Contextual), the mana bar only appears when you are holding a magic item or are not at max mana. + #Allowed Values: Never, Always, Contextual + manaBarDisplay = "Contextual" + #Used to adjust mana bar's position (11 is one full hunger bar up). + manaBarXOffset = 0 + manaBarYOffset = 0 + manaBarTextVisible = true + #Allowed Values: Hunger, XP, Center, TopLeft, TopRight, BottomLeft, BottomRight + manaBarAnchor = "Hunger" + manaTextXOffset = 0 + manaTextYOffset = 0 + + [UI.SpellBar] + #By default (Always), the spell bar always shows the spells in your equipped spellbook. Contextual will hide them when not in use. + #Allowed Values: Never, Always, Contextual + spellBarDisplay = "Always" + #Used to adjust spell bar's position. + spellBarXOffset = 0 + spellBarYOffset = 0 + #Allowed Values: Hotbar, TopLeft, TopRight, BottomLeft, BottomRight + spellBarAnchor = "Hotbar" + + [UI.RecastOverlay] + #Allowed Values: Center, TopCenter, TopLeft, TopRight, BottomLeft, BottomRight + recastAnchor = "TopCenter" + recastXOffset = 0 + recastYOffset = 0 + +[Animations] + #What to render in first person while casting. + showFirstPersonArms = true + showFirstPersonItems = true + +[Renderers] + #By default, both fireballs are replaced with an enhanced model used by fire spells. + replaceGhastFireballs = true + replaceBlazeFireballs = true + +[Music] + enableBossMusic = true diff --git a/server/config/irons_spellbooks-server-1.toml.bak b/server/config/irons_spellbooks-server-1.toml.bak new file mode 100644 index 0000000..1c03e48 --- /dev/null +++ b/server/config/irons_spellbooks-server-1.toml.bak @@ -0,0 +1,1731 @@ +#Other Configuration +[Misc] + #rarityConfig array values must sum to 1: [COMMON, UNCOMMON, RARE, EPIC, LEGENDARY]. Default: [.3d, .25d, .2d, .15d, .1d] + rarityConfig = [0.3, 0.25, 0.2, 0.15, 0.1] + #Whether or not imbued weapons require mana to be casted. Default: true + swordsConsumeMana = true + #The multiplier on the cooldown of imbued weapons. Default: 0.5 (50% of default cooldown) + swordsCooldownMultiplier = 0.5 + #Whether or not players can harm their own magic summons. Default: false + canAttackOwnSummons = false + #The maximum amount of times an applicable piece of equipment can be upgraded in the arcane anvil. Default: 3 + maxUpgrades = 3 + #From 0-1, the percent of max mana a player respawns with. Default: 0.0 + manaSpawnPercent = 0.0 + #From 0-1, the percent chance for scrolls to be successfully recycled. Default: 0.5 (50%) + scrollRecycleChance = 0.5 + #Whether or not potions should be allowed to be brewed in the alchemist cauldron) + allowCauldronBrewing = true + #Whether or not Furled Map items should skip chunks when searching for structures (only find new structures). Can impact performance while searching. Default: true + furledMapSkipsExistingChunks = true + #Whether or not casting items should apply all attributes while in the offhand, or just magic related ones. Default: true + applyAllMultihandAttributes = true + #Whether or not creepers should be healed and become fire immune when struck by lightning. Default: true + betterCreeperThunderHit = true + #Whether or not spells such as Fireball or Fire Breath should destroy terrain or create fire. Default: false + spellGriefing = false + #Whether or not the wandering trader can have magic related trades, such as ink or scrolls. Default: true + additionalWanderingTraderTrades = true + #Whether casting spells should be disabled in adventure mode. Default: false + disableAdventureModeCasting = false + #Whether hoglins have the ability to pass overworld zombification immunity to their offspring. Default: true + hoglinOffspringProtection = true + #Global multiplier to all players' mana regeneration. Default: 1.0 + manaRegenMultiplier = 1.0 + #Whether merging scrolls with ink to upgrade them in the Arcane Anvil is enabled. + scrollMerging = true + +["Upgrade Overrides"] + #Use these lists to change what items can interact with the Arcane Anvil's upgrade system. This can also be done via datapack. + #Upgrade Whitelist. Use an item's id to allow it to be upgraded, ex: "minecraft:iron_sword" + upgradeWhitelist = [] + #Upgrade Blacklist. Use an item's id to prevent it from being upgraded, ex: "minecraft:iron_sword" + upgradeBlacklist = [] + +["Imbue Overrides"] + #Use these lists to change what items can interact with the Arcane Anvil's imbue system. + #/!\ Unsupported item types are not guaranteed to work out of the box. + #Imbue Whitelist. Use an item's id to allow it to be imbued, ex: "minecraft:iron_sword" + imbueWhitelist = [] + #Imbue Blacklist. Use an item's id to prevent it from being imbued, ex: "minecraft:iron_sword" + imbueBlacklist = [] + +[Worldgen] + #The weight of the priest house spawning in a village. Default: 4 + priestHouseWeight = 4 + +#Individual Spell Configuration +[Spells] + + #irons_spellbooks:fire + [Spells."irons_spellbooks:fire_breath"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magma_bomb"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."endersequipment:eruption"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blaze_storm"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firebolt"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:flaming_barrage"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:flaming_strike"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fireball"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heat_surge"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wall_of_fire"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:scorch"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:burning_dash"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + #endersequipment:primeval + [Spells."endersequipment:righteous_slam"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 310.0 + AllowCrafting = true + + [Spells."endersequipment:melting_point"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 250.0 + AllowCrafting = true + + [Spells."endersequipment:impulse"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 230.0 + AllowCrafting = true + + [Spells."endersequipment:extinction"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."endersequipment:sanguine_implosion"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."endersequipment:earthshatter"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 480.0 + AllowCrafting = true + + [Spells."endersequipment:sheer_cold"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."endersequipment:voracious_swarm"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 170.0 + AllowCrafting = true + + [Spells."endersequipment:archers_paradise"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 140.0 + AllowCrafting = true + + [Spells."endersequipment:meteor"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 240.0 + AllowCrafting = true + + [Spells."endersequipment:snarling_ground"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 220.0 + AllowCrafting = true + + [Spells."endersequipment:iceberg"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 340.0 + AllowCrafting = true + + [Spells."endersequipment:voids_rebound"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 410.0 + AllowCrafting = true + + [Spells."endersequipment:eviscerate"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."endersequipment:divine_wrath"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 400.0 + AllowCrafting = true + + [Spells."endersequipment:zeus_spear"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 400.0 + AllowCrafting = true + + #aero_additions:wind + [Spells."aero_additions:feather_fall"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."aero_additions:airblast"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 0.75 + AllowCrafting = true + + [Spells."aero_additions:updraft"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 7 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."aero_additions:airstep"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 7 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 13.0 + AllowCrafting = true + + [Spells."aero_additions:wind_charge"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."aero_additions:summon_breeze"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."aero_additions:asphyxiate"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."aero_additions:wind_shield"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 140.0 + AllowCrafting = true + + #irons_spellbooks:nature + [Spells."irons_spellbooks:poison_arrow"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:root"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blight"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:acid_orb"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:poison_breath"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:earthquake"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + [Spells."irons_spellbooks:poison_splash"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:oakskin"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:spider_aspect"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 90.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firefly_swarm"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:stomp"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + [Spells."irons_spellbooks:gluttony"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 90.0 + AllowCrafting = true + + #irons_spellbooks:ender + [Spells."irons_spellbooks:evasion"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."endersequipment:supernova"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 600.0 + AllowCrafting = true + + [Spells."irons_spellbooks:recall"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magic_arrow"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:teleport"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:echoing_strikes"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."irons_spellbooks:portal"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:black_hole"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magic_missile"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_ender_chest"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:dragon_breath"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:counterspell"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:starfall"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + #irons_spellbooks:evocation + [Spells."endersequipment:minimize"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."irons_spellbooks:gust"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."endersequipment:slash"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:invisibility"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_vex"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 150.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wololo"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."endersequipment:summon_ravager"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:spectral_hammer"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:arrow_volley"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fang_ward"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."endersequipment:gigantism"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fang_strike"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:chain_creeper"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lob_creeper"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:shield"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_horse"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:slow"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firecracker"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.5 + AllowCrafting = true + + #irons_spellbooks:ice + [Spells."irons_spellbooks:frostbite"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 0.0 + AllowCrafting = true + + [Spells."endersequipment:blizzard_armor"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ray_of_frost"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cone_of_cold"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:frostwave"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_polar_bear"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:icicle"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."endersequipment:frostedslam"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 65.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ice_spikes"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ice_block"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:frost_step"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + #irons_spellbooks:eldritch + [Spells."irons_spellbooks:telekinesis"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:planar_sight"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."endersequipment:tentacle_whip"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:eldritch_blast"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:abyssal_shroud"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sonic_boom"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sculk_tentacles"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + #nameless_necromancy:necromancy + [Spells."nameless_necromancy:shades_cloak"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 95.0 + AllowCrafting = true + + [Spells."irons_spellbooks:raise_dead"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."nameless_necromancy:call_forgotten"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 190.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_unyielding"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 305.0 + AllowCrafting = true + + [Spells."nameless_necromancy:soul_drain"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_forsaken_ones"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 205.0 + AllowCrafting = true + + [Spells."nameless_necromancy:call_necromancer"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:marrow_drain"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 100.0 + AllowCrafting = true + + [Spells."nameless_necromancy:debilitating_scream"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 28.0 + AllowCrafting = true + + [Spells."nameless_necromancy:osseous_armor"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."nameless_necromancy:raise_knights"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:bone_barrage"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."nameless_necromancy:release_deathpriest"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_undead_healer"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:bone_storm"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + #irons_spellbooks:holy + [Spells."irons_spellbooks:healing_circle"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blessing_of_life"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cleanse"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sunbeam"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heal"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wisp"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:divine_smite"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:greater_heal"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."endersequipment:greater_wisp"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 130.0 + AllowCrafting = true + + [Spells."irons_spellbooks:angel_wing"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fortify"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:guiding_bolt"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:haste"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cloud_of_regeneration"] + Enabled = false + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."endersequipment:archangelsaid"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + #irons_spellbooks:blood + [Spells."irons_spellbooks:blood_slash"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."endersequipment:boilingblood"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blood_step"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:acupuncture"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."endersequipment:raise_knights"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 190.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blood_needles"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sacrifice"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."endersequipment:strain"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."endersequipment:bloodwave"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:devour"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ray_of_siphoning"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heartstop"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wither_skull"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + #irons_spellbooks:lightning + [Spells."irons_spellbooks:ascension"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:shockwave"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:electrocute"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lightning_bolt"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ball_lightning"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:chain_lightning"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."endersequipment:thunderous_leap"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:thunder_step"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:thunderstorm"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lightning_lance"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:charge"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true diff --git a/server/config/irons_spellbooks-server.toml b/server/config/irons_spellbooks-server.toml new file mode 100644 index 0000000..4c5d78b --- /dev/null +++ b/server/config/irons_spellbooks-server.toml @@ -0,0 +1,2062 @@ +#Other Configuration +[Misc] + #rarityConfig array values must sum to 1: [COMMON, UNCOMMON, RARE, EPIC, LEGENDARY]. Default: [.3d, .25d, .2d, .15d, .1d] + rarityConfig = [0.3, 0.25, 0.2, 0.15, 0.1] + #Whether or not imbued weapons require mana to be casted. Default: true + swordsConsumeMana = true + #The multiplier on the cooldown of imbued weapons. Default: 0.5 (50% of default cooldown) + swordsCooldownMultiplier = 0.5 + #Whether or not players can harm their own magic summons. Default: false + canAttackOwnSummons = false + #The maximum amount of times an applicable piece of equipment can be upgraded in the arcane anvil. Default: 3 + maxUpgrades = 3 + #From 0-1, the percent of max mana a player respawns with. Default: 0.0 + manaSpawnPercent = 0.0 + #From 0-1, the percent chance for scrolls to be successfully recycled. Default: 0.5 (50%) + scrollRecycleChance = 0.5 + #Whether or not potions should be allowed to be brewed in the alchemist cauldron) + allowCauldronBrewing = true + #Whether or not Furled Map items should skip chunks when searching for structures (only find new structures). Can impact performance while searching. Default: true + furledMapSkipsExistingChunks = true + #Whether or not casting items should apply all attributes while in the offhand, or just magic related ones. Default: true + applyAllMultihandAttributes = true + #Whether or not creepers should be healed and become fire immune when struck by lightning. Default: true + betterCreeperThunderHit = true + #Whether or not spells such as Fireball or Fire Breath should destroy terrain or create fire. Default: false + spellGriefing = false + #Whether or not the wandering trader can have magic related trades, such as ink or scrolls. Default: true + additionalWanderingTraderTrades = true + #Whether casting spells should be disabled in adventure mode. Default: false + disableAdventureModeCasting = false + #Whether hoglins have the ability to pass overworld zombification immunity to their offspring. Default: true + hoglinOffspringProtection = true + #Global multiplier to all players' mana regeneration. Default: 1.0 + manaRegenMultiplier = 1.0 + #Whether merging scrolls with ink to upgrade them in the Arcane Anvil is enabled. + scrollMerging = true + +["Upgrade Overrides"] + #Use these lists to change what items can interact with the Arcane Anvil's upgrade system. This can also be done via datapack. + #Upgrade Whitelist. Use an item's id to allow it to be upgraded, ex: "minecraft:iron_sword" + upgradeWhitelist = [] + #Upgrade Blacklist. Use an item's id to prevent it from being upgraded, ex: "minecraft:iron_sword" + upgradeBlacklist = [] + +["Imbue Overrides"] + #Use these lists to change what items can interact with the Arcane Anvil's imbue system. + #/!\ Unsupported item types are not guaranteed to work out of the box. + #Imbue Whitelist. Use an item's id to allow it to be imbued, ex: "minecraft:iron_sword" + imbueWhitelist = [] + #Imbue Blacklist. Use an item's id to prevent it from being imbued, ex: "minecraft:iron_sword" + imbueBlacklist = [] + +[Worldgen] + #The weight of the priest house spawning in a village. Default: 4 + priestHouseWeight = 4 + +#Individual Spell Configuration +[Spells] + + #irons_spellbooks:fire + [Spells."irons_spellbooks:fire_breath"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magma_bomb"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."endersequipment:eruption"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blaze_storm"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firebolt"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:flaming_barrage"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:flaming_strike"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fireball"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heat_surge"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wall_of_fire"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:scorch"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:burning_dash"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + #endersequipment:primeval + [Spells."endersequipment:righteous_slam"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 310.0 + AllowCrafting = true + + [Spells."endersequipment:melting_point"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 250.0 + AllowCrafting = true + + [Spells."endersequipment:impulse"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 230.0 + AllowCrafting = true + + [Spells."endersequipment:extinction"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."endersequipment:sanguine_implosion"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."endersequipment:earthshatter"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 480.0 + AllowCrafting = true + + [Spells."endersequipment:sheer_cold"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."endersequipment:voracious_swarm"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 170.0 + AllowCrafting = true + + [Spells."endersequipment:archers_paradise"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 140.0 + AllowCrafting = true + + [Spells."endersequipment:meteor"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 240.0 + AllowCrafting = true + + [Spells."endersequipment:snarling_ground"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 220.0 + AllowCrafting = true + + [Spells."endersequipment:iceberg"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 340.0 + AllowCrafting = true + + [Spells."endersequipment:voids_rebound"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 410.0 + AllowCrafting = true + + [Spells."endersequipment:eviscerate"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."endersequipment:divine_wrath"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 400.0 + AllowCrafting = true + + [Spells."endersequipment:zeus_spear"] + Enabled = true + School = "endersequipment:primeval" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 400.0 + AllowCrafting = true + + #aero_additions:wind + [Spells."aero_additions:feather_fall"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."aero_additions:airblast"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 0.75 + AllowCrafting = true + + [Spells."aero_additions:updraft"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 7 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."aero_additions:airstep"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 7 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 13.0 + AllowCrafting = true + + [Spells."aero_additions:wind_charge"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."aero_additions:summon_breeze"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."aero_additions:asphyxiate"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."aero_additions:wind_shield"] + Enabled = true + School = "aero_additions:wind" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 140.0 + AllowCrafting = true + + #irons_spellbooks:nature + [Spells."irons_spellbooks:poison_arrow"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:root"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blight"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:acid_orb"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:poison_breath"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:earthquake"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + [Spells."irons_spellbooks:poison_splash"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:oakskin"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:spider_aspect"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 90.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firefly_swarm"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:stomp"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + [Spells."irons_spellbooks:gluttony"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 90.0 + AllowCrafting = true + + #irons_spellbooks:ender + [Spells."irons_spellbooks:evasion"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."endersequipment:supernova"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 600.0 + AllowCrafting = true + + [Spells."irons_spellbooks:recall"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magic_arrow"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:teleport"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:echoing_strikes"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."irons_spellbooks:portal"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:black_hole"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:magic_missile"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_ender_chest"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:dragon_breath"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:counterspell"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:starfall"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 16.0 + AllowCrafting = true + + #irons_spellbooks:evocation + [Spells."endersequipment:minimize"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."irons_spellbooks:gust"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."endersequipment:slash"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:invisibility"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_vex"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 150.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wololo"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."endersequipment:summon_ravager"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:spectral_hammer"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:arrow_volley"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fang_ward"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."endersequipment:gigantism"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 210.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fang_strike"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:chain_creeper"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lob_creeper"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 2.0 + AllowCrafting = true + + [Spells."irons_spellbooks:shield"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_horse"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:slow"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:firecracker"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.5 + AllowCrafting = true + + #irons_spellbooks:ice + [Spells."irons_spellbooks:frostbite"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 0.0 + AllowCrafting = true + + [Spells."endersequipment:blizzard_armor"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ray_of_frost"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cone_of_cold"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:frostwave"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."irons_spellbooks:summon_polar_bear"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."irons_spellbooks:icicle"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."endersequipment:frostedslam"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 65.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ice_spikes"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ice_block"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:frost_step"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + #irons_spellbooks:eldritch + [Spells."irons_spellbooks:telekinesis"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:planar_sight"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."endersequipment:tentacle_whip"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:eldritch_blast"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:abyssal_shroud"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sonic_boom"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sculk_tentacles"] + Enabled = true + School = "irons_spellbooks:eldritch" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + #nameless_necromancy:necromancy + [Spells."nameless_necromancy:shades_cloak"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 95.0 + AllowCrafting = true + + [Spells."irons_spellbooks:raise_dead"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 180.0 + AllowCrafting = true + + [Spells."nameless_necromancy:call_forgotten"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 190.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_unyielding"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 305.0 + AllowCrafting = true + + [Spells."nameless_necromancy:soul_drain"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_forsaken_ones"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 205.0 + AllowCrafting = true + + [Spells."nameless_necromancy:call_necromancer"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:marrow_drain"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 100.0 + AllowCrafting = true + + [Spells."nameless_necromancy:debilitating_scream"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 28.0 + AllowCrafting = true + + [Spells."nameless_necromancy:osseous_armor"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."nameless_necromancy:raise_knights"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:bone_barrage"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."nameless_necromancy:release_deathpriest"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 300.0 + AllowCrafting = true + + [Spells."nameless_necromancy:conjure_undead_healer"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."nameless_necromancy:bone_storm"] + Enabled = true + School = "nameless_necromancy:necromancy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + #irons_spellbooks:holy + [Spells."irons_spellbooks:healing_circle"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blessing_of_life"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cleanse"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sunbeam"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heal"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wisp"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:divine_smite"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:greater_heal"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 45.0 + AllowCrafting = true + + [Spells."endersequipment:greater_wisp"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 130.0 + AllowCrafting = true + + [Spells."irons_spellbooks:angel_wing"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:fortify"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."irons_spellbooks:guiding_bolt"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:haste"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 4 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:cloud_of_regeneration"] + Enabled = false + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 35.0 + AllowCrafting = true + + [Spells."endersequipment:archangelsaid"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + #irons_spellbooks:blood + [Spells."irons_spellbooks:blood_slash"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."endersequipment:boilingblood"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blood_step"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."irons_spellbooks:acupuncture"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."endersequipment:raise_knights"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 190.0 + AllowCrafting = true + + [Spells."irons_spellbooks:blood_needles"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."irons_spellbooks:sacrifice"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."endersequipment:strain"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."endersequipment:bloodwave"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."irons_spellbooks:devour"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ray_of_siphoning"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:heartstop"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:wither_skull"] + Enabled = true + School = "irons_spellbooks:blood" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + #irons_spellbooks:lightning + [Spells."irons_spellbooks:ascension"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 15.0 + AllowCrafting = true + + [Spells."irons_spellbooks:shockwave"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."irons_spellbooks:electrocute"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lightning_bolt"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 25.0 + AllowCrafting = true + + [Spells."irons_spellbooks:ball_lightning"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."irons_spellbooks:chain_lightning"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."endersequipment:thunderous_leap"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "COMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 3.0 + AllowCrafting = true + + [Spells."irons_spellbooks:thunder_step"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:thunderstorm"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."irons_spellbooks:lightning_lance"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."irons_spellbooks:charge"] + Enabled = true + School = "irons_spellbooks:lightning" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:pilfer"] + Enabled = true + School = "irons_spellbooks:evocation" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 100.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:summon_koboleton"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 80.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:conjure_koboldiator"] + Enabled = true + School = "irons_spellbooks:holy" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 200.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:infernal_strike"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 1.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:tectonic_tremble"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 1 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 50.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:ashen_breath"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 12.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:conjure_ignited_reinforcement"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 100.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:abyss_fireball"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:bone_storm"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:piercing_bone"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:hellish_blade"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:incineration"] + Enabled = true + School = "irons_spellbooks:fire" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 10.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:desert_winds"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 8.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:amethyst_puncture"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 5.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:sandstorm"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:monolith_crash"] + Enabled = true + School = "irons_spellbooks:nature" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:void_rune"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:gravity_storm"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:gravitation_pull"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 30.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:void_bulwark"] + Enabled = true + School = "irons_spellbooks:ender" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 50.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:conjure_thralls"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:malevolent_battlefield"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 10 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 60.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:cursed_rush"] + Enabled = true + School = "irons_spellbooks:ice" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + #cataclysm_spellbooks:abyssal + [Spells."cataclysm_spellbooks:depth_charge"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:void_beam"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "EPIC" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 20.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:abyssal_predator"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "RARE" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:tidal_grab"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 5 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 50.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:dimensional_rift"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 6 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 120.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:abyssal_slash"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 8 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "UNCOMMON" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 40.0 + AllowCrafting = true + + [Spells."cataclysm_spellbooks:abyssal_blast"] + Enabled = true + School = "cataclysm_spellbooks:abyssal" + MaxLevel = 3 + #Allowed Values: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY + MinRarity = "LEGENDARY" + ManaCostMultiplier = 1.0 + SpellPowerMultiplier = 1.0 + CooldownInSeconds = 450.0 + AllowCrafting = true diff --git a/server/config/ironsspellsdelight-common.toml b/server/config/ironsspellsdelight-common.toml new file mode 100644 index 0000000..21c4971 --- /dev/null +++ b/server/config/ironsspellsdelight-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = true +#A magic number +# Default: 42 +# Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] diff --git a/server/config/itemborders.toml b/server/config/itemborders.toml new file mode 100644 index 0000000..fe97a90 --- /dev/null +++ b/server/config/itemborders.toml @@ -0,0 +1,51 @@ +# If you would like to specify manual borders, add a new manual_borders section at the bottom of the file. +# The format for each color of border is 'color = ["modid:item1", "modid:item2"]"]'. Replace the color with either a color name (like red or blue), or a RGB / ARGB hex color code like 0xFFFFFF or 0xFF00FFFF. +# Here is a sample you can copy / paste and edit as needed: +#[client.options.manual_borders] +# red = ["minecraft:torch", "minecraft:stick"] +[client] + + [client.options] + # If the hotbar should display item borders. + hotbar = true + # If item borders should show for common items. + show_for_common = false + # If the borders should have square corners. + square_corners = true + # If the borders should fully envelop item slots (otherwise they will only show on the bottom portion of the slot). + full_border = false + # If the borders draw over items instead of under. + over_items = false + # If the borders should have a more prominent glow. + extra_glow = false + # If automatic borders (based on item rarity) should be enabled. + auto_borders = true + # If enabled and Legendary Tooltips is installed, borders will sync with tooltip border colors. + legendary_tooltips_sync = false + # Custom border colors for specific items. Format: { = ["list of selectors"] }. + # Color formats supported: + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, or AARRGGBB. Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. Examples: 15614720, "4278251143" + # Minecraft color name - One of the standard 16 Minecraft color names. May or may not be quoted. Examples: "red", "dark_purple", "gold" + # Web color name - One of the standard 140 web/HTML color names or "transparent". May or may not be quoted. Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Using any modifiers will REQUIRE the key to be quoted. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". May or may not be quoted. Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + # Selectors supported: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT/Item component - & followed by tag or component name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&damage>100", "&Tier>1", "&map_id!=128", "&enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&enchantments", "minecraft:stick+~!common+&damage>100" + manual_borders = {} diff --git a/server/config/jade/hide-blocks.json b/server/config/jade/hide-blocks.json new file mode 100644 index 0000000..5dfb657 --- /dev/null +++ b/server/config/jade/hide-blocks.json @@ -0,0 +1,6 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "barrier" + ] +} \ No newline at end of file diff --git a/server/config/jade/hide-entities.json b/server/config/jade/hide-entities.json new file mode 100644 index 0000000..4f4c329 --- /dev/null +++ b/server/config/jade/hide-entities.json @@ -0,0 +1,10 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "area_effect_cloud", + "firework_rocket", + "interaction", + "text_display", + "lightning_bolt" + ] +} \ No newline at end of file diff --git a/server/config/jade/jade.json b/server/config/jade/jade.json new file mode 100644 index 0000000..4531348 --- /dev/null +++ b/server/config/jade/jade.json @@ -0,0 +1,47 @@ +{ + "general": { + "itemModNameTooltip": true, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true, + "accessibilityModMemory": false, + "enableAccessibilityPlugin": false, + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "displayBosses": true, + "displayMode": "TOGGLE", + "enableTextToSpeech": false, + "ttsMode": "PRESS", + "previewOverlay": true, + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true + }, + "overlay": { + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0, + "overlaySquare": false, + "flipMainHand": false, + "autoScaleThreshold": 0.4, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "activeTheme": "jade:dark", + "overlayPosX": 0.5, + "overlayPosY": 1.0 + }, + "formatting": { + "itemModNameStyle": { + "italic": true, + "color": "blue" + } + }, + "history": { + "themesHash": -328442023 + } +} \ No newline at end of file diff --git a/server/config/jade/plugins.json b/server/config/jade/plugins.json new file mode 100644 index 0000000..cf80e5a --- /dev/null +++ b/server/config/jade/plugins.json @@ -0,0 +1,101 @@ +{ + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "painting": true, + "chiseled_bookshelf": true + }, + "jadeaddons": { + "equipment_requirement": "" + }, + "jade_access": { + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "toms_storage": { + "inventory_config": true, + "inventory_connector": true + }, + "cobblemonintegrations": { + "healer": true, + "fossil_analyzer": true, + "pokemon_entity": true, + "berry_bush": true + }, + "supplementaries": { + "hat_stand": true + }, + "jade": { + "coordinates.rel": false, + "registry_name.special": false, + "block_states": false, + "distance": false, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": true + }, + "waystones": { + "waystone": true + }, + "gravestone": { + "grave": true + }, + "lootr": { + "info": true + }, + "camera": { + "image_frame": true + } +} \ No newline at end of file diff --git a/server/config/jade/server-plugin-overrides.json b/server/config/jade/server-plugin-overrides.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/server/config/jade/server-plugin-overrides.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/server/config/jade/sort-order.json b/server/config/jade/sort-order.json new file mode 100644 index 0000000..79b256e --- /dev/null +++ b/server/config/jade/sort-order.json @@ -0,0 +1,90 @@ +{ + "ae2:base_cablebusblockentity": null, + "ae2:debug": null, + "ae2:grid_node": null, + "ae2:pattern_provider": null, + "ae2:power_storage": null, + "apotheosis:adventure": null, + "apothic_spawners:spawner": null, + "ars_nouveau:mob_jar": null, + "camera:image_frame": null, + "cobblemonintegrations:berry_bush": null, + "cobblemonintegrations:fossil_analyzer": null, + "cobblemonintegrations:healer": null, + "cobblemonintegrations:pokemon_entity": null, + "gravestone:grave": null, + "jade:block_face": null, + "jade:block_properties": null, + "jade:block_states": null, + "jade:distance": null, + "jade:mod_name": null, + "jade:object_name": null, + "jade:registry_name": null, + "jade_access:block": null, + "jade_access:block_amount": null, + "jade_access:block_body": null, + "jade_access:entity": null, + "jade_access:entity_body": null, + "jade_access:entity_variant": null, + "jade_access:held_item": null, + "jade_access:sign": null, + "lootr:info": null, + "lootr:inventory": null, + "minecraft:animal_owner": null, + "minecraft:armor_stand": null, + "minecraft:beehive": null, + "minecraft:block_display": null, + "minecraft:brewing_stand": null, + "minecraft:campfire": null, + "minecraft:chiseled_bookshelf": null, + "minecraft:command_block": null, + "minecraft:crop_progress": null, + "minecraft:enchantment_power": null, + "minecraft:energy_storage": null, + "minecraft:energy_storage.default": null, + "minecraft:entity_armor": null, + "minecraft:entity_health": null, + "minecraft:falling_block": null, + "minecraft:fluid_storage": null, + "minecraft:fluid_storage.default": null, + "minecraft:furnace": null, + "minecraft:harvest_tool": null, + "minecraft:hopper_lock": null, + "minecraft:horse_stats": null, + "minecraft:item_ber": null, + "minecraft:item_display": null, + "minecraft:item_frame": null, + "minecraft:item_storage": null, + "minecraft:item_storage.default": null, + "minecraft:item_tooltip": null, + "minecraft:jukebox": null, + "minecraft:lectern": null, + "minecraft:mob_breeding": null, + "minecraft:mob_growth": null, + "minecraft:mob_spawner": null, + "minecraft:mob_spawner.cooldown": null, + "minecraft:next_entity_drop": null, + "minecraft:note_block": null, + "minecraft:painting": null, + "minecraft:player_head": null, + "minecraft:potion_effects": null, + "minecraft:progress": null, + "minecraft:redstone": null, + "minecraft:tnt_stability": null, + "minecraft:total_enchantment_power": null, + "minecraft:villager_profession": null, + "minecraft:waxed": null, + "minecraft:zombie_villager": null, + "pneumaticcraft:camo": null, + "pneumaticcraft:entity": null, + "pneumaticcraft:pneumatic": null, + "pneumaticcraft:redstone": null, + "pneumaticcraft:semiblock": null, + "pneumaticcraft:tube_module": null, + "supplementaries:hat_stand": null, + "supplementaries:present": null, + "supplementaries:safe": null, + "toms_storage:inventory_config": null, + "toms_storage:inventory_connector": null, + "waystones:waystone": null +} \ No newline at end of file diff --git a/server/config/jamlib/known_suspicious_jars.txt b/server/config/jamlib/known_suspicious_jars.txt new file mode 100644 index 0000000..e69de29 diff --git a/server/config/jei-server.toml b/server/config/jei-server.toml new file mode 100644 index 0000000..8fbb3f8 --- /dev/null +++ b/server/config/jei-server.toml @@ -0,0 +1,7 @@ +["cheat mode"] + #Enable the cheat mode for players who have an operator status (/op). + enableCheatModeForOp = true + #Enable the cheat mode for players who are in the creative mode. + enableCheatModeForCreative = true + #Enable the cheat mode for players who can use the "/give" command. + enableCheatModeForGive = false diff --git a/server/config/jei/blacklist.json b/server/config/jei/blacklist.json new file mode 100644 index 0000000..79e1d53 --- /dev/null +++ b/server/config/jei/blacklist.json @@ -0,0 +1,3 @@ +[ + {"version":2} +] \ No newline at end of file diff --git a/server/config/jei/ingredient-list-mod-sort-order.ini b/server/config/jei/ingredient-list-mod-sort-order.ini new file mode 100644 index 0000000..1d39386 --- /dev/null +++ b/server/config/jei/ingredient-list-mod-sort-order.ini @@ -0,0 +1,51 @@ +Minecraft +Aeromancy & Additions +Artifacts +Badge Box +Bonded +Bosses of Mass Destruction +Building Gadgets 2 +Camera Mod +Charging Gadgets +Cobble Contests +CobbleDollars +Cobblemon +Cobblemon Box Link +Cobblemon Fight or Flight +Cobblemoneternal +Cobblenav +Comforts +Crafting Station +End Remastered +Ender's Equipment +FTB Filter System +FTB Quests +Farmer's Delight +Gateways To Eternity +Gravestone Mod +Handcrafted +Immersive Aircraft +Iron's Gems 'n Jewelry +Iron's Spells 'n Spellbooks +Irons Spells Delight +Lootr +Luggage +MrCrayfish's Furniture Mod: Refurbished +Nameless Necromancy +Nature's Compass +Nether Chested +Oh The Biomes We've Gone +Patchouli +RAR-Compat +Radical Cobblemon Trainers +Relics +Serene Seasons +SimpleTMs +Small Ships +Sophisticated Backpacks +Sophisticated Core +Spice of Life: Carrot Edition +Supplementaries +Supplementaries Squared +Tom's Simple Storage Mod +Waystones diff --git a/server/config/jei/ingredient-list-type-sort-order.ini b/server/config/jei/ingredient-list-type-sort-order.ini new file mode 100644 index 0000000..5d8ea96 --- /dev/null +++ b/server/config/jei/ingredient-list-type-sort-order.ini @@ -0,0 +1,2 @@ +net.minecraft.world.item.ItemStack +net.neoforged.neoforge.fluids.FluidStack diff --git a/server/config/jei/jei-client.ini b/server/config/jei/jei-client.ini new file mode 100644 index 0000000..af3e126 --- /dev/null +++ b/server/config/jei/jei-client.ini @@ -0,0 +1,291 @@ +[appearance] + # Name: Center Search Bar + # Description: Move the JEI search bar to the bottom center of the screen. + # Valid Values: [true, false] + # Default Value: false + centerSearch = false + + # Name: Recipe GUI Height + # Description: The maximum height for the Recipes Gui (in pixels). + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + recipeGuiHeight = 350 + + +[cheating] + # Name: Give Mode + # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + giveMode = MOUSE_PICKUP + + # Name: Cheat Items to Hotbar Using Hotkeys + # Description: Enable cheating items into the hotbar by using Shift + numeric keys. + # Valid Values: [true, false] + # Default Value: false + cheatToHotbarUsingHotkeysEnabled = false + + # Name: Show Hidden Ingredients + # Description: Enable showing ingredients that are not in the creative menu. + # Valid Values: [true, false] + # Default Value: false + showHiddenIngredients = false + + # Name: Show Tag Recipes + # Description: Show recipes for ingredient tags like item tags and block tags. + # Valid Values: [true, false] + # Default Value: false + showTagRecipesEnabled = false + + +[bookmarks] + # Name: Add Bookmarks to Front + # Description: When true, add new bookmarks to the front of the list. When false, add them to the end. + # Valid Values: [true, false] + # Default Value: false + addBookmarksToFrontEnabled = false + + # Name: Drag To Rearrange Bookmarks + # Description: Enable dragging bookmarks to rearrange them in the list. + # Valid Values: [true, false] + # Default Value: true + dragToRearrangeBookmarksEnabled = true + + +[tooltips] + # Name: Bookmarks Tooltips Features + # Description: Extra features for bookmark tooltips. + # Valid Values: A comma-separated list containing values of: + # [PREVIEW, INGREDIENTS] + # Default Value: PREVIEW + bookmarkTooltipFeatures = PREVIEW + + # Name: Shift for Bookmarks Tooltips + # Description: Hold Shift to show bookmark tooltip features. + # Valid Values: [true, false] + # Default Value: true + holdShiftToShowBookmarkTooltipFeatures = true + + # Name: Show Creative Tab Names + # Description: Show creative tab names in ingredient tooltips. + # Valid Values: [true, false] + # Default Value: false + showCreativeTabNamesEnabled = false + + # Name: Show Tag Contents + # Description: Show tag content in tooltips when browsing recipe ingredients. + # Valid Values: [true, false] + # Default Value: true + tagContentTooltipEnabled = true + + # Name: Hide Single-Ingredient Tag Contents + # Description: Hide tag content in tooltips when there is only one ingredient in the tag. + # Valid Values: [true, false] + # Default Value: true + hideSingleTagContentTooltipEnabled = true + + +[performance] + # Name: Low Memory Search + # Description: Set search to low-memory mode (makes search slow but uses less RAM). + # Valid Values: [true, false] + # Default Value: false + lowMemorySlowSearchEnabled = false + + +[lookups] + # Name: Lookup Fluid Contents + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + lookupFluidContentsEnabled = false + + # Name: Lookup ItemBlock Tags + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true + + +[advanced] + # Name: Catch Render Errors + # Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + catchRenderErrorsEnabled = true + + +[input] + # Name: Drag Delay + # Description: Number of milliseconds before a long mouse click is considered dragging the mouse. + # Valid Values: An integer in the range [0, 1000] (inclusive) + # Default Value: 150 + dragDelayInMilliseconds = 150 + + # Name: Smooth Scroll Rate + # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. + # Valid Values: An integer in the range [1, 50] (inclusive) + # Default Value: 9 + smoothScrollRate = 9 + + +[sorting] + # Name: Ingredient Sorting Stages + # Description: Sorting order for the ingredient list. + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + # Name: Recipe Sorting Stages + # Description: Sorting order for displayed recipes. + # Valid Values: A comma-separated list containing values of: + # [BOOKMARKED, CRAFTABLE] + # Default Value: BOOKMARKED, CRAFTABLE + recipeSorterStages = BOOKMARKED, CRAFTABLE + + +[search] + # Name: @Mod Name Search Mode + # Description: Search mode for mod names (prefix: @). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + modNameSearchMode = REQUIRE_PREFIX + + # Name: #Tag Search Mode + # Description: Search mode for tags (prefix: #). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + tagSearchMode = REQUIRE_PREFIX + + # Name: $Tooltip Search Mode + # Description: Search mode for tooltips (prefix: $). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + tooltipSearchMode = ENABLED + + # Name: ^Color Search Mode + # Description: Search mode for colors (prefix: ^). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + colorSearchMode = DISABLED + + # Name: &Resource Location Search Mode + # Description: Search mode for resource locations (prefix: &). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + resourceLocationSearchMode = DISABLED + + # Name: %Creative Tab Search Mode + # Description: Search mode for creative mode tab names (prefix: %). + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + creativeTabSearchMode = DISABLED + + # Name: Search Advanced Tooltips + # Description: Search in advanced tooltips (visible with F3 + H). + # Valid Values: [true, false] + # Default Value: false + searchAdvancedTooltips = false + + # Name: Search Mod Ids + # Description: Search mod IDs in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + searchModIds = true + + # Name: Search Mod Aliases + # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names. + # Valid Values: [true, false] + # Default Value: true + searchModAliases = true + + # Name: Search Short Mod Names + # Description: Search by the shorthand first letters of a mod's name. + # Valid Values: [true, false] + # Default Value: false + searchShortModNames = false + + # Name: Search Ingredient Aliases + # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. + # Valid Values: [true, false] + # Default Value: true + searchIngredientAliases = true + + +[ingredientList] + # Name: Max Rows + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + maxRows = 16 + + # Name: Max Columns + # Description: Max number of columns shown. + # Valid Values: An integer in the range [2, 100] (inclusive) + # Default Value: 9 + maxColumns = 9 + + # Name: Horizontal Alignment + # Description: Horizontal alignment of the ingredient list inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + horizontalAlignment = RIGHT + + # Name: Vertical Alignment + # Description: Vertical alignment of the ingredient list inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + verticalAlignment = TOP + + # Name: Navigation Visibility + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + buttonNavigationVisibility = ENABLED + + # Name: Draw GUI Background + # Description: Enable this to draw a background texture behind the ingredient list. + # Valid Values: [true, false] + # Default Value: false + drawBackground = false + + +[bookmarkList] + # Name: Max Rows + # Description: Max number of rows shown. + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + maxRows = 16 + + # Name: Max Columns + # Description: Max number of columns shown. + # Valid Values: An integer in the range [2, 100] (inclusive) + # Default Value: 9 + maxColumns = 9 + + # Name: Horizontal Alignment + # Description: Horizontal alignment of the bookmark list inside the available area. + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + horizontalAlignment = LEFT + + # Name: Vertical Alignment + # Description: Vertical alignment of the bookmark list inside the available area. + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + verticalAlignment = TOP + + # Name: Navigation Visibility + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + buttonNavigationVisibility = ENABLED + + # Name: Draw GUI Background + # Description: Enable this to draw a background texture behind the bookmark list. + # Valid Values: [true, false] + # Default Value: false + drawBackground = false + + diff --git a/server/config/jei/jei-colors.ini b/server/config/jei/jei-colors.ini new file mode 100644 index 0000000..e230d3b --- /dev/null +++ b/server/config/jei/jei-colors.ini @@ -0,0 +1,9 @@ +[colors] + # Name: Search Colors + # Description: Color values to search for. + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + searchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/server/config/jei/jei-debug.ini b/server/config/jei/jei-debug.ini new file mode 100644 index 0000000..6afd8e8 --- /dev/null +++ b/server/config/jei/jei-debug.ini @@ -0,0 +1,38 @@ +[debug] + # Name: Debug Mode + # Description: Enable debug mode + # Valid Values: [true, false] + # Default Value: false + debugMode = false + + # Name: Debug GUIs + # Description: Enable Debug GUIs mode + # Valid Values: [true, false] + # Default Value: false + debugGuis = false + + # Name: Debug Inputs + # Description: Enable Debug Inputs mode + # Valid Values: [true, false] + # Default Value: false + debugInputs = false + + # Name: Debug Info Tooltips + # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled. + # Valid Values: [true, false] + # Default Value: false + debugInfoTooltipsEnabled = false + + # Name: Enable Crashing Test Items + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + crashingTestItemsEnabled = false + + # Name: Log Search Tree Statistics + # Description: Log information about the suffix trees used for searching, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + logSuffixTreeStats = false + + diff --git a/server/config/jei/jei-mod-id-format.ini b/server/config/jei/jei-mod-id-format.ini new file mode 100644 index 0000000..edc0e30 --- /dev/null +++ b/server/config/jei/jei-mod-id-format.ini @@ -0,0 +1,12 @@ +[modName] + # Name: Mod Name Format + # Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable. + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + modNameFormat = blue italic + + diff --git a/server/config/jei/recipe-category-sort-order.ini b/server/config/jei/recipe-category-sort-order.ini new file mode 100644 index 0000000..f4c1dfe --- /dev/null +++ b/server/config/jei/recipe-category-sort-order.ini @@ -0,0 +1,33 @@ +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire_cooking +minecraft:compostable +minecraft:fuel +minecraft:smelting +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +cobblemon:berry_recipe +cobblemonintegrations:cobblemon_drops +cobblemonintegrations:evo_items +farmersdelight:cooking +farmersdelight:cutting +farmersdelight:decomposition +ftbquests:loot_crate +ftbquests:quest +irons_jewelry:jewelcrafting +irons_spellbooks:alchemist_cauldron +irons_spellbooks:arcane_anvil +irons_spellbooks:scroll_forge +jei:information +refurbished_furniture:cutting_board_combining +refurbished_furniture:cutting_board_slicing +refurbished_furniture:freezer_solidifying +refurbished_furniture:frying_pan_cooking +refurbished_furniture:grill_cooking +refurbished_furniture:microwave_heating +refurbished_furniture:oven_baking +refurbished_furniture:toaster_heating +refurbished_furniture:workbench_constructing diff --git a/server/config/jumpboat-server.toml b/server/config/jumpboat-server.toml new file mode 100644 index 0000000..e74be71 --- /dev/null +++ b/server/config/jumpboat-server.toml @@ -0,0 +1,9 @@ +[Common] + #Jump height modifier when in water. + # Default: 0.4 + # Range: 0.0 ~ 2.147483647E9 + jumpHeightInWater = 0.4 + #Jump height modifier when on land. + # Default: 0.3 + # Range: 0.0 ~ 2.147483647E9 + jumpHeightOnLand = 0.3 diff --git a/server/config/konkrete/locals/de_de.local b/server/config/konkrete/locals/de_de.local new file mode 100644 index 0000000..2da2a5a --- /dev/null +++ b/server/config/konkrete/locals/de_de.local @@ -0,0 +1,16 @@ +general.width = Breite +general.height = Höhe +general.on = An +general.off = Aus + +popup.done = Fertig + +popup.yesno.confirm = Bestätigen +popup.yesno.cancel = Abbrechen + +popup.notification.accept = Akzeptieren + +popup.choosefile.back = ZURÜCK +popup.choosefile.title = Datei wählen +popup.choosefile.choose = Wählen +popup.choosefile.supported = Unterstützte Dateitypen: diff --git a/server/config/konkrete/locals/en_us.local b/server/config/konkrete/locals/en_us.local new file mode 100644 index 0000000..6b4b757 --- /dev/null +++ b/server/config/konkrete/locals/en_us.local @@ -0,0 +1,19 @@ +general.width = Width +general.height = Height +general.on = On +general.off = Off + +popup.done = Done + +popup.yesno.confirm = Confirm +popup.yesno.cancel = Cancel + +popup.notification.accept = Accept + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose +popup.choosefile.supported = Supported file types: + +configscreen.boolean.enabled = Enabled +configscreen.boolean.disabled = Disabled diff --git a/server/config/konkrete/locals/pl_pl.local b/server/config/konkrete/locals/pl_pl.local new file mode 100644 index 0000000..55c0df7 --- /dev/null +++ b/server/config/konkrete/locals/pl_pl.local @@ -0,0 +1,15 @@ +general.width = Szerokość +general.height = Wysokość +general.on = On +general.off = Off + +popup.done = Gotowe + +popup.yesno.confirm = Potwierdź +popup.yesno.cancel = Anuluj + +popup.notification.accept = Zaakceptuj + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose diff --git a/server/config/konkrete/locals/pt_br.local b/server/config/konkrete/locals/pt_br.local new file mode 100644 index 0000000..ed797b2 --- /dev/null +++ b/server/config/konkrete/locals/pt_br.local @@ -0,0 +1,15 @@ +general.width = Largura +general.height = Altura +general.on = Ligado +general.off = Desligado + +popup.done = Pronto + +popup.yesno.confirm = Confirmar +popup.yesno.cancel = Cancelar + +popup.notification.accept = Aceitar + +popup.choosefile.back = VOLTAR +popup.choosefile.title = Escolher arquivo +popup.choosefile.choose = Escolher diff --git a/server/config/leaky.json b/server/config/leaky.json new file mode 100644 index 0000000..6e691e4 --- /dev/null +++ b/server/config/leaky.json @@ -0,0 +1,26 @@ +{ + "improveItemPerformance": { + "desc:": "Improves item entiy performance, significantly reduing their overhead. default: true", + "improveItemPerformance": true + }, + "highlightitems": { + "desc:": "Choose if nearby reported stacked item entities should be glowing, default: true", + "highlightitems": true + }, + "reportThreshold": { + "desc:": "Set the min amount of stacked items being reported, default: 100", + "reportThreshold": 100 + }, + "autoremovethreshold": { + "desc:": "Set the amount of stacked items being automatically removed, default: 160", + "autoremovethreshold": 160 + }, + "reportInterval": { + "desc:": "Set the amount of seconds between repeated notifications: default: 180", + "reportInterval": 180 + }, + "chatnotification": { + "desc:": "Set the chat notification type, one of these: PLAYER(closest player), EVERYONE(all players), NONE. default: PLAYER", + "chatnotification": "PLAYER" + } +} \ No newline at end of file diff --git a/server/config/leavesbegone-server.toml b/server/config/leavesbegone-server.toml new file mode 100644 index 0000000..d7794a5 --- /dev/null +++ b/server/config/leavesbegone-server.toml @@ -0,0 +1,13 @@ +#Maximum ticks it takes for leaves to decay. +#Default Value: 20 +# Default: 20 +# Range: > 0 +maximum_decay_ticks = 20 +#Minimum ticks after which leaves will start to decay. +#Default Value: 5 +# Default: 5 +# Range: > 0 +minimum_decay_ticks = 5 +#Leaves not attached to their own kind will decay. Does not work properly with trees that generate different leave blocks like azalea. +#Default Value: false +ignore_other_leave_types = false diff --git a/server/config/legendarytooltips.toml b/server/config/legendarytooltips.toml new file mode 100644 index 0000000..eb595f5 --- /dev/null +++ b/server/config/legendarytooltips.toml @@ -0,0 +1,119 @@ +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where +# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +[client] + + [client.visual_options] + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. + name_separator = true + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). + borders_match_rarity = true + # If enabled, tooltips will display a drop shadow. + tooltip_shadow = true + # If enabled, items showing a custom border will have a special shine effect when hovered over. + shine_effect = true + # If enabled, tooltip titles will be drawn centered. + centered_title = true + # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. + enforce_minimum_width = false + # If enabled, some unnecessary text and spacing will be removed from equipment tooltips. + compact_tooltips = true + # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability. + #Allowed Values: NONE, EQUIPMENT, ALL + render_item_model = "EQUIPMENT" + # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation. + # Default: 12.0 + # Range: 0.0 ~ 50.0 + model_rotation_speed = 12.0 + + # Entry types: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT/Item component - & followed by tag or component name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&damage>100", "&Tier>1", "&map_id!=128", "&enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&enchantments", "minecraft:stick+~!common+&damage>100" + [client.definitions] + level0_entries = ["!epic", "!rare"] + level1_entries = [] + level2_entries = [] + level3_entries = [] + level4_entries = [] + level5_entries = [] + level6_entries = [] + level7_entries = [] + level8_entries = [] + level9_entries = [] + level10_entries = [] + level11_entries = [] + level12_entries = [] + level13_entries = [] + level14_entries = [] + level15_entries = [] + # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. + blacklist = [] + + # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. + # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. + [client.priorities] + priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + + # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. + # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. + # + # VALID COLOR FORMATS + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. + # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. + # Examples: 15614720, "4278251143" + # + # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. + # Examples: "red", "dark_purple", "gold" + # + # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. + # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". Must be quoted. + # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + [client.colors] + level0_colors = [-6723294, -10864099, -266991104, -401208832] + level1_colors = ["auto", "auto", "auto", "auto"] + level2_colors = ["auto", "auto", "auto", "auto"] + level3_colors = ["auto", "auto", "auto", "auto"] + level4_colors = ["auto", "auto", "auto", "auto"] + level5_colors = ["auto", "auto", "auto", "auto"] + level6_colors = ["auto", "auto", "auto", "auto"] + level7_colors = ["auto", "auto", "auto", "auto"] + level8_colors = ["auto", "auto", "auto", "auto"] + level9_colors = ["auto", "auto", "auto", "auto"] + level10_colors = ["auto", "auto", "auto", "auto"] + level11_colors = ["auto", "auto", "auto", "auto"] + level12_colors = ["auto", "auto", "auto", "auto"] + level13_colors = ["auto", "auto", "auto", "auto"] + level14_colors = ["auto", "auto", "auto", "auto"] + level15_colors = ["auto", "auto", "auto", "auto"] diff --git a/server/config/limitedchunks.json b/server/config/limitedchunks.json new file mode 100644 index 0000000..2037af0 --- /dev/null +++ b/server/config/limitedchunks.json @@ -0,0 +1,14 @@ +{ + "chunkunloadnoplayer": { + "desc:": "How many minutes chunkloaded chunks stay active after player logging out. default:10, min 0, max 2000", + "chunkunloadnoplayer": 10 + }, + "debugLog": { + "desc:": "Print log messages for which chunk tickets are unloaded where. Default: false", + "debugLog": false + }, + "excludedtickets": { + "desc:": "List of excluded ticket/chunkload types, these are mod-specific. : e.g. format : [\"mekanism\", \"player\"]", + "excludedtickets": [] + } +} \ No newline at end of file diff --git a/server/config/lithium.properties b/server/config/lithium.properties new file mode 100644 index 0000000..fdb5556 --- /dev/null +++ b/server/config/lithium.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Lithium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/server/config/lithostitched.json b/server/config/lithostitched.json new file mode 100644 index 0000000..1c13bc4 --- /dev/null +++ b/server/config/lithostitched.json @@ -0,0 +1,7 @@ +{ + // If disabled, some mod compat features will be turned off to prioritize parity with vanilla seeds. + // The following features will break if disabled: + // - Custom wood type shipwrecks + // - Structure optimizations + "breaks_seed_parity": true +} \ No newline at end of file diff --git a/server/config/lootbeams/custom_config.toml b/server/config/lootbeams/custom_config.toml new file mode 100644 index 0000000..0177732 --- /dev/null +++ b/server/config/lootbeams/custom_config.toml @@ -0,0 +1,36 @@ +# Don't change this! Version used to track needed updates. +version = 0 + +[equipmentRegister] +by_name = [ ] +by_tag = [ + "#minecraft:swords", + "#minecraft:axes", + "#forge:tools/tridents", + "#c:spears", + "#c:tools/daggers", + "#c:tools/clubs", + "#c:tools/hammers", + "#c:tools/quarterstaves", + "#c:tools/spears", + "#c:tools/knife", + "#c:tools/spear" +] +by_modid = [ + "weaponmod" +] +blacklist_by_name = [ + "weaponmod:bullet", + "weaponmod:cannonball", + "weaponmod:shot", + "weaponmod:bolt", + "weaponmod:shell", + "weaponmod:musket-ironpart", + "weaponmod:blunder-ironpart", + "weaponmod:gun-stock", + "weaponmod:mortar-ironpart", + "weaponmod:dummy" +] + +[rareCondition] +rare_ordinal_min = 3 \ No newline at end of file diff --git a/server/config/lootbeams/dynamic_config.toml b/server/config/lootbeams/dynamic_config.toml new file mode 100644 index 0000000..33a7098 --- /dev/null +++ b/server/config/lootbeams/dynamic_config.toml @@ -0,0 +1,4 @@ +# Don't change this! Version used to track needed updates. +version = 0 +enable_dynamic = true +half_round_ticks = 30 \ No newline at end of file diff --git a/server/config/lootbeams/light_config.toml b/server/config/lootbeams/light_config.toml new file mode 100644 index 0000000..d6b1cc8 --- /dev/null +++ b/server/config/lootbeams/light_config.toml @@ -0,0 +1,41 @@ +# Don't change this! Version used to track needed updates. +version = 0 + +[beam] +enable_beam = true +beam_fade_in_time = 10 +beam_fade_in_distance = 15.0 +beam_radius = 0.55 +beam_height = 1.5 +beam_y_offset = 0.5 +beam_alpha = 0.75 +common_shorter_beam = true +solid_beam = true +require_on_ground = true + +[glow] +enable_glow = true +glow_effect_radius = 0.5 + +[customColorSetting] +enable_custom_color = false +color_override_by_name = { } +color_override_by_tag = [ ] +color_override_by_modid = [ ] + +[lightEffectFilter] +all_item = false +only_rare = false +only_equipment = true +whitelist_by_name = [ + "minecraft:totem_of_undying", + "minecraft:end_crystal", + "minecraft:nether_star", + "minecraft:wither_skeleton_skull", + "minecraft:diamond" +] +whitelist_by_tag = [ ] +whitelist_by_modid = [ ] +blacklist_by_name = [ ] +blacklist_by_tag = [ ] +blacklist_by_modid = [ ] \ No newline at end of file diff --git a/server/config/lootbeams/loot_information_config.toml b/server/config/lootbeams/loot_information_config.toml new file mode 100644 index 0000000..7297cdc --- /dev/null +++ b/server/config/lootbeams/loot_information_config.toml @@ -0,0 +1,22 @@ +# Don't change this! Version used to track needed updates. +version = 0 + +[lootInformationControl] +loot_information_status = "NAME_AND_RARITY_IN_NAMETAG" +showInfoForAllItem = true + +[rarity] +showRarityFor = "RARE" + +[nameTag] +render_name_tag_on_look = true +add_text_border = true +render_stack_count = true +name_tag_look_sensitivity = 0.018 +name_tag_text_alpha = 1.0 +name_tag_background_alpha = 0.5 +name_tag_scale = 1.0 +name_tag_y_offset = 0.75 + +[tooltips] +render_tooltips_on_crouch = true \ No newline at end of file diff --git a/server/config/lootbeams/sound_config.toml b/server/config/lootbeams/sound_config.toml new file mode 100644 index 0000000..841ad88 --- /dev/null +++ b/server/config/lootbeams/sound_config.toml @@ -0,0 +1,11 @@ +# Don't change this! Version used to track needed updates. +version = 0 + +[sound] +enable_sound = true +sound_volume = 1.0 + +[soundFilter] +blacklist_by_name = [ ] +blacklist_by_tag = [ ] +blacklist_by_modid = [ ] \ No newline at end of file diff --git a/server/config/lootintegrations.json b/server/config/lootintegrations.json new file mode 100644 index 0000000..20eef4a --- /dev/null +++ b/server/config/lootintegrations.json @@ -0,0 +1,14 @@ +{ + "showcontainerloottable": { + "desc:": "Set to true to print containers loottable to chat on first open: default:false", + "showcontainerloottable": false + }, + "skipMapItems": { + "desc:": "Skips map items during additional item generation, to avoid structure search lag (maps in the original chest still exist): default:true", + "skipMapItems": true + }, + "debugOutput": { + "desc:": "Shows the added loot in the log if enabled: default:false", + "debugOutput": false + } +} \ No newline at end of file diff --git a/server/config/lootr-client.toml b/server/config/lootr-client.toml new file mode 100644 index 0000000..979d637 --- /dev/null +++ b/server/config/lootr-client.toml @@ -0,0 +1,6 @@ +[textures] + #configuration options for textures + #set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently + vanilla_textures = false + #set to true to use the new Lootr textures + new_textures = true diff --git a/server/config/lootr-common.toml b/server/config/lootr-common.toml new file mode 100644 index 0000000..0d18a11 --- /dev/null +++ b/server/config/lootr-common.toml @@ -0,0 +1,108 @@ +[conversion] + #configuration options for the conversion of chests + #determine whether or not loot generated is the same for all players using the provided seed, or randomised per player + randomise_seed = true + #the maximum age for containers; entries above this age will be discarded [default: 60 * 20 * 15, fifteen minutes] [note: the value 6000 will be corrected to 18000. if you wish to use 6000, please use 6001 or 5999.] + # Default: 18000 + # Range: > 0 + max_age = 18000 + #if true, no chests will be converted + disable = false + #whether or not mineshaft chest minecarts should be converted to standard loot chests + convert_mineshafts = true + #whether or not the Elytra item frame should be converted into a standard loot chest with a guaranteed elytra + convert_elytras = true + #lootr will automatically log all unresolved tables (i.e., for containers that have a loot table associated with them but, for whatever reason, the lookup for this table returns empty). setting this option to true additionally informs players when they open containers. + report_unresolved_tables = false + #disregard chests and chunks that are outside of the world border; enable this option if you are using a world border and are suffering consistent TPS issues; if you change the world border, you will need to restart your client + check_world_border = false + #checks structure pieces as well as structure starts when determining if a structure contains a position, more accurate but may cause lag (default true) + perform_piecewise_check = true + +[whitelist] + #configuration for specific whitelisting and blacklisting of dimensions, loot tables and modids + #list of dimensions (to the exclusion of all others) that loot chest should be replaced in (default: blank, allowing all dimensions, e.g., ["minecraft:overworld", "minecraft:the_end"]) + dimension_whitelist = [] + #list of dimensions that loot chests should not be replaced in (default: blank, allowing all dimensions, format e.g., ["minecraft:overworld", "minecraft:the_end"]) + dimension_blacklist = [] + #list of dimensions by modid that loot chests should not be replaced in (default: blank, allowing all modids, format e.g., ["minecraft + #othermod"]) + modid_dimension_blacklist = [] + #list of dimensions by modid that loot chest should be replaced in (default: blank, allowing all modids, format e.g., ["minecraft + #othermod"]) + modid_dimension_whitelist = [] + #list of loot tables which shouldn't be converted (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) + loot_table_blacklist = [] + #list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"]) + loot_modid_blacklist = [] + +[breaking] + #configuration options for breaking containers + #prevent the destruction of Lootr chests except while sneaking in creative mode + disable_break = false + #allow the destruction of Lootr chests regardless. overrides `disable_break` + enable_break = false + #allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players + enable_fake_player_break = false + #lootr chests cannot be destroyed by creeper or TNT explosions + blast_resistant = false + #lootr chests cannot be destroyed by any explosion + blast_immune = false + #lootr chests will drop the contents of the player-specific inventory (generated when not generated) when broken + should_drop_player_loot = false + +[power] + #configuration options for comparators and redstone power + #when true, comparators on Lootr containers will give an output of 1; when false, they will give an output of 0 + power_comparators = true + #when true, custom inventories will act like trapped chests when opened + trapped_custom = false + +[notifications] + #configuration options for notifications + #prevent notifications of decaying or refreshed chests + disable_notifications = false + #maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay) + # Default: 600 + # Range: > -1 + notification_delay = 600 + #disables styling of breaking, decaying and refreshing messages sent to players + disable_message_styles = false + +[decay] + #configuration options for decaying containers + #how long (in ticks) a decaying loot containers should take to decay (default 5 minutes = 5 * 60 * 20) + # Default: 6000 + # Range: > 0 + decay_value = 6000 + #list of loot tables which will decay (default blank, meaning no chests decay, in the format of (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) + decay_loot_tables = [] + #list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"]) + decay_modids = [] + #list of dimensions where loot chests should automatically decay (default: blank, e.g., ["minecraft:the_nether", "minecraft:the_end"]) + decay_dimensions = [] + #containers that have already been marked as decaying will be decayed during level tick as well as when next opened + perform_decay_while_ticking = true + #containers that have not yet been marked as decaying will be marked for decay during level tick as well as when next opened + start_decay_while_ticking = false + #overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being opened for the first time + decay_all = false + +[refresh] + #configuration options for refreshing containers + #how long (in ticks) a refreshing loot containers should take to refresh their contents (default 20 minutes = 20 * 60 * 20) + # Default: 24000 + # Range: > 0 + refresh_value = 24000 + #list of loot tables which will refresh (default blank, meaning no chests refresh, in the format of ["modid:loot_table", "othermodid:loot_table"]) + refresh_loot_tables = [] + #list of mod IDs whose loot tables will refresh (default blank, meaning no chests refresh, in the format of ["modid", "othermodid"]) + refresh_modids = [] + #list of dimensions where loot chests should automatically refresh (default: blank, e.g., ["minecraft:overworld", "othermod:otherdimension"]) + refresh_dimensions = [] + #containers that have already been marked as refreshing will be refreshed during level tick as well as when next opened + perform_refresh_while_ticking = true + #containers that have not yet been marked as refreshing will be marked for refresh during level tick as well as when next opened + start_refresh_while_ticking = true + #overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being opened for the first time + refresh_all = false diff --git a/server/config/memorysettings.json b/server/config/memorysettings.json new file mode 100644 index 0000000..8f9e3dc --- /dev/null +++ b/server/config/memorysettings.json @@ -0,0 +1,48 @@ +{ + "minimumClient": { + "desc:": "Set the clients minimum memory warning threshold in MB. Choose the lowest value possible which keeps the pack playable. default:2500, min 2500, max 25000", + "minimumClient": 2500 + }, + "maximumClient": { + "desc:": "Set the clients maximum memory warning threshold in MB. Choose a generous maximum with some additional over the required, e.g.recommended memory for the pack is 6000mb then set this to ~8000mb", + "maximumClient": 8500 + }, + "minimumServer": { + "desc:": "Set the servers minimum memory warning threshold in MB. Choose the lowest value possible which keeps the pack playable. default:2500, min 2500, max 25000", + "minimumServer": 2500 + }, + "maximumServer": { + "desc:": "Set the servers maximum memory warning threshold in MB. Choose a generous maximum with some additional over the required, e.g.recommended is 6000mb then set this to ~8000mb", + "maximumServer": 8500 + }, + "disableWarnings": { + "desc:": "Disable the memory warnings, default: false", + "disableWarnings": false + }, + "howtolink": { + "desc:": "Set the link used to guide players to a website with instructions to change memory allocation", + "howtolink": "https://apexminecrafthosting.com/how-to-allocate-more-ram/" + }, + "warningTolerance": { + "desc:": "Set how many percent the memory is allowed to deviate from the recommended for the system before warning about it, default: 30, max 100", + "warningTolerance": 30 + }, + "recommendedMemory": { + "desc:": "Set the recommended memory values based off system memory in MB. [\"system memory:recommended\"]", + "memory values": [ + "3000:2000", + "4000:3000", + "5000:3500", + "6000:3700", + "7000:4000", + "8000:4200", + "10000:5000", + "12000:6000", + "16000:7000", + "20000:8000", + "24000:9000", + "32000:9500", + "64000:10000" + ] + } +} \ No newline at end of file diff --git a/server/config/mob_armor_trims.toml b/server/config/mob_armor_trims.toml new file mode 100644 index 0000000..b1b542a --- /dev/null +++ b/server/config/mob_armor_trims.toml @@ -0,0 +1,43 @@ +# Settings for the Custom Trim Combinations backend. +# These settings will only make a difference, if the CUSTOM_TRIM_COMBINATIONS backend is enabled +[trim_combinations] + # The list of custom trim combinations. + # + # To create a new trim combination, add a new list with with 5 lists inside. + # Then for the first inner list, add a String. In the rest of the inner lists, add 2 Strings. + # It should look somewhat like this: [[""], ["", ""], ["", ""], ["", ""], ["", ""]] + # Make sure to have the outer list separated with a comma from other trim combinations. + # + # In the first lists String, enter the Armor Material, the trim combination should be applied on. + # For example: ["gold"] + # + # For the rest of the lists, in the first String, enter a valid Trim Material. + # In the second String, enter a valid Trim Pattern + # To not have to specify the whole trim pattern, you can leave out the "_armor_trim_smithing_template" part of the pattern, as it is the same for every pattern. + # For example: ["amethyst_shard", "silence"] + custom_trim_combinations = [] + +# General Settings for the mod +[general] + # Chance of the mob having no trims at all + no_trims_chance = 25 + # Select the System of how to select, what trims to give mobs. + # - RANDOM_TRIMS: Randomly choose the trim, but also take the previous trim highly into account. + # - CUSTOM_TRIMS: Choose the trim from a list of custom trims. You can manage the trims yourself + enabled_system = "RANDOM_TRIMS" + +# Settings for the Random Trims backend. +# These settings will only make a difference, if the RANDOM_TRIMS backend is enabled +[random_trims] + # Chance of each armor piece having a similar armor trim as the previous armor piece + similar_trim_chance = 75 + # Chance of each armor piece from a mob having an armor trim + trim_chance = 75 + +# Settings for the Stacked Armor Trims Mod Compatibility. +# These settings will only make a difference, if the STACKED_TRIMS backend is enabled and the stacked armor trims mod is used +[stacked_trims] + # Chance of each armor piece having an additional armor trim on + stacked_trim_chance = 10 + # The maximum amount of armor trims that can be stacked on each other + max_stacked_trims = 3 diff --git a/server/config/modernfix-common.toml b/server/config/modernfix-common.toml new file mode 100644 index 0000000..06f4a3d --- /dev/null +++ b/server/config/modernfix-common.toml @@ -0,0 +1,2 @@ +#These JEI plugins will be loaded on the main thread +blacklist_async_jei_plugins = ["jepb:jei_plugin"] diff --git a/server/config/modernfix-mixins.properties b/server/config/modernfix-mixins.properties new file mode 100644 index 0000000..7e4a6f2 --- /dev/null +++ b/server/config/modernfix-mixins.properties @@ -0,0 +1,81 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=true # (default) +# mixin.bugfix.cofh_core_crash=true # (default) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.ctm_resourceutil_cme=true # (default) +# mixin.bugfix.ender_dragon_leak=true # (default) +# mixin.bugfix.entity_pose_stack=true # (default) +# mixin.bugfix.extra_experimental_screen=true # (default) +# mixin.bugfix.fix_config_crashes=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=true # (default) +# mixin.bugfix.recipe_book_type_desync=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.unsafe_modded_shape_caches=true # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.registry_event_progress=false # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_model_materials=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=true # (default) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.datapack_reload_exceptions=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_resources.ctm=true # (default) +# mixin.perf.dynamic_resources.ldlib=true # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.kubejs=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.nbt_memory_usage=true # (default) +# mixin.perf.patchouli_deduplicate_books=true # (default) +# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.resourcepacks=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.tag_id_caching=true # (default) +# mixin.perf.thread_priorities=true # (default) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. diff --git a/server/config/moonlight-client.toml b/server/config/moonlight-client.toml new file mode 100644 index 0000000..0584dba --- /dev/null +++ b/server/config/moonlight-client.toml @@ -0,0 +1,12 @@ +[general] + #Merge all dynamic resource packs from all mods that use this library into a single pack + merge_dynamic_packs = true + #Prevents map texture from being upladed to GPU when only map markers have changed.Could increase performance + lazy_map_upload = true + #Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla + # Default: 3 + # Range: 0 ~ 4 + maps_mipmap = 3 + #Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models.Using no gui will prevent it from changing item rendered in GUIs, in case you dont like that look.Note there is a known compat issue with Figura mod. Keep this True or False with that one + #Allowed Values: FALSE, NO_GUI, TRUE + consistent_entity_renderer_shading = "NO_GUI" diff --git a/server/config/moonlight-common.toml b/server/config/moonlight-common.toml new file mode 100644 index 0000000..e69de29 diff --git a/server/config/nameless_necromancy-common.toml b/server/config/nameless_necromancy-common.toml new file mode 100644 index 0000000..21c4971 --- /dev/null +++ b/server/config/nameless_necromancy-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = true +#A magic number +# Default: 42 +# Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] diff --git a/server/config/naturescompass-client.toml b/server/config/naturescompass-client.toml new file mode 100644 index 0000000..d9fb3d7 --- /dev/null +++ b/server/config/naturescompass-client.toml @@ -0,0 +1,12 @@ +[Client] + #Displays Nature's Compass information even while chat is open. + displayWithChatOpen = true + #Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills + fixBiomeNames = true + #The line offset for information rendered on the HUD. + # Default: 1 + # Range: 0 ~ 50 + overlayLineOffset = 1 + #The side for information rendered on the HUD. Ex: LEFT, RIGHT + #Allowed Values: LEFT, RIGHT + overlaySide = "LEFT" diff --git a/server/config/naturescompass-common.toml b/server/config/naturescompass-common.toml new file mode 100644 index 0000000..3467050 --- /dev/null +++ b/server/config/naturescompass-common.toml @@ -0,0 +1,19 @@ +[General] + #Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode. + allowTeleport = true + #Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing. + displayCoordinates = true + #biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource . + # Default: 2500 + # Range: 0 ~ 1000000 + radiusModifier = 2500 + #biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive. + # Default: 16 + # Range: 0 ~ 1000000 + sampleSpaceModifier = 16 + #A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: ["minecraft:savanna", "minecraft:desert", "minecraft:*ocean*"] + biomeBlacklist = [] + #The maximum number of samples to be taken when searching for a biome. + # Default: 50000 + # Range: 0 ~ 1000000 + maxSamples = 50000 diff --git a/server/config/neoforge-client.toml b/server/config/neoforge-client.toml new file mode 100644 index 0000000..95f12b5 --- /dev/null +++ b/server/config/neoforge-client.toml @@ -0,0 +1,8 @@ +#EXPERIMENTAL: Enable the NeoForge block rendering pipeline - fixes the lighting of custom models. +experimentalForgeLightPipelineEnabled = false +#When enabled, NeoForge will show any warnings that occurred during loading. +showLoadWarnings = true +#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. +useCombinedDepthStencilAttachment = false +#A config option mainly for developers. Logs out configuration values that do not have translations when running a client in a development environment. +logUntranslatedConfigurationWarnings = true diff --git a/server/config/neoforge-common-1.toml.bak b/server/config/neoforge-common-1.toml.bak new file mode 100644 index 0000000..5378854 --- /dev/null +++ b/server/config/neoforge-common-1.toml.bak @@ -0,0 +1,6 @@ +#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logUntranslatedItemTagWarnings = "SILENCED" +#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logLegacyTagWarnings = "DEV_SHORT" diff --git a/server/config/neoforge-common.toml b/server/config/neoforge-common.toml new file mode 100644 index 0000000..9e1ac4c --- /dev/null +++ b/server/config/neoforge-common.toml @@ -0,0 +1,8 @@ +#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logUntranslatedItemTagWarnings = "SILENCED" +#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. +#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE +logLegacyTagWarnings = "DEV_SHORT" +#Set this to true to enable showing debug information about attributes on an item when advanced tooltips is on. +attributeAdvancedTooltipDebugInfo = true diff --git a/server/config/neoforge-server.toml b/server/config/neoforge-server.toml new file mode 100644 index 0000000..a9e1b62 --- /dev/null +++ b/server/config/neoforge-server.toml @@ -0,0 +1,10 @@ +#Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. +removeErroringBlockEntities = false +#Set this to true to remove any Entity (Note: Does not include BlockEntities) that throws an error in its tick method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. +removeErroringEntities = false +#Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false. +fullBoundingBoxLadders = false +#The permission handler used by the server. Defaults to neoforge:default_handler if no such handler with that name is registered. +permissionHandler = "neoforge:default_handler" +#Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically. +advertiseDedicatedServerToLan = true diff --git a/server/config/nerb.yaml b/server/config/nerb.yaml new file mode 100644 index 0000000..2ead480 --- /dev/null +++ b/server/config/nerb.yaml @@ -0,0 +1,6 @@ +# Recipe Book mode: +# DISABLED: Removes the recipe book button with its default functionality from your inventory. +# ENABLED: Retains the recipe book button in your inventory, but its default functionality remains disabled. +# DISCOVERED: Automatically unlocks all existing recipes in your recipe book. Does not apply any optimizations. +# TOGGLE: Keeps the recipe book button in your inventory, but instead of toggling the recipe book, it toggles the visibility of the JEI/REI/EMI UI. Its default functionality remains disabled. +buttonMode: TOGGLE diff --git a/server/config/netherchested-server.toml b/server/config/netherchested-server.toml new file mode 100644 index 0000000..6a47e0e --- /dev/null +++ b/server/config/netherchested-server.toml @@ -0,0 +1,17 @@ +#Strength of the explosion when a nether chest is trying to be opened in the nether dimension. +#Default Value: 5 +# Default: 5 +# Range: > -2147483648 +nether_explosion_strength = 5 +#Explode a nether chest when it is trying to be opened in the nether dimension. +#Default Value: false +explode_in_nether = false +#Multiplier for the max stack size for all items placed in a nether chest. +#The stack size of already damaged items cannot be increased. +#Default Value: 8 +# Default: 8 +# Range: 1 ~ 32 +stack_size_multiplier = 8 +#Prevent a nether chest from opening when a block is placed directly above. +#Default Value: true +no_block_above = true diff --git a/server/config/obscuria/loot_journal-client.toml b/server/config/obscuria/loot_journal-client.toml new file mode 100644 index 0000000..ed625c2 --- /dev/null +++ b/server/config/obscuria/loot_journal-client.toml @@ -0,0 +1,36 @@ +[Display] + #Allowed Values: CLASSIC, FLAT, TEXT + style = "CLASSIC" + useRarityColor = true + itemsColor = "FFFFFF" + groupedItemsColor = "FFFFFF" + experienceColor = "55FF55" + displayExperience = true + displayTotal = true + +[Positioning] + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + anchor = "BOTTOM_RIGHT" + # Default: 3 + # Range: 0 ~ 256 + anchorOffset = 3 + # Default: 3 + # Range: 0 ~ 16 + notificationSeparation = 3 + # Default: 6 + # Range: 0 ~ 32 + notificationLifetime = 6 + # Default: 12 + # Range: 1 ~ 64 + maxVisibleNotifications = 12 + # Default: 23 + # Range: 0 ~ 256 + maxQueuedNotifications = 23 + +[Filtering] + #Allowed Values: ALL_WHITELISTED, ALL_BLACKLISTED + defaultBehavior = "ALL_WHITELISTED" + tabsBlacklist = [] + itemsBlacklist = [] + tabsWhitelist = [] + itemsWhitelist = [] diff --git a/server/config/observable.json b/server/config/observable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/server/config/observable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/server/config/particle_core_config.toml b/server/config/particle_core_config.toml new file mode 100644 index 0000000..8241988 --- /dev/null +++ b/server/config/particle_core_config.toml @@ -0,0 +1,2 @@ +# Don't change this! Version used to track needed updates. +version = 0 \ No newline at end of file diff --git a/server/config/particle_core_disabled_optimizations.json b/server/config/particle_core_disabled_optimizations.json new file mode 100644 index 0000000..de7c1fc --- /dev/null +++ b/server/config/particle_core_disabled_optimizations.json @@ -0,0 +1,12 @@ +{ + "_Disable_Optimizations_Options": { + "ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)", + "TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (WorldRendererTypeMixin)", + "DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (WorldRendererDecreaseMixin)", + "LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleMixin)", + "POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)" + }, + "disableOptimizations": [ + "NONE" + ] +} \ No newline at end of file diff --git a/server/config/patchouli-client.toml b/server/config/patchouli-client.toml new file mode 100644 index 0000000..9832aa6 --- /dev/null +++ b/server/config/patchouli-client.toml @@ -0,0 +1,15 @@ +#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled +disableAdvancementLocking = false +#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ +noAdvancementBooks = [] +#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode +testingMode = false +#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. +inventoryButtonBook = "" +#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. +useShiftForQuickLookup = false +#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing. +#Allowed Values: OVERFLOW, TRUNCATE, RESIZE +textOverflowMode = "RESIZE" +#How long in ticks the quick lookup key needs to be pressed before the book opens +quickLookupTime = 10 diff --git a/server/config/perception.yaml b/server/config/perception.yaml new file mode 100644 index 0000000..1a70b1f --- /dev/null +++ b/server/config/perception.yaml @@ -0,0 +1,4 @@ +# Toggles advanced configuration files, allowing customization of most of the mod's functionality. May contain WIP content that may change in the future. +# +# Activating this feature may lead to unintended consequences, so use it only if you know what you're doing. If any part of the mod update involves changes to the configuration file values, these changes will not be applied automatically. You will need to manually update the necessary sections or reset them to their original state. +enabledExtendedConfigs: false diff --git a/server/config/placebo.cfg b/server/config/placebo.cfg new file mode 100644 index 0000000..b97be44 --- /dev/null +++ b/server/config/placebo.cfg @@ -0,0 +1,17 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Placebo Config + +wandering_trader { + # If the generic trade list will be cleared before datapack loaded trades are added. + # Server-authoritative. + # Default: false + B:"Clear Generic Trades"=false + + # If the rare trade list will be cleared before datapack loaded trades are added. + # Server-authoritative. + # Default: false + B:"Clear Rare Trades"=false +} + + diff --git a/server/config/polylib.json b/server/config/polylib.json new file mode 100644 index 0000000..e9d224a --- /dev/null +++ b/server/config/polylib.json @@ -0,0 +1,4 @@ +{ + // Allows poly lib to run as a server side only support. Without this, non-vanilla clients without polylib may not be able to connect. + "serverOnlySupport": false +} \ No newline at end of file diff --git a/server/config/rctmod-client.toml b/server/config/rctmod-client.toml new file mode 100644 index 0000000..f832af3 --- /dev/null +++ b/server/config/rctmod-client.toml @@ -0,0 +1,19 @@ +[Trainers] + #Determines if symbols for trainer types are shown next to trainer names. + showTrainerTypeSymbols = false + #Determines if trainer names are colored based of their type. + showTrainerTypeColors = true + +["Trainer Card"] + #Padding of the trainer card gui. + # Default: 8 + # Range: 0 ~ 2147483646 + trainerCardPadding = 8 + #Horizontal alignment of the trainer card gui, i.e. 0=left, 0.5=center, 1=right. + # Default: 0.0 + # Range: 0.0 ~ 1.0 + trainerCardAlignmentX = 0.0 + #Vertical alignment of the trainer card gui, i.e. 0=top, 0.5=center, 1=bottom. + # Default: 0.0 + # Range: 0.0 ~ 1.0 + trainerCardAlignmentY = 0.0 diff --git a/server/config/rctmod-server-1.toml.bak b/server/config/rctmod-server-1.toml.bak new file mode 100644 index 0000000..028967c --- /dev/null +++ b/server/config/rctmod-server-1.toml.bak @@ -0,0 +1,61 @@ +[Spawning] + #A global factor that determines if a spawn attempt for a trainer is made. + # Default: 0.85 + # Range: 0.0 ~ 1.0 + globalSpawnChance = 0.5 + #The interval in ticks at which a spawn attempt is made per player. + # Default: 120 + # Range: 1 ~ 2147483646 + spawnIntervalTicks = 8000 + #The max horizontal distance a trainer can spawn from players. + # Default: 70 + # Range: 1 ~ 2147483646 + maxHorizontalDistanceToPlayers = 70 + #The min horizontal distance a trainer can spawn from players. + # Default: 25 + # Range: 1 ~ 2147483646 + minHorizontalDistanceToPlayers = 25 + #The max vertical distance a trainer can spawn from players. + # Default: 30 + # Range: 1 ~ 2147483646 + maxVerticalDistanceToPlayers = 30 + #Spawn cap of trainers per player. + # Default: 12 + # Range: 0 ~ 2147483646 + maxTrainersPerPlayer = 8 + #Total trainer spawn cap. This value may be increased for servers with higher expected player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. + # Default: 60 + # Range: 0 ~ 2147483646 + maxTrainersTotal = 24 + #The maximum level difference between the strongest pokemon in the team of a player and the strongest pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher level difference. Trainers with pokemon above the level cap of a player are excluded. + # Default: 25 + # Range: 0 ~ 100 + maxLevelDiff = 25 + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. Trainers may also have additional tags defined by a data pack. + biomeTagBlacklist = [] + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. + biomeTagWhitelist = [] + #A list of items that can be used to configure a trainer spawner to spawn specific trainers. Every entry must define an item followed by a space seperated list of trainer ids (of which one will be randomly chosen to spawn). + trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] + #The chance for a trainer to spawn will shrink towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the chance will be as configured by globalSpawnChance, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). + # Default: 0.15 + # Range: 0.0 ~ 1.0 + globalSpawnChanceMinimum = 0.15 + #The spawn interval ticks will grow towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the spawn interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below spawnIntervalTicks to disable (e.g. 0). + # Default: 1200 + # Range: 0 ~ 2147483646 + spawnIntervalTicksMaximum = 1200 + +[Players] + #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. + # Default: 15 + # Range: 1 ~ 100 + initialLevelCap = 100 + #The required level cap for trainers is based of the strongest pokemon in their team. This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 has a level cap requirement of 50. If the additiveLevelCapRequirement is `-10` the required level cap of that trainer becomes 40, if it is `10` the level cap requirement becomes `60`. Set to `-100` (or lower) to disable all level cap requirements. + additiveLevelCapRequirement = 0 + #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. Trainers will still refuse to battle players that carry pokemon above their level cap! + allowOverLeveling = false + +[Debug] + #If enabled additional information are printed to the log whenever a trainer spawns or despawns. + logSpawning = true diff --git a/server/config/rctmod-server-2.toml.bak b/server/config/rctmod-server-2.toml.bak new file mode 100644 index 0000000..028967c --- /dev/null +++ b/server/config/rctmod-server-2.toml.bak @@ -0,0 +1,61 @@ +[Spawning] + #A global factor that determines if a spawn attempt for a trainer is made. + # Default: 0.85 + # Range: 0.0 ~ 1.0 + globalSpawnChance = 0.5 + #The interval in ticks at which a spawn attempt is made per player. + # Default: 120 + # Range: 1 ~ 2147483646 + spawnIntervalTicks = 8000 + #The max horizontal distance a trainer can spawn from players. + # Default: 70 + # Range: 1 ~ 2147483646 + maxHorizontalDistanceToPlayers = 70 + #The min horizontal distance a trainer can spawn from players. + # Default: 25 + # Range: 1 ~ 2147483646 + minHorizontalDistanceToPlayers = 25 + #The max vertical distance a trainer can spawn from players. + # Default: 30 + # Range: 1 ~ 2147483646 + maxVerticalDistanceToPlayers = 30 + #Spawn cap of trainers per player. + # Default: 12 + # Range: 0 ~ 2147483646 + maxTrainersPerPlayer = 8 + #Total trainer spawn cap. This value may be increased for servers with higher expected player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. + # Default: 60 + # Range: 0 ~ 2147483646 + maxTrainersTotal = 24 + #The maximum level difference between the strongest pokemon in the team of a player and the strongest pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher level difference. Trainers with pokemon above the level cap of a player are excluded. + # Default: 25 + # Range: 0 ~ 100 + maxLevelDiff = 25 + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. Trainers may also have additional tags defined by a data pack. + biomeTagBlacklist = [] + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. + biomeTagWhitelist = [] + #A list of items that can be used to configure a trainer spawner to spawn specific trainers. Every entry must define an item followed by a space seperated list of trainer ids (of which one will be randomly chosen to spawn). + trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] + #The chance for a trainer to spawn will shrink towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the chance will be as configured by globalSpawnChance, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). + # Default: 0.15 + # Range: 0.0 ~ 1.0 + globalSpawnChanceMinimum = 0.15 + #The spawn interval ticks will grow towards this value based of how many trainers are already spawned in for a player. For example if a player has 0 trainers spawned for them the spawn interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below spawnIntervalTicks to disable (e.g. 0). + # Default: 1200 + # Range: 0 ~ 2147483646 + spawnIntervalTicksMaximum = 1200 + +[Players] + #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. + # Default: 15 + # Range: 1 ~ 100 + initialLevelCap = 100 + #The required level cap for trainers is based of the strongest pokemon in their team. This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 has a level cap requirement of 50. If the additiveLevelCapRequirement is `-10` the required level cap of that trainer becomes 40, if it is `10` the level cap requirement becomes `60`. Set to `-100` (or lower) to disable all level cap requirements. + additiveLevelCapRequirement = 0 + #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. Trainers will still refuse to battle players that carry pokemon above their level cap! + allowOverLeveling = false + +[Debug] + #If enabled additional information are printed to the log whenever a trainer spawns or despawns. + logSpawning = true diff --git a/server/config/rctmod-server.toml b/server/config/rctmod-server.toml new file mode 100644 index 0000000..e50cad7 --- /dev/null +++ b/server/config/rctmod-server.toml @@ -0,0 +1,109 @@ +[Spawning] + #━━━━━━━━━━ + #A global factor that determines if a spawn attempt for a trainer is made. + # Default: 0.85 + # Range: 0.0 ~ 1.0 + globalSpawnChance = 0.5 + #━━━━━━━━━━ + #The interval in ticks at which a spawn attempt is made per player. + # Default: 120 + # Range: 1 ~ 2147483646 + spawnIntervalTicks = 8000 + #━━━━━━━━━━ + #The max horizontal distance a trainer can spawn from players. + # Default: 70 + # Range: 1 ~ 2147483646 + maxHorizontalDistanceToPlayers = 70 + #━━━━━━━━━━ + #The min horizontal distance a trainer can spawn from players. + # Default: 25 + # Range: 1 ~ 2147483646 + minHorizontalDistanceToPlayers = 25 + #━━━━━━━━━━ + #The max vertical distance a trainer can spawn from players. + # Default: 30 + # Range: 1 ~ 2147483646 + maxVerticalDistanceToPlayers = 30 + #━━━━━━━━━━ + #Spawn cap of trainers per player. + # Default: 12 + # Range: 0 ~ 2147483646 + maxTrainersPerPlayer = 8 + #━━━━━━━━━━ + #Total trainer spawn cap. This value may be increased for servers with higher expected + #player numbers (> 4), for example (|players| + 1)*maxTrainersPerPlayer. + # Default: 60 + # Range: 0 ~ 2147483646 + maxTrainersTotal = 24 + #━━━━━━━━━━ + #The maximum level difference between the strongest pokemon in the team of a player and the strongest + #pokemon in the team of a trainer to spawn for that player. The spawn weight decreases with a higher + #level difference. Trainers with pokemon above the level cap of a player are excluded. + # Default: 25 + # Range: 0 ~ 100 + maxLevelDiff = 25 + #━━━━━━━━━━ + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). + #A biome may not have any of the given tags attached to it, for a trainer to spawn in that biome. + #Trainers may also have additional tags defined by a data pack. + biomeTagBlacklist = [] + #━━━━━━━━━━ + #A comma separated list of biome tags (e.g. ["is_overworld", "is_forest"]). + #A biome must have atleast one of the given tags attached to it, for a trainer to spawn in that + #biome (unless the list is empty). Trainers may also have additional tags defined by a data pack. + biomeTagWhitelist = [] + #━━━━━━━━━━ + #A list of items that can be used to configure a trainer spawner to spawn specific + #trainers. Every entry must define an item followed by a space seperated list of + #trainer ids (of which one will be randomly chosen to spawn). + trainerSpawnerItems = ["cobblemon:twisted_spoon leader_sabrina_01a4", "cobblemon:choice_scarf trainer_brendan_001a", "cobblemon:utility_umbrella rocket_admin_ariana_0044", "cobblemon:covert_cloak rocket_admin_archer_0043", "cobblemon:charcoal_stick leader_blaine_01a3", "cobblemon:black_sludge rocket_admin_archer_ariana_m000", "minecraft:gold_nugget rival_terry_014c rival_terry_014d rival_terry_014e", "cobblemon:soothe_bell rival_terry_01b0 rival_terry_01b1 rival_terry_01b2", "cobblemon:black_tumblestone rocket_admin_archer_002e", "cobblemon:dragon_scale leader_clair_004a", "cobblemon:poison_barb leader_koga_01a2", "cobblemon:lucky_egg rival_terry_01b3 rival_terry_01b4 rival_terry_01b5", "cobblemon:vivichoke trainer_may_003d", "cobblemon:expert_belt trainer_brendan_0039", "cobblemon:destiny_knot boss_giovanni_0045", "cobblemon:life_orb champion_terry_01b6 champion_terry_01b7 champion_terry_01b8", "cobblemon:hard_stone leader_brock_019e", "cobblemon:focus_band elite_four_bruno_0050 elite_four_bruno_0051", "cobblemon:dragon_fang elite_four_lance_0056 elite_four_lance_0057", "cobblemon:silk_scarf trainer_brendan_0032", "cobblemon:magnet leader_lt_surge_01a0", "cobblemon:cleanse_tag elite_four_agatha_0053 elite_four_agatha_0054", "cobblemon:miracle_seed leader_erika_01a1", "cobblemon:dubious_disc boss_giovanni_015d", "cobblemon:mystic_water leader_misty_019f", "cobblemon:never_melt_ice elite_four_lorelei_004d elite_four_lorelei_004e", "cobblemon:upgrade boss_giovanni_015c"] + #━━━━━━━━━━ + #The chance for a trainer to spawn will shrink towards this value based of how many + #trainers are already spawned in for a player. For example if a player has 0 trainers + #spawned for them the chance will be as configured by globalSpawnChance if a player + #has barely filled up their spawn cap (maxTrainersPerPlayer), i.e. only one more free + #spot is left, the chance for the last trainer will be as configured by globalSpawnChanceMinimum. + #Set to any value equal to or above globalSpawnChance to disable (e.g. 1.0). + # Default: 0.15 + # Range: 0.0 ~ 1.0 + globalSpawnChanceMinimum = 0.15 + #━━━━━━━━━━ + #The spawn interval ticks will grow towards this value based of how many trainers are already + #spawned in for a player. For example if a player has 0 trainers spawned for them the spawn + #interval ticks will be as configured by spawnIntervalTicks, if a player has barely filled up their + #spawn cap (maxTrainersPerPlayer), i.e. only one more free spot is left, the spawn interval for the + #last trainer will be as configured by spawnIntervalTicksMaximum. Set to any value equal to or below + #spawnIntervalTicks to disable (e.g. 0). + # Default: 1200 + # Range: 0 ~ 2147483646 + spawnIntervalTicksMaximum = 1200 + #━━━━━━━━━━ + #A comma separated list of dimensions (e.g. ["multiworld:spawn", "minecraft:the_end"]). + #In these dimensions trainers will never spawn. + dimensionBlacklist = [] + #━━━━━━━━━━ + #A comma separated list of dimensions (e.g. ["multiworld:spawn" , "minecraft:the_end"]). + #Trainers may only spawn in these dimensions (unless the list is empty). + dimensionWhitelist = [] + +[Players] + #━━━━━━━━━━ + #Initial level cap of players. Pokemon will not gain any experience if at or above the level cap. + # Default: 15 + # Range: 1 ~ 100 + initialLevelCap = 100 + #━━━━━━━━━━ + #The required level cap for trainers is based of the strongest pokemon in their team. + #This value will be added to the derived level cap. Example: A trainer with a Pikachu at level 50 + #has a level cap requirement of 50. If the additiveLevelCapRequirement is -10 the required level cap + #of that trainer becomes 40, if it is 10 the level cap requirement becomes 60. + additiveLevelCapRequirement = 0 + #━━━━━━━━━━ + #If enabled the level cap of a players will not prevent their pokemon from gaining experience and leveling up. + #Trainers will still refuse to battle players that carry pokemon above their level cap! + allowOverLeveling = false + +[Debug] + #━━━━━━━━━━ + #If enabled additional information are printed to the log whenever a trainer spawns or despawns. + logSpawning = true diff --git a/server/config/recipeessentials.json b/server/config/recipeessentials.json new file mode 100644 index 0000000..1d61063 --- /dev/null +++ b/server/config/recipeessentials.json @@ -0,0 +1,26 @@ +{ + "disableRecipebook": { + "desc:": "Disables the recipe book entirely, removes the button on client side and removes synced data on server side: default:false", + "disableRecipebook": false + }, + "enableBetterRecipebookSorting": { + "desc:": "Enables better sorting for the list of displayed recipes in the recipebook, craftables and recently used recipes are priotized: default:true", + "enableBetterRecipebookSorting": true + }, + "recipebookShowAll": { + "desc:": "Enables the recipe book to show all recipes from the get go, also enables modded recipes to show and disables network/login overhead: default:true", + "recipebookShowAll": true + }, + "fastItemComparisons": { + "desc:": "Enables faster item comparison for better performance, disable on mod conflicts: default:true", + "fastItemComparisons": true + }, + "cacheRecipes": { + "desc:": "Caches recipe lookups to greatly improve lookup speed: default:true", + "cacheRecipes": true + }, + "logCachingErrors": { + "desc:": "Enables error logging for recipe caching: default:false", + "logCachingErrors": false + } +} \ No newline at end of file diff --git a/server/config/refurbished_furniture.client.toml b/server/config/refurbished_furniture.client.toml new file mode 100644 index 0000000..23c4edd --- /dev/null +++ b/server/config/refurbished_furniture.client.toml @@ -0,0 +1,20 @@ +# If enabled, displays a toast notification when another player rings one of your doorbells. +# Valid values: true, false +doorbellNotification = true +# The maximum distance that electricity nodes and connections can be seen by the camera. +# Valid range: 1 to 128 (inclusive) +electricityViewDistance = 48 +# If enabled, shows an overlay on the HUD to help with cutting board slicing and combining recipes. +# Note: This is an experimental feature. +# Valid values: true, false +showCuttingBoardHelper = false + +# Experimental options +[experimental] + # This config option is only if you have a shaders mod install, like Iris or Optifine. + # If enabled, this will fix an issue where if an entity with the glow effect is in view + # that it prevents electricity links and nodes from rendering. It may not fix 100% for + # every shader pack. + # WARNING: This will break the entity glow effect, this may or may not be a problem for you. + # Valid values: true, false + electricityShadersFix = false diff --git a/server/config/refurbished_furniture.server.toml b/server/config/refurbished_furniture.server.toml new file mode 100644 index 0000000..fb54610 --- /dev/null +++ b/server/config/refurbished_furniture.server.toml @@ -0,0 +1,152 @@ +# Electricity related properties +[electricity] + # The maximum amount of links that can be connected to a single electricity node. + # Valid range: 1 to 64 (inclusive) + maximumLinksPerElectricityNode = 6 + # The maximum amount of nodes in a network that can be powered by an electricity + # source, like the electricity generator. + # Valid range: 1 to 512 (inclusive) + maximumNodesInNetwork = 64 + # The amount of power that is generated by the electricity generator per fuel tick. + # For example, coal has 1600 ticks of fuel, and at a ratio of 4, it would produce + # 6400 units of power. The default value of 8 means that the electricity generator + # would consume almost 2 coal per in-game day. + # Valid range: 1 to 128 (inclusive) + fuelToPowerRatio = 16 + # The maximum amount of links that can be connected to an Electricity Generator. + # Valid range: 1 to 64 (inclusive) + maximumLinksPerElectricityGenerator = 12 + # The maximum area radius determines the size of the area which electricity nodes must + # be inside of to be powered by a source node (like the Electricity Generator). The + # radius is represented as blocks. The center of the area is the source node providing + # the power, and area radius expands in each cardinal direction, including up and down. + # For example, if we have an area radius of 16 blocks, a source node can provide power + # to other electricity nodes from (x-16,y-16,z-16) to (x+16,y+16,z+16) with x,y,z being + # the block position of the source. Electricity nodes still must be connected with + # links to be powered, this config value just determines the acceptable area. + # Valid range: 1 to 256 (inclusive) + powerableAreaRadius = 80 + + # Cheats for electricity. Free power, etc. + [electricity.cheats] + # Electricity Generators will now output free power, and stay on forever. + # Valid values: true, false + freeGeneratorPower = false + # Makes all blocks that require electricity always be powered without them being + # connected to an Electricity Generator. Warning, some blocks may no longer work as + # expected. Use at your own risk of a downgraded experience. + # Valid values: true, false + everythingIsPowered = false + +# Mailing related properties +[mailing] + # The maximum amount of mailboxes a player is allowed to register/own. + # Valid range: 1 to 2147483647 (inclusive) + maxMailboxesPerPlayer = 16 + # The maximum amount of items that can be queued for delivery to a mailbox. Items become + # queued when the receiving mailbox's inventory is full. This is to prevent infinite storage. + # Valid range: 0 to 256 (inclusive) + deliveryQueueSize = 32 + # The amount of inventory rows in a mailbox. If you change this value from a larger to + # a smaller value, items contained in the removed rows will be deleted. Use caution + # when changing this value to avoid inconvenience and backup your saves. + # Valid range: 1 to 6 (inclusive) + mailboxInventoryRows = 1 + # A list of dimensions you are allowed to place mailboxes. An empty list means that + # mailboxes can be placed in any dimension. + # An example of how the list is defined: + # allowedDimensions = [ + # "minecraft:overworld", + # "minecraft:the_nether", + # ... + # ] + # ^ Note: This is just an example. Write your list below. + allowedDimensions = [] + # If enabled, this will ban items with an inventory (like a Shulker Box) being sent through + # a Post Box. This prevents players from creating massive NBT on a single item, which can + # cause issues for your server/world save. + # Valid values: true, false + banSendingItemsWithInventories = true + # Prevents items contained in this list from being sent through a Post Box. + # An example of how the list is defined: + # bannedItems = [ + # "minecraft:water_bucket", + # "minecraft:diamond", + # "refurbished_furniture:mailbox" + # ... + # ] + # ^ Note: This is just an example. Write your list below. + bannedItems = [] + +# Basin related properties +[basin] + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = true + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 1000 + +# Bath related properties +[bath] + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = true + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 10000 + +# Recycle Bin related properties +[recycleBin] + # The amount of experience to add when recycling an item. + # Valid range: 0 to 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (inclusive) + experiencePerItem = 0.05 + # The maximum amount of experience levels that the recycling bin can hold. Recycling stops once it reaches that level. + # Valid range: 1 to 100 (inclusive) + maximumExperienceLevels = 5 + # The amount of time in ticks that it takes to perform one cycle of recycling + # Valid range: 1 to 2147483647 (inclusive) + processingTime = 10 + +# Toilet related properties +[toilet] + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 1000 + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = true + +# Kitchen Sink related properties +[kitchenSink] + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = true + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 3000 + +# Trampoline related properties +[trampoline] + # The maximum height that can be achieved from bouncing on the trampoline. The maximum + # height is affected the shape of the trampoline, the center trampoline in a 3x3 will + # be able to reach the maximum bounce height, while a single trampoline will only reach + # half. + # Valid range: 0 to 64 (inclusive) + maxBounceHeight = 8.0 diff --git a/server/config/releaserewards-server.toml b/server/config/releaserewards-server.toml new file mode 100644 index 0000000..62eb08d --- /dev/null +++ b/server/config/releaserewards-server.toml @@ -0,0 +1,14 @@ +#Max search depth for EvolutionStageCondition finding Pre-Evolutions of species. +#Prevents crashes from recursive Pre-Evolutions. +#Why? why anyone would do that is beyond me, but it exists somewhere. +#If this activates, the Species will be considered Unevolving +# Default: 10 +# Range: > 0 +maxPreEvoSearchDepth = 10 +#Max search depth for EvolutionStageCondition finding Evolutions of species. +#Prevents crashes from recursive Evolutions. +#Why? Some addons implement Form Changes for species such as Deoxys, as Evolutions into an alternate Form. +#If this activates, the Species will be considered Unevolving +# Default: 10 +# Range: > 0 +maxEvoSearchDepth = 10 diff --git a/server/config/relics.yaml b/server/config/relics.yaml new file mode 100644 index 0000000..1a70b1f --- /dev/null +++ b/server/config/relics.yaml @@ -0,0 +1,4 @@ +# Toggles advanced configuration files, allowing customization of most of the mod's functionality. May contain WIP content that may change in the future. +# +# Activating this feature may lead to unintended consequences, so use it only if you know what you're doing. If any part of the mod update involves changes to the configuration file values, these changes will not be applied automatically. You will need to manually update the necessary sections or reset them to their original state. +enabledExtendedConfigs: false diff --git a/server/config/repurposed_structures-neoforge/modded_loot.toml b/server/config/repurposed_structures-neoforge/modded_loot.toml new file mode 100644 index 0000000..861b424 --- /dev/null +++ b/server/config/repurposed_structures-neoforge/modded_loot.toml @@ -0,0 +1,7 @@ +#Adds modded loot from vanilla structure's loot tables and injects them into Repurposed Structure's loot tables. +#Example: Snowy Pyramid gets all modded items that vanilla Desert Temple can have. +importModdedItems = true +#Add the identifiers for Repurposed Structures's loottable you want to turn off the automatic modded item importing code for. +#Separate multiple entries with a comma. +#Example: "repurposed_structures:chests/mansions/birch, repurposed_structures:chests/mineshafts/jungle" +blacklistedRSLoottablesFromImportingModdedItems = "" diff --git a/server/config/resourceful-config-web.json b/server/config/resourceful-config-web.json new file mode 100644 index 0000000..373d5c3 --- /dev/null +++ b/server/config/resourceful-config-web.json @@ -0,0 +1,12 @@ +{ + "enabled": false, + "port": 7903, + "validator": { + "uuids": [], + "if": { + "password": "3011529b-11e8-4091-afb6-9ffe3fa330ab", + "type": "password" + }, + "type": "if" + } +} \ No newline at end of file diff --git a/server/config/respawningstructures.json b/server/config/respawningstructures.json new file mode 100644 index 0000000..619f76d --- /dev/null +++ b/server/config/respawningstructures.json @@ -0,0 +1,46 @@ +{ + "enableAutomaticRespawn": { + "desc:": "Enables automatic respawning of structures, default:true", + "enableAutomaticRespawn": true + }, + "minutesUntilRespawn": { + "desc:": "Sets the time after which a structure can respawn, the timer starts after the last activity within the structure. default:5760 minutes(96h)", + "minutesUntilRespawn": 5760 + }, + "increaseDifficultyWithRespawn": { + "desc:": "Enables increased difficulty for mobs in respawned dungeons(mobs can get enchanted items/potions effects), default: true", + "increaseDifficultyWithRespawn": true + }, + "blockCountMod": { + "desc:": "Modifies the placed/broken block count, which can prevent respawn. Setting it to zero means respawn will ignore placed/broken blocks. Setting it higher than 1.0 makes it more likely that players breaking/placing things in the structure will prevent its respawn.By default it blocks respawn after 200+(scales slightly with structure size) blocks placed/broken. default: 1.0", + "blockCountMod": 1.0 + }, + "playerRespawnDist": { + "desc:": "Sets the minimum distance from player respawn position(bed e.g.) to allow structure respawning, 0 to disable this. default: 200 blocks", + "playerRespawnDist": 200 + }, + "playerNearbyTime": { + "desc:": "Prevents respawns in too busy player areas, tracks how much percent of the respawntime a player was nearby loading the chunk. Resets respawn time counter when it prevent a structure respawn. default: 15 percent, range 0-100", + "playerNearbyTime": 15 + }, + "dimensionBlackList": { + "desc:": "List of blacklisted dimension ids, e.g. minecraft:overworld Seperate multiple entries by , ", + "dimensionBlackList": [] + }, + "respawnableStructures": { + "desc:": "List of structure IDs that should respawn always respawn, no matter if a player build sth inside, has a portal there etc.: e.g. minecraft:mansion", + "respawnableStructures": [] + }, + "blacklistedStructures": { + "desc:": "List of blacklisted structures, those won't respawn ever: e.g. minecraft:mansion Seperate multiple entries by , ", + "blacklistedStructures": [] + }, + "whitelist": { + "desc:": "Changes the structure blacklist to a whitelist, default: false", + "whitelist": false + }, + "logRespawns": { + "desc:": "Log structure respawns happening to the latest.log, default: true", + "logRespawns": true + } +} \ No newline at end of file diff --git a/server/config/responsive-shields.toml b/server/config/responsive-shields.toml new file mode 100644 index 0000000..369b796 --- /dev/null +++ b/server/config/responsive-shields.toml @@ -0,0 +1,9 @@ +#The amount of time, in ticks, before a shield will block +#Setting to 5 is the same as vanilla. +#Setting to 0 makes shields capable of blocking instantly. +#The shield's 'Block' animation takes roughly 1 tick to complete, so setting to 1 is a good balance to prevent block-hitting. +# Default: 0 +# Range: > 0 +raiseTime = 0 +#Whether or not the mods effect is enabled. +enabled = true diff --git a/server/config/rightclickharvest.json5 b/server/config/rightclickharvest.json5 new file mode 100644 index 0000000..3e22ed8 --- /dev/null +++ b/server/config/rightclickharvest.json5 @@ -0,0 +1,20 @@ +{ + // - default: true + requireHoe: true, + // - default: true + harvestInRadius: true, + /* - default: NORMAL + - must be one of: NONE, LOW, NORMAL, HIGH + */ + hungerLevel: "NORMAL", + /* - default: NONE + - must be one of: NONE, COST, REWARD + */ + experienceType: "NONE", + // - default: true + showServerWarning: true, + /* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once. + - default: false + */ + hasUserBeenWarnedForNotUsingHoe: false +} \ No newline at end of file diff --git a/server/config/sdrp-common.json b/server/config/sdrp-common.json new file mode 100644 index 0000000..7aa846d --- /dev/null +++ b/server/config/sdrp-common.json @@ -0,0 +1,8 @@ +{ + "clientId": 1333176385371377674, + "enabled": true, + "screenEvent": true, + "clientJoinEvent": true, + "logState": false, + "buttons": [] +} \ No newline at end of file diff --git a/server/config/sereneseasons/fertility.toml b/server/config/sereneseasons/fertility.toml new file mode 100644 index 0000000..3e6df35 --- /dev/null +++ b/server/config/sereneseasons/fertility.toml @@ -0,0 +1,12 @@ +[general] + #Whether crops are affected by seasons. + seasonal_crops = true + #How crops behave when out of season. + #0 = Grow slowly + #1 = Can't grow + #2 = Break when trying to grow + out_of_season_crop_behavior = 0 + #Maximum height level for out of season crops to have fertility underground. + underground_fertility_level = 48 + #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + crop_tooltips = true diff --git a/server/config/sereneseasons/seasons.toml b/server/config/sereneseasons/seasons.toml new file mode 100644 index 0000000..7f40beb --- /dev/null +++ b/server/config/sereneseasons/seasons.toml @@ -0,0 +1,238 @@ +[aesthetic_settings] + #Change the foliage colour based on the current season + change_foliage_color = true + #Change the grass color based on the current season + change_grass_color = true + #Change the birch colour based on the current season + change_birch_color = true + +[dimension_settings] + #Seasons will only apply to dimensons listed here + whitelisted_dimensions = ["minecraft:overworld"] + +[weather_settings] + #Change the frequency of rain/snow/storms based on the season + change_weather_frequency = true + #Generate snow and ice during the Winter season + generate_snow_ice = true + +[time_settings] + #The starting sub season for new worlds. + #0 = Random, 1 - 3 = Early/Mid/Late Spring + #4 - 6 = Early/Mid/Late Summer + #7 - 9 = Early/Mid/Late Autumn + #10 - 12 = Early/Mid/Late Winter + starting_sub_season = 1 + #The duration of a sub season in days. + sub_season_duration = 8 + #If the season should progress on a server with no players online + progress_season_while_offline = true + #The duration of a Minecraft day in ticks. + #This only adjusts the internal length of a day used by the season cycle. + #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. + day_duration = 24000 + +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 180000 + min_rain_time = 12000 + season = "EARLY_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "MID_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "EARLY_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "LATE_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 180000 + min_rain_time = 12000 + season = "MID_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 180000 + min_rain_time = 12000 + season = "LATE_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 diff --git a/server/config/shieldmechanics.json b/server/config/shieldmechanics.json new file mode 100644 index 0000000..d9589d5 --- /dev/null +++ b/server/config/shieldmechanics.json @@ -0,0 +1,26 @@ +{ + "shields": { + "desc:": "List of shield items and their damage values. Start the game once to fill these entries with all modded shields automatically. Format: Shield name id;shield damage reduction on block; shield passive damage reduction when just held.E.g. default: [\"minecraft:shield;65;15\"] this give the minecraft shield 65% damage reduction on block, and 15% passive damage reduction when not blocking but held.To put multiple values seperate them by commas like this: [\"minecraft:shield;65;15\", \"minecraft:shield;65;15\"] ", + "shields": [ + "cataclysm:black_steel_targe;75;13", + "minecraft:shield;65;15", + "cataclysm:bulwark_of_the_flame;50;10" + ] + }, + "playerOnly": { + "desc:": "Should the mechanic changes only affect players, default:false", + "playerOnly": false + }, + "blockCooldown": { + "desc:": "Shield block cooldown(players only), values are in ticks. 20 ticks = 1 sec, default = 5 ticks(0.25s)", + "blockCooldown": 5 + }, + "maxblockdamagereduction": { + "desc:": "Maximum percent of damage allowed to be blocked. Default:85", + "maxblockdamagereduction": 85 + }, + "maxpassivedamagereduction": { + "desc:": "Maximum percent of passive damage reduction while holding a shield(not blocking). Default:25", + "maxpassivedamagereduction": 25 + } +} \ No newline at end of file diff --git a/server/config/simpletms/main.json b/server/config/simpletms/main.json new file mode 100644 index 0000000..7e46489 --- /dev/null +++ b/server/config/simpletms/main.json @@ -0,0 +1,35 @@ +{ + "tmMovesLearnable": true, + "eggMovesLearnable": true, + "tutorMovesLearnable": true, + "levelMovesLearnable": false, + "anyMovesLearnable": false, + "blankTMsUsable": true, + "blankTRsUsable": true, + "tmsUsable": true, + "trsUsable": true, + "tmCoolDownTicks": 0, + "blankTMCooldownTicks": 0, + "blankTMBaseDurability": 1, + "blankTRBaseDurability": 1, + "tmBaseDurability": 32, + "trStackSize": 16, + "dropOutsideOfBattle": true, + "dropInBattle": true, + "dropRateInBattle": 0.1, + "dropRateTMFractionInBattle": 0.1, + "dropRateOutsideOfBattle": 0.1, + "dropRateTMFractionOutsideOfBattle": 0.1, + "numberOfMovesToChooseFromInBattle": 4, + "numberOfMovesToChooseFromOutsideBattle": 1, + "dropAnyMove": false, + "dropPrimaryType": false, + "dropSecondaryType": false, + "dropFromLevelList": true, + "dropAnyLevelMoveFromLevelList": false, + "dropFromTmMoveList": true, + "dropFromTutorMoveList": true, + "dropFromEggMoveList": true, + "pokemonSortOrder": "ALPHABETICAL_ASC", + "allowItemRemovalATOWNRISK": false +} \ No newline at end of file diff --git a/server/config/simpletms/moves/default_tm_moves.json b/server/config/simpletms/moves/default_tm_moves.json new file mode 100644 index 0000000..9428508 --- /dev/null +++ b/server/config/simpletms/moves/default_tm_moves.json @@ -0,0 +1,1763 @@ +[ + { + "moveName": "absorb" + }, + { + "moveName": "acid" + }, + { + "moveName": "acidarmor" + }, + { + "moveName": "acidspray" + }, + { + "moveName": "acrobatics" + }, + { + "moveName": "acupressure" + }, + { + "moveName": "aerialace" + }, + { + "moveName": "afteryou" + }, + { + "moveName": "agility" + }, + { + "moveName": "aircutter" + }, + { + "moveName": "airslash" + }, + { + "moveName": "alluringvoice" + }, + { + "moveName": "allyswitch" + }, + { + "moveName": "amnesia" + }, + { + "moveName": "ancientpower" + }, + { + "moveName": "aquacutter" + }, + { + "moveName": "aquajet" + }, + { + "moveName": "aquaring" + }, + { + "moveName": "aquatail" + }, + { + "moveName": "aromatherapy" + }, + { + "moveName": "aromaticmist" + }, + { + "moveName": "assist" + }, + { + "moveName": "assurance" + }, + { + "moveName": "astonish" + }, + { + "moveName": "attract" + }, + { + "moveName": "aurasphere" + }, + { + "moveName": "aurorabeam" + }, + { + "moveName": "auroraveil" + }, + { + "moveName": "autotomize" + }, + { + "moveName": "avalanche" + }, + { + "moveName": "axekick" + }, + { + "moveName": "babydolleyes" + }, + { + "moveName": "barrier" + }, + { + "moveName": "batonpass" + }, + { + "moveName": "beatup" + }, + { + "moveName": "belch" + }, + { + "moveName": "bellydrum" + }, + { + "moveName": "bestow" + }, + { + "moveName": "bide" + }, + { + "moveName": "bind" + }, + { + "moveName": "bite" + }, + { + "moveName": "blastburn" + }, + { + "moveName": "blazekick" + }, + { + "moveName": "blizzard" + }, + { + "moveName": "block" + }, + { + "moveName": "bodypress" + }, + { + "moveName": "bodyslam" + }, + { + "moveName": "boomburst" + }, + { + "moveName": "bounce" + }, + { + "moveName": "bravebird" + }, + { + "moveName": "breakingswipe" + }, + { + "moveName": "brickbreak" + }, + { + "moveName": "brine" + }, + { + "moveName": "brutalswing" + }, + { + "moveName": "bubble" + }, + { + "moveName": "bubblebeam" + }, + { + "moveName": "bugbite" + }, + { + "moveName": "bugbuzz" + }, + { + "moveName": "bulkup" + }, + { + "moveName": "bulldoze" + }, + { + "moveName": "bulletpunch" + }, + { + "moveName": "bulletseed" + }, + { + "moveName": "burningjealousy" + }, + { + "moveName": "burnup" + }, + { + "moveName": "calmmind" + }, + { + "moveName": "camouflage" + }, + { + "moveName": "captivate" + }, + { + "moveName": "charge" + }, + { + "moveName": "chargebeam" + }, + { + "moveName": "charm" + }, + { + "moveName": "chillingwater" + }, + { + "moveName": "chipaway" + }, + { + "moveName": "circlethrow" + }, + { + "moveName": "clamp" + }, + { + "moveName": "clearsmog" + }, + { + "moveName": "closecombat" + }, + { + "moveName": "coaching" + }, + { + "moveName": "coil" + }, + { + "moveName": "cometpunch" + }, + { + "moveName": "confide" + }, + { + "moveName": "confuseray" + }, + { + "moveName": "confusion" + }, + { + "moveName": "constrict" + }, + { + "moveName": "copycat" + }, + { + "moveName": "corrosivegas" + }, + { + "moveName": "cosmicpower" + }, + { + "moveName": "cottonguard" + }, + { + "moveName": "cottonspore" + }, + { + "moveName": "counter" + }, + { + "moveName": "covet" + }, + { + "moveName": "crabhammer" + }, + { + "moveName": "craftyshield" + }, + { + "moveName": "crosschop" + }, + { + "moveName": "crosspoison" + }, + { + "moveName": "crunch" + }, + { + "moveName": "crushclaw" + }, + { + "moveName": "curse" + }, + { + "moveName": "cut" + }, + { + "moveName": "darkestlariat" + }, + { + "moveName": "darkpulse" + }, + { + "moveName": "dazzlinggleam" + }, + { + "moveName": "defensecurl" + }, + { + "moveName": "defog" + }, + { + "moveName": "destinybond" + }, + { + "moveName": "detect" + }, + { + "moveName": "dig" + }, + { + "moveName": "disable" + }, + { + "moveName": "disarmingvoice" + }, + { + "moveName": "discharge" + }, + { + "moveName": "dive" + }, + { + "moveName": "dizzypunch" + }, + { + "moveName": "doubleedge" + }, + { + "moveName": "doublehit" + }, + { + "moveName": "doublekick" + }, + { + "moveName": "doubleslap" + }, + { + "moveName": "doubleteam" + }, + { + "moveName": "dracometeor" + }, + { + "moveName": "dragonbreath" + }, + { + "moveName": "dragoncheer" + }, + { + "moveName": "dragonclaw" + }, + { + "moveName": "dragondance" + }, + { + "moveName": "dragonhammer" + }, + { + "moveName": "dragonpulse" + }, + { + "moveName": "dragonrage" + }, + { + "moveName": "dragonrush" + }, + { + "moveName": "dragontail" + }, + { + "moveName": "drainingkiss" + }, + { + "moveName": "drainpunch" + }, + { + "moveName": "dreameater" + }, + { + "moveName": "drillpeck" + }, + { + "moveName": "drillrun" + }, + { + "moveName": "dualchop" + }, + { + "moveName": "dualwingbeat" + }, + { + "moveName": "dynamicpunch" + }, + { + "moveName": "earthpower" + }, + { + "moveName": "earthquake" + }, + { + "moveName": "echoedvoice" + }, + { + "moveName": "eerieimpulse" + }, + { + "moveName": "electricterrain" + }, + { + "moveName": "electroball" + }, + { + "moveName": "electroweb" + }, + { + "moveName": "embargo" + }, + { + "moveName": "encore" + }, + { + "moveName": "endeavor" + }, + { + "moveName": "endure" + }, + { + "moveName": "energyball" + }, + { + "moveName": "entrainment" + }, + { + "moveName": "eruption" + }, + { + "moveName": "expandingforce" + }, + { + "moveName": "explosion" + }, + { + "moveName": "extrasensory" + }, + { + "moveName": "extremespeed" + }, + { + "moveName": "facade" + }, + { + "moveName": "fairywind" + }, + { + "moveName": "fakeout" + }, + { + "moveName": "faketears" + }, + { + "moveName": "falseswipe" + }, + { + "moveName": "featherdance" + }, + { + "moveName": "feint" + }, + { + "moveName": "feintattack" + }, + { + "moveName": "fellstinger" + }, + { + "moveName": "finalgambit" + }, + { + "moveName": "fireblast" + }, + { + "moveName": "firefang" + }, + { + "moveName": "firepledge" + }, + { + "moveName": "firepunch" + }, + { + "moveName": "firespin" + }, + { + "moveName": "firstimpression" + }, + { + "moveName": "fissure" + }, + { + "moveName": "flail" + }, + { + "moveName": "flameburst" + }, + { + "moveName": "flamecharge" + }, + { + "moveName": "flamethrower" + }, + { + "moveName": "flamewheel" + }, + { + "moveName": "flareblitz" + }, + { + "moveName": "flash" + }, + { + "moveName": "flashcannon" + }, + { + "moveName": "flatter" + }, + { + "moveName": "fling" + }, + { + "moveName": "flipturn" + }, + { + "moveName": "flowershield" + }, + { + "moveName": "fly" + }, + { + "moveName": "focusblast" + }, + { + "moveName": "focusenergy" + }, + { + "moveName": "focuspunch" + }, + { + "moveName": "followme" + }, + { + "moveName": "forcepalm" + }, + { + "moveName": "foresight" + }, + { + "moveName": "foulplay" + }, + { + "moveName": "freezedry" + }, + { + "moveName": "frenzyplant" + }, + { + "moveName": "frostbreath" + }, + { + "moveName": "furyattack" + }, + { + "moveName": "furycutter" + }, + { + "moveName": "furyswipes" + }, + { + "moveName": "futuresight" + }, + { + "moveName": "gastroacid" + }, + { + "moveName": "gigadrain" + }, + { + "moveName": "gigaimpact" + }, + { + "moveName": "glare" + }, + { + "moveName": "grassknot" + }, + { + "moveName": "grasspledge" + }, + { + "moveName": "grasswhistle" + }, + { + "moveName": "grassyglide" + }, + { + "moveName": "grassyterrain" + }, + { + "moveName": "gravity" + }, + { + "moveName": "growl" + }, + { + "moveName": "growth" + }, + { + "moveName": "grudge" + }, + { + "moveName": "guardsplit" + }, + { + "moveName": "guardswap" + }, + { + "moveName": "guillotine" + }, + { + "moveName": "gunkshot" + }, + { + "moveName": "gust" + }, + { + "moveName": "gyroball" + }, + { + "moveName": "hail" + }, + { + "moveName": "hammerarm" + }, + { + "moveName": "harden" + }, + { + "moveName": "hardpress" + }, + { + "moveName": "haze" + }, + { + "moveName": "headbutt" + }, + { + "moveName": "headsmash" + }, + { + "moveName": "healbell" + }, + { + "moveName": "healblock" + }, + { + "moveName": "healingwish" + }, + { + "moveName": "healpulse" + }, + { + "moveName": "heartstamp" + }, + { + "moveName": "heatcrash" + }, + { + "moveName": "heatwave" + }, + { + "moveName": "heavyslam" + }, + { + "moveName": "helpinghand" + }, + { + "moveName": "hex" + }, + { + "moveName": "hiddenpower" + }, + { + "moveName": "highhorsepower" + }, + { + "moveName": "highjumpkick" + }, + { + "moveName": "honeclaws" + }, + { + "moveName": "hornattack" + }, + { + "moveName": "horndrill" + }, + { + "moveName": "howl" + }, + { + "moveName": "hurricane" + }, + { + "moveName": "hydrocannon" + }, + { + "moveName": "hydropump" + }, + { + "moveName": "hyperbeam" + }, + { + "moveName": "hypervoice" + }, + { + "moveName": "hypnosis" + }, + { + "moveName": "iceball" + }, + { + "moveName": "icebeam" + }, + { + "moveName": "icefang" + }, + { + "moveName": "icehammer" + }, + { + "moveName": "icepunch" + }, + { + "moveName": "iceshard" + }, + { + "moveName": "icespinner" + }, + { + "moveName": "iciclecrash" + }, + { + "moveName": "iciclespear" + }, + { + "moveName": "icywind" + }, + { + "moveName": "imprison" + }, + { + "moveName": "incinerate" + }, + { + "moveName": "inferno" + }, + { + "moveName": "infestation" + }, + { + "moveName": "ingrain" + }, + { + "moveName": "iondeluge" + }, + { + "moveName": "irondefense" + }, + { + "moveName": "ironhead" + }, + { + "moveName": "irontail" + }, + { + "moveName": "jumpkick" + }, + { + "moveName": "karatechop" + }, + { + "moveName": "knockoff" + }, + { + "moveName": "laserfocus" + }, + { + "moveName": "lashout" + }, + { + "moveName": "lastresort" + }, + { + "moveName": "lastrespects" + }, + { + "moveName": "leafage" + }, + { + "moveName": "leafblade" + }, + { + "moveName": "leafstorm" + }, + { + "moveName": "leaftornado" + }, + { + "moveName": "leechlife" + }, + { + "moveName": "leechseed" + }, + { + "moveName": "leer" + }, + { + "moveName": "lick" + }, + { + "moveName": "lifedew" + }, + { + "moveName": "lightscreen" + }, + { + "moveName": "liquidation" + }, + { + "moveName": "lockon" + }, + { + "moveName": "lowkick" + }, + { + "moveName": "lowsweep" + }, + { + "moveName": "luckychant" + }, + { + "moveName": "lunge" + }, + { + "moveName": "machpunch" + }, + { + "moveName": "magicalleaf" + }, + { + "moveName": "magiccoat" + }, + { + "moveName": "magicroom" + }, + { + "moveName": "magnetrise" + }, + { + "moveName": "magnitude" + }, + { + "moveName": "meanlook" + }, + { + "moveName": "meditate" + }, + { + "moveName": "mefirst" + }, + { + "moveName": "megadrain" + }, + { + "moveName": "megahorn" + }, + { + "moveName": "megakick" + }, + { + "moveName": "megapunch" + }, + { + "moveName": "memento" + }, + { + "moveName": "metalburst" + }, + { + "moveName": "metalclaw" + }, + { + "moveName": "metalsound" + }, + { + "moveName": "meteorbeam" + }, + { + "moveName": "meteormash" + }, + { + "moveName": "metronome" + }, + { + "moveName": "milkdrink" + }, + { + "moveName": "mimic" + }, + { + "moveName": "mindreader" + }, + { + "moveName": "miracleeye" + }, + { + "moveName": "mirrorcoat" + }, + { + "moveName": "mirrormove" + }, + { + "moveName": "mirrorshot" + }, + { + "moveName": "mist" + }, + { + "moveName": "mistyexplosion" + }, + { + "moveName": "mistyterrain" + }, + { + "moveName": "moonblast" + }, + { + "moveName": "moonlight" + }, + { + "moveName": "morningsun" + }, + { + "moveName": "mudbomb" + }, + { + "moveName": "muddywater" + }, + { + "moveName": "mudshot" + }, + { + "moveName": "mudslap" + }, + { + "moveName": "mudsport" + }, + { + "moveName": "mysticalfire" + }, + { + "moveName": "nastyplot" + }, + { + "moveName": "naturalgift" + }, + { + "moveName": "naturepower" + }, + { + "moveName": "nightmare" + }, + { + "moveName": "nightshade" + }, + { + "moveName": "nightslash" + }, + { + "moveName": "nuzzle" + }, + { + "moveName": "octazooka" + }, + { + "moveName": "odorsleuth" + }, + { + "moveName": "ominouswind" + }, + { + "moveName": "outrage" + }, + { + "moveName": "overheat" + }, + { + "moveName": "painsplit" + }, + { + "moveName": "paraboliccharge" + }, + { + "moveName": "partingshot" + }, + { + "moveName": "payback" + }, + { + "moveName": "payday" + }, + { + "moveName": "peck" + }, + { + "moveName": "perishsong" + }, + { + "moveName": "petalblizzard" + }, + { + "moveName": "petaldance" + }, + { + "moveName": "phantomforce" + }, + { + "moveName": "pinmissile" + }, + { + "moveName": "playnice" + }, + { + "moveName": "playrough" + }, + { + "moveName": "pluck" + }, + { + "moveName": "poisonfang" + }, + { + "moveName": "poisonjab" + }, + { + "moveName": "poisonpowder" + }, + { + "moveName": "poisonsting" + }, + { + "moveName": "poisontail" + }, + { + "moveName": "pollenpuff" + }, + { + "moveName": "poltergeist" + }, + { + "moveName": "pounce" + }, + { + "moveName": "pound" + }, + { + "moveName": "powder" + }, + { + "moveName": "powdersnow" + }, + { + "moveName": "powergem" + }, + { + "moveName": "powersplit" + }, + { + "moveName": "powerswap" + }, + { + "moveName": "powertrick" + }, + { + "moveName": "powertrip" + }, + { + "moveName": "poweruppunch" + }, + { + "moveName": "powerwhip" + }, + { + "moveName": "protect" + }, + { + "moveName": "psybeam" + }, + { + "moveName": "psychic" + }, + { + "moveName": "psychicfangs" + }, + { + "moveName": "psychicnoise" + }, + { + "moveName": "psychicterrain" + }, + { + "moveName": "psychocut" + }, + { + "moveName": "psychoshift" + }, + { + "moveName": "psychup" + }, + { + "moveName": "psyshieldbash" + }, + { + "moveName": "psyshock" + }, + { + "moveName": "psywave" + }, + { + "moveName": "punishment" + }, + { + "moveName": "pursuit" + }, + { + "moveName": "quash" + }, + { + "moveName": "quickattack" + }, + { + "moveName": "quickguard" + }, + { + "moveName": "quiverdance" + }, + { + "moveName": "rage" + }, + { + "moveName": "ragepowder" + }, + { + "moveName": "ragingfury" + }, + { + "moveName": "raindance" + }, + { + "moveName": "rapidspin" + }, + { + "moveName": "razorleaf" + }, + { + "moveName": "razorshell" + }, + { + "moveName": "razorwind" + }, + { + "moveName": "recover" + }, + { + "moveName": "recycle" + }, + { + "moveName": "reflect" + }, + { + "moveName": "reflecttype" + }, + { + "moveName": "refresh" + }, + { + "moveName": "rest" + }, + { + "moveName": "retaliate" + }, + { + "moveName": "return" + }, + { + "moveName": "revenge" + }, + { + "moveName": "reversal" + }, + { + "moveName": "risingvoltage" + }, + { + "moveName": "roar" + }, + { + "moveName": "rockblast" + }, + { + "moveName": "rockclimb" + }, + { + "moveName": "rockpolish" + }, + { + "moveName": "rockslide" + }, + { + "moveName": "rocksmash" + }, + { + "moveName": "rockthrow" + }, + { + "moveName": "rocktomb" + }, + { + "moveName": "roleplay" + }, + { + "moveName": "rollingkick" + }, + { + "moveName": "rollout" + }, + { + "moveName": "roost" + }, + { + "moveName": "rototiller" + }, + { + "moveName": "round" + }, + { + "moveName": "sacredsword" + }, + { + "moveName": "safeguard" + }, + { + "moveName": "sandattack" + }, + { + "moveName": "sandstorm" + }, + { + "moveName": "sandtomb" + }, + { + "moveName": "scald" + }, + { + "moveName": "scaleshot" + }, + { + "moveName": "scaryface" + }, + { + "moveName": "scorchingsands" + }, + { + "moveName": "screech" + }, + { + "moveName": "secretpower" + }, + { + "moveName": "secretsword" + }, + { + "moveName": "seedbomb" + }, + { + "moveName": "seismictoss" + }, + { + "moveName": "selfdestruct" + }, + { + "moveName": "shadowball" + }, + { + "moveName": "shadowclaw" + }, + { + "moveName": "shadowpunch" + }, + { + "moveName": "shadowsneak" + }, + { + "moveName": "sharpen" + }, + { + "moveName": "shellsmash" + }, + { + "moveName": "shockwave" + }, + { + "moveName": "signalbeam" + }, + { + "moveName": "silverwind" + }, + { + "moveName": "simplebeam" + }, + { + "moveName": "sing" + }, + { + "moveName": "skillswap" + }, + { + "moveName": "skittersmack" + }, + { + "moveName": "skullbash" + }, + { + "moveName": "skyattack" + }, + { + "moveName": "skydrop" + }, + { + "moveName": "skyuppercut" + }, + { + "moveName": "slackoff" + }, + { + "moveName": "slam" + }, + { + "moveName": "slash" + }, + { + "moveName": "sleeppowder" + }, + { + "moveName": "sleeptalk" + }, + { + "moveName": "sludge" + }, + { + "moveName": "sludgebomb" + }, + { + "moveName": "sludgewave" + }, + { + "moveName": "smackdown" + }, + { + "moveName": "smartstrike" + }, + { + "moveName": "smellingsalts" + }, + { + "moveName": "smog" + }, + { + "moveName": "smokescreen" + }, + { + "moveName": "snarl" + }, + { + "moveName": "snatch" + }, + { + "moveName": "snore" + }, + { + "moveName": "snowscape" + }, + { + "moveName": "soak" + }, + { + "moveName": "solarbeam" + }, + { + "moveName": "solarblade" + }, + { + "moveName": "sonicboom" + }, + { + "moveName": "spark" + }, + { + "moveName": "speedswap" + }, + { + "moveName": "spikecannon" + }, + { + "moveName": "spikes" + }, + { + "moveName": "spikyshield" + }, + { + "moveName": "spite" + }, + { + "moveName": "spitup" + }, + { + "moveName": "splash" + }, + { + "moveName": "stealthrock" + }, + { + "moveName": "steamroller" + }, + { + "moveName": "steelbeam" + }, + { + "moveName": "steelroller" + }, + { + "moveName": "steelwing" + }, + { + "moveName": "stickyweb" + }, + { + "moveName": "stockpile" + }, + { + "moveName": "stomp" + }, + { + "moveName": "stompingtantrum" + }, + { + "moveName": "stoneedge" + }, + { + "moveName": "storedpower" + }, + { + "moveName": "stormthrow" + }, + { + "moveName": "strength" + }, + { + "moveName": "strengthsap" + }, + { + "moveName": "stringshot" + }, + { + "moveName": "struggle" + }, + { + "moveName": "strugglebug" + }, + { + "moveName": "stuffcheeks" + }, + { + "moveName": "stunspore" + }, + { + "moveName": "submission" + }, + { + "moveName": "substitute" + }, + { + "moveName": "suckerpunch" + }, + { + "moveName": "sunnyday" + }, + { + "moveName": "supercellslam" + }, + { + "moveName": "superfang" + }, + { + "moveName": "superpower" + }, + { + "moveName": "supersonic" + }, + { + "moveName": "surf" + }, + { + "moveName": "swagger" + }, + { + "moveName": "swallow" + }, + { + "moveName": "sweetkiss" + }, + { + "moveName": "sweetscent" + }, + { + "moveName": "swift" + }, + { + "moveName": "switcheroo" + }, + { + "moveName": "swordsdance" + }, + { + "moveName": "synchronoise" + }, + { + "moveName": "synthesis" + }, + { + "moveName": "tailslap" + }, + { + "moveName": "tailwhip" + }, + { + "moveName": "tailwind" + }, + { + "moveName": "takedown" + }, + { + "moveName": "taunt" + }, + { + "moveName": "tearfullook" + }, + { + "moveName": "teeterdance" + }, + { + "moveName": "telekinesis" + }, + { + "moveName": "temperflare" + }, + { + "moveName": "terablast" + }, + { + "moveName": "terrainpulse" + }, + { + "moveName": "thief" + }, + { + "moveName": "thrash" + }, + { + "moveName": "throatchop" + }, + { + "moveName": "thunder" + }, + { + "moveName": "thunderbolt" + }, + { + "moveName": "thunderfang" + }, + { + "moveName": "thunderpunch" + }, + { + "moveName": "thunderwave" + }, + { + "moveName": "tickle" + }, + { + "moveName": "tidyup" + }, + { + "moveName": "torment" + }, + { + "moveName": "toxic" + }, + { + "moveName": "toxicspikes" + }, + { + "moveName": "trailblaze" + }, + { + "moveName": "triattack" + }, + { + "moveName": "trick" + }, + { + "moveName": "trickroom" + }, + { + "moveName": "tripleaxel" + }, + { + "moveName": "trumpcard" + }, + { + "moveName": "twinbeam" + }, + { + "moveName": "twineedle" + }, + { + "moveName": "twister" + }, + { + "moveName": "upperhand" + }, + { + "moveName": "uproar" + }, + { + "moveName": "uturn" + }, + { + "moveName": "vacuumwave" + }, + { + "moveName": "venomdrench" + }, + { + "moveName": "venoshock" + }, + { + "moveName": "vinewhip" + }, + { + "moveName": "vitalthrow" + }, + { + "moveName": "voltswitch" + }, + { + "moveName": "wakeupslap" + }, + { + "moveName": "waterfall" + }, + { + "moveName": "watergun" + }, + { + "moveName": "waterpledge" + }, + { + "moveName": "waterpulse" + }, + { + "moveName": "watersport" + }, + { + "moveName": "waterspout" + }, + { + "moveName": "wavecrash" + }, + { + "moveName": "weatherball" + }, + { + "moveName": "whirlpool" + }, + { + "moveName": "whirlwind" + }, + { + "moveName": "wideguard" + }, + { + "moveName": "wildcharge" + }, + { + "moveName": "willowisp" + }, + { + "moveName": "wingattack" + }, + { + "moveName": "wish" + }, + { + "moveName": "wonderroom" + }, + { + "moveName": "woodhammer" + }, + { + "moveName": "workup" + }, + { + "moveName": "worryseed" + }, + { + "moveName": "wrap" + }, + { + "moveName": "wringout" + }, + { + "moveName": "xscissor" + }, + { + "moveName": "yawn" + }, + { + "moveName": "zenheadbutt" + }, + { + "moveName": "zingzap" + } +] \ No newline at end of file diff --git a/server/config/simpletms/moves/default_tr_moves.json b/server/config/simpletms/moves/default_tr_moves.json new file mode 100644 index 0000000..9428508 --- /dev/null +++ b/server/config/simpletms/moves/default_tr_moves.json @@ -0,0 +1,1763 @@ +[ + { + "moveName": "absorb" + }, + { + "moveName": "acid" + }, + { + "moveName": "acidarmor" + }, + { + "moveName": "acidspray" + }, + { + "moveName": "acrobatics" + }, + { + "moveName": "acupressure" + }, + { + "moveName": "aerialace" + }, + { + "moveName": "afteryou" + }, + { + "moveName": "agility" + }, + { + "moveName": "aircutter" + }, + { + "moveName": "airslash" + }, + { + "moveName": "alluringvoice" + }, + { + "moveName": "allyswitch" + }, + { + "moveName": "amnesia" + }, + { + "moveName": "ancientpower" + }, + { + "moveName": "aquacutter" + }, + { + "moveName": "aquajet" + }, + { + "moveName": "aquaring" + }, + { + "moveName": "aquatail" + }, + { + "moveName": "aromatherapy" + }, + { + "moveName": "aromaticmist" + }, + { + "moveName": "assist" + }, + { + "moveName": "assurance" + }, + { + "moveName": "astonish" + }, + { + "moveName": "attract" + }, + { + "moveName": "aurasphere" + }, + { + "moveName": "aurorabeam" + }, + { + "moveName": "auroraveil" + }, + { + "moveName": "autotomize" + }, + { + "moveName": "avalanche" + }, + { + "moveName": "axekick" + }, + { + "moveName": "babydolleyes" + }, + { + "moveName": "barrier" + }, + { + "moveName": "batonpass" + }, + { + "moveName": "beatup" + }, + { + "moveName": "belch" + }, + { + "moveName": "bellydrum" + }, + { + "moveName": "bestow" + }, + { + "moveName": "bide" + }, + { + "moveName": "bind" + }, + { + "moveName": "bite" + }, + { + "moveName": "blastburn" + }, + { + "moveName": "blazekick" + }, + { + "moveName": "blizzard" + }, + { + "moveName": "block" + }, + { + "moveName": "bodypress" + }, + { + "moveName": "bodyslam" + }, + { + "moveName": "boomburst" + }, + { + "moveName": "bounce" + }, + { + "moveName": "bravebird" + }, + { + "moveName": "breakingswipe" + }, + { + "moveName": "brickbreak" + }, + { + "moveName": "brine" + }, + { + "moveName": "brutalswing" + }, + { + "moveName": "bubble" + }, + { + "moveName": "bubblebeam" + }, + { + "moveName": "bugbite" + }, + { + "moveName": "bugbuzz" + }, + { + "moveName": "bulkup" + }, + { + "moveName": "bulldoze" + }, + { + "moveName": "bulletpunch" + }, + { + "moveName": "bulletseed" + }, + { + "moveName": "burningjealousy" + }, + { + "moveName": "burnup" + }, + { + "moveName": "calmmind" + }, + { + "moveName": "camouflage" + }, + { + "moveName": "captivate" + }, + { + "moveName": "charge" + }, + { + "moveName": "chargebeam" + }, + { + "moveName": "charm" + }, + { + "moveName": "chillingwater" + }, + { + "moveName": "chipaway" + }, + { + "moveName": "circlethrow" + }, + { + "moveName": "clamp" + }, + { + "moveName": "clearsmog" + }, + { + "moveName": "closecombat" + }, + { + "moveName": "coaching" + }, + { + "moveName": "coil" + }, + { + "moveName": "cometpunch" + }, + { + "moveName": "confide" + }, + { + "moveName": "confuseray" + }, + { + "moveName": "confusion" + }, + { + "moveName": "constrict" + }, + { + "moveName": "copycat" + }, + { + "moveName": "corrosivegas" + }, + { + "moveName": "cosmicpower" + }, + { + "moveName": "cottonguard" + }, + { + "moveName": "cottonspore" + }, + { + "moveName": "counter" + }, + { + "moveName": "covet" + }, + { + "moveName": "crabhammer" + }, + { + "moveName": "craftyshield" + }, + { + "moveName": "crosschop" + }, + { + "moveName": "crosspoison" + }, + { + "moveName": "crunch" + }, + { + "moveName": "crushclaw" + }, + { + "moveName": "curse" + }, + { + "moveName": "cut" + }, + { + "moveName": "darkestlariat" + }, + { + "moveName": "darkpulse" + }, + { + "moveName": "dazzlinggleam" + }, + { + "moveName": "defensecurl" + }, + { + "moveName": "defog" + }, + { + "moveName": "destinybond" + }, + { + "moveName": "detect" + }, + { + "moveName": "dig" + }, + { + "moveName": "disable" + }, + { + "moveName": "disarmingvoice" + }, + { + "moveName": "discharge" + }, + { + "moveName": "dive" + }, + { + "moveName": "dizzypunch" + }, + { + "moveName": "doubleedge" + }, + { + "moveName": "doublehit" + }, + { + "moveName": "doublekick" + }, + { + "moveName": "doubleslap" + }, + { + "moveName": "doubleteam" + }, + { + "moveName": "dracometeor" + }, + { + "moveName": "dragonbreath" + }, + { + "moveName": "dragoncheer" + }, + { + "moveName": "dragonclaw" + }, + { + "moveName": "dragondance" + }, + { + "moveName": "dragonhammer" + }, + { + "moveName": "dragonpulse" + }, + { + "moveName": "dragonrage" + }, + { + "moveName": "dragonrush" + }, + { + "moveName": "dragontail" + }, + { + "moveName": "drainingkiss" + }, + { + "moveName": "drainpunch" + }, + { + "moveName": "dreameater" + }, + { + "moveName": "drillpeck" + }, + { + "moveName": "drillrun" + }, + { + "moveName": "dualchop" + }, + { + "moveName": "dualwingbeat" + }, + { + "moveName": "dynamicpunch" + }, + { + "moveName": "earthpower" + }, + { + "moveName": "earthquake" + }, + { + "moveName": "echoedvoice" + }, + { + "moveName": "eerieimpulse" + }, + { + "moveName": "electricterrain" + }, + { + "moveName": "electroball" + }, + { + "moveName": "electroweb" + }, + { + "moveName": "embargo" + }, + { + "moveName": "encore" + }, + { + "moveName": "endeavor" + }, + { + "moveName": "endure" + }, + { + "moveName": "energyball" + }, + { + "moveName": "entrainment" + }, + { + "moveName": "eruption" + }, + { + "moveName": "expandingforce" + }, + { + "moveName": "explosion" + }, + { + "moveName": "extrasensory" + }, + { + "moveName": "extremespeed" + }, + { + "moveName": "facade" + }, + { + "moveName": "fairywind" + }, + { + "moveName": "fakeout" + }, + { + "moveName": "faketears" + }, + { + "moveName": "falseswipe" + }, + { + "moveName": "featherdance" + }, + { + "moveName": "feint" + }, + { + "moveName": "feintattack" + }, + { + "moveName": "fellstinger" + }, + { + "moveName": "finalgambit" + }, + { + "moveName": "fireblast" + }, + { + "moveName": "firefang" + }, + { + "moveName": "firepledge" + }, + { + "moveName": "firepunch" + }, + { + "moveName": "firespin" + }, + { + "moveName": "firstimpression" + }, + { + "moveName": "fissure" + }, + { + "moveName": "flail" + }, + { + "moveName": "flameburst" + }, + { + "moveName": "flamecharge" + }, + { + "moveName": "flamethrower" + }, + { + "moveName": "flamewheel" + }, + { + "moveName": "flareblitz" + }, + { + "moveName": "flash" + }, + { + "moveName": "flashcannon" + }, + { + "moveName": "flatter" + }, + { + "moveName": "fling" + }, + { + "moveName": "flipturn" + }, + { + "moveName": "flowershield" + }, + { + "moveName": "fly" + }, + { + "moveName": "focusblast" + }, + { + "moveName": "focusenergy" + }, + { + "moveName": "focuspunch" + }, + { + "moveName": "followme" + }, + { + "moveName": "forcepalm" + }, + { + "moveName": "foresight" + }, + { + "moveName": "foulplay" + }, + { + "moveName": "freezedry" + }, + { + "moveName": "frenzyplant" + }, + { + "moveName": "frostbreath" + }, + { + "moveName": "furyattack" + }, + { + "moveName": "furycutter" + }, + { + "moveName": "furyswipes" + }, + { + "moveName": "futuresight" + }, + { + "moveName": "gastroacid" + }, + { + "moveName": "gigadrain" + }, + { + "moveName": "gigaimpact" + }, + { + "moveName": "glare" + }, + { + "moveName": "grassknot" + }, + { + "moveName": "grasspledge" + }, + { + "moveName": "grasswhistle" + }, + { + "moveName": "grassyglide" + }, + { + "moveName": "grassyterrain" + }, + { + "moveName": "gravity" + }, + { + "moveName": "growl" + }, + { + "moveName": "growth" + }, + { + "moveName": "grudge" + }, + { + "moveName": "guardsplit" + }, + { + "moveName": "guardswap" + }, + { + "moveName": "guillotine" + }, + { + "moveName": "gunkshot" + }, + { + "moveName": "gust" + }, + { + "moveName": "gyroball" + }, + { + "moveName": "hail" + }, + { + "moveName": "hammerarm" + }, + { + "moveName": "harden" + }, + { + "moveName": "hardpress" + }, + { + "moveName": "haze" + }, + { + "moveName": "headbutt" + }, + { + "moveName": "headsmash" + }, + { + "moveName": "healbell" + }, + { + "moveName": "healblock" + }, + { + "moveName": "healingwish" + }, + { + "moveName": "healpulse" + }, + { + "moveName": "heartstamp" + }, + { + "moveName": "heatcrash" + }, + { + "moveName": "heatwave" + }, + { + "moveName": "heavyslam" + }, + { + "moveName": "helpinghand" + }, + { + "moveName": "hex" + }, + { + "moveName": "hiddenpower" + }, + { + "moveName": "highhorsepower" + }, + { + "moveName": "highjumpkick" + }, + { + "moveName": "honeclaws" + }, + { + "moveName": "hornattack" + }, + { + "moveName": "horndrill" + }, + { + "moveName": "howl" + }, + { + "moveName": "hurricane" + }, + { + "moveName": "hydrocannon" + }, + { + "moveName": "hydropump" + }, + { + "moveName": "hyperbeam" + }, + { + "moveName": "hypervoice" + }, + { + "moveName": "hypnosis" + }, + { + "moveName": "iceball" + }, + { + "moveName": "icebeam" + }, + { + "moveName": "icefang" + }, + { + "moveName": "icehammer" + }, + { + "moveName": "icepunch" + }, + { + "moveName": "iceshard" + }, + { + "moveName": "icespinner" + }, + { + "moveName": "iciclecrash" + }, + { + "moveName": "iciclespear" + }, + { + "moveName": "icywind" + }, + { + "moveName": "imprison" + }, + { + "moveName": "incinerate" + }, + { + "moveName": "inferno" + }, + { + "moveName": "infestation" + }, + { + "moveName": "ingrain" + }, + { + "moveName": "iondeluge" + }, + { + "moveName": "irondefense" + }, + { + "moveName": "ironhead" + }, + { + "moveName": "irontail" + }, + { + "moveName": "jumpkick" + }, + { + "moveName": "karatechop" + }, + { + "moveName": "knockoff" + }, + { + "moveName": "laserfocus" + }, + { + "moveName": "lashout" + }, + { + "moveName": "lastresort" + }, + { + "moveName": "lastrespects" + }, + { + "moveName": "leafage" + }, + { + "moveName": "leafblade" + }, + { + "moveName": "leafstorm" + }, + { + "moveName": "leaftornado" + }, + { + "moveName": "leechlife" + }, + { + "moveName": "leechseed" + }, + { + "moveName": "leer" + }, + { + "moveName": "lick" + }, + { + "moveName": "lifedew" + }, + { + "moveName": "lightscreen" + }, + { + "moveName": "liquidation" + }, + { + "moveName": "lockon" + }, + { + "moveName": "lowkick" + }, + { + "moveName": "lowsweep" + }, + { + "moveName": "luckychant" + }, + { + "moveName": "lunge" + }, + { + "moveName": "machpunch" + }, + { + "moveName": "magicalleaf" + }, + { + "moveName": "magiccoat" + }, + { + "moveName": "magicroom" + }, + { + "moveName": "magnetrise" + }, + { + "moveName": "magnitude" + }, + { + "moveName": "meanlook" + }, + { + "moveName": "meditate" + }, + { + "moveName": "mefirst" + }, + { + "moveName": "megadrain" + }, + { + "moveName": "megahorn" + }, + { + "moveName": "megakick" + }, + { + "moveName": "megapunch" + }, + { + "moveName": "memento" + }, + { + "moveName": "metalburst" + }, + { + "moveName": "metalclaw" + }, + { + "moveName": "metalsound" + }, + { + "moveName": "meteorbeam" + }, + { + "moveName": "meteormash" + }, + { + "moveName": "metronome" + }, + { + "moveName": "milkdrink" + }, + { + "moveName": "mimic" + }, + { + "moveName": "mindreader" + }, + { + "moveName": "miracleeye" + }, + { + "moveName": "mirrorcoat" + }, + { + "moveName": "mirrormove" + }, + { + "moveName": "mirrorshot" + }, + { + "moveName": "mist" + }, + { + "moveName": "mistyexplosion" + }, + { + "moveName": "mistyterrain" + }, + { + "moveName": "moonblast" + }, + { + "moveName": "moonlight" + }, + { + "moveName": "morningsun" + }, + { + "moveName": "mudbomb" + }, + { + "moveName": "muddywater" + }, + { + "moveName": "mudshot" + }, + { + "moveName": "mudslap" + }, + { + "moveName": "mudsport" + }, + { + "moveName": "mysticalfire" + }, + { + "moveName": "nastyplot" + }, + { + "moveName": "naturalgift" + }, + { + "moveName": "naturepower" + }, + { + "moveName": "nightmare" + }, + { + "moveName": "nightshade" + }, + { + "moveName": "nightslash" + }, + { + "moveName": "nuzzle" + }, + { + "moveName": "octazooka" + }, + { + "moveName": "odorsleuth" + }, + { + "moveName": "ominouswind" + }, + { + "moveName": "outrage" + }, + { + "moveName": "overheat" + }, + { + "moveName": "painsplit" + }, + { + "moveName": "paraboliccharge" + }, + { + "moveName": "partingshot" + }, + { + "moveName": "payback" + }, + { + "moveName": "payday" + }, + { + "moveName": "peck" + }, + { + "moveName": "perishsong" + }, + { + "moveName": "petalblizzard" + }, + { + "moveName": "petaldance" + }, + { + "moveName": "phantomforce" + }, + { + "moveName": "pinmissile" + }, + { + "moveName": "playnice" + }, + { + "moveName": "playrough" + }, + { + "moveName": "pluck" + }, + { + "moveName": "poisonfang" + }, + { + "moveName": "poisonjab" + }, + { + "moveName": "poisonpowder" + }, + { + "moveName": "poisonsting" + }, + { + "moveName": "poisontail" + }, + { + "moveName": "pollenpuff" + }, + { + "moveName": "poltergeist" + }, + { + "moveName": "pounce" + }, + { + "moveName": "pound" + }, + { + "moveName": "powder" + }, + { + "moveName": "powdersnow" + }, + { + "moveName": "powergem" + }, + { + "moveName": "powersplit" + }, + { + "moveName": "powerswap" + }, + { + "moveName": "powertrick" + }, + { + "moveName": "powertrip" + }, + { + "moveName": "poweruppunch" + }, + { + "moveName": "powerwhip" + }, + { + "moveName": "protect" + }, + { + "moveName": "psybeam" + }, + { + "moveName": "psychic" + }, + { + "moveName": "psychicfangs" + }, + { + "moveName": "psychicnoise" + }, + { + "moveName": "psychicterrain" + }, + { + "moveName": "psychocut" + }, + { + "moveName": "psychoshift" + }, + { + "moveName": "psychup" + }, + { + "moveName": "psyshieldbash" + }, + { + "moveName": "psyshock" + }, + { + "moveName": "psywave" + }, + { + "moveName": "punishment" + }, + { + "moveName": "pursuit" + }, + { + "moveName": "quash" + }, + { + "moveName": "quickattack" + }, + { + "moveName": "quickguard" + }, + { + "moveName": "quiverdance" + }, + { + "moveName": "rage" + }, + { + "moveName": "ragepowder" + }, + { + "moveName": "ragingfury" + }, + { + "moveName": "raindance" + }, + { + "moveName": "rapidspin" + }, + { + "moveName": "razorleaf" + }, + { + "moveName": "razorshell" + }, + { + "moveName": "razorwind" + }, + { + "moveName": "recover" + }, + { + "moveName": "recycle" + }, + { + "moveName": "reflect" + }, + { + "moveName": "reflecttype" + }, + { + "moveName": "refresh" + }, + { + "moveName": "rest" + }, + { + "moveName": "retaliate" + }, + { + "moveName": "return" + }, + { + "moveName": "revenge" + }, + { + "moveName": "reversal" + }, + { + "moveName": "risingvoltage" + }, + { + "moveName": "roar" + }, + { + "moveName": "rockblast" + }, + { + "moveName": "rockclimb" + }, + { + "moveName": "rockpolish" + }, + { + "moveName": "rockslide" + }, + { + "moveName": "rocksmash" + }, + { + "moveName": "rockthrow" + }, + { + "moveName": "rocktomb" + }, + { + "moveName": "roleplay" + }, + { + "moveName": "rollingkick" + }, + { + "moveName": "rollout" + }, + { + "moveName": "roost" + }, + { + "moveName": "rototiller" + }, + { + "moveName": "round" + }, + { + "moveName": "sacredsword" + }, + { + "moveName": "safeguard" + }, + { + "moveName": "sandattack" + }, + { + "moveName": "sandstorm" + }, + { + "moveName": "sandtomb" + }, + { + "moveName": "scald" + }, + { + "moveName": "scaleshot" + }, + { + "moveName": "scaryface" + }, + { + "moveName": "scorchingsands" + }, + { + "moveName": "screech" + }, + { + "moveName": "secretpower" + }, + { + "moveName": "secretsword" + }, + { + "moveName": "seedbomb" + }, + { + "moveName": "seismictoss" + }, + { + "moveName": "selfdestruct" + }, + { + "moveName": "shadowball" + }, + { + "moveName": "shadowclaw" + }, + { + "moveName": "shadowpunch" + }, + { + "moveName": "shadowsneak" + }, + { + "moveName": "sharpen" + }, + { + "moveName": "shellsmash" + }, + { + "moveName": "shockwave" + }, + { + "moveName": "signalbeam" + }, + { + "moveName": "silverwind" + }, + { + "moveName": "simplebeam" + }, + { + "moveName": "sing" + }, + { + "moveName": "skillswap" + }, + { + "moveName": "skittersmack" + }, + { + "moveName": "skullbash" + }, + { + "moveName": "skyattack" + }, + { + "moveName": "skydrop" + }, + { + "moveName": "skyuppercut" + }, + { + "moveName": "slackoff" + }, + { + "moveName": "slam" + }, + { + "moveName": "slash" + }, + { + "moveName": "sleeppowder" + }, + { + "moveName": "sleeptalk" + }, + { + "moveName": "sludge" + }, + { + "moveName": "sludgebomb" + }, + { + "moveName": "sludgewave" + }, + { + "moveName": "smackdown" + }, + { + "moveName": "smartstrike" + }, + { + "moveName": "smellingsalts" + }, + { + "moveName": "smog" + }, + { + "moveName": "smokescreen" + }, + { + "moveName": "snarl" + }, + { + "moveName": "snatch" + }, + { + "moveName": "snore" + }, + { + "moveName": "snowscape" + }, + { + "moveName": "soak" + }, + { + "moveName": "solarbeam" + }, + { + "moveName": "solarblade" + }, + { + "moveName": "sonicboom" + }, + { + "moveName": "spark" + }, + { + "moveName": "speedswap" + }, + { + "moveName": "spikecannon" + }, + { + "moveName": "spikes" + }, + { + "moveName": "spikyshield" + }, + { + "moveName": "spite" + }, + { + "moveName": "spitup" + }, + { + "moveName": "splash" + }, + { + "moveName": "stealthrock" + }, + { + "moveName": "steamroller" + }, + { + "moveName": "steelbeam" + }, + { + "moveName": "steelroller" + }, + { + "moveName": "steelwing" + }, + { + "moveName": "stickyweb" + }, + { + "moveName": "stockpile" + }, + { + "moveName": "stomp" + }, + { + "moveName": "stompingtantrum" + }, + { + "moveName": "stoneedge" + }, + { + "moveName": "storedpower" + }, + { + "moveName": "stormthrow" + }, + { + "moveName": "strength" + }, + { + "moveName": "strengthsap" + }, + { + "moveName": "stringshot" + }, + { + "moveName": "struggle" + }, + { + "moveName": "strugglebug" + }, + { + "moveName": "stuffcheeks" + }, + { + "moveName": "stunspore" + }, + { + "moveName": "submission" + }, + { + "moveName": "substitute" + }, + { + "moveName": "suckerpunch" + }, + { + "moveName": "sunnyday" + }, + { + "moveName": "supercellslam" + }, + { + "moveName": "superfang" + }, + { + "moveName": "superpower" + }, + { + "moveName": "supersonic" + }, + { + "moveName": "surf" + }, + { + "moveName": "swagger" + }, + { + "moveName": "swallow" + }, + { + "moveName": "sweetkiss" + }, + { + "moveName": "sweetscent" + }, + { + "moveName": "swift" + }, + { + "moveName": "switcheroo" + }, + { + "moveName": "swordsdance" + }, + { + "moveName": "synchronoise" + }, + { + "moveName": "synthesis" + }, + { + "moveName": "tailslap" + }, + { + "moveName": "tailwhip" + }, + { + "moveName": "tailwind" + }, + { + "moveName": "takedown" + }, + { + "moveName": "taunt" + }, + { + "moveName": "tearfullook" + }, + { + "moveName": "teeterdance" + }, + { + "moveName": "telekinesis" + }, + { + "moveName": "temperflare" + }, + { + "moveName": "terablast" + }, + { + "moveName": "terrainpulse" + }, + { + "moveName": "thief" + }, + { + "moveName": "thrash" + }, + { + "moveName": "throatchop" + }, + { + "moveName": "thunder" + }, + { + "moveName": "thunderbolt" + }, + { + "moveName": "thunderfang" + }, + { + "moveName": "thunderpunch" + }, + { + "moveName": "thunderwave" + }, + { + "moveName": "tickle" + }, + { + "moveName": "tidyup" + }, + { + "moveName": "torment" + }, + { + "moveName": "toxic" + }, + { + "moveName": "toxicspikes" + }, + { + "moveName": "trailblaze" + }, + { + "moveName": "triattack" + }, + { + "moveName": "trick" + }, + { + "moveName": "trickroom" + }, + { + "moveName": "tripleaxel" + }, + { + "moveName": "trumpcard" + }, + { + "moveName": "twinbeam" + }, + { + "moveName": "twineedle" + }, + { + "moveName": "twister" + }, + { + "moveName": "upperhand" + }, + { + "moveName": "uproar" + }, + { + "moveName": "uturn" + }, + { + "moveName": "vacuumwave" + }, + { + "moveName": "venomdrench" + }, + { + "moveName": "venoshock" + }, + { + "moveName": "vinewhip" + }, + { + "moveName": "vitalthrow" + }, + { + "moveName": "voltswitch" + }, + { + "moveName": "wakeupslap" + }, + { + "moveName": "waterfall" + }, + { + "moveName": "watergun" + }, + { + "moveName": "waterpledge" + }, + { + "moveName": "waterpulse" + }, + { + "moveName": "watersport" + }, + { + "moveName": "waterspout" + }, + { + "moveName": "wavecrash" + }, + { + "moveName": "weatherball" + }, + { + "moveName": "whirlpool" + }, + { + "moveName": "whirlwind" + }, + { + "moveName": "wideguard" + }, + { + "moveName": "wildcharge" + }, + { + "moveName": "willowisp" + }, + { + "moveName": "wingattack" + }, + { + "moveName": "wish" + }, + { + "moveName": "wonderroom" + }, + { + "moveName": "woodhammer" + }, + { + "moveName": "workup" + }, + { + "moveName": "worryseed" + }, + { + "moveName": "wrap" + }, + { + "moveName": "wringout" + }, + { + "moveName": "xscissor" + }, + { + "moveName": "yawn" + }, + { + "moveName": "zenheadbutt" + }, + { + "moveName": "zingzap" + } +] \ No newline at end of file diff --git a/server/config/simpletms/moves/excluded_moves_from_blank_learning.json b/server/config/simpletms/moves/excluded_moves_from_blank_learning.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/simpletms/moves/excluded_moves_from_blank_learning.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/simpletms/moves/excluded_moves_from_pokemon_drops.json b/server/config/simpletms/moves/excluded_moves_from_pokemon_drops.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/simpletms/moves/excluded_moves_from_pokemon_drops.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/simpletms/moves/excluded_moves_from_tmtr_learning.json b/server/config/simpletms/moves/excluded_moves_from_tmtr_learning.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/server/config/simpletms/moves/excluded_moves_from_tmtr_learning.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/server/config/smallships-client.toml b/server/config/smallships-client.toml new file mode 100644 index 0000000..a0d5fed --- /dev/null +++ b/server/config/smallships-client.toml @@ -0,0 +1,31 @@ +# This holds the schematic version for internal purposes. DO NOT TOUCH! +schematicVersion = 2 + +# This category holds configs that define ship behaviour. +[Ship] + #Set the speed indication: 0 = km/h, 1 = m/s, 2 = knots, 3 = mph + shipModSpeedUnit = 0 + + #This category holds configs that define general ship behaviour. + [Ship.General] + + #General camera settings for ships. + [Ship.General.Camera] + #Automatically enable third person camera when entering a ship. + shipGeneralCameraAutoThirdPerson = true + + #Zoom camera settings for third person view in ships. + [Ship.General.Camera.Zoom] + #Generally enable the zooming feature. + shipGeneralCameraZoomEnable = true + #Set maximum distance of zoom (value must be smaller than or equal to 50.0). + #Range: 1.0 ~ 50.0 + shipGeneralCameraZoomMax = 20.0 + #Set minimum distance of zoom (value must be bigger than or equal to 1.0). + #Range: 1.0 ~ 50.0 + shipGeneralCameraZoomMin = 5.0 + +# This category holds configs that define general mod settings. +[General] + #Enable smallships creative tab in the creative inventory (only takes effect after restart). + smallshipsItemGroupEnable = false diff --git a/server/config/smallships-common.toml b/server/config/smallships-common.toml new file mode 100644 index 0000000..e356827 --- /dev/null +++ b/server/config/smallships-common.toml @@ -0,0 +1,160 @@ +# This holds the schematic version for internal purposes. DO NOT TOUCH! +schematicVersion = 5 + +# This category holds configs that define ship behaviour. +[Ship] + + #This category holds configs that define general ship behaviour. + [Ship.General] + #The cool-down for sails when increasing or decreasing sail state. + #Range: 0 ~ 1000 + shipGeneralSailCooldown = 30 + #The damage that is delivered to entities on collision with a cruising ship. Set 0 to disable feature. + #Range: 0.0 ~ 100.0 + shipGeneralCollisionDamage = 7.5 + #Should entities be pushed on collision with a cruising ship? + shipGeneralCollisionKnockBack = true + #Should the ship item be dropped when the ship is fully damaged? + shipGeneralDoItemDrop = true + + #General speed modifiers for ships. + [Ship.General.Modifier] + #Maximum speed penalty for a filled container in percent. + #Range: -500.0 ~ 500.0 + shipGeneralContainerModifier = 10.0 + #Speed penalty per cannon in percent. + #Range: -500.0 ~ 500.0 + shipGeneralCannonModifier = 2.5 + #Speed bonus for a paddle ship while paddling in percent. + #Range: -500.0 ~ 500.0 + shipGeneralPaddlingModifier = 35.0 + #Maximum speed bonus and penalty depending on the ship biome type in percent. + #Range: 0.0 ~ 500.0 + shipGeneralBiomeModifier = 20.0 + #Damage reduction per shield in percent. + #Range: -500.0 ~ 500.0 + shipGeneralShieldDamageReduction = 3.0 + #Time in minutes in which sunken ships will despawn. + #Range: 0.0 ~ 600.0 + shipGeneralDespawnTimeSunken = 15.0 + #Entities in this list won't be able to mount a ship, for example: ["minecraft:creeper", "minecraft:sheep", ...] + mountBlackList = ["minecraft:ender_dragon", "minecraft:wither", "minecraft:wither", "minecraft:ghast", "minecraft:warden", "minecraft:ravager", "alexmobs:cachalot_whale"] + #Amount of damage a cannonball does on hit. + #Range: 0.0 ~ 100.0 + shipGeneralCannonDamage = 25.0 + #Amount of destruction a cannonball does when hit the ground. + #Range: 0.0 ~ 100.0 + shipGeneralCannonDestruction = 1.0 + + #This category holds configs that define behaviour of fleeing water animals. + [Ship.General."Fleeing Water Animals"] + #Range: 0.0 ~ 100.0 + waterAnimalFleeRadius = 15.0 + #Range: 0.0 ~ 100.0 + waterAnimalFleeSpeed = 1.5 + #Range: 0.0 ~ 100.0 + waterAnimalFleeDistance = 10.0 + + #Default attributes for the Cog. Speed in km/h, Health in default mc health points + [Ship.Cog.Attributes] + #Range: 1.0 ~ 10000.0 + shipAttributeCogMaxHealth = 300.0 + #Range: 0.0 ~ 100.0 + shipAttributeCogMaxSpeed = 30.0 + #Range: 0.0 ~ 100.0 + shipAttributeCogMaxReverseSpeed = 0.1 + #Range: 0.0 ~ 100.0 + shipAttributeCogMaxRotationSpeed = 4.5 + #Range: 0.0 ~ 100.0 + shipAttributeCogAcceleration = 0.015 + #Range: 0.0 ~ 100.0 + shipAttributeCogRotationAcceleration = 0.7 + + #Default configs for the container of the Cog. + [Ship.Cog.Container] + #Set container size for the Cog (value must be divisible by 9 and bigger than 0). + shipContainerCogContainerSize = 108 + + #Cog specific speed modifiers. + [Ship.Cog.Modifier] + #Specify biome type for the Cog. Can be NONE, COLD, NEUTRAL, or WARM + #Allowed Values: NONE, COLD, NEUTRAL, WARM + shipModifierCogBiome = "COLD" + + #Default attributes for the Brigg. Speed in km/h, Health in default mc health points + [Ship.Brigg.Attributes] + #Range: 0.0 ~ 10000.0 + shipAttributeBriggMaxHealth = 450.0 + #Range: 0.0 ~ 100.0 + shipAttributeBriggMaxSpeed = 35.0 + #Range: 0.0 ~ 100.0 + shipAttributeBriggMaxReverseSpeed = 0.1 + #Range: 0.0 ~ 100.0 + shipAttributeBriggMaxRotationSpeed = 4.0 + #Range: 0.0 ~ 100.0 + shipAttributeBriggAcceleration = 0.015 + #Range: 0.0 ~ 100.0 + shipAttributeBriggRotationAcceleration = 0.55 + + #Default configs for the container of the Brigg. + [Ship.Brigg.Container] + #Set container size for the Brigg (value must be divisible by 9 and bigger than 0). + shipContainerBriggContainerSize = 162 + + #Brigg specific speed modifiers. + [Ship.Brigg.Modifier] + #Specify biome type for the Brigg. Can be NONE, COLD, NEUTRAL, or WARM + #Allowed Values: NONE, COLD, NEUTRAL, WARM + shipModifierBriggBiome = "COLD" + + #Default attributes for the Galley. Speed in km/h, Health in default mc health points + [Ship.Galley.Attributes] + #Range: 0.0 ~ 10000.0 + shipAttributeGalleyMaxHealth = 200.0 + #Range: 0.0 ~ 100.0 + shipAttributeGalleyMaxSpeed = 30.0 + #Range: 0.0 ~ 100.0 + shipAttributeGalleyMaxReverseSpeed = 0.1 + #Range: 0.0 ~ 100.0 + shipAttributeGalleyMaxRotationSpeed = 5.0 + #Range: 0.0 ~ 100.0 + shipAttributeGalleyAcceleration = 0.015 + #Range: 0.0 ~ 100.0 + shipAttributeGalleyRotationAcceleration = 1.0 + + #Default configs for the container of the Galley. + [Ship.Galley.Container] + #Set container size for the Galley (value must be divisible by 9 and bigger than 0). + shipContainerGalleyContainerSize = 54 + + #Galley specific speed modifiers. + [Ship.Galley.Modifier] + #Specify biome type for the Galley. Can be NONE, COLD, NEUTRAL, or WARM + #Allowed Values: NONE, COLD, NEUTRAL, WARM + shipModifierGalleyBiome = "WARM" + + #Default attributes for the Drakkar. Speed in km/h, Health in default mc health points + [Ship.Drakkar.Attributes] + #Range: 0.0 ~ 10000.0 + shipAttributeDrakkarMaxHealth = 200.0 + #Range: 0.0 ~ 100.0 + shipAttributeDrakkarMaxSpeed = 30.0 + #Range: 0.0 ~ 100.0 + shipAttributeDrakkarMaxReverseSpeed = 0.1 + #Range: 0.0 ~ 100.0 + shipAttributeDrakkarMaxRotationSpeed = 5.0 + #Range: 0.0 ~ 100.0 + shipAttributeDrakkarAcceleration = 0.015 + #Range: 0.0 ~ 100.0 + shipAttributeDrakkarRotationAcceleration = 1.0 + + #Default configs for the container of the Drakkar. + [Ship.Drakkar.Container] + #Set container size for the Drakkar (value must be divisible by 9 and bigger than 0). + shipContainerDrakkarContainerSize = 54 + + #Drakkar specific speed modifiers. + [Ship.Drakkar.Modifier] + #Specify biome type for the Drakkar. Can be NONE, COLD, NEUTRAL, or WARM + #Allowed Values: NONE, COLD, NEUTRAL, WARM + shipModifierDrakkarBiome = "COLD" diff --git a/server/config/smoothchunk.json b/server/config/smoothchunk.json new file mode 100644 index 0000000..5b41053 --- /dev/null +++ b/server/config/smoothchunk.json @@ -0,0 +1,14 @@ +{ + "chunkSaveDelay": { + "desc:": "Delay before a chunk is saved to disk, default: 300 seconds", + "chunkSaveDelay": 300 + }, + "chunkUnloadLimit": { + "desc:": "Maximum amount of chunks unloaded per tick, default: 20, vanilla:200", + "chunkUnloadLimit": 20 + }, + "debugLogging": { + "desc:": "Enables debug logging of how many chunks got saved in a tick. default: false", + "debugLogging": false + } +} \ No newline at end of file diff --git a/server/config/sodium-fingerprint.json b/server/config/sodium-fingerprint.json new file mode 100644 index 0000000..47f2b9b --- /dev/null +++ b/server/config/sodium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"4049bdbb58400aa69d0ebff30877e20f8a6f73a5417d00b650e7e2ca780f4c95d7b211d48be20fa27fa37c7f8b1a97a44f5c666c31728f99aac017669da1a38d","u":"3a3834573f8643749214e9dc02e7033cb4b6f5982dc3f74d8648ee6bb3b9614c2ef92f40cf18838adcae35fc77a87bcdc351e863502168cf6c04c97f1bcb6b18","p":"e1326bc6e178e0701dc33afa67f175b10d40c1d852793268d65a5d43d42e10804f61e76feca31da1f9ca180fcb3d6242cecbf884a03ab5052b6b04acb9cacbd3","t":1738567821} \ No newline at end of file diff --git a/server/config/sodium-mixins.properties b/server/config/sodium-mixins.properties new file mode 100644 index 0000000..864cfde --- /dev/null +++ b/server/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/CaffeineMC/sodium/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/server/config/sodium-options.json b/server/config/sodium-options.json new file mode 100644 index 0000000..eb06c20 --- /dev/null +++ b/server/config/sodium-options.json @@ -0,0 +1,26 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_no_error_g_l_context": true, + "sorting_enabled_v2": true + }, + "notifications": { + "has_cleared_donation_button": true, + "has_seen_donation_prompt": true + } +} \ No newline at end of file diff --git a/server/config/sodiumdynamiclights-client.toml b/server/config/sodiumdynamiclights-client.toml new file mode 100644 index 0000000..49261fa --- /dev/null +++ b/server/config/sodiumdynamiclights-client.toml @@ -0,0 +1,18 @@ +[sodiumdynamiclights] + #Lighting mode + #Allowed Values: OFF, SLOW, FAST, REALTIME + mode = "REALTIME" + #Enable entities light source. + entities = false + #Enable first-person player light source. + self = true + #Enable block entities light source. + block_entities = true + #Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + #TNT lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + tnt = "SIMPLE" + #Creeper lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + creeper = "OFF" diff --git a/server/config/sodiumextras-client.toml b/server/config/sodiumextras-client.toml new file mode 100644 index 0000000..20e6faa --- /dev/null +++ b/server/config/sodiumextras-client.toml @@ -0,0 +1,135 @@ + [embeddiumextras.general] + #Set Fullscreen mode + #Borderless let you change between screens more faster and move your mouse across monitors + #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN + fullscreen = "WINDOWED" + #Configure FPS Display mode + #Complete mode gives you min FPS count and average count + #Allowed Values: OFF, SIMPLE, ADVANCED + fpsDisplay = "OFF" + #Configure FPS Display gravity + #Places counter on specified corner of your screen + #Allowed Values: LEFT, CENTER, RIGHT + fpsDisplayGravity = "LEFT" + #Shows GPU and memory usage onto FPS display + #Allowed Values: OFF, ON, GPU, RAM + fpsDisplaySystem = "OFF" + #Configure FPS Display margin + #Give some space between corner and text + # Default: 12 + # Range: 0 ~ 48 + fpsDisplayMargin = 12 + #Toggle FPS Display shadow + #In case sometimes you can't see the text + fpsDisplayShadow = false + + [embeddiumextras.quality] + #Toggle fog feature + #Fog was a vanilla feature, toggling off may increases performance + fog = true + #Raise clouds + #Modify clouds height perfect for a adaptative world experience + # Default: 192 + # Range: 0 ~ 512 + cloudsHeight = 192 + #Chunks fade in speed + #This option doesn't affect performance, just changes speed + #Allowed Values: OFF, FAST, SLOW + chunkFadeSpeed = "SLOW" + + [embeddiumextras.quality.darkness] + #Configure Darkness Mode + #Each config changes what is considered 'true darkness' + #Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF + mode = "OFF" + #Toggle Darkness on Overworld dimension + enableOnOverworld = true + #Toggle Darkness on Nether dimension + enableOnNether = false + #Configure fog brightness on nether when darkness is enabled + # Default: 0.5 + # Range: 0.0 ~ 1.0 + netherFogBright = 0.5 + #Toggle Darkness on End dimension + enableOnEnd = false + #Configure fog brightness on nether when darkness is enabled + # Default: 0.5 + # Range: 0.0 ~ 1.0 + endFogBright = 0.5 + #Toggle Darkness default mode for modded dimensions + valueByDefault = false + #List of all dimensions to use True Darkness + #This option overrides 'valueByDefault' state + dimensionWhitelist = [] + #Toggle darkness when dimension has no SkyLight + enableOnNoSkyLight = false + #Disables all bright sources of darkness like moon or fog + #Only affects darkness effect + enableBlockLightOnly = false + #Toggles if moon phases affects darkness in the overworld + affectedByMoonPhase = true + #Configure max moon brightness level with darkness + # Default: 0.25 + # Range: 0.0 ~ 1.0 + fullMoonBright = 0.25 + #Configure min moon brightness level with darkness + # Default: 0.0 + # Range: 0.0 ~ 1.0 + newMoonBright = 0.0 + + [embeddiumextras.performance] + #Toggles JREI item rendering until searching + #Increases performance a little bit and cleans your screen when you don't want to use it + hideJREI = false + #Toggles Minecraft Fonts shadows + #Depending of the case may increase performance + #Gives a flat style text + fontShadows = true + + [embeddiumextras.performance.distanceCulling.tileEntities] + #Toggles distance culling for Block Entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull Block entities + #Value is squared, default was 64^2 (or 64x64) + # Default: 4096 + # Range: > 0 + cullingMaxDistanceX = 4096 + #Configure vertical max distance before cull Block entities + #Value is raw + # Default: 32 + # Range: 0 ~ 512 + cullingMaxDistanceY = 32 + #List of all Block Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:chest" - Ignores chests only + #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2 + whitelist = ["waterframes:*"] + + [embeddiumextras.performance.distanceCulling.entities] + #Toggles distance culling for entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull entities + #Value is squared, default was 64^2 (or 64x64) + # Default: 4096 + # Range: > 0 + cullingMaxDistanceX = 4096 + #Configure vertical max distance before cull entities + #Value is raw + # Default: 32 + # Range: 0 ~ 512 + cullingMaxDistanceY = 32 + #List of all Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:bat" - Ignores bats only + #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod + whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"] + + [embeddiumextras.others] + #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen + #Allowed Values: ATTACH, REPLACE, OFF + borderlessAttachModeOnF11 = "OFF" + #Toggles fast language reload + #Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option? + fastLanguageReload = true diff --git a/server/config/solcarrot-client.toml b/server/config/solcarrot-client.toml new file mode 100644 index 0000000..e2632d2 --- /dev/null +++ b/server/config/solcarrot-client.toml @@ -0,0 +1,15 @@ +["milestone celebration"] + #If true, reaching a new milestone plays a ding sound. + shouldPlayMilestoneSounds = true + #If true, trying a new food spawns particles. + shouldSpawnIntermediateParticles = true + #If true, reaching a new milestone spawns particles. + shouldSpawnMilestoneParticles = true + +[miscellaneous] + #If true, foods indicate in their tooltips whether or not they have been eaten. + isFoodTooltipEnabled = true + #Whether the messages notifying you of reaching new milestones should be displayed above the hotbar or in chat. + shouldShowProgressAboveHotbar = true + #If true, the food book also lists foods that you haven't eaten, in addition to the ones you have. + shouldShowUneatenFoods = true diff --git a/server/config/solcarrot-server.toml b/server/config/solcarrot-server.toml new file mode 100644 index 0000000..86b963d --- /dev/null +++ b/server/config/solcarrot-server.toml @@ -0,0 +1,27 @@ +[milestones] + #Number of hearts you start out with. + # Default: 10 + # Range: 0 ~ 1000 + baseHearts = 10 + #Number of hearts you gain for reaching a new milestone. + # Default: 2 + # Range: 0 ~ 1000 + heartsPerMilestone = 2 + #A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts. + milestones = [5, 10, 15, 20, 25] + +[filtering] + #Foods in this list won't affect the player's health nor show up in the food book. + blacklist = [] + #When this list contains anything, the blacklist is ignored and instead only foods from here count. + whitelist = [] + #The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks. + # Default: 1 + # Range: 0 ~ 1000 + minimumFoodValue = 1 + +[miscellaneous] + #Whether or not to reset the food list on death, effectively losing all bonus hearts. + resetOnDeath = false + #If true, eating foods outside of survival mode (e.g. creative/adventure) is not tracked and thus does not contribute towards progression. + limitProgressionToSurvival = false diff --git a/server/config/sophisticatedbackpacks-common.toml b/server/config/sophisticatedbackpacks-common.toml new file mode 100644 index 0000000..0760b26 --- /dev/null +++ b/server/config/sophisticatedbackpacks-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Turns on/off loot added to various vanilla chest loot tables + chestLootEnabled = true diff --git a/server/config/sophisticatedbackpacks-server.toml b/server/config/sophisticatedbackpacks-server.toml new file mode 100644 index 0000000..4724b38 --- /dev/null +++ b/server/config/sophisticatedbackpacks-server.toml @@ -0,0 +1,527 @@ +#Server Settings +[server] + #List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box" + disallowedItems = [] + #Determines if container items (those that override canFitInsideContainerItems to false) are able to fit in backpacks + containerItemsDisallowed = false + #List of blocks that inventory interaction upgrades can't interact with - e.g. "minecraft:shulker_box" + noInteractionBlocks = [] + #List of blocks that are not allowed to connect to backpacks - e.g. "refinedstorage:external_storage" + noConnectionBlocks = [] + #Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber" + maxUpgradesPerStorage = ["stack_upgrades|3", "furnace_upgrades|1", "jukebox_upgrade|1"] + #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether + itemFluidHandlerEnabled = true + #Determines whether player can right click on backpack that another player is wearing to open it. If off will turn off that capability for everyone and remove related settings from backpack. + allowOpeningOtherPlayerBackpacks = true + #Allows disabling item display settings. Primarily in cases where custom backpack model doesn't support showing the item. (Requires game restart to take effect) + itemDisplayDisabled = false + #Allows disabling logic that dedupes backpacks with the same UUID in players' inventory. This is here to allow turning off the logic just in case it would be causing performance issues. + tickDedupeLogicDisabled = false + #Determines if backpacks can be placed in container items (those that check for return value of canFitInsideContainerItems) + canBePlacedInContainerItems = false + + #Leather Backpack Settings + [server.leatherBackpack] + #Number of inventory slots in the backpack + # Default: 27 + # Range: 1 ~ 144 + inventorySlotCount = 27 + #Number of upgrade slots in the backpack + # Default: 1 + # Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Copper Backpack Settings + [server.copperBackpack] + #Number of inventory slots in the backpack + # Default: 45 + # Range: 1 ~ 144 + inventorySlotCount = 45 + #Number of upgrade slots in the backpack + # Default: 1 + # Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Iron Backpack Settings + [server.ironBackpack] + #Number of inventory slots in the backpack + # Default: 54 + # Range: 1 ~ 144 + inventorySlotCount = 54 + #Number of upgrade slots in the backpack + # Default: 2 + # Range: 0 ~ 10 + upgradeSlotCount = 2 + + #Gold Backpack Settings + [server.goldBackpack] + #Number of inventory slots in the backpack + # Default: 81 + # Range: 1 ~ 144 + inventorySlotCount = 81 + #Number of upgrade slots in the backpack + # Default: 3 + # Range: 0 ~ 10 + upgradeSlotCount = 3 + + #Diamond Backpack Settings + [server.diamondBackpack] + #Number of inventory slots in the backpack + # Default: 108 + # Range: 1 ~ 144 + inventorySlotCount = 108 + #Number of upgrade slots in the backpack + # Default: 5 + # Range: 0 ~ 10 + upgradeSlotCount = 5 + + #Netherite Backpack Settings + [server.netheriteBackpack] + #Number of inventory slots in the backpack + # Default: 120 + # Range: 1 ~ 144 + inventorySlotCount = 120 + #Number of upgrade slots in the backpack + # Default: 7 + # Range: 0 ~ 10 + upgradeSlotCount = 7 + + #Compacting Upgrade Settings + [server.compactingUpgrade] + #Number of Compacting Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Compacting Upgrade Settings + [server.advancedCompactingUpgrade] + #Number of Advanced Compacting Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Deposit Upgrade Settings + [server.depositUpgrade] + #Number of Deposit Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Deposit Upgrade Settings + [server.advancedDepositUpgrade] + #Number of Advanced Deposit Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Feeding Upgrade Settings + [server.feedingUpgrade] + #Number of Feeding Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Feeding Upgrade Settings + [server.advancedFeedingUpgrade] + #Number of Advanced Feeding Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Filter Upgrade Settings + [server.filterUpgrade] + #Number of Filter Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Filter Upgrade Settings + [server.advancedFilterUpgrade] + #Number of Advanced Filter Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Magnet Upgrade Settings + [server.magnetUpgrade] + #Number of Magnet Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + #Range around storage in blocks at which magnet will pickup items + # Default: 3 + # Range: 1 ~ 20 + magnetRange = 3 + + #Advanced Magnet Upgrade Settings + [server.advancedMagnetUpgrade] + #Number of Advanced Magnet Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + #Range around storage in blocks at which magnet will pickup items + # Default: 5 + # Range: 1 ~ 20 + magnetRange = 5 + + #Pickup Upgrade Settings + [server.pickupUpgrade] + #Number of Pickup Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Pickup Upgrade Settings + [server.advancedPickupUpgrade] + #Number of Advanced Pickup Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Refill Upgrade Settings + [server.refillUpgrade] + #Number of Refill Upgrade's filter slots + # Default: 6 + # Range: 1 ~ 20 + filterSlots = 6 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Refill Upgrade Settings + [server.advancedRefillUpgrade] + #Number of Advanced Refill Upgrade's filter slots + # Default: 12 + # Range: 1 ~ 20 + filterSlots = 12 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Restock Upgrade Settings + [server.restockUpgrade] + #Number of Restock Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Restock Upgrade Settings + [server.advancedRestockUpgrade] + #Number of Advanced Restock Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Void Upgrade Settings + [server.voidUpgrade] + #Number of Void Upgrade's filter slots + # Default: 9 + # Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + # Default: 3 + # Range: 1 ~ 6 + slotsInRow = 3 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Advanced Void Upgrade Settings + [server.advancedVoidUpgrade] + #Number of Advanced Void Upgrade's filter slots + # Default: 16 + # Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Stack Upgrade Settings + [server.stackUpgrade] + #List of items that are not supposed to stack in storage even when stack upgrade is inserted. Item registry names are expected here. + nonStackableItems = ["minecraft:bundle", "minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + + #Smelting Upgrade Settings + [server.smeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Smoking Upgrade Settings + [server.smokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Blasting Upgrade Settings + [server.blastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Auto-Smelting Upgrade Settings + [server.autoSmeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + # Default: 8 + # Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + # Default: 4 + # Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Smoking Upgrade Settings + [server.autoSmokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + # Default: 8 + # Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + # Default: 4 + # Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Blasting Upgrade Settings + [server.autoBlastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + # Default: 1.0 + # Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + # Default: 8 + # Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + # Default: 4 + # Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Inception Upgrade Settings + [server.inceptionUpgrade] + #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade + upgradesUseInventoriesOfBackpacksInBackpack = true + #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade + upgradesInContainedBackpacksAreFunctional = true + + #Tool Swapper Upgrade Settings + [server.toolSwapperUpgrade] + #Number of Tool Swapper Upgrade's filter slots + # Default: 8 + # Range: 1 ~ 20 + filterSlots = 8 + #Number of filter slots displayed in a row + # Default: 4 + # Range: 1 ~ 6 + slotsInRow = 4 + + #Tank Upgrade Settings + [server.tankUpgrade] + #Capacity in mB the tank upgrade will have per row of storage slots + # Default: 4000 + # Range: 500 ~ 20000 + capacityPerSlotRow = 4000 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max energy of the battery and max in/out. Value lower than 1 makes stack multiplier affect the max energy less, higher makes it affect the max energy more. 0 turns off stack multiplier affecting battery upgrade + # Default: 1.0 + # Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + #Cooldown between fill/drain actions done on fluid containers in tank slots. Only fills/drains one bucket worth to/from container after this cooldown and then waits again. + # Default: 20 + # Range: 1 ~ 100 + autoFillDrainContainerCooldown = 20 + #How much FE can be transfered in / out per operation. This is a base transfer rate and same as max capacity gets multiplied by number of rows in storage and stack multiplier. + # Default: 20 + # Range: 1 ~ 1000 + maxInputOutput = 20 + #Energy in FE the battery upgrade will have per row of storage slots + # Default: 10000 + # Range: 500 ~ 50000 + energyPerSlotRow = 10000 + + #Pump Upgrade Settings + [server.pumpUpgrade] + #Number of fluid filter slots + # Default: 4 + # Range: 1 ~ 20 + filterSlots = 4 + #How much mB can be transfered in / out per operation. This is a base transfer rate that gets multiplied by number of rows in storage and stack multiplier. + # Default: 20 + # Range: 1 ~ 1000 + maxInputOutput = 20 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max input/output value. Value lower than 1 makes stack multiplier affect the capacity less, higher makes it affect the capacity more. 0 turns off stack multiplier affecting input/output + # Default: 1.0 + # Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + + #Xp Pump Upgrade Settings + [server.xpPumpUpgrade] + #Whether xp pump can mend items with mending. Set false here to turn off the feature altogether. + mendingOn = true + #How many experience points at a maximum would be used to mend an item per operation (every 5 ticks and 1 xp point usually translates to 2 damage repaired). + # Default: 5 + # Range: 1 ~ 20 + maxXpPointsPerMending = 5 + + #Settings for Spawning Entities with Backpack + [server.entityBackpackAdditions] + #Chance of an entity spawning with Backpack + # Default: 0.01 + # Range: 0.0 ~ 1.0 + chance = 0.01 + #Turns on/off addition of loot into backpacks + addLoot = true + #Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added. + buffWithPotionEffects = true + #Turns on/off buffing the entity that wears backpack with additional health. Health is scaled based on backpack tier the mob wears. + buffHealth = true + #Turns on/off equiping the entity that wears backpack with armor. What armor material and how enchanted is scaled based on backpack tier the mob wears. + equipWithArmor = true + #Map of entities that can spawn with backpack and related loot tables (if adding a loot is enabled) in format of "EntityRegistryName|LootTableName" + entityLootTableList = ["minecraft:creeper|minecraft:chests/desert_pyramid", "minecraft:drowned|minecraft:chests/shipwreck_treasure", "minecraft:enderman|minecraft:chests/end_city_treasure", "minecraft:evoker|minecraft:chests/woodland_mansion", "minecraft:husk|minecraft:chests/desert_pyramid", "minecraft:piglin|minecraft:chests/bastion_bridge", "minecraft:piglin_brute|minecraft:chests/bastion_treasure", "minecraft:pillager|minecraft:chests/pillager_outpost", "minecraft:skeleton|minecraft:chests/simple_dungeon", "minecraft:stray|minecraft:chests/igloo_chest", "minecraft:vex|minecraft:chests/woodland_mansion", "minecraft:vindicator|minecraft:chests/woodland_mansion", "minecraft:witch|minecraft:chests/buried_treasure", "minecraft:wither_skeleton|minecraft:chests/nether_bridge", "minecraft:zombie|minecraft:chests/simple_dungeon", "minecraft:zombie_villager|minecraft:chests/village/village_armorer", "minecraft:zombified_piglin|minecraft:chests/bastion_other"] + #List of music discs that are not supposed to be played by entities + discBlockList = ["botania:record_gaia_1", "botania:record_gaia_2"] + #Turns on/off a chance that the entity that wears backpack gets jukebox upgrade and plays a music disc. + playJukebox = true + #Determines whether backpack drops to fake players if killed by them in addition to real ones that it always drops to + dropToFakePlayers = false + #Chance of mob dropping backpack when killed by player + # Default: 0.5 + # Range: 0.0 ~ 1.0 + backpackDropChance = 0.5 + #Chance increase per looting level of mob dropping backpack + # Default: 0.15 + # Range: 0.0 ~ 0.3 + lootingChanceIncreasePerLevel = 0.15 + + [server.nerfs] + #Determines if too many backpacks in player's inventory cause slowness to the player + tooManyBackpacksSlowness = false + #Maximum number of backpacks in player's inventory that will not cause slowness + # Default: 3 + # Range: 1 ~ 27 + maxNumberOfBackpacks = 3 + #Ratio of slowness levels per every backpack above the maximum number allowed. (number of backpacks above the max gets multiplied by this number and ceiled) + # Default: 1.0 + # Range: 0.1 ~ 5.0 + slownessLevelsPerAdditionalBackpack = 1.0 + #Determines if active upgrades will only work in the backpack that's worn by the player. Active upgrades are for example magnet, pickup, cooking, feeding upgrades. + onlyWornBackpackTriggersUpgrades = false diff --git a/server/config/sophisticatedcore-client.toml b/server/config/sophisticatedcore-client.toml new file mode 100644 index 0000000..fbb0752 --- /dev/null +++ b/server/config/sophisticatedcore-client.toml @@ -0,0 +1,7 @@ +#Client Settings +[client] + #Positions where sort buttons can display to help with conflicts with controls from other mods + #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN + sortButtonsPosition = "TITLE_LINE_RIGHT" + #Whether click sound should play when custom buttons are clicked in gui + playButtonSound = true diff --git a/server/config/sophisticatedcore-common.toml b/server/config/sophisticatedcore-common.toml new file mode 100644 index 0000000..7859893 --- /dev/null +++ b/server/config/sophisticatedcore-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Disable / enable any items here (disables their recipes) + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:upgrade_base|true"] diff --git a/server/config/spark/config.json b/server/config/spark/config.json new file mode 100644 index 0000000..480c9e6 --- /dev/null +++ b/server/config/spark/config.json @@ -0,0 +1,4 @@ +{ + "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", + "backgroundProfiler": true +} \ No newline at end of file diff --git a/server/config/spark/tmp-client/about.txt b/server/config/spark/tmp-client/about.txt new file mode 100644 index 0000000..31c393f --- /dev/null +++ b/server/config/spark/tmp-client/about.txt @@ -0,0 +1,10 @@ +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/server/config/spark/tmp/about.txt b/server/config/spark/tmp/about.txt new file mode 100644 index 0000000..5b8e8d1 --- /dev/null +++ b/server/config/spark/tmp/about.txt @@ -0,0 +1,10 @@ +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/server/config/spawn_notification.json b/server/config/spawn_notification.json new file mode 100644 index 0000000..700e351 --- /dev/null +++ b/server/config/spawn_notification.json @@ -0,0 +1,23 @@ +{ + "broadcastShiny": true, + "broadcastCoords": false, + "broadcastBiome": true, + "playShinySound": true, + "playShinySoundPlayer": false, + "announceCrossDimensions": false, + "broadcastDespawns": false, + "broadcastVolatileDespawns": false, + "broadcastSpeciesName": true, + "broadcastPlayerSpawnedOn": true, + "broadcastRange": 256, + "playerLimit": -1, + "labelsForBroadcast": [ + "legendary" + ], + "bucketsForBroadcast": [], + "formatting": { + "label.legendary": "LIGHT_PURPLE", + "bucket.ultra-rare": "AQUA", + "shiny": "GOLD" + } +} \ No newline at end of file diff --git a/server/config/spells_gone_wrong-common.toml b/server/config/spells_gone_wrong-common.toml new file mode 100644 index 0000000..ea28b38 --- /dev/null +++ b/server/config/spells_gone_wrong-common.toml @@ -0,0 +1,45 @@ + #Enable some bonus features for spells! + ["Spells Gone Wrong Config"."Spell Additions Settings"] + #When enabled the Black Hole Spell will become unstable just before the spell expires and cause random explosions around the black hole. When enabled the Black Hole Spell will also display explosion particles (Don't cause damage) in the middle of the black hole when the spell expires + "Black Hole Spell Can Cause Explosions Just Before The Spell Expires" = true + #When enabled the Ice Block Spell can cause Ice Patches when hitting the ground or when hitting water. Ice Patches will place Ice on blocks with the #spells_gone_wrong:ice_patch_replaceable tag and will turn Ice into Packed Ice. + "Ice Block Spell Can Cause Ice Patches" = true + #When enabled the Firefly Swarm Spell will give the glowing effect to nearby enemies + "Firefly Swarm Spell Can Give Glowing Effect" = true + #When enabled Holy Spells that deal damage do extra damage to undead mobs. When enabled with Consecration installed, Holy Spells will cause smite weakness + "Holy Spells Do Extra Damage To Undead Mobs" = true + + #Settings for letting a spell hurt the player who casted it + ["Spells Gone Wrong Config"."Spell Can Hurt Caster Settings"] + #Should the Black Hole Spell hurt the player who casted it? + "Black Hole Spell Can Hurt Owner" = true + #Should the Ice Block Spell hurt the player who casted it? + "Ice Block Spell Can Hurt Owner" = true + #Should the Comets spawned by the Starfall Spell hurt the player who casted it? + "Starfall Spell Can Hurt Owner" = true + #Should the Acid Orbs spawned by the Acid Spit Spell hurt the player who casted it? + "Acid Spit Spell Can Hurt Owner" = true + #Should the Poison Arrow and the Poison Clouds spawned by the Poison Arrow Spell hurt the player who casted it? + "Poison Arrow Spell Can Hurt Owner" = true + #Should the Fireflies spawned by the Firefly Swarm Spell hurt the player who casted it? + "Firefly Swarm Spell Can Hurt Owner" = true + #Should the Earthquake Spell hurt the player who casted it? + "Earthquake Spell Can Hurt Owner" = true + #Should the Magma Bomb and the Fire Field spawned by the Magma Bomb Spell hurt the player who casted it? + "Magma Bomb Spell Can Hurt Owner" = true + #Should the Wall Of Fire Spell hurt the player who casted it? + "Wall Of Fire Spell Can Hurt Owner" = true + #Should the Void Tentacles spawned by the Sculk Tentacles Spell hurt the player who casted it? + "Sculk Tentacles Spell Can Hurt Owner" = true + #Should the Chain Lightning Spell hurt the player who casted it? + "Chain Lightning Spell Can Hurt Owner" = true + #Should the Slow Spell slow down the player who casted it? + "Slow Spell Can Hurt Owner" = true + #Should the Lightning Bolt Spell hurt the player who casted it? + "Lightning Bolt Spell Can Hurt Owner" = true + #Should the Lightning Lance Spell hurt the player who casted it? + "Lightning Lance Spell Can Hurt Owner" = true + #Should the Blood Needles Spell and Acupuncture Spell hurt the player who casted it? + "Blood Needles Spell And Acupuncture Spell Can Hurt Owner" = true + #Should the Fang Strike Spell and Fang Ward Spell hurt the player who casted it? + "Fang Strike Spell And Fang Ward Spell Can Hurt Owner" = true diff --git a/server/config/starterkit.json5 b/server/config/starterkit.json5 new file mode 100644 index 0000000..657df5f --- /dev/null +++ b/server/config/starterkit.json5 @@ -0,0 +1,15 @@ +{ + // When multiple starter kits are added via /starterkit add, there are two ways to distribute them. With this enabled, one is chosen at random. When disabled, players can choose one on first join. + "randomizeMultipleKitsToggle": true, + // Whether items that existed in the inventory, such as books added by other mods, should be added back to the inventory after the kit was set. If disabled, they'll be removed. You can still manually set them via the kit. + "addExistingItemsAfterKitSet": true, + // If potion/mob effect functionality should be enabled. This means that when creating a kit via /sk (add/set), it also saves the active effects the player has. And when handing out the starter kits, it adds the effects to new players. + "usePotionEffectsInStarterKit": true, + // If kit names should be formatted. Each word will be capitalized. + "formatKitNames": true, + "chooseKitText": "%s, you can choose a starter kit!", + // Whether an announcement should be broadcasted to the server whenever a new player makes a kit choice. 'randomizeMultipleKitsToggle' must be disabled, and there must be at least 2 starter kits available. + "announcePlayerKitChoiceInDedicatedServer": true, + // Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed. + "enableFTBIslandCreateCompatibility": true +} \ No newline at end of file diff --git a/server/config/starterkit/descriptions/Default.txt b/server/config/starterkit/descriptions/Default.txt new file mode 100644 index 0000000..429e226 --- /dev/null +++ b/server/config/starterkit/descriptions/Default.txt @@ -0,0 +1 @@ +You can edit this description in ./config/starterkit/description/Default.txt! \ No newline at end of file diff --git a/server/config/starterkit/kits/Default.txt b/server/config/starterkit/kits/Default.txt new file mode 100644 index 0000000..f6f9dc1 --- /dev/null +++ b/server/config/starterkit/kits/Default.txt @@ -0,0 +1,42 @@ +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '{count:1,id:"minecraft:leather_boots"}', +'offhand' : '', +8 : '{count:1,id:"ftbquests:book"}', +0 : '{count:3,id:"cobblemon:poke_ball"}', +2 : '', +3 : '', +4 : '', +5 : '', +6 : '', +7 : '', +10 : '', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', diff --git a/server/config/starterstructure.json5 b/server/config/starterstructure.json5 new file mode 100644 index 0000000..353f31e --- /dev/null +++ b/server/config/starterstructure.json5 @@ -0,0 +1,66 @@ +{ + // Whether a schematic that's located in './config/starterstructure/schematics/...' should be generated. + "shouldGenerateStructure": true, + // Usually player spawn points are in a randomized area. With this enabled, players will always spawn at the set coordinates (at the nearest air pocket). + "forceExactSpawn": true, + // Prevents structures from being placed on top of trees. Any leaf and log blocks will be ignored during placement. + "ignoreTreesDuringStructurePlacement": true, + // Some schematic files might contain jigsaw or structure blocks. These are by default ignored during structure generation. + "generationIgnoreJigsawAndStructureBlocks": true, + // Whether the blocks from the generated structure should be protected from breaking/griefing. + "protectStructureBlocks": true, + // Whether entities spawned inside the generated structure should be protected from damage. + "protectSpawnedEntities": true, + // If enabled, players that are in creative mode will be able to break and place the structure blocks. + "playersInCreativeModeIgnoreProtection": true, + // If enabled, players that are in creative mode will be able to damage protected entities which spawned in structures. + "playersInCreativeModeIgnoreEntityProtection": false, + // If spawned entities inside the generated structure should not be allowed to move away from the block they spawned on. Disabled by default. + "preventSpawnedEntityMovement": false, + // If entities from (structure block) schematic files should be spawned when found. These are entities not created with signs. + "spawnNonSignEntitiesFromSupportedSchematics": true, + // If the generatedStructurePosition config options should be used. + "shouldUseStructurePosition": false, + // The exact x position for the generated structure. Used when shouldUseStructurePosition is enabled. + // min: -1E7, max: 1E7 + "generatedStructureXPosition": 0, + // The exact y position for the generated structure. Used when shouldUseStructurePosition is enabled. + // min: -1000, max: 1000 + "generatedStructureYPosition": 0, + // The exact z position for the generated structure. Used when shouldUseStructurePosition is enabled. + // min: -1E7, max: 1E7 + "generatedStructureZPosition": 0, + // If the generatedStructureOffset config options should be used. + "shouldUseStructureOffset": false, + // The x offset for the generated structure. Used when shouldUseStructureOffset is enabled. + // min: -1000, max: 1000 + "generatedStructureXOffset": 0, + // The y offset for the generated structure. Can for example be set to -1 if you notice a building always spawns one block too high. Used when shouldUseStructureOffset is enabled. + // min: -1000, max: 1000 + "generatedStructureYOffset": 0, + // The z offset for the generated structure. Used when shouldUseStructureOffset is enabled. + // min: -1000, max: 1000 + "generatedStructureZOffset": 0, + // If the spawnCoordinate config options should be used. + "shouldUseSpawnCoordinates": false, + // The new X coordinate of the spawn when shouldUseSpawnCoordinates is enabled. + // min: -1E7, max: 1E7 + "spawnXCoordinate": 0, + // The new Y coordinate of the spawn when shouldUseSpawnCoordinates is enabled. + // min: -1000, max: 1000 + "spawnYCoordinate": 0, + // The new Z coordinate of the spawn when shouldUseSpawnCoordinates is enabled. + // min: -1E7, max: 1E7 + "spawnZCoordinate": 0, + // If the spawnCoordOffset config options should be used. + "shouldUseSpawnCoordOffsets": false, + // The X coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled. + // min: -1000, max: 1000 + "spawnXCoordOffset": 0, + // The Y coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled. + // min: -1000, max: 1000 + "spawnYCoordOffset": 0, + // The Z coordinate offset of the spawn when shouldUseSpawnCoordOffsets is enabled. + // min: -1000, max: 1000 + "spawnZCoordOffset": 0 +} \ No newline at end of file diff --git a/server/config/structureessentials.json b/server/config/structureessentials.json new file mode 100644 index 0000000..76138d4 --- /dev/null +++ b/server/config/structureessentials.json @@ -0,0 +1,50 @@ +{ + "structurePlacementLogging": { + "desc:": "Enables debug logging of structure placement. Warning: This will spam the logs and is only recommended for debugging purposes. Default: false", + "structurePlacementLogging": false + }, + "structureSearchTimeout": { + "desc:": "The maximum time (in seconds) a structure search is allowed to take. Default: 50", + "structureSearchTimeout": 50 + }, + "useFastStructureLookup": { + "desc:": "Enables faster structure search. Default: true", + "useFastStructureLookup": true + }, + "mapSearchRadius": { + "desc:": "Specifies the maximum radius map items can search for structures. Lowering this value reduces the time structure searches stall the server but decreases the range in which structures are found. Vanilla: 50, Default: 40", + "mapSearchRadius": 40 + }, + "locateSearchRadius": { + "desc:": "Sets the search radius for the locate structure command. Vanilla: 100, Default: 110", + "locateSearchRadius": 110 + }, + "globalSearchRadius": { + "desc:": "Sets the global maximum structure search radius. The vanilla locate command uses 100. Lowering this value reduces the time structure searches stall the server but decreases the range in which structures are found. Default: 70", + "globalSearchRadius": 70 + }, + "spacingSeparationModifier": { + "desc:": "Adjusts the structure spacing (average spawn distance) and separation (minimum spawn distance). Increasing the value makes structures spawn farther apart, while decreasing it makes them spawn closer together. Vanilla Default: 1.0", + "spacingSeparationModifier": 1.0 + }, + "autoBiomeCompat": { + "desc:": "Automatically analyzes present biomes and adjust structure spawning to include fitting ones. Default: true", + "autoBiomeCompat": true + }, + "autoBiomeCompatLogging": { + "desc:": "Enables logging for the autoBiomeCompat feature. Default: false", + "autoBiomeCompatLogging": false + }, + "autoBiomeCompatStrictness": { + "desc:": "Sets a modifier for how strict the autoBiomeCompat is, lower allows adding less similar biomes to be added. E.g. 0.5 decreases the similarity requirements by 50% . Default: 1.0", + "autoBiomeCompatStrictness": 1.0 + }, + "warnMissingRegistryEntry": { + "desc:": "Prevents crashes due to missing registry entries (e.g., changes in mod structure IDs) by converting them into log error messages instead. Default: true", + "warnMissingRegistryEntry": true + }, + "disableLegacyRandomCrashes": { + "desc:": "Prevents crashes caused by multithreaded access to thread-specific random number generators. Default: true", + "disableLegacyRandomCrashes": true + } +} \ No newline at end of file diff --git a/server/config/stylisheffects-client.toml b/server/config/stylisheffects-client.toml new file mode 100644 index 0000000..95d2456 --- /dev/null +++ b/server/config/stylisheffects-client.toml @@ -0,0 +1,250 @@ + [renderers.inventory_renderer] + #Prevent status effects with infinite duration from showing. + #Default Value: false + hide_infinite_effects = false + #Show a tooltip when hovering over an effect widget. + #Default Value: true + hovering_tooltip = true + #Minimum screen border distance for effect widgets. + #Default Value: 3 + # Default: 3 + # Range: > 0 + screen_border_distance = 3 + #Show remaining status effect duration on tooltip. + #Default Value: true + tooltip_duration = true + #Maximum amount of status effects rendered in a single row. + #Default Value: 5 + # Default: 5 + # Range: 1 ~ 255 + max_columns = 5 + #Space between individual effect widgets on y-axis. + #Default Value: 1 + # Default: 1 + # Range: > 0 + widget_space_y = 1 + #Alpha value for effect widgets. + #Default Value: 1.0 + # Default: 1.0 + # Range: 0.0 ~ 1.0 + widget_alpha = 1.0 + #Space between individual effect widgets on x-axis. + #Default Value: 1 + # Default: 1 + # Range: > 0 + widget_space_x = 1 + #Custom scale for effect renderer. + #Default Value: 4.0 + # Default: 4.0 + # Range: 1.0 ~ 12.0 + scale = 4.0 + #Respect vanilla's "hideParticles" flag which prevents a status effect from showing when set via commands. + #Default Value: false + respect_hide_particles = false + #Exclude certain menus from showing active status effects. Useful when effect icons overlap with other screen elements. + #Default Value: [curios:curios_container, tconstruct:*, mekanism:*] + menu_blacklist = ["curios:curios_container", "tconstruct:*", "mekanism:*"] + #Maximum amount of status effects rendered in a single column. + #Default Value: 255 + # Default: 255 + # Range: 1 ~ 255 + max_rows = 255 + #Print menu type to game chat whenever a new menu screen is opened. Only intended to find menu types to be added to "menu_blacklist". + #Default Value: false + debug_container_types = false + #Render active status effects in every menu screen, not just in the player inventory. + #Default Value: true + effects_everywhere = true + #Allow effect renderer to fall back to a more compact version (when available) if not enough screen space exists. Otherwise effect widgets might run off-screen. + #Default Value: true + allow_fallback = true + #Screen side to render status effects on. + #Default Value: LEFT + #Allowed Values: LEFT, RIGHT + screen_side = "LEFT" + #Effect renderer to be used. + #This setting might not be respected when not enough screen space is available. To force this setting disable "allow_fallback". + #Default Value: gui_compact_widget + #Allowed Values: NONE, GUI_SMALL, GUI_COMPACT, INVENTORY_COMPACT, INVENTORY_FULL_SIZE + renderer_type = "GUI_COMPACT" + + [renderers.gui_renderer] + #Prevent status effects with infinite duration from showing. + #Default Value: false + hide_infinite_effects = false + #Maximum amount of status effects rendered in a single row. + #Default Value: 5 + # Default: 5 + # Range: 1 ~ 255 + max_columns = 5 + #Space between individual effect widgets on y-axis. + #Default Value: 1 + # Default: 1 + # Range: > 0 + widget_space_y = 1 + #Alpha value for effect widgets. + #Default Value: 0.85 + # Default: 0.85 + # Range: 0.0 ~ 1.0 + widget_alpha = 0.85 + #Space between individual effect widgets on x-axis. + #Default Value: 1 + # Default: 1 + # Range: > 0 + widget_space_x = 1 + #Custom scale for effect renderer. + #Default Value: 4.0 + # Default: 4.0 + # Range: 1.0 ~ 12.0 + scale = 4.0 + #Respect vanilla's "hideParticles" flag which prevents a status effect from showing when set via commands. + #Default Value: true + respect_hide_particles = true + #Maximum amount of status effects rendered in a single column. + #Default Value: 255 + # Default: 255 + # Range: 1 ~ 255 + max_rows = 255 + #Allow effect renderer to fall back to a more compact version (when available) if not enough screen space exists. Otherwise effect widgets might run off-screen. + #Default Value: false + allow_fallback = false + #Screen side to render status effects on. + #Default Value: RIGHT + #Allowed Values: LEFT, RIGHT + screen_side = "RIGHT" + #Offset on x-axis. + #Default Value: 3 + # Default: 3 + # Range: > 0 + offset_x = 3 + #Effect renderer to be used. + #This setting might not be respected when not enough screen space is available. To force this setting disable "allow_fallback". + #Default Value: gui_compact_widget + #Allowed Values: NONE, GUI_SMALL, GUI_COMPACT, INVENTORY_COMPACT, INVENTORY_FULL_SIZE + renderer_type = "GUI_COMPACT" + #Offset on y-axis. + #Default Value: 3 + # Default: 3 + # Range: > 0 + offset_y = 3 + + [widgets.inventory_compact] + #Effect amplifier color. Setting this to "EFFECT" will use potion color. + #Default Value: WHITE + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + amplifier_color = "WHITE" + #Should the effect icon start to blink when the effect is running out. + #Default Value: true + blinking_alpha = true + #Should effect widgets have a blue or red border depening on if they are beneficial or not. + #Default Value: false + quality_border = false + #Hide infinite symbol shown for an effect duration that is too long to fit. + #Default Value: false + hide_infinite_duration = false + #Show duration for ambient effects. + #Default Value: false + ambient_duration = false + #Display effect duration more compact, allows for always showing duration, even when it is very long. + #Default Value: false + compact_duration = false + #Top corner to draw effect amplifier in, or none. + #Default Value: TOP_RIGHT + #Allowed Values: NONE, TOP_LEFT, TOP_RIGHT + effect_amplifier = "TOP_RIGHT" + #Should ambient effect widgets have a cyan colored border. + #Default Value: true + ambient_border = true + #Effect duration color. Setting this to "EFFECT" will use potion color. + #Default Value: GRAY + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + duration_color = "GRAY" + + [widgets.inventory_full_size] + #Should the effect icon start to blink when the effect is running out. + #Default Value: true + blinking_alpha = true + #Should effect widgets have a blue or red border depening on if they are beneficial or not. + #Default Value: false + quality_border = false + #Effect name color. Setting this to "EFFECT" will use potion color. + #Default Value: WHITE + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + name_color = "WHITE" + #Show duration for ambient effects. + #Default Value: true + ambient_duration = true + #Should ambient effect widgets have a cyan colored border. + #Default Value: true + ambient_border = true + #Effect duration color. Setting this to "EFFECT" will use potion color. + #Default Value: GRAY + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + duration_color = "GRAY" + + [widgets.gui_small] + #Effect amplifier color. Setting this to "EFFECT" will use potion color. + #Default Value: WHITE + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + amplifier_color = "WHITE" + #Should the effect icon start to blink when the effect is running out. + #Default Value: true + blinking_alpha = true + #Should effect widgets have a blue or red border depening on if they are beneficial or not. + #Default Value: false + quality_border = false + #Hide infinite symbol shown for an effect duration that is too long to fit. + #Default Value: false + hide_infinite_duration = false + #Show duration for ambient effects. + #Default Value: false + ambient_duration = false + #Top corner to draw effect amplifier in, or none. + #Default Value: TOP_RIGHT + #Allowed Values: NONE, TOP_LEFT, TOP_RIGHT + effect_amplifier = "TOP_RIGHT" + #Should ambient effect widgets have a cyan colored border. + #Default Value: true + ambient_border = true + #Draw harmful effects on a separate line from beneficial ones. This is turned on in vanilla. + #Default Value: false + separate_effects = false + #Effect duration color. Setting this to "EFFECT" will use potion color. + #Default Value: GRAY + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + duration_color = "GRAY" + + [widgets.gui_compact] + #Effect amplifier color. Setting this to "EFFECT" will use potion color. + #Default Value: WHITE + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + amplifier_color = "WHITE" + #Should the effect icon start to blink when the effect is running out. + #Default Value: true + blinking_alpha = true + #Display effect duration more compact, allows for always showing duration, even when it is very long. + #Default Value: false + compact_duration = false + #Should effect widgets have a blue or red border depening on if they are beneficial or not. + #Default Value: false + quality_border = false + #Hide infinite symbol shown for an effect duration that is too long to fit. + #Default Value: false + hide_infinite_duration = false + #Show duration for ambient effects. + #Default Value: false + ambient_duration = false + #Top corner to draw effect amplifier in, or none. + #Default Value: TOP_RIGHT + #Allowed Values: NONE, TOP_LEFT, TOP_RIGHT + effect_amplifier = "TOP_RIGHT" + #Should ambient effect widgets have a cyan colored border. + #Default Value: true + ambient_border = true + #Draw harmful effects on a separate line from beneficial ones. This is turned on in vanilla. + #Default Value: false + separate_effects = false + #Effect duration color. Setting this to "EFFECT" will use potion color. + #Default Value: GRAY + #Allowed Values: EFFECT, BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + duration_color = "GRAY" diff --git a/server/config/supplementaries-client.toml b/server/config/supplementaries-client.toml new file mode 100644 index 0000000..5e97f15 --- /dev/null +++ b/server/config/supplementaries-client.toml @@ -0,0 +1,272 @@ +#Tweak and change the various block animations. +#Only cosmetic stuff in here so to leave default if not interested. +#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it +[blocks] + + [blocks.globe] + #Enable a random globe texture for each world + random_world = true + #Displays current coordinates when using a globe + show_coordinates = true + + [blocks.notice_board] + #Allows notice board displayed text to be centered instead of being left aligned + centered_text = true + + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + + [blocks.clock_block] + #Display 24h time format. False for 12h format + 24h_format = true + + [blocks.pedestal] + #Enable displayed item spin + spin = true + #Spin speed + # Default: 2.0 + # Range: 0.0 ~ 100.0 + speed = 2.0 + #Enable special display types for items like swords, tridents or end crystals + fancy_renderers = true + + [blocks.bubble_block] + #Wobbling intensity. set to 0 to disable + # Default: 0.2 + # Range: 0.0 ~ 1.0 + wobble = 0.2 + #How fast it grows when created. 1 to be instant + # Default: 0.4 + # Range: 0.0 ~ 1.0 + grow_speed = 0.4 + + [blocks.item_shelf] + #Translate down displayed 3d blocks so that they are touching the shelf. + #Note that they will not be centered vertically this way + supported_blocks = true + + [blocks.wind_vane] + #Wind vane animation swings according to this equation: + #pitch(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/) + #where: + # - pow = max(1,redstone_power*) + # - time = time in ticks + # - redstone_power = block redstone power + # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder) + #increase to have more distinct indication when weather changes + # Default: 3.0 + # Range: 1.0 ~ 100.0 + power_scaling = 3.0 + #Amplitude (maximum pitch) of first sine wave + # Default: 30.0 + # Range: 0.0 ~ 360.0 + max_angle_1 = 30.0 + # Default: 10.0 + # Range: 0.0 ~ 360.0 + max_angle_2 = 10.0 + #Base period in ticks at 0 power of first sine wave + # Default: 450.0 + # Range: 0.0 ~ 2000.0 + period_1 = 450.0 + #This should be kept period_1/3 for a symmetric animation + # Default: 150.0 + # Range: 0.0 ~ 2000.0 + period_2 = 150.0 + + [blocks.flag] + #How slow a flag will oscillate. (Period of oscillation) + #Lower value = faster oscillation + # Default: 100 + # Range: 0 ~ 10000 + slowness = 100 + #How wavy the animation will be in pixels. (Wavelength) + # Default: 4.0 + # Range: 0.001 ~ 100.0 + wavyness = 4.0 + #How tall the wave lobes will be. (Wave amplitude) + # Default: 1.0 + # Range: 0.0 ~ 100.0 + intensity = 1.0 + #How much the wave amplitude increases each pixel. (Amplitude increment per pixel) + # Default: 0.3 + # Range: 0.0 ~ 10.0 + intensity_increment = 0.3 + #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous + #Allowed Values: FAST, FANCY, FABULOUS + fanciness = "FABULOUS" + #Makes flags render as sideways banner. Ignores many of the previously defined configs + render_as_banner = false + + [blocks.captured_mobs] + #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags! + #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care + tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"] + + [blocks.hat_stand.swing_physics] + min_angle = 0.0 + collision_force = 15.0 + damping = 1.625 + collision_inertia = 1.5 + collision_considers_entity_hitbox = true + frequency = 1.5 + max_angle = 54.999996 + + [blocks.turn_table] + #Display visual particles when a block is rotated + turn_particles = true + + [blocks.speaker_block] + #Mute speaker block incoming narrator messages and displays them in chat instead + mute_narrator = false + + [blocks.rope] + #Amplitude of rope wobbling effect + # Default: 1.2 + # Range: 0.0 ~ 20.0 + wobbling_amplitude = 1.2 + #Period of rope wobbling effect + # Default: 12.0 + # Range: 0.01 ~ 200.0 + wobbling_period = 12.0 + +#Particle parameters +[particles] + + #Rotation particle + [particles.turn_particle] + #An RGBA color + initial_color = "#002A77EA" + #An RGBA color + fade_color = "#0032BEFA" + +#General settings +[general] + #Disables Optifine warn screen + no_optifine_warn_screen = false + #Disables Amendments suggestion screen + no_amendments_screen = false + #Disable incompatible mods warning screen + no_incompatible_mods_screen = false + #Enable Quark style config button on main menu. Needs Configured installed to work + config_button = false + #Config button Y offset + # Default: 0 + # Range: -10000 ~ 10000 + config_button_y_offset = 0 + #Show some tooltip hints to guide players through the mod + tooltip_hints = true + #Show tooltips items that have been made placeable + placeable_tooltips = true + #Enables custom Configured config screen + custom_configured_screen = true + #ignore this + # Default: 0.0 + # Range: -10.0 ~ 10.0 + test1 = 0.0 + #ignore this + # Default: 0.0 + # Range: -10.0 ~ 10.0 + test2 = 0.0 + #ignore this + # Default: 0.0 + # Range: -10.0 ~ 10.0 + test3 = 0.0 + +#Game tweaks +[tweaks] + #Allow to right click with a clock to display current time in numerical form + clock_right_click = true + #Adds an overlay to projectile weapons in gui displaying currently selected ammo + projectile_weapon_overlay = true + #Allow to right click with a compass to display current coordinates in numerical form + compass_right_click = false + #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render + placeable_books_glint = false + #Placeable books random colors + placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"] + #Enables banner pattern tooltip image preview + banner_pattern_tooltip = true + #Enables paintings tooltip image preview + paintings_tooltip = true + #Enables sherds tooltip image preview + sherds_tooltip = true + #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings + # Default: 80 + # Range: 1 ~ 255 + tooltip_image_size = 80 + #Wearing mob heads will apply post processing + mob_head_shaders = true + #Sends your current chat when you die while typing + send_chat_on_death = true + + [tweaks.colored_maps] + #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors + tinted_blocks_on_maps = true + #Colors tall grass same color as grass + tall_grass_color = true + #Makes colored maps a bit more accurate. Might affect performance + accurate_colors = false + + [items.slingshot] + #Adds an overlay to slingshots in gui displaying currently selected ammo + overlay = true + #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis + stasis_block_outline = true + #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors + block_outline_color = "#FFFFFFFF" + #How big should a slingshot projectile look + # Default: 0.5 + # Range: 0.0 ~ 1.0 + projectile_scale = 0.5 + + [items.lunch_basket] + #Adds an overlay to lunch boxes in gui displaying currently selected food + overlay = true + + [items.altimeter] + #Click action for depth meter which displays current depth + click_action = true + #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_' + #This is a list. Add more entries with syntax [[...]] + extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"] + #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones + # Default: 1 + # Range: 1 ~ 10 + texture_precision_multiplier = 1 + + [items.cannonball] + #Render cannonballs as 3D models + 3d_model = true + + [items.quiver] + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset + # Default: -1.0 + # Range: -1.0 ~ 1.0 + armor_render_offset = -1.0 + #How quivers should render onto players + #Allowed Values: HIDDEN, BACK, HIP, THIGH + render_mode = "THIGH" + #How skeleton with quivers should render it + #Allowed Values: HIDDEN, BACK, HIP, THIGH + skeleton_render_mode = "THIGH" + #Adds an overlay to quivers in gui displaying currently selected arrow + overlay = true + #Allows using your mouse to select an arrow in the quiver GUI + mouse_movement_in_gui = true + #Quiver GUI X offset from default position + # Default: 0 + # Range: -1000 ~ 1000 + gui_x_offset = 0 + #Quiver GUI Y offset from default position + # Default: 0 + # Range: -1000 ~ 1000 + gui_y_offset = 0 + + [items.wrench] + #Display visual particles when a block is rotated + turn_particles = true + + [items.flute] + #Display visual particles when a playing a flute + note_particles = true diff --git a/server/config/supplementaries-common.toml b/server/config/supplementaries-common.toml new file mode 100644 index 0000000..cf7b218 --- /dev/null +++ b/server/config/supplementaries-common.toml @@ -0,0 +1,716 @@ +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + # Default: 32 + # Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + # Default: 64 + # Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + # Default: 78 + # Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + # Default: 2.0 + # Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + # Default: 5.0 + # Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + # Default: 5 + # Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + # Default: 1.5 + # Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + # Default: 5 + # Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + # Default: 15 + # Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + # Default: 0.035 + # Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + # Default: 12 + # Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + # Default: 100 + # Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + # Default: 2 + # Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + # Default: 9 + # Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + # Default: 0.01 + # Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.009999999776482582 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "quark:dirty_glass" = "minecraft:glass" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "minecraft:sticky_piston" = "minecraft:piston" + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = true + wild_flax = true + + [functional.cannon] + enabled = true + #Cannon fire power multiplier + # Default: 0.6 + # Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + # Default: 40 + # Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + # Default: 60 + # Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + + [functional.cannon.cannonball] + enabled = true + #Cannonball pierce radius. The bigger this is the less piercing power it will have as it will waste more energy breaking these blocks + # Default: 1.1 + # Range: 0.0 ~ 5.0 + radius = 1.1 + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + # Default: 50 + # Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + # Default: 300 + # Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + # Default: 200 + # Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + sconce = true + sconce_lever = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + candle_holder = true + bunting = true + fine_wood = true + fire_pit = true + wicker_fence = true + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = false + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + # Default: 10 + # Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + # Default: 3 + # Range: 0 ~ 100 + crystal_enchanting = 3 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + # Default: 1.0 + # Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + # Default: 16 + # Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + # Default: 0.125 + # Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.way_sign] + enabled = true + + [building.way_sign.road_signs] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + # Default: 69.44395478041653 + # Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.netherite_doors] + door = true + trapdoor = true + #Makes netherite doors and trapdoors unbreakable + unbreakable = false + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + # Default: 0.03 + # Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio invSlot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same explosionType + quiver_pickup = true + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + # Default: 0.25 + # Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + # Default: 5 + # Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + # Default: 1200 + # Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of robe items allowed to be stored inside a rope arrow + # Default: 32 + # Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + # Default: 64 + # Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + # Default: 64 + # Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + # Default: 2.0 + # Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + # Default: 0 + # Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + # Default: 5.15 + # Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + # Default: 1.0 + # Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + # Default: 20 + # Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + # Default: 0.9625 + # Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + # Default: 0.5 + # Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + + [tools.antique_ink] + enabled = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + # Default: 6 + # Range: 1 ~ 9 + slots = 6 + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + # Default: 1.0 + # Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + +#Vanilla tweaks +[tweaks] + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldnt aparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + # Default: 2 + # Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + # Default: 2 + # Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + # Default: 2 + # Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + # Default: 75 + # Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + # Default: 1.0 + # Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + # Default: 1.334 + # Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + # Default: 64 + # Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = false + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + # Default: 300 + # Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + # Default: 0.15 + # Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 diff --git a/server/config/terrablender.toml b/server/config/terrablender.toml new file mode 100644 index 0000000..480598c --- /dev/null +++ b/server/config/terrablender.toml @@ -0,0 +1,27 @@ +[general] + #The size of overworld biome regions from each mod that uses TerraBlender. + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + vanilla_overworld_region_weight = 10 + +[end] + #The size of edge end biomes. + edge_biome_size = 3 + #The size of highlands end biomes. + highlands_biome_size = 4 + #The weight of Vanilla end barrens biomes. + vanilla_end_barrens_weight = 10 + #The size of island end biomes. + island_biome_size = 2 + #The weight of Vanilla end highlands biomes. + vanilla_end_highlands_weight = 10 + #The weight of Vanilla end midlands biomes. + vanilla_end_midlands_weight = 10 + #The size of midlands end biomes. + midlands_biome_size = 4 + #The weight of Vanilla small end islands biomes. + vanilla_small_end_islands_weight = 10 diff --git a/server/config/tipsmod.json b/server/config/tipsmod.json new file mode 100644 index 0000000..1791b6a --- /dev/null +++ b/server/config/tipsmod.json @@ -0,0 +1,32 @@ +{ + "default_cycle_time": { + "//": [ + "The default amount of time for a tip to be displayed before it cycles to the ", + "next tip. " + ], + "//default": 5000, + "value": 5000 + }, + "ignored_namespaces": { + "//": "Tips from an ignored namespace will not be displayed in game.", + "value": [] + }, + "ignored_tip_ids": { + "//": "Adding a tip ID here will prevent it from being displayed.", + "value": [] + }, + "tip_render_width_percentage": { + "//": "The percentage of the screen width that tips should render over.", + "//default": 0.35, + "value": 0.35 + }, + "default_title": { + "//": "The default tile to use when rendering a tip.", + "value": { + "translate": "tipsmod.title.default", + "underlined": true, + "color": "yellow", + "bold": true + } + } +} \ No newline at end of file diff --git a/server/config/titanium/titanium-tags.toml b/server/config/titanium/titanium-tags.toml new file mode 100644 index 0000000..ea55438 --- /dev/null +++ b/server/config/titanium/titanium-tags.toml @@ -0,0 +1,3 @@ +[TagConfig] + #A list of mod ids sorted by preference when getting an Item for a tag + ITEM_PREFERENCE = ["minecraft", "emendatusenigmatica", "immersiveengineering", "thermal", "create", "mekanism", "jaopca", "kubejs", "appliedenergistics2", "pneumaticcraft", "occultism", "tmechworks", "industrialforegoing", "botania", "quark", "pedestals"] diff --git a/server/config/titanium/titanium.toml b/server/config/titanium/titanium.toml new file mode 100644 index 0000000..76216e8 --- /dev/null +++ b/server/config/titanium/titanium.toml @@ -0,0 +1,12 @@ +[TitaniumConfig] + #A Boolean that is true by default + thisIsABoolean = true + #A Boolean that is false by default + NOT_BOOLEAN = false + intAngery = 7 + + [TitaniumConfig.Dabber] + dabby = "lil dab" + + [TitaniumConfig.TestBlock] + DUMB_VALUE = 135 diff --git a/server/config/toms_storage-common.toml b/server/config/toms_storage-common.toml new file mode 100644 index 0000000..2e126a0 --- /dev/null +++ b/server/config/toms_storage-common.toml @@ -0,0 +1,11 @@ +#IMPORTANT NOTICE: +#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Tom's Simple Storage +#The settings have been moved to toms_storage-server.toml +#That file is PER WORLD, meaning you have to go into 'saves//serverconfig' to adjust it. Those changes will then only apply for THAT WORLD. +#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON. +#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer. +importantInfo = true +#List of mod ids whose blocks is ignored by the inventory connector +blockedMods = [] +#List of block ids ignored by the inventory connector +blockedBlocks = [] diff --git a/server/config/toms_storage-server.toml b/server/config/toms_storage-server.toml new file mode 100644 index 0000000..1b4edf2 --- /dev/null +++ b/server/config/toms_storage-server.toml @@ -0,0 +1,55 @@ +#Inventory Connector Range +# Default: 16 +# Range: 4 ~ 256 +inventoryConnectorRange = 16 +#Only Allow Trims to Connect Inventories +onlyTrimsConnect = false +#Inventory Cable Connector Maximum number of cables +# Default: 2048 +# Range: > 16 +invCableConnectorMaxScanSize = 2048 +#Wireless terminal reach +# Default: 16 +# Range: 4 ~ 64 +wirelessReach = 16 +#Wireless terminal reach +# Default: 64 +# Range: 16 ~ 512 +advWirelessRange = 64 +#Adv Wireless terminal requied beacon level for infinite range +#Value of 0 only requires a single beacon block nearby +#Value of -1 disables this feature entirely +# Default: 1 +# Range: -1 ~ 4 +wirelessTermBeaconLvl = 1 +#Adv Wireless terminal requied beacon level for cross dimensional access +#Value of 0 only requires a single beacon block nearby +#Value of -1 disables this feature entirely +# Default: 4 +# Range: -1 ~ 4 +wirelessTermBeaconLvlDim = 4 +#Inventory Cable Connector requied beacon level for inventory linking +#Value of 0 only requires a single beacon block +#Value of -1 disables this feature entirely +# Default: 0 +# Range: -1 ~ 4 +invLinkBeaconLvl = 0 +#Inventory Linking range with beacons +#Value of 0 disables this feature entirely +# Default: 4096 +# Range: > 0 +invLinkBeaconRange = 4096 +#Inventory Cable Connector requied beacon level for same dimension access with unlimited range +#Value of 0 only requires a single beacon block +#Value of -1 disables this feature entirely +# Default: 1 +# Range: -1 ~ 4 +invLinkBeaconLvlSameDim = 1 +#Inventory Cable Connector requied beacon level for cross dimensional access +#Value of 0 only requires a single beacon block +#Value of -1 disables this feature entirely +# Default: 2 +# Range: -1 ~ 4 +invLinkBeaconLvlCrossDim = 2 +#Use multithreading to improve performance +runMultithreaded = true diff --git a/server/config/travelerstitles-forge-1_20.toml b/server/config/travelerstitles-forge-1_20.toml new file mode 100644 index 0000000..f42d6b3 --- /dev/null +++ b/server/config/travelerstitles-forge-1_20.toml @@ -0,0 +1,216 @@ + +["Traveler's Titles"] + + ########################################################################################################### + ## Biome Title settings. + ########################################################################################################### + ["Traveler's Titles"."Biome Titles"] + "Enable Biome Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 50 + "Text Display Time" = 50 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-Out Time" = 10 + # The minimum amount of time in ticks that must pass after a biome title is displayed before + # another can be displayed. + # Useful for preventing the player from being spammed if they are traveling quickly. + # 20 ticks = 1 second. + # Default: 80 + "Text Cooldown Time" = 80 + # The text's default RGB color. + # Default: "ffffff" + "Default Text Color" = "FFAA00" + # The text's scale. + # Default: 2.1 + "Text Size" = 1.5 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -33.0 + "Text Y Offset" = -33 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Biomes that should not have any title displayed when the player enters them. + # Example: "[minecraft:plains, minecraft:desert]" + # Default: "[minecraft:the_end, minecraft:river, minecraft:frozen_river]" + "Blacklisted Biomes" = "[minecraft:the_end, minecraft:river, minecraft:frozen_river]" + # Traveler's Titles tracks a list of biomes the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few biomes. + # This is the size of that list. + # For example, if this value is 5, then your 5 most recent biomes will be saved. + # Default: 5 + "Number of Most Recent Biomes Saved" = 5 + # Whether or not the biome text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # Traveler's Titles tracks a list of biomes the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few biomes. + # This option determines whether or not that list should be cleared every time + # the player changes dimensions. + # Default: true + "Reset Biome Cache When Changing Dimensions" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display biome titles when the player is exposed to the skylight. + # This prevents biome titles from showing while the player is underground. + # Default: true + "Only Show Biome Titles When Exposed To Skylight" = true + + ########################################################################################################### + ## Dimension Title settings. + ########################################################################################################### + ["Traveler's Titles"."Dimension Titles"] + "Enable Dimension Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 70 + "Text Display Time" = 70 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 20 + "Text Fade-Out Time" = 20 + # The text's default RGB color. + # Default: "ffffff" + "Default Text Color" = "ffffff" + # The text's scale. + # Default: 3.0 + "Text Size" = 2.0 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -32.0 + "Text Y Offset" = -32 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Dimensions that should not have any title displayed when the player enters them. + # Example: "[minecraft:overworld, minecraft:the_nether]" + # Default: "[]" + "Blacklisted Dimensions" = "[]" + # Whether or not the dimension text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display dimension titles when the player is exposed to the skylight. + # This prevents dimension titles from showing while the player is underground. + # Default: false + "Only Show Dimension Titles When Exposed To Skylight" = false + + ########################################################################################################### + ## Waystone title settings. Only used if the Waystones mod is installed. + ########################################################################################################### + ["Traveler's Titles"."Waystone Titles"] + "Enable Waystone Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 50 + "Text Display Time" = 50 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-Out Time" = 10 + # The minimum amount of time in ticks that must pass after a Waystone title is displayed before + # another can be displayed. + # Useful for preventing the player from being spammed if they are traveling quickly. + # 20 ticks = 1 second. + # Default: 80 + "Text Cooldown Time" = 80 + # The text's default RGB color. + # Default: "c2b740" + "Default Text Color" = "c2b740" + # The text's scale. + # Default: 2.1 + "Text Size" = 2.1 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -33.0 + "Text Y Offset" = -33 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Traveler's Titles tracks a list of Waystones the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few Waystones. + # This is the size of that list. + # For example, if this value is 5, then your 5 most recent Waystones will be saved. + # Default: 3 + "Number of Most Recent Waystones Saved" = 3 + # Whether or not the Waystone text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # Traveler's Titles tracks a list of Waystones the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few Waystones. + # This option determines whether or not that list should be cleared every time + # the player changes dimensions. + # Default: true + "Reset Waystone Cache When Changing Dimensions" = true + # The distance from a Waystone (in blocks) at which the Waystone's title will trigger. + # Default: 30 + "Waystone Title Range" = 30 + # Whether or not Waystone titles should override Biome titles. + # That is, if a player enters the area for a Waystone while also entering a new biome, + # the Waystone title will take precedence. + # Default: true + "Waystone Titles Override Biome Titles" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display Waystone titles when the player is exposed to the skylight. + # This prevents Waystone titles from showing while the player is underground. + # Default: false + "Only Show Waystone Titles When Exposed To Skylight" = false + + ########################################################################################################### + ## Sound settings. These will only be used if you add custom sounds via a resource pack. + ## For information on how to do this, visit the CurseForge page. + ########################################################################################################### + ["Traveler's Titles"."Custom Sound Settings"] + # The volume of the sound that plays when a biome title displays. + # Default: 1.0 + "Biome Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a biome title displays. + # Default: 1.0 + "Biome Sound Effect Pitch" = 1.0 + # The volume of the sound that plays when a dimension title displays. + # Default: 1.0 + "Dimension Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a dimension title displays. + # Default: 1.0 + "Dimension Sound Effect Pitch" = 1.0 + # The volume of the sound that plays when a Waystone title displays. + # The Waystones mod must be installed for this to have any effect. + # Default: 1.0 + "Waystone Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a Waystone title displays. + # The Waystones mod must be installed for this to have any effect. + # Default: 1.0 + "Waystone Sound Effect Pitch" = 1.0 + diff --git a/server/config/travelerstitles-neoforge-1_21.toml b/server/config/travelerstitles-neoforge-1_21.toml new file mode 100644 index 0000000..28e1205 --- /dev/null +++ b/server/config/travelerstitles-neoforge-1_21.toml @@ -0,0 +1,212 @@ + ########################################################################################################### + ## Biome Title settings. + ########################################################################################################### + ["Traveler's Titles"."Biome Titles"] + "Enable Biome Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 50 + "Text Display Time" = 50 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-Out Time" = 10 + # The minimum amount of time in ticks that must pass after a biome title is displayed before + # another can be displayed. + # Useful for preventing the player from being spammed if they are traveling quickly. + # 20 ticks = 1 second. + # Default: 80 + "Text Cooldown Time" = 80 + # The text's default RGB color. + # Default: "ffffff" + "Default Text Color" = "ffffff" + # The text's scale. + # Default: 2.1 + "Text Size" = 2.1 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -33.0 + "Text Y Offset" = -33 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Biomes that should not have any title displayed when the player enters them. + # Example: "[minecraft:plains, minecraft:desert]" + # Default: "[minecraft:the_end, minecraft:river, minecraft:frozen_river]" + "Blacklisted Biomes" = "[minecraft:the_end, minecraft:river, minecraft:frozen_river]" + # Traveler's Titles tracks a list of biomes the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few biomes. + # This is the size of that list. + # For example, if this value is 5, then your 5 most recent biomes will be saved. + # Default: 5 + "Number of Most Recent Biomes Saved" = 5 + # Whether or not the biome text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # Traveler's Titles tracks a list of biomes the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few biomes. + # This option determines whether or not that list should be cleared every time + # the player changes dimensions. + # Default: true + "Reset Biome Cache When Changing Dimensions" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display biome titles when the player is exposed to the skylight. + # This prevents biome titles from showing while the player is underground. + # Default: true + "Only Show Biome Titles When Exposed To Skylight" = true + + ########################################################################################################### + ## Dimension Title settings. + ########################################################################################################### + ["Traveler's Titles"."Dimension Titles"] + "Enable Dimension Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 70 + "Text Display Time" = 70 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 20 + "Text Fade-Out Time" = 20 + # The text's default RGB color. + # Default: "ffffff" + "Default Text Color" = "ffffff" + # The text's scale. + # Default: 3.0 + "Text Size" = 3.0 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -32.0 + "Text Y Offset" = -32 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Dimensions that should not have any title displayed when the player enters them. + # Example: "[minecraft:overworld, minecraft:the_nether]" + # Default: "[]" + "Blacklisted Dimensions" = "[]" + # Whether or not the dimension text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display dimension titles when the player is exposed to the skylight. + # This prevents dimension titles from showing while the player is underground. + # Default: false + "Only Show Dimension Titles When Exposed To Skylight" = false + + ########################################################################################################### + ## Waystone title settings. Only used if the Waystones mod is installed. + ########################################################################################################### + ["Traveler's Titles"."Waystone Titles"] + "Enable Waystone Titles" = true + # How long the fade-in text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-In Time" = 10 + # How long the text displays, in ticks. + # 20 ticks = 1 second. + # Default: 50 + "Text Display Time" = 50 + # How long the fade-out text effect lasts, in ticks. + # 20 ticks = 1 second. + # Default: 10 + "Text Fade-Out Time" = 10 + # The minimum amount of time in ticks that must pass after a Waystone title is displayed before + # another can be displayed. + # Useful for preventing the player from being spammed if they are traveling quickly. + # 20 ticks = 1 second. + # Default: 80 + "Text Cooldown Time" = 80 + # The text's default RGB color. + # Default: "c2b740" + "Default Text Color" = "c2b740" + # The text's scale. + # Default: 2.1 + "Text Size" = 2.1 + # If enabled, will render a shadow below the text making it easier to read. + # Default: true + "Display Text Shadow" = true + # The text's vertical position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the top of the screen. + # Default: -33.0 + "Text Y Offset" = -33 + # The text's horizontal position on the screen. + # If Horizontally Center Title is enabled, this number is relative to the center of the screen. + # If Horizontally Center Title is disabled, this number is relative to the left side of the screen. + # Default: 0.0 + "Text X Offset" = 0 + # Traveler's Titles tracks a list of Waystones the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few Waystones. + # This is the size of that list. + # For example, if this value is 5, then your 5 most recent Waystones will be saved. + # Default: 3 + "Number of Most Recent Waystones Saved" = 3 + # Whether or not the Waystone text should be centered on the screen. + # The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled. + # Default: true + "Center Title" = true + # Traveler's Titles tracks a list of Waystones the player most recently visited in order to + # prevent the player from being spammed with titles when they move between the same few Waystones. + # This option determines whether or not that list should be cleared every time + # the player changes dimensions. + # Default: true + "Reset Waystone Cache When Changing Dimensions" = true + # The distance from a Waystone (in blocks) at which the Waystone's title will trigger. + # Default: 30 + "Waystone Title Range" = 30 + # Whether or not Waystone titles should override Biome titles. + # That is, if a player enters the area for a Waystone while also entering a new biome, + # the Waystone title will take precedence. + # Default: true + "Waystone Titles Override Biome Titles" = true + # If enabled, dimensions without ceilings (like the Overworld) will only display Waystone titles when the player is exposed to the skylight. + # This prevents Waystone titles from showing while the player is underground. + # Default: false + "Only Show Waystone Titles When Exposed To Skylight" = false + + ########################################################################################################### + ## Sound settings. These will only be used if you add custom sounds via a resource pack. + ## For information on how to do this, visit the CurseForge page. + ########################################################################################################### + ["Traveler's Titles"."Custom Sound Settings"] + # The volume of the sound that plays when a biome title displays. + # Default: 1.0 + "Biome Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a biome title displays. + # Default: 1.0 + "Biome Sound Effect Pitch" = 1.0 + # The volume of the sound that plays when a dimension title displays. + # Default: 1.0 + "Dimension Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a dimension title displays. + # Default: 1.0 + "Dimension Sound Effect Pitch" = 1.0 + # The volume of the sound that plays when a Waystone title displays. + # The Waystones mod must be installed for this to have any effect. + # Default: 1.0 + "Waystone Sound Effect Volume" = 1.0 + # The pitch of the sound that plays when a Waystone title displays. + # The Waystones mod must be installed for this to have any effect. + # Default: 1.0 + "Waystone Sound Effect Pitch" = 1.0 diff --git a/server/config/underground_villages-common.toml b/server/config/underground_villages-common.toml new file mode 100644 index 0000000..d58aa6e --- /dev/null +++ b/server/config/underground_villages-common.toml @@ -0,0 +1,6 @@ +#Generation settings +[Generation] + #The Y level it'll try to generate villages at [default: -20] + # Default: -20 + # Range: > -2147483648 + yLevel = -20 diff --git a/server/config/visuality/config.toml b/server/config/visuality/config.toml new file mode 100644 index 0000000..0be7774 --- /dev/null +++ b/server/config/visuality/config.toml @@ -0,0 +1,17 @@ +[slime] + #Slime Blobs Enabled + enabled = true + +[charge] + #Charge Particle Enabled + enabled = true + +[waterCircle] + #Water Circles Enabled + enabled = true + #Water Circles Colored + colored = true + #Water Circles Density + # Default: 16 + # Range: 0 ~ 64 + density = 16 diff --git a/server/config/visuality/particle_emitters/block_ambient.json b/server/config/visuality/particle_emitters/block_ambient.json new file mode 100644 index 0000000..c135f80 --- /dev/null +++ b/server/config/visuality/particle_emitters/block_ambient.json @@ -0,0 +1,70 @@ +{ + "enabled": true, + "interval": 10, + "entries": [ + { + "block": [ + "minecraft:gold_ore", + "minecraft:deepslate_gold_ore", + "minecraft:nether_gold_ore" + ], + "particle": { + "color": [ + 0.99607843, + 1.0, + 0.7411765 + ], + "type": "visuality:sparkle" + } + }, + { + "block": [ + "minecraft:diamond_ore", + "minecraft:deepslate_diamond_ore" + ], + "particle": { + "color": [ + 0.7058824, + 0.99215686, + 0.93333334 + ], + "type": "visuality:sparkle" + } + }, + { + "block": [ + "minecraft:emerald_ore", + "minecraft:deepslate_emerald_ore" + ], + "particle": { + "color": [ + 0.8509804, + 1.0, + 0.92156863 + ], + "type": "visuality:sparkle" + } + }, + { + "block": "minecraft:amethyst_cluster", + "particle": { + "color": [ + 0.99607843, + 0.79607844, + 0.9019608 + ], + "type": "visuality:sparkle" + } + }, + { + "block": [ + "minecraft:soul_sand", + "minecraft:soul_soil" + ], + "direction": "up", + "particle": { + "type": "visuality:soul" + } + } + ] +} \ No newline at end of file diff --git a/server/config/visuality/particle_emitters/block_step.json b/server/config/visuality/particle_emitters/block_step.json new file mode 100644 index 0000000..d594fe4 --- /dev/null +++ b/server/config/visuality/particle_emitters/block_step.json @@ -0,0 +1,15 @@ +{ + "enabled": true, + "interval": 10, + "entries": [ + { + "block": [ + "minecraft:soul_sand", + "minecraft:soul_soil" + ], + "particle": { + "type": "visuality:soul" + } + } + ] +} \ No newline at end of file diff --git a/server/config/visuality/particle_emitters/entity_armor.json b/server/config/visuality/particle_emitters/entity_armor.json new file mode 100644 index 0000000..2564ed0 --- /dev/null +++ b/server/config/visuality/particle_emitters/entity_armor.json @@ -0,0 +1,38 @@ +{ + "enabled": true, + "interval": 20, + "entries": [ + { + "armor": [ + "minecraft:golden_helmet", + "minecraft:golden_chestplate", + "minecraft:golden_leggings", + "minecraft:golden_boots" + ], + "particle": { + "color": [ + 0.99607843, + 1.0, + 0.7411765 + ], + "type": "visuality:sparkle" + } + }, + { + "armor": [ + "minecraft:diamond_helmet", + "minecraft:diamond_chestplate", + "minecraft:diamond_leggings", + "minecraft:diamond_boots" + ], + "particle": { + "color": [ + 0.7058824, + 0.99215686, + 0.93333334 + ], + "type": "visuality:sparkle" + } + } + ] +} \ No newline at end of file diff --git a/server/config/visuality/particle_emitters/entity_hit.json b/server/config/visuality/particle_emitters/entity_hit.json new file mode 100644 index 0000000..961c88e --- /dev/null +++ b/server/config/visuality/particle_emitters/entity_hit.json @@ -0,0 +1,38 @@ +{ + "enabled": true, + "min_amount": 1, + "max_amount": 20, + "entries": [ + { + "entity": [ + "minecraft:skeleton", + "minecraft:skeleton_horse", + "minecraft:stray" + ], + "particle": { + "type": "visuality:bone" + } + }, + { + "entity": "minecraft:wither_skeleton", + "particle": { + "type": "visuality:wither_bone" + } + }, + { + "entity": "minecraft:chicken", + "particle": { + "type": "visuality:feather" + } + }, + { + "entity": [ + "minecraft:villager", + "minecraft:wandering_trader" + ], + "particle": { + "type": "visuality:emerald" + } + } + ] +} \ No newline at end of file diff --git a/server/config/voicechat/translations.properties b/server/config/voicechat/translations.properties new file mode 100644 index 0000000..2592f1d --- /dev/null +++ b/server/config/voicechat/translations.properties @@ -0,0 +1,14 @@ +# Simple Voice Chat translations +# This file contains all server-side translations for the Simple Voice Chat mod + +# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled +# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version +force_voicechat_kick_message=You need %s %s to play on this server +# The message a player gets when joining a server with an incompatible voice chat version +# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name +voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s. +# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side. +# The first parameter is the mod/plugin name +voicechat_needed_for_command_message=You need to have %s installed on your client to use this command +# The message a player gets when trying to execute a command that can only be executed as a player +player_command_message=This command can only be executed as a player diff --git a/server/config/voicechat/username-cache.json b/server/config/voicechat/username-cache.json new file mode 100644 index 0000000..0d10baa --- /dev/null +++ b/server/config/voicechat/username-cache.json @@ -0,0 +1 @@ +{"b6d4aa44-a303-487a-83ed-17a979604383":"adam989911"} \ No newline at end of file diff --git a/server/config/voicechat/voicechat-client.properties b/server/config/voicechat/voicechat-client.properties new file mode 100644 index 0000000..6db55dc --- /dev/null +++ b/server/config/voicechat/voicechat-client.properties @@ -0,0 +1,90 @@ +# Simple Voice Chat client config v1.21.1-2.5.26 + +# If the voice chat onboarding process has been finished +onboarding_finished=false +# The voice chat volume +voice_chat_volume=1.0 +# The threshold for the voice activation method (in dB) +voice_activation_threshold=-50.0 +# The voice chat microphone amplification +microphone_amplification=1.0 +# The microphone activation method +# Valid values are 'PTT' and 'VOICE' +microphone_activation_type=PTT +# The size of the audio output buffer (in packets) +# Higher values mean a higher latency but less crackling +# Increase this value if you have an unstable internet connection +output_buffer_size=5 +# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped +# This prevents audio packets that are only slightly out of order from being discarded +# Set this to 0 to disable +audio_packet_threshold=3 +# The time it takes for the microphone to deactivate when using voice activation +# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on +voice_deactivation_delay=25 +# The microphone used by the voice chat +# Leave blank to use the default device +microphone= +# The speaker used by the voice chat +# Leave blank to use the default device +speaker= +# If the microphone is muted (only relevant for the voice activation method) +muted=true +# If the voice chat is disabled (both sound and microphone off) +disabled=false +# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden +hide_icons=false +# If the group chat HUD should be visible +show_group_hud=true +# If your own player icon should be displayed in the group chat HUD when you are in a group +show_own_group_icon=true +# The scale of the player icons in the group chat HUD +group_hud_icon_scale=2.0 +# The orientation of the player icons in the group chat HUD +# Valid values are 'VERTICAL' and 'HORIZONTAL' +group_player_icon_orientation=VERTICAL +# The X position of the player icons in the group chat HUD +# Negative values mean anchoring to the right instead +group_player_icon_pos_x=4 +# The Y position of the player icons in the group chat HUD +# Negative values mean anchoring to the bottom instead +group_player_icon_pos_y=4 +# The X position of the icons in the voice chat HUD +# Negative values mean anchoring to the right instead +hud_icon_pos_x=16 +# The Y position of the icons in the voice chat HUD +# Negative values mean anchoring to the bottom instead +hud_icon_pos_y=-16 +# The scale of the icons in the voice chat HUD, such as microphone or connection status +hud_icon_scale=1.0 +# The location where recordings should be saved +# Leave blank to use the default location +recording_destination= +# The quality of the recorded voice chat audio +# 0 = highest quality, 9 = lowest quality +recording_quality=2 +# If noise suppression should be enabled +denoiser=false +# If the voice chat should work in singleplayer or in worlds shared over LAN +run_local_server=true +# Whether to use the Java implementation of microphone capture instead of OpenAL +java_microphone_implementation=false +# If the mod should check for microphone permissions (macOS only) +macos_check_microphone_permission=true +# If fake players should have the disconnected icon above their head +show_fake_players_disconnected=false +# If the volume adjustment interface should also display offline players +offline_player_volume_adjustment=false +# The 3D audio type +# Valid values are 'NORMAL', 'REDUCED', and 'OFF' +audio_type=NORMAL +# If the mod should load native libraries +# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio +use_natives=true +# How listening to other players should work when using freecam mods +# Valid values are 'CAMERA' and 'PLAYER' +# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server +# PLAYER: You will hear the voice chat around your character no matter where your camera is +freecam_mode=CAMERA +# If enabled, you will be automatically muted when joining a world +mute_on_join=false diff --git a/server/config/voicechat/voicechat-server.properties b/server/config/voicechat/voicechat-server.properties new file mode 100644 index 0000000..c96a046 --- /dev/null +++ b/server/config/voicechat/voicechat-server.properties @@ -0,0 +1,50 @@ +# Simple Voice Chat server config v1.21.1-2.5.26 + +# The port number to use for the voice chat communication. +# Audio packets are always transmitted via the UDP protocol on the port number +# specified here, independently of other networking used for the game server. +# Set this to '-1' to use the same port number that is used by the Minecraft server. +# However, it is strongly recommended NOT to use the same port number because UDP on +# it is also used by default for the server query. Doing so may crash the server! +port=24454 +# The server IP address to bind the voice chat to +# Leave blank to use the 'server-ip' property from the 'server.properties' config file +# To bind to the wildcard IP address, use '*' +bind_address= +# The distance to which the voice can be heard +max_voice_distance=48.0 +# The multiplier of the voice distance when crouching +crouch_distance_multiplier=1.0 +# The multiplier of the voice distance when whispering +whisper_distance_multiplier=0.5 +# The Opus codec +# Valid values are 'VOIP', 'AUDIO', and 'RESTRICTED_LOWDELAY' +codec=VOIP +# The maximum size that audio packets are allowed to have (in bytes) +# Set this to a lower value if audio packets don't arrive +mtu_size=1024 +# The frequency at which keep-alive packets are sent (in milliseconds) +# Setting this to a higher value may result in timeouts +keep_alive=1000 +# If group chats are allowed +enable_groups=true +# The hostname that clients should use to connect to the voice chat +# This may also include a port, e.g. 'example.com:24454' +# Do NOT change this value if you don't know what you're doing +voice_host= +# If players are allowed to record the voice chat audio +allow_recording=true +# If spectators are allowed to talk to other players +spectator_interaction=false +# If spectators can talk to players they are spectating +spectator_player_possession=false +# If players without the voice chat mod should be kicked from the server +force_voice_chat=false +# The amount of time the server should wait to check if a player has the mod installed (in milliseconds) +# Only relevant when 'force_voice_chat' is set to 'true' +login_timeout=10000 +# The range in which the voice chat should broadcast audio +# A value less than 0 means 'max_voice_distance' +broadcast_range=-1.0 +# If the voice chat server should reply to external pings +allow_pings=true diff --git a/server/config/voicechat/voicechat-volumes.properties b/server/config/voicechat/voicechat-volumes.properties new file mode 100644 index 0000000..85cd369 --- /dev/null +++ b/server/config/voicechat/voicechat-volumes.properties @@ -0,0 +1,2 @@ +# Simple Voice Chat volume config + diff --git a/server/config/watut-client.toml b/server/config/watut-client.toml new file mode 100644 index 0000000..692a860 --- /dev/null +++ b/server/config/watut-client.toml @@ -0,0 +1,50 @@ +#General mod settings +[general] + #Sends relative mouse position and clicking + sendMouseInfo = true + #Sends a calculated rate of typing. If off, uses a default value on server + sendTypingSpeed = true + #Sends when you open a Gui, and what Gui + sendActiveGui = true + #Sends when you go idle / return + sendIdleState = true + #Enables or disables idle visual in the server player list tab screen + showIdleStatesInPlayerList = true + #Enables or disables idle visual above player head + showIdleStatesInPlayerAboveHead = true + #Setting false disables all animations + showPlayerAnimations = true + #Enables or disables typing animation + showPlayerAnimation_Typing = true + #Enables or disables idle animation + showPlayerAnimation_Idle = true + #Enables or disables the non typing animations used when showing the open Gui, such as head looking, arms moving up, arms pointing and clicking + showPlayerAnimation_Gui = true + #Show any Gui they're using that isn't chat typing related in world + showPlayerActiveNonChatGui = true + #Show the chat typing Gui in world + showPlayerActiveChatGui = true + #If there isnt an exact Gui available for what the player is using, it will show the Chest Gui. If this is false, it will show nothing, lots of modded Guis will use this for now + showPlayerActiveGuiIfNotExactMatch = true + #Show 'Player is typing...' on the chat screen + screenTypingVisible = true + #Adjust the X position where the 'Player is typing...' text shows in the chat Gui + # Default: 0 + # Range: > -2147483648 + screenTypingRelativePosition_X = 0 + #Adjust the Y position where the 'Player is typing...' text shows in the chat Gui + # Default: 0 + # Range: > -2147483648 + screenTypingRelativePosition_Y = 0 + #Max characters allowed before it switches to using string set in screenTypingMultiplePlayersText + # Default: 50 + # Range: > -2147483648 + screenTypingCharacterLimit = 50 + #String to use when too many people are typing determined by screenTypingCharacterLimit + screenTypingMultiplePlayersText = "Several people are typing" + #String to use next to the typing player(s) name + screenTypingText = " is typing" + #Plays a sound when a player opens some Guis + playScreenOpenSounds = true + #Plays a sutble sound when a player clicks their mouse in a Gui + playMouseClickSounds = true diff --git a/server/config/watut-common.toml b/server/config/watut-common.toml new file mode 100644 index 0000000..112c946 --- /dev/null +++ b/server/config/watut-common.toml @@ -0,0 +1,8 @@ +#General mod settings +[general] + #- + announceIdleStatesInChat = false + #Default 5 minutes + # Default: 6000 + # Range: > -2147483648 + ticksToMarkPlayerIdle = 6000 diff --git a/server/config/watut-item-arm-adjustments.json b/server/config/watut-item-arm-adjustments.json new file mode 100644 index 0000000..b7820d5 --- /dev/null +++ b/server/config/watut-item-arm-adjustments.json @@ -0,0 +1,94 @@ +{ + "comment1": "These filters and adjustments affect all watut animations in the same way", + "comment2": "filters support @ for mod id, and * at the start or end of the match for partial matches", + "comment3": "in adjustments section, you can specify 'DISABLED' to outright disable any animation on that hand and axis, or use degrees to adjust by a certain amount", + "comment4": "matchingHandX and matchingHandY are probably all you need, for watuts animations, X is the main up/down, and Y is left/right, Z is available but usually not needed", + "comment5": "matchingHand is for adjusting the hand that actually has the item, otherHand is for adjusting the other hand if matchingHand matched something", + "comment6": "using otherHand along with matchingHand is useful for disabling or adjusting movement when using items that change both hands, like gun mods or 2 handed weapons", + "comment7": "you can make a rule only active if a specfic mod is installed by using 'only_if_mod_installed' with a mod id, see its use below for an example", + "comment8": "matching priority order is first to last, so in this file, highest to lowest, higher overrides lower if both match", + "comment9": "use '/watut reloadJSON' (forge builds only) to reload this config in game to see your changes instantly", + "held_item_arm_adjustments": [ + { + "comment1": "example1", + "filters": [ + "themodid:someitem" + ], + "adjustment": { + "matchingHandX": "-90", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED" + } + }, + { + "comment1": "example2", + "filters": [ + "themodid:ingot_*" + ], + "adjustment": { + "matchingHandX": "45" + } + }, + { + "comment1": "example3", + "filters": [ + "*_wacky_tornado_item_*" + ], + "adjustment": { + "matchingHandX": "DISABLED", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED", + "otherHandX": "DISABLED", + "otherHandY": "DISABLED", + "otherHandZ": "DISABLED" + } + }, + { + "filters": [ + "artifacts:umbrella" + ], + "adjustment": { + "matchingHandX": "DISABLED", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED" + } + }, + { + "filters": [ + "tacz:modern_kinetic_gun" + ], + "adjustment": { + "matchingHandX": "DISABLED", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED", + "otherHandX": "-90", + "otherHandY": "60" + } + }, + { + "only_if_mod_installed": "notenoughanimations", + "filters": [ + "minecraft:compass", "minecraft:recovery_compass", "minecraft:torch", "minecraft:soul_torch" + ], + "adjustment": { + "matchingHandX": "DISABLED", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED" + } + }, + { + "only_if_mod_installed": "notenoughanimations", + "filters": [ + "minecraft:filled_map" + ], + "adjustment": { + "matchingHandX": "DISABLED", + "matchingHandY": "DISABLED", + "matchingHandZ": "DISABLED", + "otherHandX": "DISABLED", + "otherHandY": "DISABLED", + "otherHandZ": "DISABLED" + } + } + ] +} \ No newline at end of file diff --git a/server/config/waystones-common.toml b/server/config/waystones-common.toml new file mode 100644 index 0000000..3eabd7f --- /dev/null +++ b/server/config/waystones-common.toml @@ -0,0 +1,93 @@ +[general] + #List of waystone origins that should prevent others from editing. PLAYER is special in that it allows only edits by the owner of the waystone. + restrictedWaystones = ["PLAYER"] + #Set to "GLOBAL" and change allowedVisibilities to have newly placed or found waystones be global by default. + #Allowed Values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE + defaultVisibility = "ACTIVATION" + #Add "GLOBAL" to allow every player to create global waystones. + allowedVisibilities = [] + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + # Default: 32 + # Range: > -2147483648 + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + # Default: 15 + # Range: > -2147483648 + warpPlateUseTime = 15 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + # Default: 32 + # Range: > -2147483648 + scrollUseTime = 32 + +[teleports] + #Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control. + enableCosts = true + #Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control. + enableCooldowns = true + #List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order. + warpRequirements = ["[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(0)", "[target_is_global] multiply_xp_cost(0)", "min_xp_cost(0)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 300)"] + #Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportPets = "DISABLED" + #Set to ENABLED to have leashed mobs teleport with you. Set to SAME_DIMENSION to have leashed mobs teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportLeashed = "ENABLED" + #List of entities that cannot be teleported, either as pet, leashed, or on warp plates. + entityDenyList = ["minecraft:wither"] + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the inventory button in the inventory. + # Default: 58 + # Range: > -2147483648 + inventoryButtonX = 58 + #The y position of the inventory button in the inventory. + # Default: 60 + # Range: > -2147483648 + inventoryButtonY = 60 + #The y position of the inventory button in the creative menu. + # Default: 88 + # Range: > -2147483648 + creativeInventoryButtonX = 88 + #The y position of the inventory button in the creative menu. + # Default: 33 + # Range: > -2147483648 + creativeInventoryButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME + wildWaystoneStyle = "BIOME" + #Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. + # Default: 25 + # Range: > -2147483648 + chunksBetweenWildWaystones = 25 + #List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used. + wildWaystonesDimensionAllowList = ["minecraft:the_nether", "minecraft:overworld", "minecraft:the_end"] + #List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty. + wildWaystonesDimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). + nameGenerationTemplate = "{MrPork}" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + nameGenerationPresets = [] + #Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages. + #Allowed Values: DISABLED, REGULAR, FREQUENT + spawnInVillages = "REGULAR" + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + journeyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegrationMod = true + #If enabled, Waystones will add markers for waystones and sharestones to BlueMap. + blueMap = true + #If enabled, Waystones will add markers for waystones and sharestones to Dynmap. + dynmap = true diff --git a/server/config/weathersettings.json b/server/config/weathersettings.json new file mode 100644 index 0000000..eaae8d9 --- /dev/null +++ b/server/config/weathersettings.json @@ -0,0 +1,30 @@ +{ + "skipWeatherOnSleep": { + "desc:": "Whether to skip weather after sleeping: default:false", + "skipWeatherOnSleep": false + }, + "clearWeatherCommand": { + "desc:": "Command for clean weather", + "clearWeatherCommand": "weather clear" + }, + "weatherEntries": { + "desc:": "Weather entries, duration in seconds. Weight is the chance to be chosen out of the sum of all weights", + "weatherEntries": [ + { + "world": "minecraft:overworld", + "rain": { + "command": "weather rain", + "weight": 100, + "duration": 300, + "clearDuration": 3600 + }, + "thunder": { + "command": "weather thunder", + "weight": 20, + "duration": 200, + "clearDuration": 3600 + } + } + ] + } +} \ No newline at end of file diff --git a/server/config/xaerominimap-common.txt b/server/config/xaerominimap-common.txt new file mode 100644 index 0000000..34539fa --- /dev/null +++ b/server/config/xaerominimap-common.txt @@ -0,0 +1,5 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +allowRadarOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/server/config/xaerominimap.txt b/server/config/xaerominimap.txt new file mode 100644 index 0000000..0400bce --- /dev/null +++ b/server/config/xaerominimap.txt @@ -0,0 +1,134 @@ +#CONFIG ONLY OPTIONS +ignoreUpdate:381 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +radarHideInvisibleEntities:true +allowInternetAccess:true +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:true +oldDeathpoints:true +distance:1 +lockNorth:false +zoom:0 +minimapSize:0 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:85.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +renderLayerIndex:1 +crossDimensionalTp:true +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomOnEnlarged:0 +minimapTextAlign:0 +waypointsMutualEdit:true +compassLocation:1 +compassDirectionScale:0 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:0 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:0 +minimapFrameColor:9 +compassColor:9 +northCompassColor:-1 +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayStainedGlass:true +waypointOnMapScale:0 +switchToAutoOnDeath:true +infoDisplayBackgroundOpacity:40 +caveModeToggleTimer:1000 +legibleCaveMaps:false +biomeBlending:true +displayTrackedPlayersOnMap:true +displayTrackedPlayersInWorld:true +dimensionScaledMaxWaypointDistance:true +trackedPlayerWorldIconScale:0 +trackedPlayerWorldNameScale:0 +trackedPlayerMinimapIconScale:0 +displayClaims:true +displayCurrentClaim:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world:season +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:0:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 +infoDisplay:season:true:15:-1 +module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/server/config/xaerominimap_entities.json b/server/config/xaerominimap_entities.json new file mode 100644 index 0000000..64f6046 --- /dev/null +++ b/server/config/xaerominimap_entities.json @@ -0,0 +1,191 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:glow_item_frame", + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayed": true, + "displayHeight": 0.0, + "heightBasedFade": true, + "renderOrder": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "startFadingAt": 0.0, + "dotSize": 2.0, + "renderOverMinimapFrame": 1.0, + "icons": 2.0, + "names": 0.0, + "heightLimit": 20.0, + "iconScale": 1.0 + }, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": { + "renderOrder": 2.0, + "color": 14.0 + }, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": { + "renderOrder": 6.0, + "heightLimit": 2050.0, + "color": 15.0 + }, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friend", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "tracked", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_tracked", + "protection": true, + "settingOverrides": { + "icons": 2.0 + }, + "subCategories": [] + }, + { + "hardInclude": "same-team", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": { + "renderOrder": 7.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": { + "renderOrder": 3.0 + }, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 5.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 4.0 + }, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": { + "renderOrder": 1.0, + "color": 12.0 + }, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": { + "color": 5.0 + }, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/server/config/xaeropatreon.txt b/server/config/xaeropatreon.txt new file mode 100644 index 0000000..e69de29 diff --git a/server/config/xaeroworldmap-common.txt b/server/config/xaeroworldmap-common.txt new file mode 100644 index 0000000..0caae0c --- /dev/null +++ b/server/config/xaeroworldmap-common.txt @@ -0,0 +1,4 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +registerStatusEffects:true +everyoneTracksEveryone:false diff --git a/server/config/xaeroworldmap.txt b/server/config/xaeroworldmap.txt new file mode 100644 index 0000000..e2b77a3 --- /dev/null +++ b/server/config/xaeroworldmap.txt @@ -0,0 +1,55 @@ +ignoreUpdate:0 +updateNotification:false +allowInternetAccess:true +differentiateByServerAddress:true +caveMapsAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:true +coordinates:true +hoveredBiome:true +biomeColorsVanillaMode:false +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:0 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +arrowColour:-2 +minimapRadar:true +renderWaypoints:true +partialYTeleportation:true +displayStainedGlass:true +caveModeDepth:30 +caveModeStart:2147483647 +autoCaveMode:-1 +legibleCaveMaps:false +displayCaveModeStart:true +caveModeToggleTimer:1000 +defaultCaveModeType:1 +biomeBlending:true +trackedPlayers:true +multipleImagesExport:false +nightExport:false +highlightsExport:false +exportScaleDownSquare:20 +mapWritingDistance:-1 +displayClaims:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +globalVersion:1 diff --git a/server/mods/AdvancedAE-1.2.5-1.21.1.jar b/server/mods/AdvancedAE-1.2.5-1.21.1.jar new file mode 100644 index 0000000..2da9902 Binary files /dev/null and b/server/mods/AdvancedAE-1.2.5-1.21.1.jar differ diff --git a/server/mods/Apotheosis-1.21.1-8.1.3.jar b/server/mods/Apotheosis-1.21.1-8.1.3.jar new file mode 100644 index 0000000..64f773b Binary files /dev/null and b/server/mods/Apotheosis-1.21.1-8.1.3.jar differ diff --git a/server/mods/ApothicAttributes-1.21.1-2.6.1.jar b/server/mods/ApothicAttributes-1.21.1-2.6.1.jar new file mode 100644 index 0000000..eb9652f Binary files /dev/null and b/server/mods/ApothicAttributes-1.21.1-2.6.1.jar differ diff --git a/server/mods/ApothicAttributes-1.21.1-2.6.2.jar b/server/mods/ApothicAttributes-1.21.1-2.6.2.jar new file mode 100644 index 0000000..41aaac3 Binary files /dev/null and b/server/mods/ApothicAttributes-1.21.1-2.6.2.jar differ diff --git a/server/mods/ApothicEnchanting-1.21.1-1.3.2.jar b/server/mods/ApothicEnchanting-1.21.1-1.3.2.jar new file mode 100644 index 0000000..18678aa Binary files /dev/null and b/server/mods/ApothicEnchanting-1.21.1-1.3.2.jar differ diff --git a/server/mods/ApothicSpawners-1.21.1-1.2.1.jar b/server/mods/ApothicSpawners-1.21.1-1.2.1.jar new file mode 100644 index 0000000..eeceb78 Binary files /dev/null and b/server/mods/ApothicSpawners-1.21.1-1.2.1.jar differ diff --git a/server/mods/Auroras-1.21-1.6.2.jar b/server/mods/Auroras-1.21-1.6.2.jar new file mode 100644 index 0000000..ca22dfc Binary files /dev/null and b/server/mods/Auroras-1.21-1.6.2.jar differ diff --git a/server/mods/BHMenu-NeoForge-1.21-2.4.3.jar b/server/mods/BHMenu-NeoForge-1.21-2.4.3.jar new file mode 100644 index 0000000..f282621 Binary files /dev/null and b/server/mods/BHMenu-NeoForge-1.21-2.4.3.jar differ diff --git a/server/mods/BOMD-NeoForge-1.21-1.3.2.jar b/server/mods/BOMD-NeoForge-1.21-1.3.2.jar new file mode 100644 index 0000000..9711955 Binary files /dev/null and b/server/mods/BOMD-NeoForge-1.21-1.3.2.jar differ diff --git a/server/mods/BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar b/server/mods/BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar new file mode 100644 index 0000000..3b1793f Binary files /dev/null and b/server/mods/BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar differ diff --git a/server/mods/CerbonsAPI-NeoForge-1.21-1.2.0.jar b/server/mods/CerbonsAPI-NeoForge-1.21-1.2.0.jar new file mode 100644 index 0000000..4d5fefd Binary files /dev/null and b/server/mods/CerbonsAPI-NeoForge-1.21-1.2.0.jar differ diff --git a/server/mods/Chunky-1.4.16.jar b/server/mods/Chunky-1.4.16.jar new file mode 100644 index 0000000..cf83a65 Binary files /dev/null and b/server/mods/Chunky-1.4.16.jar differ diff --git a/server/mods/Clumps-neoforge-1.21.1-19.0.0.1.jar b/server/mods/Clumps-neoforge-1.21.1-19.0.0.1.jar new file mode 100644 index 0000000..479088c Binary files /dev/null and b/server/mods/Clumps-neoforge-1.21.1-19.0.0.1.jar differ diff --git a/server/mods/Cobblemon-neoforge-1.6.1+1.21.1.jar b/server/mods/Cobblemon-neoforge-1.6.1+1.21.1.jar new file mode 100644 index 0000000..d3d0cda Binary files /dev/null and b/server/mods/Cobblemon-neoforge-1.6.1+1.21.1.jar differ diff --git a/server/mods/CobblemonMoveInspector-neoforge-1.2.0.jar b/server/mods/CobblemonMoveInspector-neoforge-1.2.0.jar new file mode 100644 index 0000000..cc58097 Binary files /dev/null and b/server/mods/CobblemonMoveInspector-neoforge-1.2.0.jar differ diff --git a/server/mods/CobblemonSizeVariation-1.0.1.jar b/server/mods/CobblemonSizeVariation-1.0.1.jar new file mode 100644 index 0000000..edb2c39 Binary files /dev/null and b/server/mods/CobblemonSizeVariation-1.0.1.jar differ diff --git a/server/mods/Cobblepedia-NeoForge-0.7.0-SNAPSHOT.jar b/server/mods/Cobblepedia-NeoForge-0.7.0-SNAPSHOT.jar new file mode 100644 index 0000000..65c873d Binary files /dev/null and b/server/mods/Cobblepedia-NeoForge-0.7.0-SNAPSHOT.jar differ diff --git a/server/mods/Cobblepedia-NeoForge-0.7.0.jar b/server/mods/Cobblepedia-NeoForge-0.7.0.jar new file mode 100644 index 0000000..79d3baa Binary files /dev/null and b/server/mods/Cobblepedia-NeoForge-0.7.0.jar differ diff --git a/server/mods/Controlling-neoforge-1.21.1-19.0.3.jar b/server/mods/Controlling-neoforge-1.21.1-19.0.3.jar new file mode 100644 index 0000000..b95f978 Binary files /dev/null and b/server/mods/Controlling-neoforge-1.21.1-19.0.3.jar differ diff --git a/server/mods/Corgilib-NeoForge-1.21.1-5.0.0.3.jar b/server/mods/Corgilib-NeoForge-1.21.1-5.0.0.3.jar new file mode 100644 index 0000000..dd71512 Binary files /dev/null and b/server/mods/Corgilib-NeoForge-1.21.1-5.0.0.3.jar differ diff --git a/server/mods/CreativeCore_NEOFORGE_v2.12.28_mc1.21.1.jar b/server/mods/CreativeCore_NEOFORGE_v2.12.28_mc1.21.1.jar new file mode 100644 index 0000000..8f69280 Binary files /dev/null and b/server/mods/CreativeCore_NEOFORGE_v2.12.28_mc1.21.1.jar differ diff --git a/server/mods/DiagonalFences-v21.1.1-1.21.1-NeoForge.jar b/server/mods/DiagonalFences-v21.1.1-1.21.1-NeoForge.jar new file mode 100644 index 0000000..6ea8bd1 Binary files /dev/null and b/server/mods/DiagonalFences-v21.1.1-1.21.1-NeoForge.jar differ diff --git a/server/mods/DungeonsArise-1.21.x-2.1.60-release.jar b/server/mods/DungeonsArise-1.21.x-2.1.60-release.jar new file mode 100644 index 0000000..2f2c6cc Binary files /dev/null and b/server/mods/DungeonsArise-1.21.x-2.1.60-release.jar differ diff --git a/server/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3.2-neoforge.jar b/server/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3.2-neoforge.jar new file mode 100644 index 0000000..5e097b5 Binary files /dev/null and b/server/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3.2-neoforge.jar differ diff --git a/server/mods/Enhanced-Celestials-NeoForge-6.0.1.3.jar b/server/mods/Enhanced-Celestials-NeoForge-6.0.1.3.jar new file mode 100644 index 0000000..2767425 Binary files /dev/null and b/server/mods/Enhanced-Celestials-NeoForge-6.0.1.3.jar differ diff --git a/server/mods/EquipmentCompare-1.21-neoforge-1.3.12.jar b/server/mods/EquipmentCompare-1.21-neoforge-1.3.12.jar new file mode 100644 index 0000000..ef674b4 Binary files /dev/null and b/server/mods/EquipmentCompare-1.21-neoforge-1.3.12.jar differ diff --git a/server/mods/FarmersDelight-1.21.1-1.2.6.jar b/server/mods/FarmersDelight-1.21.1-1.2.6.jar new file mode 100644 index 0000000..859b4f6 Binary files /dev/null and b/server/mods/FarmersDelight-1.21.1-1.2.6.jar differ diff --git a/server/mods/FarmersStructures-1.0.1-1.21.jar b/server/mods/FarmersStructures-1.0.1-1.21.jar new file mode 100644 index 0000000..86af2b9 Binary files /dev/null and b/server/mods/FarmersStructures-1.0.1-1.21.jar differ diff --git a/server/mods/FastWorkbench-1.21-9.1.2.jar b/server/mods/FastWorkbench-1.21-9.1.2.jar new file mode 100644 index 0000000..fc20a4a Binary files /dev/null and b/server/mods/FastWorkbench-1.21-9.1.2.jar differ diff --git a/server/mods/FluxNetworks-1.21.1-8.0.0.jar b/server/mods/FluxNetworks-1.21.1-8.0.0.jar new file mode 100644 index 0000000..41b1b48 Binary files /dev/null and b/server/mods/FluxNetworks-1.21.1-8.0.0.jar differ diff --git a/server/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-NeoForge.jar b/server/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-NeoForge.jar new file mode 100644 index 0000000..6b8be6b Binary files /dev/null and b/server/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-NeoForge.jar differ diff --git a/server/mods/FpsReducer2-neoforge-1.21-2.10.jar b/server/mods/FpsReducer2-neoforge-1.21-2.10.jar new file mode 100644 index 0000000..cec401e Binary files /dev/null and b/server/mods/FpsReducer2-neoforge-1.21-2.10.jar differ diff --git a/server/mods/GatewaysToEternity-1.21.1-5.0.2.jar b/server/mods/GatewaysToEternity-1.21.1-5.0.2.jar new file mode 100644 index 0000000..07e68a3 Binary files /dev/null and b/server/mods/GatewaysToEternity-1.21.1-5.0.2.jar differ diff --git a/server/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar b/server/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar new file mode 100644 index 0000000..f81471d Binary files /dev/null and b/server/mods/GlitchCore-neoforge-1.21.1-2.1.0.0.jar differ diff --git a/server/mods/Glodium-1.21-2.2-neoforge.jar b/server/mods/Glodium-1.21-2.2-neoforge.jar new file mode 100644 index 0000000..4052a7f Binary files /dev/null and b/server/mods/Glodium-1.21-2.2-neoforge.jar differ diff --git a/server/mods/Highlighter-1.21-neoforge-1.1.11.jar b/server/mods/Highlighter-1.21-neoforge-1.1.11.jar new file mode 100644 index 0000000..2dd404d Binary files /dev/null and b/server/mods/Highlighter-1.21-neoforge-1.1.11.jar differ diff --git a/server/mods/Iceberg-1.21.1-neoforge-1.2.9.jar b/server/mods/Iceberg-1.21.1-neoforge-1.2.9.jar new file mode 100644 index 0000000..a913df0 Binary files /dev/null and b/server/mods/Iceberg-1.21.1-neoforge-1.2.9.jar differ diff --git a/server/mods/ItemBorders-1.21-neoforge-1.2.5.jar b/server/mods/ItemBorders-1.21-neoforge-1.2.5.jar new file mode 100644 index 0000000..2a0687b Binary files /dev/null and b/server/mods/ItemBorders-1.21-neoforge-1.2.5.jar differ diff --git a/server/mods/Jade-1.21.1-NeoForge-15.9.2.jar b/server/mods/Jade-1.21.1-NeoForge-15.9.2.jar new file mode 100644 index 0000000..14f9dc0 Binary files /dev/null and b/server/mods/Jade-1.21.1-NeoForge-15.9.2.jar differ diff --git a/server/mods/JadeAddons-1.21.1-NeoForge-6.0.1.jar b/server/mods/JadeAddons-1.21.1-NeoForge-6.0.1.jar new file mode 100644 index 0000000..38b9207 Binary files /dev/null and b/server/mods/JadeAddons-1.21.1-NeoForge-6.0.1.jar differ diff --git a/server/mods/L_Ender's Cataclysm-2.56-1.21.1.jar b/server/mods/L_Ender's Cataclysm-2.56-1.21.1.jar new file mode 100644 index 0000000..9a5d408 Binary files /dev/null and b/server/mods/L_Ender's Cataclysm-2.56-1.21.1.jar differ diff --git a/server/mods/LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar b/server/mods/LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar new file mode 100644 index 0000000..f6c8fb4 Binary files /dev/null and b/server/mods/LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar differ diff --git a/server/mods/LegendaryTooltips-1.21-neoforge-1.4.11.jar b/server/mods/LegendaryTooltips-1.21-neoforge-1.4.11.jar new file mode 100644 index 0000000..0166937 Binary files /dev/null and b/server/mods/LegendaryTooltips-1.21-neoforge-1.4.11.jar differ diff --git a/server/mods/Loot Beams Refork-neoforge-1.21.1-2.5.9.jar b/server/mods/Loot Beams Refork-neoforge-1.21.1-2.5.9.jar new file mode 100644 index 0000000..6e98c17 Binary files /dev/null and b/server/mods/Loot Beams Refork-neoforge-1.21.1-2.5.9.jar differ diff --git a/server/mods/MEED-1.21.1-5.6.jar b/server/mods/MEED-1.21.1-5.6.jar new file mode 100644 index 0000000..ef2075f Binary files /dev/null and b/server/mods/MEED-1.21.1-5.6.jar differ diff --git a/server/mods/MouseTweaks-neoforge-mc1.21-2.26.1.jar b/server/mods/MouseTweaks-neoforge-mc1.21-2.26.1.jar new file mode 100644 index 0000000..1623784 Binary files /dev/null and b/server/mods/MouseTweaks-neoforge-mc1.21-2.26.1.jar differ diff --git a/server/mods/NaturesCompass-1.21.1-3.0.3-neoforge.jar b/server/mods/NaturesCompass-1.21.1-3.0.3-neoforge.jar new file mode 100644 index 0000000..e096bfb Binary files /dev/null and b/server/mods/NaturesCompass-1.21.1-3.0.3-neoforge.jar differ diff --git a/server/mods/NetherChested-v21.1.0-1.21.1-NeoForge.jar b/server/mods/NetherChested-v21.1.0-1.21.1-NeoForge.jar new file mode 100644 index 0000000..1783c71 Binary files /dev/null and b/server/mods/NetherChested-v21.1.0-1.21.1-NeoForge.jar differ diff --git a/server/mods/Nirvana Library-neoforge-1.21.1-1.0.1.jar b/server/mods/Nirvana Library-neoforge-1.21.1-1.0.1.jar new file mode 100644 index 0000000..852ebb0 Binary files /dev/null and b/server/mods/Nirvana Library-neoforge-1.21.1-1.0.1.jar differ diff --git a/server/mods/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar b/server/mods/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar new file mode 100644 index 0000000..29e79d2 Binary files /dev/null and b/server/mods/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar differ diff --git a/server/mods/Not Enough Recipe Book-NEOFORGE-0.4.1.jar b/server/mods/Not Enough Recipe Book-NEOFORGE-0.4.1.jar new file mode 100644 index 0000000..c54428b Binary files /dev/null and b/server/mods/Not Enough Recipe Book-NEOFORGE-0.4.1.jar differ diff --git a/server/mods/OctoLib-NEOFORGE-0.5.0.1.jar b/server/mods/OctoLib-NEOFORGE-0.5.0.1.jar new file mode 100644 index 0000000..7ab1461 Binary files /dev/null and b/server/mods/OctoLib-NEOFORGE-0.5.0.1.jar differ diff --git a/server/mods/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.0.jar b/server/mods/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.0.jar new file mode 100644 index 0000000..14135dd Binary files /dev/null and b/server/mods/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.0.jar differ diff --git a/server/mods/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar b/server/mods/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar new file mode 100644 index 0000000..99a7a31 Binary files /dev/null and b/server/mods/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar differ diff --git a/server/mods/Patchouli-1.21-87-NEOFORGE.jar b/server/mods/Patchouli-1.21-87-NEOFORGE.jar new file mode 100644 index 0000000..952ac74 Binary files /dev/null and b/server/mods/Patchouli-1.21-87-NEOFORGE.jar differ diff --git a/server/mods/Patchouli-1.21-88-NEOFORGE.jar b/server/mods/Patchouli-1.21-88-NEOFORGE.jar new file mode 100644 index 0000000..f2dc3bd Binary files /dev/null and b/server/mods/Patchouli-1.21-88-NEOFORGE.jar differ diff --git a/server/mods/Perception-NEOFORGE-0.1.2.1+1.21.1.jar b/server/mods/Perception-NEOFORGE-0.1.2.1+1.21.1.jar new file mode 100644 index 0000000..34b32fc Binary files /dev/null and b/server/mods/Perception-NEOFORGE-0.1.2.1+1.21.1.jar differ diff --git a/server/mods/Placebo-1.21.1-9.6.3.jar b/server/mods/Placebo-1.21.1-9.6.3.jar new file mode 100644 index 0000000..f16ca9a Binary files /dev/null and b/server/mods/Placebo-1.21.1-9.6.3.jar differ diff --git a/server/mods/Placebo-1.21.1-9.6.5.jar b/server/mods/Placebo-1.21.1-9.6.5.jar new file mode 100644 index 0000000..e442ea8 Binary files /dev/null and b/server/mods/Placebo-1.21.1-9.6.5.jar differ diff --git a/server/mods/Prism-1.21-neoforge-1.0.9.jar b/server/mods/Prism-1.21-neoforge-1.0.9.jar new file mode 100644 index 0000000..8c254b5 Binary files /dev/null and b/server/mods/Prism-1.21-neoforge-1.0.9.jar differ diff --git a/server/mods/PuzzlesLib-v21.1.24-1.21.1-NeoForge.jar b/server/mods/PuzzlesLib-v21.1.24-1.21.1-NeoForge.jar new file mode 100644 index 0000000..b8e84ee Binary files /dev/null and b/server/mods/PuzzlesLib-v21.1.24-1.21.1-NeoForge.jar differ diff --git a/server/mods/Searchables-neoforge-1.21.1-1.0.2.jar b/server/mods/Searchables-neoforge-1.21.1-1.0.2.jar new file mode 100644 index 0000000..3e97e55 Binary files /dev/null and b/server/mods/Searchables-neoforge-1.21.1-1.0.2.jar differ diff --git a/server/mods/SereneSeasons-neoforge-1.21.1-10.1.0.1.jar b/server/mods/SereneSeasons-neoforge-1.21.1-10.1.0.1.jar new file mode 100644 index 0000000..78ad581 Binary files /dev/null and b/server/mods/SereneSeasons-neoforge-1.21.1-10.1.0.1.jar differ diff --git a/server/mods/SimpleDiscordRichPresence-neoforge-87.0.1-build.49+mc1.21.jar b/server/mods/SimpleDiscordRichPresence-neoforge-87.0.1-build.49+mc1.21.jar new file mode 100644 index 0000000..59d24d3 Binary files /dev/null and b/server/mods/SimpleDiscordRichPresence-neoforge-87.0.1-build.49+mc1.21.jar differ diff --git a/server/mods/SimpleTMs-neoforge-2.0.1.jar b/server/mods/SimpleTMs-neoforge-2.0.1.jar new file mode 100644 index 0000000..8e0c114 Binary files /dev/null and b/server/mods/SimpleTMs-neoforge-2.0.1.jar differ diff --git a/server/mods/SimpleTMs-neoforge-2.0.3.jar b/server/mods/SimpleTMs-neoforge-2.0.3.jar new file mode 100644 index 0000000..f8df0e5 Binary files /dev/null and b/server/mods/SimpleTMs-neoforge-2.0.3.jar differ diff --git a/server/mods/SkyVillages-1.0.6-1.21.x-neoforge-release.jar b/server/mods/SkyVillages-1.0.6-1.21.x-neoforge-release.jar new file mode 100644 index 0000000..c9486bc Binary files /dev/null and b/server/mods/SkyVillages-1.0.6-1.21.x-neoforge-release.jar differ diff --git a/server/mods/Stony Cliffs FML v1.1.2.jar b/server/mods/Stony Cliffs FML v1.1.2.jar new file mode 100644 index 0000000..ae18f7f Binary files /dev/null and b/server/mods/Stony Cliffs FML v1.1.2.jar differ diff --git a/server/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar b/server/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar new file mode 100644 index 0000000..19022fe Binary files /dev/null and b/server/mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar differ diff --git a/server/mods/Terralith_1.21.x_v2.5.7.jar b/server/mods/Terralith_1.21.x_v2.5.7.jar new file mode 100644 index 0000000..ceb1d92 Binary files /dev/null and b/server/mods/Terralith_1.21.x_v2.5.7.jar differ diff --git a/server/mods/TravelersTitles-1.21.1-NeoForge-5.1.1.jar b/server/mods/TravelersTitles-1.21.1-NeoForge-5.1.1.jar new file mode 100644 index 0000000..9cbd095 Binary files /dev/null and b/server/mods/TravelersTitles-1.21.1-NeoForge-5.1.1.jar differ diff --git a/server/mods/UndergroundVillages-neoforge-1.21-4.0.0.jar b/server/mods/UndergroundVillages-neoforge-1.21-4.0.0.jar new file mode 100644 index 0000000..868f8fa Binary files /dev/null and b/server/mods/UndergroundVillages-neoforge-1.21-4.0.0.jar differ diff --git a/server/mods/XaerosWorldMap_1.39.2_NeoForge_1.21.jar b/server/mods/XaerosWorldMap_1.39.2_NeoForge_1.21.jar new file mode 100644 index 0000000..2b3ba98 Binary files /dev/null and b/server/mods/XaerosWorldMap_1.39.2_NeoForge_1.21.jar differ diff --git a/server/mods/Xaeros_Minimap_24.7.1_NeoForge_1.21.jar b/server/mods/Xaeros_Minimap_24.7.1_NeoForge_1.21.jar new file mode 100644 index 0000000..f091918 Binary files /dev/null and b/server/mods/Xaeros_Minimap_24.7.1_NeoForge_1.21.jar differ diff --git a/server/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar b/server/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar new file mode 100644 index 0000000..a9bd5a1 Binary files /dev/null and b/server/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar differ diff --git a/server/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar b/server/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar new file mode 100644 index 0000000..ca3a84f Binary files /dev/null and b/server/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar differ diff --git a/server/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar b/server/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar new file mode 100644 index 0000000..cef3259 Binary files /dev/null and b/server/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar differ diff --git a/server/mods/ae2wtlib-19.2.1.jar b/server/mods/ae2wtlib-19.2.1.jar new file mode 100644 index 0000000..6523800 Binary files /dev/null and b/server/mods/ae2wtlib-19.2.1.jar differ diff --git a/server/mods/ae_better_villagers-1.15.1.b.jar b/server/mods/ae_better_villagers-1.15.1.b.jar new file mode 100644 index 0000000..e5435f7 Binary files /dev/null and b/server/mods/ae_better_villagers-1.15.1.b.jar differ diff --git a/server/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar b/server/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar new file mode 100644 index 0000000..e2231e7 Binary files /dev/null and b/server/mods/aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar differ diff --git a/server/mods/aero_additions-1.1.2.jar b/server/mods/aero_additions-1.1.2.jar new file mode 100644 index 0000000..6c90a5a Binary files /dev/null and b/server/mods/aero_additions-1.1.2.jar differ diff --git a/server/mods/alltheleaks-0.1.11-beta+1.21.1-neoforge.jar b/server/mods/alltheleaks-0.1.11-beta+1.21.1-neoforge.jar new file mode 100644 index 0000000..be4a7ab Binary files /dev/null and b/server/mods/alltheleaks-0.1.11-beta+1.21.1-neoforge.jar differ diff --git a/server/mods/amber-neoforge-1.21.1-1.2.1-beta.1.jar b/server/mods/amber-neoforge-1.21.1-1.2.1-beta.1.jar new file mode 100644 index 0000000..689c171 Binary files /dev/null and b/server/mods/amber-neoforge-1.21.1-1.2.1-beta.1.jar differ diff --git a/server/mods/amendments-1.21-1.2.22-neoforge.jar b/server/mods/amendments-1.21-1.2.22-neoforge.jar new file mode 100644 index 0000000..735aac6 Binary files /dev/null and b/server/mods/amendments-1.21-1.2.22-neoforge.jar differ diff --git a/server/mods/apothiccombat-1.0.0.jar b/server/mods/apothiccombat-1.0.0.jar new file mode 100644 index 0000000..cf908f9 Binary files /dev/null and b/server/mods/apothiccombat-1.0.0.jar differ diff --git a/server/mods/appleskin-neoforge-mc1.21-3.0.5.jar b/server/mods/appleskin-neoforge-mc1.21-3.0.5.jar new file mode 100644 index 0000000..66ecc68 Binary files /dev/null and b/server/mods/appleskin-neoforge-mc1.21-3.0.5.jar differ diff --git a/server/mods/appliedenergistics2-19.2.4.jar b/server/mods/appliedenergistics2-19.2.4.jar new file mode 100644 index 0000000..86c63a7 Binary files /dev/null and b/server/mods/appliedenergistics2-19.2.4.jar differ diff --git a/server/mods/architectury-13.0.8-neoforge.jar b/server/mods/architectury-13.0.8-neoforge.jar new file mode 100644 index 0000000..eb846ef Binary files /dev/null and b/server/mods/architectury-13.0.8-neoforge.jar differ diff --git a/server/mods/artifacts-neoforge-12.0.5.jar b/server/mods/artifacts-neoforge-12.0.5.jar new file mode 100644 index 0000000..abf5433 Binary files /dev/null and b/server/mods/artifacts-neoforge-12.0.5.jar differ diff --git a/server/mods/athena-neoforge-1.21-4.0.1.jar b/server/mods/athena-neoforge-1.21-4.0.1.jar new file mode 100644 index 0000000..2fef1fd Binary files /dev/null and b/server/mods/athena-neoforge-1.21-4.0.1.jar differ diff --git a/server/mods/atlas_api-1.21-1.0.2.jar b/server/mods/atlas_api-1.21-1.0.2.jar new file mode 100644 index 0000000..1288250 Binary files /dev/null and b/server/mods/atlas_api-1.21-1.0.2.jar differ diff --git a/server/mods/azurelib-neo-1.21.1-3.0.8.jar b/server/mods/azurelib-neo-1.21.1-3.0.8.jar new file mode 100644 index 0000000..0ff709c Binary files /dev/null and b/server/mods/azurelib-neo-1.21.1-3.0.8.jar differ diff --git a/server/mods/badgebox-neoforge-1.2.5.jar b/server/mods/badgebox-neoforge-1.2.5.jar new file mode 100644 index 0000000..2920d84 Binary files /dev/null and b/server/mods/badgebox-neoforge-1.2.5.jar differ diff --git a/server/mods/balm-neoforge-1.21.1-21.0.22.jar b/server/mods/balm-neoforge-1.21.1-21.0.22.jar new file mode 100644 index 0000000..0f234ae Binary files /dev/null and b/server/mods/balm-neoforge-1.21.1-21.0.22.jar differ diff --git a/server/mods/betterchunkloading-1.21-5.2.jar b/server/mods/betterchunkloading-1.21-5.2.jar new file mode 100644 index 0000000..2ba4d5b Binary files /dev/null and b/server/mods/betterchunkloading-1.21-5.2.jar differ diff --git a/server/mods/bettercombat-neoforge-2.0.4+1.21.1.jar b/server/mods/bettercombat-neoforge-2.0.4+1.21.1.jar new file mode 100644 index 0000000..c9687e9 Binary files /dev/null and b/server/mods/bettercombat-neoforge-2.0.4+1.21.1.jar differ diff --git a/server/mods/betterfpsdist-1.21-6.0.jar b/server/mods/betterfpsdist-1.21-6.0.jar new file mode 100644 index 0000000..2d8e732 Binary files /dev/null and b/server/mods/betterfpsdist-1.21-6.0.jar differ diff --git a/server/mods/biomemusic-1.21-2.5.jar b/server/mods/biomemusic-1.21-2.5.jar new file mode 100644 index 0000000..071bd06 Binary files /dev/null and b/server/mods/biomemusic-1.21-2.5.jar differ diff --git a/server/mods/blockui-1.0.192-1.21.1-snapshot.jar b/server/mods/blockui-1.0.192-1.21.1-snapshot.jar new file mode 100644 index 0000000..28f0f1e Binary files /dev/null and b/server/mods/blockui-1.0.192-1.21.1-snapshot.jar differ diff --git a/server/mods/bonded-neoforge-1.21.1-1.2.1+1.21.1.jar b/server/mods/bonded-neoforge-1.21.1-1.2.1+1.21.1.jar new file mode 100644 index 0000000..3585675 Binary files /dev/null and b/server/mods/bonded-neoforge-1.21.1-1.2.1+1.21.1.jar differ diff --git a/server/mods/bookshelf-neoforge-1.21.1-21.1.31.jar b/server/mods/bookshelf-neoforge-1.21.1-21.1.31.jar new file mode 100644 index 0000000..93cfbe3 Binary files /dev/null and b/server/mods/bookshelf-neoforge-1.21.1-21.1.31.jar differ diff --git a/server/mods/brutalbosses-1.21-7.3.jar b/server/mods/brutalbosses-1.21-7.3.jar new file mode 100644 index 0000000..4cd22e8 Binary files /dev/null and b/server/mods/brutalbosses-1.21-7.3.jar differ diff --git a/server/mods/buildinggadgets2-1.3.8.jar b/server/mods/buildinggadgets2-1.3.8.jar new file mode 100644 index 0000000..0d68e40 Binary files /dev/null and b/server/mods/buildinggadgets2-1.3.8.jar differ diff --git a/server/mods/caelus-neoforge-7.0.1+1.21.1.jar b/server/mods/caelus-neoforge-7.0.1+1.21.1.jar new file mode 100644 index 0000000..f3df4ed Binary files /dev/null and b/server/mods/caelus-neoforge-7.0.1+1.21.1.jar differ diff --git a/server/mods/calmmornings-1.21.1-4.0.1.jar b/server/mods/calmmornings-1.21.1-4.0.1.jar new file mode 100644 index 0000000..df43f7e Binary files /dev/null and b/server/mods/calmmornings-1.21.1-4.0.1.jar differ diff --git a/server/mods/camera-neoforge-1.21.1-1.0.19.jar b/server/mods/camera-neoforge-1.21.1-1.0.19.jar new file mode 100644 index 0000000..325cd54 Binary files /dev/null and b/server/mods/camera-neoforge-1.21.1-1.0.19.jar differ diff --git a/server/mods/capture-xp-1.6-neoforge-1.0.0.jar b/server/mods/capture-xp-1.6-neoforge-1.0.0.jar new file mode 100644 index 0000000..db72b32 Binary files /dev/null and b/server/mods/capture-xp-1.6-neoforge-1.0.0.jar differ diff --git a/server/mods/cataclysm_spellbooks-1.1.3-1.21.jar b/server/mods/cataclysm_spellbooks-1.1.3-1.21.jar new file mode 100644 index 0000000..405dc79 Binary files /dev/null and b/server/mods/cataclysm_spellbooks-1.1.3-1.21.jar differ diff --git a/server/mods/charginggadgets-1.14.1.jar b/server/mods/charginggadgets-1.14.1.jar new file mode 100644 index 0000000..1340529 Binary files /dev/null and b/server/mods/charginggadgets-1.14.1.jar differ diff --git a/server/mods/cherishedworlds-neoforge-10.1.0+1.21.1.jar b/server/mods/cherishedworlds-neoforge-10.1.0+1.21.1.jar new file mode 100644 index 0000000..cd1a82d Binary files /dev/null and b/server/mods/cherishedworlds-neoforge-10.1.0+1.21.1.jar differ diff --git a/server/mods/chunksending-1.21-2.8.jar b/server/mods/chunksending-1.21-2.8.jar new file mode 100644 index 0000000..6025750 Binary files /dev/null and b/server/mods/chunksending-1.21-2.8.jar differ diff --git a/server/mods/cleanswing-1.8.jar b/server/mods/cleanswing-1.8.jar new file mode 100644 index 0000000..ce6766f Binary files /dev/null and b/server/mods/cleanswing-1.8.jar differ diff --git a/server/mods/clickadv-1.21-3.8.jar b/server/mods/clickadv-1.21-3.8.jar new file mode 100644 index 0000000..44738dd Binary files /dev/null and b/server/mods/clickadv-1.21-3.8.jar differ diff --git a/server/mods/clientcrafting-1.21-1.8.jar b/server/mods/clientcrafting-1.21-1.8.jar new file mode 100644 index 0000000..37d398c Binary files /dev/null and b/server/mods/clientcrafting-1.21-1.8.jar differ diff --git a/server/mods/cloth-config-15.0.140-neoforge.jar b/server/mods/cloth-config-15.0.140-neoforge.jar new file mode 100644 index 0000000..8775b30 Binary files /dev/null and b/server/mods/cloth-config-15.0.140-neoforge.jar differ diff --git a/server/mods/cobble_contests-v1.0.4-neoforge.jar b/server/mods/cobble_contests-v1.0.4-neoforge.jar new file mode 100644 index 0000000..6d5089b Binary files /dev/null and b/server/mods/cobble_contests-v1.0.4-neoforge.jar differ diff --git a/server/mods/cobbledollars-neoforge-2.0.0-BETA1+1.21.1.jar b/server/mods/cobbledollars-neoforge-2.0.0-BETA1+1.21.1.jar new file mode 100644 index 0000000..4c6c249 Binary files /dev/null and b/server/mods/cobbledollars-neoforge-2.0.0-BETA1+1.21.1.jar differ diff --git a/server/mods/cobblemon-spawn-notification-1.6-neoforge-1.0.0.jar b/server/mods/cobblemon-spawn-notification-1.6-neoforge-1.0.0.jar new file mode 100644 index 0000000..bef97ea Binary files /dev/null and b/server/mods/cobblemon-spawn-notification-1.6-neoforge-1.0.0.jar differ diff --git a/server/mods/cobblemon_quests-[1.21.1]-neoforge-1.1.12.jar b/server/mods/cobblemon_quests-[1.21.1]-neoforge-1.1.12.jar new file mode 100644 index 0000000..39f0d6d Binary files /dev/null and b/server/mods/cobblemon_quests-[1.21.1]-neoforge-1.1.12.jar differ diff --git a/server/mods/cobblemonboxlink-neoforge-1.21.1-1.0.3.jar b/server/mods/cobblemonboxlink-neoforge-1.21.1-1.0.3.jar new file mode 100644 index 0000000..a86e96b Binary files /dev/null and b/server/mods/cobblemonboxlink-neoforge-1.21.1-1.0.3.jar differ diff --git a/server/mods/cobblemonchallenge-neoforge-2.0.1.jar b/server/mods/cobblemonchallenge-neoforge-2.0.1.jar new file mode 100644 index 0000000..f653a63 Binary files /dev/null and b/server/mods/cobblemonchallenge-neoforge-2.0.1.jar differ diff --git a/server/mods/cobblemonchallenge-neoforge-2.1.0.jar b/server/mods/cobblemonchallenge-neoforge-2.1.0.jar new file mode 100644 index 0000000..e7b5c18 Binary files /dev/null and b/server/mods/cobblemonchallenge-neoforge-2.1.0.jar differ diff --git a/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.1.jar b/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.1.jar new file mode 100644 index 0000000..8483db6 Binary files /dev/null and b/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.1.jar differ diff --git a/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar b/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar new file mode 100644 index 0000000..bc0a9c4 Binary files /dev/null and b/server/mods/cobblemonintegrations-neoforge-1.21.1-1.1.2.jar differ diff --git a/server/mods/cobblenav-neoforge-2.0.2.jar b/server/mods/cobblenav-neoforge-2.0.2.jar new file mode 100644 index 0000000..9fa9b91 Binary files /dev/null and b/server/mods/cobblenav-neoforge-2.0.2.jar differ diff --git a/server/mods/cobbleride-neoforge-0.2.2+1.21.1.jar b/server/mods/cobbleride-neoforge-0.2.2+1.21.1.jar new file mode 100644 index 0000000..3903a20 Binary files /dev/null and b/server/mods/cobbleride-neoforge-0.2.2+1.21.1.jar differ diff --git a/server/mods/collective-1.21.1-7.87.jar b/server/mods/collective-1.21.1-7.87.jar new file mode 100644 index 0000000..96e90a9 Binary files /dev/null and b/server/mods/collective-1.21.1-7.87.jar differ diff --git a/server/mods/combat_roll-neoforge-2.0.2+1.21.1.jar b/server/mods/combat_roll-neoforge-2.0.2+1.21.1.jar new file mode 100644 index 0000000..a64f77f Binary files /dev/null and b/server/mods/combat_roll-neoforge-2.0.2+1.21.1.jar differ diff --git a/server/mods/comforts-neoforge-9.0.3+1.21.1.jar b/server/mods/comforts-neoforge-9.0.3+1.21.1.jar new file mode 100644 index 0000000..83966d1 Binary files /dev/null and b/server/mods/comforts-neoforge-9.0.3+1.21.1.jar differ diff --git a/server/mods/configurableextramobdrops-1.21.1-3.4.jar b/server/mods/configurableextramobdrops-1.21.1-3.4.jar new file mode 100644 index 0000000..bb57e34 Binary files /dev/null and b/server/mods/configurableextramobdrops-1.21.1-3.4.jar differ diff --git a/server/mods/configurablemobpotioneffects-1.21.1-3.5.jar b/server/mods/configurablemobpotioneffects-1.21.1-3.5.jar new file mode 100644 index 0000000..e81d2ed Binary files /dev/null and b/server/mods/configurablemobpotioneffects-1.21.1-3.5.jar differ diff --git a/server/mods/connectivity-1.21-6.5.jar b/server/mods/connectivity-1.21-6.5.jar new file mode 100644 index 0000000..eec4076 Binary files /dev/null and b/server/mods/connectivity-1.21-6.5.jar differ diff --git a/server/mods/coroutil-neoforge-1.21.0-1.3.8.jar b/server/mods/coroutil-neoforge-1.21.0-1.3.8.jar new file mode 100644 index 0000000..bc70dfb Binary files /dev/null and b/server/mods/coroutil-neoforge-1.21.0-1.3.8.jar differ diff --git a/server/mods/craftingstation-jei-neoforge-1.21.1-1.4.0.jar b/server/mods/craftingstation-jei-neoforge-1.21.1-1.4.0.jar new file mode 100644 index 0000000..9cdfe4b Binary files /dev/null and b/server/mods/craftingstation-jei-neoforge-1.21.1-1.4.0.jar differ diff --git a/server/mods/cristellib-neoforge-1.2.8.jar b/server/mods/cristellib-neoforge-1.2.8.jar new file mode 100644 index 0000000..f2ff59d Binary files /dev/null and b/server/mods/cristellib-neoforge-1.2.8.jar differ diff --git a/server/mods/cupboard-1.21-2.8.jar b/server/mods/cupboard-1.21-2.8.jar new file mode 100644 index 0000000..1c94219 Binary files /dev/null and b/server/mods/cupboard-1.21-2.8.jar differ diff --git a/server/mods/curios-neoforge-9.1.4+1.21.0.jar b/server/mods/curios-neoforge-9.1.4+1.21.0.jar new file mode 100644 index 0000000..0446a2b Binary files /dev/null and b/server/mods/curios-neoforge-9.1.4+1.21.0.jar differ diff --git a/server/mods/curios-neoforge-9.2.2+1.21.1.jar b/server/mods/curios-neoforge-9.2.2+1.21.1.jar new file mode 100644 index 0000000..d2404d3 Binary files /dev/null and b/server/mods/curios-neoforge-9.2.2+1.21.1.jar differ diff --git a/server/mods/dragonfight-1.21-4.6.jar b/server/mods/dragonfight-1.21-4.6.jar new file mode 100644 index 0000000..741f7e8 Binary files /dev/null and b/server/mods/dragonfight-1.21-4.6.jar differ diff --git a/server/mods/dynamic-fps-3.7.7+minecraft-1.21.0-neoforge.jar b/server/mods/dynamic-fps-3.7.7+minecraft-1.21.0-neoforge.jar new file mode 100644 index 0000000..23f82cd Binary files /dev/null and b/server/mods/dynamic-fps-3.7.7+minecraft-1.21.0-neoforge.jar differ diff --git a/server/mods/dynview-1.21-4.0.jar b/server/mods/dynview-1.21-4.0.jar new file mode 100644 index 0000000..27b8306 Binary files /dev/null and b/server/mods/dynview-1.21-4.0.jar differ diff --git a/server/mods/endersequipment-1.1.5.jar b/server/mods/endersequipment-1.1.5.jar new file mode 100644 index 0000000..59fa5a8 Binary files /dev/null and b/server/mods/endersequipment-1.1.5.jar differ diff --git a/server/mods/endrem-neoforge-1.21.X-6.0.2.jar b/server/mods/endrem-neoforge-1.21.X-6.0.2.jar new file mode 100644 index 0000000..fc977c6 Binary files /dev/null and b/server/mods/endrem-neoforge-1.21.X-6.0.2.jar differ diff --git a/server/mods/entityculling-neoforge-1.7.2-mc1.21.jar b/server/mods/entityculling-neoforge-1.7.2-mc1.21.jar new file mode 100644 index 0000000..11a6a02 Binary files /dev/null and b/server/mods/entityculling-neoforge-1.7.2-mc1.21.jar differ diff --git a/server/mods/fancymenu_neoforge_3.3.2_MC_1.21.1.jar b/server/mods/fancymenu_neoforge_3.3.2_MC_1.21.1.jar new file mode 100644 index 0000000..09ff167 Binary files /dev/null and b/server/mods/fancymenu_neoforge_3.3.2_MC_1.21.1.jar differ diff --git a/server/mods/farmers-cutting-oh-the-biomes-weve-gone-1.21.1-2.0a-neoforge.jar b/server/mods/farmers-cutting-oh-the-biomes-weve-gone-1.21.1-2.0a-neoforge.jar new file mode 100644 index 0000000..0769dfb Binary files /dev/null and b/server/mods/farmers-cutting-oh-the-biomes-weve-gone-1.21.1-2.0a-neoforge.jar differ diff --git a/server/mods/farsight-1.21-3.8.jar b/server/mods/farsight-1.21-3.8.jar new file mode 100644 index 0000000..549f5e7 Binary files /dev/null and b/server/mods/farsight-1.21-3.8.jar differ diff --git a/server/mods/fastasyncworldsave-1.21-2.2.jar b/server/mods/fastasyncworldsave-1.21-2.2.jar new file mode 100644 index 0000000..7cf2ae1 Binary files /dev/null and b/server/mods/fastasyncworldsave-1.21-2.2.jar differ diff --git a/server/mods/ferritecore-7.0.2-neoforge.jar b/server/mods/ferritecore-7.0.2-neoforge.jar new file mode 100644 index 0000000..6efda58 Binary files /dev/null and b/server/mods/ferritecore-7.0.2-neoforge.jar differ diff --git a/server/mods/fightorflight-neoforge-0.7.3.jar b/server/mods/fightorflight-neoforge-0.7.3.jar new file mode 100644 index 0000000..8526843 Binary files /dev/null and b/server/mods/fightorflight-neoforge-0.7.3.jar differ diff --git a/server/mods/fightorflight-neoforge-0.7.4.jar b/server/mods/fightorflight-neoforge-0.7.4.jar new file mode 100644 index 0000000..b437b76 Binary files /dev/null and b/server/mods/fightorflight-neoforge-0.7.4.jar differ diff --git a/server/mods/framework-neoforge-1.21.1-0.9.4.jar b/server/mods/framework-neoforge-1.21.1-0.9.4.jar new file mode 100644 index 0000000..f487bc4 Binary files /dev/null and b/server/mods/framework-neoforge-1.21.1-0.9.4.jar differ diff --git a/server/mods/ftb-chunks-neoforge-2101.1.5.jar b/server/mods/ftb-chunks-neoforge-2101.1.5.jar new file mode 100644 index 0000000..6ef6773 Binary files /dev/null and b/server/mods/ftb-chunks-neoforge-2101.1.5.jar differ diff --git a/server/mods/ftb-essentials-neoforge-2101.1.2.jar b/server/mods/ftb-essentials-neoforge-2101.1.2.jar new file mode 100644 index 0000000..1fe5fa3 Binary files /dev/null and b/server/mods/ftb-essentials-neoforge-2101.1.2.jar differ diff --git a/server/mods/ftb-filter-system-neoforge-21.0.0.jar b/server/mods/ftb-filter-system-neoforge-21.0.0.jar new file mode 100644 index 0000000..7730039 Binary files /dev/null and b/server/mods/ftb-filter-system-neoforge-21.0.0.jar differ diff --git a/server/mods/ftb-library-neoforge-2101.1.7.jar b/server/mods/ftb-library-neoforge-2101.1.7.jar new file mode 100644 index 0000000..28fac83 Binary files /dev/null and b/server/mods/ftb-library-neoforge-2101.1.7.jar differ diff --git a/server/mods/ftb-quests-neoforge-2101.1.1.jar b/server/mods/ftb-quests-neoforge-2101.1.1.jar new file mode 100644 index 0000000..774d29c Binary files /dev/null and b/server/mods/ftb-quests-neoforge-2101.1.1.jar differ diff --git a/server/mods/ftb-teams-neoforge-2101.1.1.jar b/server/mods/ftb-teams-neoforge-2101.1.1.jar new file mode 100644 index 0000000..5d8ad88 Binary files /dev/null and b/server/mods/ftb-teams-neoforge-2101.1.1.jar differ diff --git a/server/mods/ftb-ultimine-neoforge-2101.1.1.jar b/server/mods/ftb-ultimine-neoforge-2101.1.1.jar new file mode 100644 index 0000000..ed07bf3 Binary files /dev/null and b/server/mods/ftb-ultimine-neoforge-2101.1.1.jar differ diff --git a/server/mods/ftb-xmod-compat-neoforge-21.1.2.jar b/server/mods/ftb-xmod-compat-neoforge-21.1.2.jar new file mode 100644 index 0000000..737eab7 Binary files /dev/null and b/server/mods/ftb-xmod-compat-neoforge-21.1.2.jar differ diff --git a/server/mods/ftbbackups2-neoforge-1.21-1.0.28.jar b/server/mods/ftbbackups2-neoforge-1.21-1.0.28.jar new file mode 100644 index 0000000..510045a Binary files /dev/null and b/server/mods/ftbbackups2-neoforge-1.21-1.0.28.jar differ diff --git a/server/mods/fzzy_config-0.6.0+1.21+neoforge.jar b/server/mods/fzzy_config-0.6.0+1.21+neoforge.jar new file mode 100644 index 0000000..06ea5ac Binary files /dev/null and b/server/mods/fzzy_config-0.6.0+1.21+neoforge.jar differ diff --git a/server/mods/geckolib-neoforge-1.21.1-4.7.3.jar b/server/mods/geckolib-neoforge-1.21.1-4.7.3.jar new file mode 100644 index 0000000..b2f38fd Binary files /dev/null and b/server/mods/geckolib-neoforge-1.21.1-4.7.3.jar differ diff --git a/server/mods/getittogetherdrops-neoforge-1.21-1.3.2.jar b/server/mods/getittogetherdrops-neoforge-1.21-1.3.2.jar new file mode 100644 index 0000000..dc105c1 Binary files /dev/null and b/server/mods/getittogetherdrops-neoforge-1.21-1.3.2.jar differ diff --git a/server/mods/gpumemleakfix-1.21-1.8.jar b/server/mods/gpumemleakfix-1.21-1.8.jar new file mode 100644 index 0000000..0ef8633 Binary files /dev/null and b/server/mods/gpumemleakfix-1.21-1.8.jar differ diff --git a/server/mods/gravestone-neoforge-1.21.1-1.0.24.jar b/server/mods/gravestone-neoforge-1.21.1-1.0.24.jar new file mode 100644 index 0000000..4d84454 Binary files /dev/null and b/server/mods/gravestone-neoforge-1.21.1-1.0.24.jar differ diff --git a/server/mods/gravestonecurioscompat-1.21.1-NeoForge-1.0.0.jar b/server/mods/gravestonecurioscompat-1.21.1-NeoForge-1.0.0.jar new file mode 100644 index 0000000..5058760 Binary files /dev/null and b/server/mods/gravestonecurioscompat-1.21.1-NeoForge-1.0.0.jar differ diff --git a/server/mods/guideme-21.1.1.jar b/server/mods/guideme-21.1.1.jar new file mode 100644 index 0000000..8d1bc3d Binary files /dev/null and b/server/mods/guideme-21.1.1.jar differ diff --git a/server/mods/hackersandslashers-1.1.2.jar b/server/mods/hackersandslashers-1.1.2.jar new file mode 100644 index 0000000..9b742a0 Binary files /dev/null and b/server/mods/hackersandslashers-1.1.2.jar differ diff --git a/server/mods/handcrafted-neoforge-1.21.1-4.0.2.jar b/server/mods/handcrafted-neoforge-1.21.1-4.0.2.jar new file mode 100644 index 0000000..ec1648f Binary files /dev/null and b/server/mods/handcrafted-neoforge-1.21.1-4.0.2.jar differ diff --git a/server/mods/hyperbox-1.21-6.0.0.1.jar b/server/mods/hyperbox-1.21-6.0.0.1.jar new file mode 100644 index 0000000..d276c72 Binary files /dev/null and b/server/mods/hyperbox-1.21-6.0.0.1.jar differ diff --git a/server/mods/immersive_aircraft-1.1.6+1.21.1-neoforge.jar b/server/mods/immersive_aircraft-1.1.6+1.21.1-neoforge.jar new file mode 100644 index 0000000..b5db36d Binary files /dev/null and b/server/mods/immersive_aircraft-1.1.6+1.21.1-neoforge.jar differ diff --git a/server/mods/incontrol-1.21-10.0.5.jar b/server/mods/incontrol-1.21-10.0.5.jar new file mode 100644 index 0000000..9e1750f Binary files /dev/null and b/server/mods/incontrol-1.21-10.0.5.jar differ diff --git a/server/mods/invtweaks-1.21.1-1.2.0.jar b/server/mods/invtweaks-1.21.1-1.2.0.jar new file mode 100644 index 0000000..fcfc86c Binary files /dev/null and b/server/mods/invtweaks-1.21.1-1.2.0.jar differ diff --git a/server/mods/iris-neoforge-1.8.1+mc1.21.1.jar b/server/mods/iris-neoforge-1.8.1+mc1.21.1.jar new file mode 100644 index 0000000..beb913f Binary files /dev/null and b/server/mods/iris-neoforge-1.8.1+mc1.21.1.jar differ diff --git a/server/mods/irons_jewelry-1.21.1-1.0.4.jar b/server/mods/irons_jewelry-1.21.1-1.0.4.jar new file mode 100644 index 0000000..f7bcb6a Binary files /dev/null and b/server/mods/irons_jewelry-1.21.1-1.0.4.jar differ diff --git a/server/mods/irons_spellbooks-1.21-3.8.8.jar b/server/mods/irons_spellbooks-1.21-3.8.8.jar new file mode 100644 index 0000000..b2177bc Binary files /dev/null and b/server/mods/irons_spellbooks-1.21-3.8.8.jar differ diff --git a/server/mods/ironsspellsdelight-1.0.2.4-1.21.x.jar b/server/mods/ironsspellsdelight-1.0.2.4-1.21.x.jar new file mode 100644 index 0000000..d740bac Binary files /dev/null and b/server/mods/ironsspellsdelight-1.0.2.4-1.21.x.jar differ diff --git a/server/mods/jamlib-neoforge-1.2.2-build.2+1.21.1.jar b/server/mods/jamlib-neoforge-1.2.2-build.2+1.21.1.jar new file mode 100644 index 0000000..9198e82 Binary files /dev/null and b/server/mods/jamlib-neoforge-1.2.2-build.2+1.21.1.jar differ diff --git a/server/mods/jei-1.21.1-neoforge-19.21.0.247.jar b/server/mods/jei-1.21.1-neoforge-19.21.0.247.jar new file mode 100644 index 0000000..ce3bdf5 Binary files /dev/null and b/server/mods/jei-1.21.1-neoforge-19.21.0.247.jar differ diff --git a/server/mods/jumpboat-1.21.0-1.0.5.jar b/server/mods/jumpboat-1.21.0-1.0.5.jar new file mode 100644 index 0000000..5ab52bc Binary files /dev/null and b/server/mods/jumpboat-1.21.0-1.0.5.jar differ diff --git a/server/mods/konkrete_neoforge_1.9.9_MC_1.21.jar b/server/mods/konkrete_neoforge_1.9.9_MC_1.21.jar new file mode 100644 index 0000000..789db30 Binary files /dev/null and b/server/mods/konkrete_neoforge_1.9.9_MC_1.21.jar differ diff --git a/server/mods/kotlinforforge-5.7.0-all.jar b/server/mods/kotlinforforge-5.7.0-all.jar new file mode 100644 index 0000000..ed08889 Binary files /dev/null and b/server/mods/kotlinforforge-5.7.0-all.jar differ diff --git a/server/mods/kubejs-neoforge-2101.7.1-build.181.jar b/server/mods/kubejs-neoforge-2101.7.1-build.181.jar new file mode 100644 index 0000000..66aa9d3 Binary files /dev/null and b/server/mods/kubejs-neoforge-2101.7.1-build.181.jar differ diff --git a/server/mods/leaky-1.21-2.1.jar b/server/mods/leaky-1.21-2.1.jar new file mode 100644 index 0000000..1a1fed3 Binary files /dev/null and b/server/mods/leaky-1.21-2.1.jar differ diff --git a/server/mods/limitedchunks-1.21-4.1.jar b/server/mods/limitedchunks-1.21-4.1.jar new file mode 100644 index 0000000..7f5601e Binary files /dev/null and b/server/mods/limitedchunks-1.21-4.1.jar differ diff --git a/server/mods/lionfishapi-2.6.jar b/server/mods/lionfishapi-2.6.jar new file mode 100644 index 0000000..17a59fd Binary files /dev/null and b/server/mods/lionfishapi-2.6.jar differ diff --git a/server/mods/lithium-neoforge-0.14.3-snapshot+mc1.21.1-build.92.jar b/server/mods/lithium-neoforge-0.14.3-snapshot+mc1.21.1-build.92.jar new file mode 100644 index 0000000..a82d6b0 Binary files /dev/null and b/server/mods/lithium-neoforge-0.14.3-snapshot+mc1.21.1-build.92.jar differ diff --git a/server/mods/lithostitched-neoforge-1.21.1-1.3.10.jar b/server/mods/lithostitched-neoforge-1.21.1-1.3.10.jar new file mode 100644 index 0000000..5846508 Binary files /dev/null and b/server/mods/lithostitched-neoforge-1.21.1-1.3.10.jar differ diff --git a/server/mods/loot_journal-neoforge-1.21.1-4.0.1.jar b/server/mods/loot_journal-neoforge-1.21.1-4.0.1.jar new file mode 100644 index 0000000..a5485a0 Binary files /dev/null and b/server/mods/loot_journal-neoforge-1.21.1-4.0.1.jar differ diff --git a/server/mods/lootintegration_townsandtowers-1.0.jar b/server/mods/lootintegration_townsandtowers-1.0.jar new file mode 100644 index 0000000..5f21725 Binary files /dev/null and b/server/mods/lootintegration_townsandtowers-1.0.jar differ diff --git a/server/mods/lootintegrations-1.21-4.0.jar b/server/mods/lootintegrations-1.21-4.0.jar new file mode 100644 index 0000000..3afbeac Binary files /dev/null and b/server/mods/lootintegrations-1.21-4.0.jar differ diff --git a/server/mods/lootintegrations_structory-1.1.jar b/server/mods/lootintegrations_structory-1.1.jar new file mode 100644 index 0000000..fbe9413 Binary files /dev/null and b/server/mods/lootintegrations_structory-1.1.jar differ diff --git a/server/mods/lootr-neoforge-1.21-1.10.34.86.jar b/server/mods/lootr-neoforge-1.21-1.10.34.86.jar new file mode 100644 index 0000000..1b48498 Binary files /dev/null and b/server/mods/lootr-neoforge-1.21-1.10.34.86.jar differ diff --git a/server/mods/luggage-1.21-1.6.12.jar b/server/mods/luggage-1.21-1.6.12.jar new file mode 100644 index 0000000..d195d6b Binary files /dev/null and b/server/mods/luggage-1.21-1.6.12.jar differ diff --git a/server/mods/melody_neoforge_1.0.10_MC_1.21.jar b/server/mods/melody_neoforge_1.0.10_MC_1.21.jar new file mode 100644 index 0000000..64ceeed Binary files /dev/null and b/server/mods/melody_neoforge_1.0.10_MC_1.21.jar differ diff --git a/server/mods/memorysettings-1.21-5.6.jar b/server/mods/memorysettings-1.21-5.6.jar new file mode 100644 index 0000000..d2a54f8 Binary files /dev/null and b/server/mods/memorysettings-1.21-5.6.jar differ diff --git a/server/mods/modernfix-neoforge-5.20.0+mc1.21.1.jar b/server/mods/modernfix-neoforge-5.20.0+mc1.21.1.jar new file mode 100644 index 0000000..ebf5179 Binary files /dev/null and b/server/mods/modernfix-neoforge-5.20.0+mc1.21.1.jar differ diff --git a/server/mods/moonlight-1.21-2.17.12-neoforge.jar b/server/mods/moonlight-1.21-2.17.12-neoforge.jar new file mode 100644 index 0000000..7e19cc3 Binary files /dev/null and b/server/mods/moonlight-1.21-2.17.12-neoforge.jar differ diff --git a/server/mods/nameless_necromancy-1.8.jar b/server/mods/nameless_necromancy-1.8.jar new file mode 100644 index 0000000..6b46ba3 Binary files /dev/null and b/server/mods/nameless_necromancy-1.8.jar differ diff --git a/server/mods/netherportalfix-neoforge-1.21.1-21.1.1.jar b/server/mods/netherportalfix-neoforge-1.21.1-21.1.1.jar new file mode 100644 index 0000000..f17897d Binary files /dev/null and b/server/mods/netherportalfix-neoforge-1.21.1-21.1.1.jar differ diff --git a/server/mods/noisium-neoforge-2.3.0+mc1.21-1.21.1.jar b/server/mods/noisium-neoforge-2.3.0+mc1.21-1.21.1.jar new file mode 100644 index 0000000..2898f82 Binary files /dev/null and b/server/mods/noisium-neoforge-2.3.0+mc1.21-1.21.1.jar differ diff --git a/server/mods/observable-5.4.3.jar b/server/mods/observable-5.4.3.jar new file mode 100644 index 0000000..406d8c9 Binary files /dev/null and b/server/mods/observable-5.4.3.jar differ diff --git a/server/mods/particle_core-0.2.5+1.21+neoforge.jar b/server/mods/particle_core-0.2.5+1.21+neoforge.jar new file mode 100644 index 0000000..999c560 Binary files /dev/null and b/server/mods/particle_core-0.2.5+1.21+neoforge.jar differ diff --git a/server/mods/pet-your-cobblemon-1.3.3.jar b/server/mods/pet-your-cobblemon-1.3.3.jar new file mode 100644 index 0000000..6144c94 Binary files /dev/null and b/server/mods/pet-your-cobblemon-1.3.3.jar differ diff --git a/server/mods/player-animation-lib-forge-2.0.1+1.21.1.jar b/server/mods/player-animation-lib-forge-2.0.1+1.21.1.jar new file mode 100644 index 0000000..33cff8a Binary files /dev/null and b/server/mods/player-animation-lib-forge-2.0.1+1.21.1.jar differ diff --git a/server/mods/polylib-2100.0.3-build.160-neoforge.jar b/server/mods/polylib-2100.0.3-build.160-neoforge.jar new file mode 100644 index 0000000..c0040c2 Binary files /dev/null and b/server/mods/polylib-2100.0.3-build.160-neoforge.jar differ diff --git a/server/mods/polymorph-neoforge-1.0.7+1.21.1.jar b/server/mods/polymorph-neoforge-1.0.7+1.21.1.jar new file mode 100644 index 0000000..2ca856b Binary files /dev/null and b/server/mods/polymorph-neoforge-1.0.7+1.21.1.jar differ diff --git a/server/mods/prickle-neoforge-1.21.1-21.1.6.jar b/server/mods/prickle-neoforge-1.21.1-21.1.6.jar new file mode 100644 index 0000000..a71f474 Binary files /dev/null and b/server/mods/prickle-neoforge-1.21.1-21.1.6.jar differ diff --git a/server/mods/rarcompat-1.21-0.8.4.1.jar b/server/mods/rarcompat-1.21-0.8.4.1.jar new file mode 100644 index 0000000..28df465 Binary files /dev/null and b/server/mods/rarcompat-1.21-0.8.4.1.jar differ diff --git a/server/mods/rctapi-neoforge-1.21.1-0.10.10-beta.jar b/server/mods/rctapi-neoforge-1.21.1-0.10.10-beta.jar new file mode 100644 index 0000000..5d1ceb7 Binary files /dev/null and b/server/mods/rctapi-neoforge-1.21.1-0.10.10-beta.jar differ diff --git a/server/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar b/server/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar new file mode 100644 index 0000000..c3df9fd Binary files /dev/null and b/server/mods/rctapi-neoforge-1.21.1-0.10.12-beta.jar differ diff --git a/server/mods/rctmod-neoforge-1.21.1-0.13.15-beta.jar b/server/mods/rctmod-neoforge-1.21.1-0.13.15-beta.jar new file mode 100644 index 0000000..a4716d6 Binary files /dev/null and b/server/mods/rctmod-neoforge-1.21.1-0.13.15-beta.jar differ diff --git a/server/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar b/server/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar new file mode 100644 index 0000000..53f4970 Binary files /dev/null and b/server/mods/rctmod-neoforge-1.21.1-0.13.16-beta.jar differ diff --git a/server/mods/recipeessentials-1.21-3.9.jar b/server/mods/recipeessentials-1.21-3.9.jar new file mode 100644 index 0000000..6e240b0 Binary files /dev/null and b/server/mods/recipeessentials-1.21-3.9.jar differ diff --git a/server/mods/reeses-sodium-options-neoforge-1.8.0+mc1.21.3.jar b/server/mods/reeses-sodium-options-neoforge-1.8.0+mc1.21.3.jar new file mode 100644 index 0000000..fce0d1d Binary files /dev/null and b/server/mods/reeses-sodium-options-neoforge-1.8.0+mc1.21.3.jar differ diff --git a/server/mods/refurbished_furniture-neoforge-1.21.1-1.0.8.jar b/server/mods/refurbished_furniture-neoforge-1.21.1-1.0.8.jar new file mode 100644 index 0000000..8ed6e5f Binary files /dev/null and b/server/mods/refurbished_furniture-neoforge-1.21.1-1.0.8.jar differ diff --git a/server/mods/releaserewards-1.21.1-1.1.2.jar b/server/mods/releaserewards-1.21.1-1.1.2.jar new file mode 100644 index 0000000..c74ddc3 Binary files /dev/null and b/server/mods/releaserewards-1.21.1-1.1.2.jar differ diff --git a/server/mods/releaserewards-neoforge-2.0.1.jar b/server/mods/releaserewards-neoforge-2.0.1.jar new file mode 100644 index 0000000..25559e8 Binary files /dev/null and b/server/mods/releaserewards-neoforge-2.0.1.jar differ diff --git a/server/mods/relics-1.21.1-0.10.2.jar b/server/mods/relics-1.21.1-0.10.2.jar new file mode 100644 index 0000000..ad9efb4 Binary files /dev/null and b/server/mods/relics-1.21.1-0.10.2.jar differ diff --git a/server/mods/repurposed_structures-7.5.13+1.21.1-neoforge.jar b/server/mods/repurposed_structures-7.5.13+1.21.1-neoforge.jar new file mode 100644 index 0000000..103d79c Binary files /dev/null and b/server/mods/repurposed_structures-7.5.13+1.21.1-neoforge.jar differ diff --git a/server/mods/resourcefulconfig-neoforge-1.21-3.0.8.jar b/server/mods/resourcefulconfig-neoforge-1.21-3.0.8.jar new file mode 100644 index 0000000..f84dbe4 Binary files /dev/null and b/server/mods/resourcefulconfig-neoforge-1.21-3.0.8.jar differ diff --git a/server/mods/resourcefullib-neoforge-1.21-3.0.11.jar b/server/mods/resourcefullib-neoforge-1.21-3.0.11.jar new file mode 100644 index 0000000..1e91ddd Binary files /dev/null and b/server/mods/resourcefullib-neoforge-1.21-3.0.11.jar differ diff --git a/server/mods/respawningstructures-1.21.1-3.5.jar b/server/mods/respawningstructures-1.21.1-3.5.jar new file mode 100644 index 0000000..7ebd6a8 Binary files /dev/null and b/server/mods/respawningstructures-1.21.1-3.5.jar differ diff --git a/server/mods/responsiveshields-2.4-neoforge-mc1.21.x.jar b/server/mods/responsiveshields-2.4-neoforge-mc1.21.x.jar new file mode 100644 index 0000000..78365ae Binary files /dev/null and b/server/mods/responsiveshields-2.4-neoforge-mc1.21.x.jar differ diff --git a/server/mods/rhino-2101.2.6-build.58.jar b/server/mods/rhino-2101.2.6-build.58.jar new file mode 100644 index 0000000..8471c86 Binary files /dev/null and b/server/mods/rhino-2101.2.6-build.58.jar differ diff --git a/server/mods/rightclickharvest-neoforge-4.4.4+1.21.1.jar b/server/mods/rightclickharvest-neoforge-4.4.4+1.21.1.jar new file mode 100644 index 0000000..a5aec62 Binary files /dev/null and b/server/mods/rightclickharvest-neoforge-4.4.4+1.21.1.jar differ diff --git a/server/mods/seasonhud-neoforge-1.21.4-1.11.7.jar b/server/mods/seasonhud-neoforge-1.21.4-1.11.7.jar new file mode 100644 index 0000000..a4b5f7b Binary files /dev/null and b/server/mods/seasonhud-neoforge-1.21.4-1.11.7.jar differ diff --git a/server/mods/shieldmechanics-1.21.1-4.5.jar b/server/mods/shieldmechanics-1.21.1-4.5.jar new file mode 100644 index 0000000..5c3c785 Binary files /dev/null and b/server/mods/shieldmechanics-1.21.1-4.5.jar differ diff --git a/server/mods/smallships-neoforge-1.21.1-2.0.0-b2.1.jar b/server/mods/smallships-neoforge-1.21.1-2.0.0-b2.1.jar new file mode 100644 index 0000000..f49882e Binary files /dev/null and b/server/mods/smallships-neoforge-1.21.1-2.0.0-b2.1.jar differ diff --git a/server/mods/smoothchunk-1.21-3.9.jar b/server/mods/smoothchunk-1.21-3.9.jar new file mode 100644 index 0000000..74ac3e7 Binary files /dev/null and b/server/mods/smoothchunk-1.21-3.9.jar differ diff --git a/server/mods/sodium-neoforge-0.6.5+mc1.21.1.jar b/server/mods/sodium-neoforge-0.6.5+mc1.21.1.jar new file mode 100644 index 0000000..53dda1c Binary files /dev/null and b/server/mods/sodium-neoforge-0.6.5+mc1.21.1.jar differ diff --git a/server/mods/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar b/server/mods/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar new file mode 100644 index 0000000..196c0eb Binary files /dev/null and b/server/mods/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar differ diff --git a/server/mods/sodiumoptionsapi-neoforge-1.0.9-1.21.1.jar b/server/mods/sodiumoptionsapi-neoforge-1.0.9-1.21.1.jar new file mode 100644 index 0000000..d20e3ab Binary files /dev/null and b/server/mods/sodiumoptionsapi-neoforge-1.0.9-1.21.1.jar differ diff --git a/server/mods/solcarrot-1.21.1-1.16.5.jar b/server/mods/solcarrot-1.21.1-1.16.5.jar new file mode 100644 index 0000000..67d8f05 Binary files /dev/null and b/server/mods/solcarrot-1.21.1-1.16.5.jar differ diff --git a/server/mods/sophisticatedbackpacks-1.21.1-3.21.1.1162.jar b/server/mods/sophisticatedbackpacks-1.21.1-3.21.1.1162.jar new file mode 100644 index 0000000..6301ea1 Binary files /dev/null and b/server/mods/sophisticatedbackpacks-1.21.1-3.21.1.1162.jar differ diff --git a/server/mods/sophisticatedcore-1.21.1-1.0.13.827.jar b/server/mods/sophisticatedcore-1.21.1-1.0.13.827.jar new file mode 100644 index 0000000..38696c2 Binary files /dev/null and b/server/mods/sophisticatedcore-1.21.1-1.0.13.827.jar differ diff --git a/server/mods/spark-1.10.109-neoforge.jar b/server/mods/spark-1.10.109-neoforge.jar new file mode 100644 index 0000000..6f6278b Binary files /dev/null and b/server/mods/spark-1.10.109-neoforge.jar differ diff --git a/server/mods/spells_gone_wrong-1.21-V1.0.2.jar b/server/mods/spells_gone_wrong-1.21-V1.0.2.jar new file mode 100644 index 0000000..0aa810f Binary files /dev/null and b/server/mods/spells_gone_wrong-1.21-V1.0.2.jar differ diff --git a/server/mods/starterkit-1.21.1-7.1.jar b/server/mods/starterkit-1.21.1-7.1.jar new file mode 100644 index 0000000..4c5d090 Binary files /dev/null and b/server/mods/starterkit-1.21.1-7.1.jar differ diff --git a/server/mods/starterstructure-1.21.1-3.9.jar b/server/mods/starterstructure-1.21.1-3.9.jar new file mode 100644 index 0000000..8fe7274 Binary files /dev/null and b/server/mods/starterstructure-1.21.1-3.9.jar differ diff --git a/server/mods/structureessentials-1.21.1-4.1.jar b/server/mods/structureessentials-1.21.1-4.1.jar new file mode 100644 index 0000000..3781f4b Binary files /dev/null and b/server/mods/structureessentials-1.21.1-4.1.jar differ diff --git a/server/mods/supplementaries-1.21-3.0.30-beta-neoforge.jar b/server/mods/supplementaries-1.21-3.0.30-beta-neoforge.jar new file mode 100644 index 0000000..fdbf640 Binary files /dev/null and b/server/mods/supplementaries-1.21-3.0.30-beta-neoforge.jar differ diff --git a/server/mods/suppsquared-1.21-1.2.3-neoforge.jar b/server/mods/suppsquared-1.21-1.2.3-neoforge.jar new file mode 100644 index 0000000..9f53f07 Binary files /dev/null and b/server/mods/suppsquared-1.21-1.2.3-neoforge.jar differ diff --git a/server/mods/tipsmod-neoforge-1.21.1-21.1.2.jar b/server/mods/tipsmod-neoforge-1.21.1-21.1.2.jar new file mode 100644 index 0000000..957a202 Binary files /dev/null and b/server/mods/tipsmod-neoforge-1.21.1-21.1.2.jar differ diff --git a/server/mods/titanium-1.21-4.0.28.jar b/server/mods/titanium-1.21-4.0.28.jar new file mode 100644 index 0000000..f5a7b5f Binary files /dev/null and b/server/mods/titanium-1.21-4.0.28.jar differ diff --git a/server/mods/toms_storage-1.21-2.1.1.jar b/server/mods/toms_storage-1.21-2.1.1.jar new file mode 100644 index 0000000..e52db00 Binary files /dev/null and b/server/mods/toms_storage-1.21-2.1.1.jar differ diff --git a/server/mods/toofast-1.21.0-0.4.3.5.jar b/server/mods/toofast-1.21.0-0.4.3.5.jar new file mode 100644 index 0000000..14f63c5 Binary files /dev/null and b/server/mods/toofast-1.21.0-0.4.3.5.jar differ diff --git a/server/mods/txnilib-neoforge-1.0.21-1.21.1.jar b/server/mods/txnilib-neoforge-1.0.21-1.21.1.jar new file mode 100644 index 0000000..70e2062 Binary files /dev/null and b/server/mods/txnilib-neoforge-1.0.21-1.21.1.jar differ diff --git a/server/mods/visuality-forge-2.0.5.jar b/server/mods/visuality-forge-2.0.5.jar new file mode 100644 index 0000000..8cfe0db Binary files /dev/null and b/server/mods/visuality-forge-2.0.5.jar differ diff --git a/server/mods/voicechat-neoforge-1.21.1-2.5.26.jar b/server/mods/voicechat-neoforge-1.21.1-2.5.26.jar new file mode 100644 index 0000000..7f11a69 Binary files /dev/null and b/server/mods/voicechat-neoforge-1.21.1-2.5.26.jar differ diff --git a/server/mods/watut-neoforge-1.21.0-1.1.4.jar b/server/mods/watut-neoforge-1.21.0-1.1.4.jar new file mode 100644 index 0000000..5418b22 Binary files /dev/null and b/server/mods/watut-neoforge-1.21.0-1.1.4.jar differ diff --git a/server/mods/waystones-neoforge-1.21.1-21.1.10.jar b/server/mods/waystones-neoforge-1.21.1-21.1.10.jar new file mode 100644 index 0000000..02a292e Binary files /dev/null and b/server/mods/waystones-neoforge-1.21.1-21.1.10.jar differ diff --git a/server/mods/waystones-neoforge-1.21.1-21.1.5.jar b/server/mods/waystones-neoforge-1.21.1-21.1.5.jar new file mode 100644 index 0000000..c231e14 Binary files /dev/null and b/server/mods/waystones-neoforge-1.21.1-21.1.5.jar differ diff --git a/server/mods/weathersettings-1.21-2.1.jar b/server/mods/weathersettings-1.21-2.1.jar new file mode 100644 index 0000000..6a4a3b9 Binary files /dev/null and b/server/mods/weathersettings-1.21-2.1.jar differ