diff --git a/plugins/Essentials.jar b/plugins/Essentials.jar deleted file mode 100644 index 3ec82f63..00000000 Binary files a/plugins/Essentials.jar and /dev/null differ diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index 8e7469b5..204420d8 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -4,6 +4,9 @@ # +------------------------------------------------------+ # ############################################################ +# This is the config file for EssentialsX. +# This config was generated for version 2.17.2.113. + # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. # If you receive an error when Essentials loads, ensure that: # - No tabs are present: YAML only allows spaces @@ -11,7 +14,7 @@ # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe) # - Text with symbols is enclosed in single or double quotation marks -# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat +# If you need help, you can join the EssentialsX community: https://essentialsx.cf/community.html ############################################################ # +------------------------------------------------------+ # @@ -28,6 +31,20 @@ nickname-prefix: '' # The maximum length allowed in nicknames. The nickname prefix is included in this. max-nick-length: 15 +# A list of phrases that cannot be used in nicknames. You can include regular expressions here. +# Users with essentials.nick.blacklist.bypass will be able to bypass this filter. +nick-blacklist: +#- Notch +#- '^Dinnerbone' + +# When this option is enabled, nickname length checking will exclude color codes in player names. +# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true +ignore-colors-in-max-nick-length: false + +# When this option is enabled, display names for hidden users will not be shown. This prevents players from being +# able to see that they are online while vanished. +hide-displayname-in-vanish: true + # Disable this if you have any other plugin, that modifies the displayname of a user. change-displayname: true @@ -41,24 +58,54 @@ change-playerlist: false # Do not edit this setting unless you know what you are doing! #add-prefix-suffix: false +# When this option is enabled, player prefixes will be shown in the playerlist. +# This feature only works for Minecraft version 1.8 and higher. +# This value of change-playerlist has to be true +#add-prefix-in-playerlist: true + +# When this option is enabled, player suffixes will be shown in the playerlist. +# This feature only works for Minecraft version 1.8 and higher. +# This value of change-playerlist has to be true +#add-suffix-in-playerlist: true + # If the teleport destination is unsafe, should players be teleported to the nearest safe location? # If this is set to true, Essentials will attempt to teleport players close to the intended destination. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning. teleport-safety: true +# This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations. +# teleport-safety and this option need to be set to true to force teleportation to dangerous locations. +force-disable-teleport-safety: false + +# If a player has any passengers, the teleport will fail. Should their passengers be dismounted before they are teleported? +# If this is set to true, Essentials will dismount the player's passengers before teleporting. +# If this is set to false, attempted teleports will be canceled with a warning. +teleport-passenger-dismount: true + # The delay, in seconds, required between /home, /tp, etc. teleport-cooldown: 0 -# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs. +# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled. teleport-delay: 0 # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command. # This will also prevent the player attacking other players. teleport-invulnerability: 4 +# Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5 +teleport-to-center: true + # The delay, in seconds, required between /heal or /feed attempts. heal-cooldown: 60 +# Do you want to remove potion effects when healing a player? +remove-effects-on-heal: true + +# Near Radius +# The default radius with /near +# Used to use chat radius but we are going to make it separate. +near-radius: 200 + # What to prevent from /item and /give. # e.g item-spawn-blacklist: 10,11,46 item-spawn-blacklist: @@ -86,6 +133,17 @@ spawnmob-limit: 10 # Shall we notify users when using /lightning? warn-on-smite: true +# Shall we drop items instead of adding to inventory if the target inventory is full? +drop-items-if-full: false + +# Essentials Mail Notification +# Should we notify players if they have no new mail? +notify-no-new-mail: true + +# Specifies the duration (in seconds) between each time a player is notified of mail they have. +# Useful for servers with a lot of mail traffic. +notify-player-of-mail-cooldown: 60 + # The motd and rules are now configured in the files motd.txt and rules.txt. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority. @@ -134,11 +192,39 @@ socialspy-commands: - ewhisper - pm +# Whether the private and public messages from muted players should appear in the social spy. +# If so, they will be differentiated from those sent by normal players. +socialspy-listen-muted-players: true + +# The following settings listen for when a player changes worlds. +# If you use another plugin to control speed and flight, you should change these to false. + +# When a player changes world, should EssentialsX reset their flight? +# This will disable flight if the player does not have essentials.fly. +world-change-fly-reset: true + +# When a player changes world, should we reset their speed according to their permissions? +# This resets the player's speed to the default if they don't have essentials.speed. +# If the player doesn't have essentials.speed.bypass, this resets their speed to the maximum specified above. +world-change-speed-reset: true + +# Mute Commands +# These commands will be disabled when a player is muted. +# Use '*' to disable every command. +# Essentials already disabled Essentials messaging commands by default. +# It only cares about the root command, not args after that (it sees /f chat the same as /f) +mute-commands: + - f + - kittycannon + # - '*' + # If you do not wish to use a permission system, you can define a list of 'player perms' below. # This list has no effect if you are using a supported permissions system. # If you are using an unsupported permissions system, simply delete this section. # Whitelist the commands and permissions you wish to give players by default (everything else is op only). # These are the permissions without the "essentials." part. +# +# To enable this feature, please set use-bukkit-permissions to false. player-commands: - afk - afk.auto @@ -220,38 +306,21 @@ player-commands: - worth - xmpp -# Note: All items MUST be followed by a quantity! -# All kit names should be lower case, and will be treated as lower in permissions/costs. -# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]... -# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta -# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. -# Set delay to -1 for a one time kit. -# For more information, visit http://wiki.ess3.net/wiki/Kits -kits: - tools: - delay: 10 - items: - - stone_sword 1 - - stone_spade 1 - - stone_pickaxe 1 - - stone_axe 1 - dtools: - delay: 600 - items: - - diamond_pickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens - - diamond_spade 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole - - leather_helmet 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day - - diamond_axe 1 - color: - delay: 6000 - items: - - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors - firework: - delay: 6000 - items: - - firework 1 name:Angry_Creeper color:red fade:green type:creeper power:1 - - firework 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 - - firework 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 +# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin. +# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins. +# If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false. +# Default is true. +use-bukkit-permissions: true + +# When this option is enabled, one-time use kits (ie. delay < 0) will be +# removed from the /kit list when a player can no longer use it +skip-used-one-time-kits-from-kit-list: false + +# Determines the functionality of the /createkit command. +# If this is true, /createkit will give the user a link with the kit code. +# If this is false, /createkit will add the kit to the kits.yml config file directly. +# +pastebin-createkit: false # Essentials Sign Control # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. @@ -284,10 +353,26 @@ enabledSigns: # Lower numbers will reduce the possibility of lag, but may annoy players. sign-use-per-second: 4 +# Allow item IDs on pre-existing signs on 1.13 and above. +# You cannot use item IDs on new signs, but this will allow players to interact with signs that +# were placed before 1.13. +allow-old-id-signs: true + +# List of sign names Essentials should not protect. This feature is especially useful when +# another plugin provides a sign that EssentialsX provides, but Essentials overrides. +# For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of +# Essentials's, then simply add kit below and Essentials will not protect it. +# +# See https://github.com/drtshock/Essentials/pull/699 for more information. +unprotected-sign-names: + #- kit + # Backup runs a batch/bash command while saving is disabled. backup: # Interval in minutes. interval: 30 + # If true, the backup task will run even if there are no players online. + always-run: false # Unless you add a valid backup command or script here, this feature will be useless. # Use 'save-all' to simply force regular world saving without backup. #command: 'rdiff-backup World1 backups/World1' @@ -309,6 +394,9 @@ list: # Uncomment the line below to simply list all players with no grouping #Players: '*' +# Displays real names in /list next to players who are using a nickname. +real-names-on-list: false + # More output to the console. debug: false @@ -353,20 +441,35 @@ cancel-afk-on-interact: true # Disable this to reduce server lag. cancel-afk-on-move: true +# Should AFK players be ignored when other players are trying to sleep? +# When this setting is false, players won't be able to skip the night if some players are AFK. +# Users with the permission node essentials.sleepingignored will always be ignored. +sleep-ignores-afk-players: true + +# Set the player's list name when they are AFK. This is none by default which specifies that Essentials +# should not interfere with the AFK player's list name. +# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. +afk-list-name: "none" + +# When a player enters or exits AFK mode, should the AFK notification be broadcast +# to the entire server, or just to the player? +# When this setting is false, only the player will be notified upon changing their AFK state. +broadcast-afk-message: true + # You can disable the death messages of Minecraft here. death-messages: true +# When players die, should they receive the coordinates they died at? +send-info-after-death: false + # Should players with permissions be able to join and part silently? # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled. # In addition, people with essentials.silentjoin.vanish will be vanished on join. allow-silent-join-quit: false -# You can set a custom join message here, set to "none" to disable. -# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. +# You can set custom join and quit messages here. Set to "none" to use the default message or "" to disable the message entirely. +# You may use color codes, {USERNAME} for the player's name, and {PLAYER} for the player's displayname. custom-join-message: "none" - -# You can set a custom quit message here, set to "none" to disable. -# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. custom-quit-message: "none" # Add worlds to this list, if you want to automatically disable god mode there. @@ -414,21 +517,114 @@ max-walk-speed: 0.8 #Set the maximum amount of mail that can be sent within a minute. mails-per-minute: 1000 +# Set the maximum time /mute can be used for in seconds. +# Set to -1 to disable, and essentials.mute.unlimited can be used to override. +max-mute-time: -1 + # Set the maximum time /tempban can be used for in seconds. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override. max-tempban-time: -1 +# Changes the default /reply functionality. This can be changed on a per-player basis using /rtoggle. +# If true, /r goes to the person you messaged last, otherwise the first person that messaged you. +# If false, /r goes to the last person that messaged you. +last-message-reply-recipient: true + +# If last-message-reply-recipient is enabled for a particular player, +# this specifies the duration, in seconds, that would need to elapse for the +# reply-recipient to update when receiving a message. +# Default is 180 (3 minutes) +last-message-reply-recipient-timeout: 180 + +# Toggles whether or not left clicking mobs with a milk bucket turns them into a baby. +milk-bucket-easter-egg: true + +# Toggles whether or not the fly status message should be sent to players on join +send-fly-enable-on-join: true + +# Set to true to enable per-world permissions for setting time for individual worlds with essentials commands. +# This applies to /time, /day, /eday, /night, /enight, /etime. +# Give someone permission to teleport to a world with essentials.time.world.. +world-time-permissions: false + +# Specify cooldown for both Essentials commands and external commands as well. +# All commands do not start with a Forward Slash (/). Instead of /msg, write msg +# +# Wildcards are supported. E.g. +# - '*i*': 50 +# adds a 50 second cooldown to all commands that include the letter i +# +# EssentialsX supports regex by starting the command with a caret ^ +# For example, to target commands starting with ban and not banip the following would be used: +# '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown. +# Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123 +command-cooldowns: +# feed: 100 # 100 second cooldown on /feed command +# '*': 5 # 5 Second cooldown on all commands + +# Whether command cooldowns should be persistent past server shutdowns +command-cooldown-persistence: true + +# Whether NPC balances should be listed in balance ranking features such as /balancetop. +# NPC balances can include features like factions from FactionsUUID plugin. +npcs-in-balance-ranking: false + +# Allow bulk buying and selling signs when the player is sneaking. +# This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once. +allow-bulk-buy-sell: true + +# Delay for the MOTD display for players on join, in milliseconds. +# This has no effect if the MOTD command or permission are disabled. +delay-motd: 0 + +# A list of commands that should have their complementary confirm commands enabled by default. +# This is empty by default, for the latest list of valid commands see the latest source config.yml. +default-enabled-confirm-commands: +#- pay +#- clearinventory + +# Whether or not to teleport a player back to their previous position after they have been freed from jail. +teleport-back-when-freed-from-jail: true + +# Set the timeout, in seconds for players to accept a tpa before the request is cancelled. +# Set to 0 for no timeout. +tpa-accept-cancellation: 120 + +# Allow players to set hats by clicking on their helmet slot. +allow-direct-hat: true + +# Allow in-game players to specify a world when running /broadcastworld. +# If false, running /broadcastworld in-game will always send a message to the player's current world. +# This doesn't affect running the command from the console, where a world is always required. +allow-world-in-broadcastworld: true + +# Consider water blocks as "safe," therefore allowing players to teleport +# using commands such as /home or /spawn to a location that is occupied +# by water blocks +is-water-safe: false + +# Should the usermap try to sanitise usernames before saving them? +# You should only change this to false if you use Minecraft China. +safe-usermap-names: true + +# Should Essentials output logs when a command block executes a command? +# Example: CommandBlock at ,, issued server command: / +log-command-block-commands: true + +# Set the maximum speed for projectiles spawned with /fireball. +max-projectile-speed: 8 + ############################################################ # +------------------------------------------------------+ # -# | EssentialsHome | # +# | Homes | # # +------------------------------------------------------+ # ############################################################ -# Allows people to set their bed at daytime. +# Allows people to set their bed during the day. update-bed-at-daytime: true # Set to true to enable per-world permissions for using homes to teleport between worlds. -# This applies to the /home only. +# This applies to the /home command only. # Give someone permission to teleport to a world with essentials.worlds. world-home-permissions: false @@ -447,24 +643,30 @@ sethome-multiple: # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes. # Remember, they MUST have both permission nodes in order to be able to set multiple homes. -# Set the timeout, in seconds for players to accept a tpa before the request is cancelled. -# Set to 0 for no timeout. -tpa-accept-cancellation: 120 +# Controls whether players need the permission "essentials.home.compass" in order to point +# the player's compass at their first home. +# +# Leaving this as false will retain Essentials' original behaviour, which is to always +# change the compass' direction to point towards their first home. +compass-towards-home-perm: false + +# If no home is set, would you like to send the player to spawn? +# If set to false, players will not be teleported when they run /home without setting a home first. +spawn-if-no-home: true ############################################################ # +------------------------------------------------------+ # -# | EssentialsEco | # +# | Economy | # # +------------------------------------------------------+ # ############################################################ # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy +# You can control the values of items that are sold to the server by using the /setworth command. + # Defines the balance with which new players begin. Defaults to 0. starting-balance: 0 -# worth-# defines the value of an item when it is sold to the server via /sell. -# These are now defined in worth.yml - # Defines the cost to use the given commands PER USE. # Some commands like /repair have sub-costs, check the wiki for more information. command-costs: @@ -478,6 +680,10 @@ command-costs: # such as accented letters, you MUST save the file as UTF-8, not ANSI. currency-symbol: '$' +# Enable this to make the currency symbol appear at the end of the amount rather than at the start. +# For example, the euro symbol typically appears after the current amount. +currency-symbol-suffix: false + # Set the maximum amount of money a player can have. # The amount is always limited to 10 trillion because of the limitations of a java double. max-money: 10000000000000 @@ -489,9 +695,32 @@ min-money: -10000 # Enable this to log all interactions with trade/buy/sell signs and sell command. economy-log-enabled: false +# Enable this to also log all transactions from other plugins through Vault. +# This can cause the economy log to fill up quickly so should only be enabled for testing purposes! +economy-log-update-enabled: false + +# Minimum acceptable amount to be used in /pay. +minimum-pay-amount: 0.001 + +# Enable this to block users who try to /pay another user which ignore them. +pay-excludes-ignore-list: false + +# The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration. +# +# "#,##0.00" is how the majority of countries display currency. +#currency-format: "#,##0.00" + +# Format currency symbols. Some locales use , and . interchangeably. +# Some formats do not display properly in-game due to faulty Minecraft font rendering. +# +# For 1.234,50 use de-DE +# For 1,234.50 use en-US +# For 1'234,50 use fr-ch +#currency-symbol-format-locale: en-US + ############################################################ # +------------------------------------------------------+ # -# | EssentialsHelp | # +# | Help | # # +------------------------------------------------------+ # ############################################################ @@ -506,19 +735,20 @@ hide-permissionless-help: true ############################################################ # +------------------------------------------------------+ # -# | EssentialsChat | # +# | EssentialsX Chat | # # +------------------------------------------------------+ # ############################################################ -# This section requires the EssentialsChat.jar to work. +# You need to install EssentialsX Chat for this section to work. +# See https://essentialsx.cf/wiki/Module-Breakdown.html for more information. chat: - # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global. + # If EssentialsX Chat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting. - # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!) - # Users with essentials.chat.question can override this by prefixing text with a question mark (?) - # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section." + # Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!) + # Users with essentials.chat.question can override this by prefixing their message with a question mark (?) + # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section. radius: 0 # Chat formatting can be done in two ways, you can either define a standard format for all chat. @@ -527,24 +757,30 @@ chat: format: '{DISPLAYNAME}: {MESSAGE}' #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' + #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}' group-formats: - # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' - # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' + # default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' + # admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' # If you are using group formats make sure to remove the '#' to allow the setting to be read. + # Note: Group names are case-sensitive so you must match them up with your permission plugin. + + # You can use permissions to control whether players can use formatting codes in their chat messages. + # See https://essentialsx.cf/wiki/Color-Permissions.html for more information. ############################################################ # +------------------------------------------------------+ # -# | EssentialsProtect | # +# | EssentialsX Protect | # # +------------------------------------------------------+ # ############################################################ -# This section requires the EssentialsProtect.jar to work. +# You need to install EssentialsX Protect for this section to work. +# See https://essentialsx.cf/wiki/Module-Breakdown.html for more information. protect: - # General physics/behavior modifications. + # General physics/behavior modifications. Set these to true to disable behaviours. prevent: lava-flow: false water-flow: false @@ -568,13 +804,36 @@ protect: creeper-explosion: false creeper-playerdamage: false creeper-blockdamage: false + ender-crystal-explosion: false enderdragon-blockdamage: true enderman-pickup: false villager-death: false # Monsters won't follow players. # permission essentials.protect.entitytarget.bypass disables this. entitytarget: false - # Prevent the spawning of creatures. + # Prevents zombies from breaking down doors + zombie-door-break: false + # Prevents Ravagers from stealing blocks + ravager-thief: false + # Prevents sheep from turning grass to dirt + sheep-eat-grass: false + # Prevent certain transformations. + transformation: + # Prevent creepers becoming charged when struck by lightning. + charged-creeper: false + # Prevent villagers becoming zombie villagers. + zombie-villager: false + # Prevent zombie villagers being cured. + villager: false + # Prevent villagers becoming witches when struck by lightning. + witch: false + # Prevent pigs becoming zombie pigmen when struck by lightning. + zombie-pigman: false + # Prevent zombies turning into drowneds, and husks turning into zombies. + drowned: false + # Prevent mooshrooms changing colour when struck by lightning. + mooshroom: false + # Prevent the spawning of creatures. If a creature is missing, you can add it following the format below. spawn: creeper: false skeleton: false @@ -605,6 +864,7 @@ protect: bat: false witch: false horse: false + phantom: false # Maximum height the creeper should explode. -1 allows them to explode everywhere. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions. @@ -651,43 +911,40 @@ protect: ############################################################ # +------------------------------------------------------+ # -# | EssentialsAntiBuild | # +# | EssentialsX AntiBuild | # # +------------------------------------------------------+ # ############################################################ - # This section requires the EssentialsAntiBuild.jar to work. - - # Disable various default physics and behaviors - # For more information, visit http://wiki.ess3.net/wiki/AntiBuild + # You need to install EssentialsX AntiBuild for this section to work. + # See https://essentialsx.cf/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information. - # Should people with build: false in permissions be allowed to build? + # Should people without the essentials.build permission be allowed to build? # Set true to disable building for those people. # Setting to false means EssentialsAntiBuild will never prevent you from building. build: true - # Should people with build: false in permissions be allowed to use items? + # Should people without the essentials.build permission be allowed to use items? # Set true to disable using for those people. # Setting to false means EssentialsAntiBuild will never prevent you from using items. use: true - # Should we tell people they are not allowed to build? + # Should we warn people when they are not allowed to build? warn-on-build-disallow: true # For which block types would you like to be alerted? - # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time. - # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket + # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. alert: - on-placement: 10,11,46,327 - on-use: 327 + on-placement: LAVA,TNT,LAVA_BUCKET + on-use: LAVA_BUCKET on-break: blacklist: # Which blocks should people be prevented from placing? - placement: 10,11,46,327 + placement: LAVA,TNT,LAVA_BUCKET # Which items should people be prevented from using? - usage: 327 + usage: LAVA_BUCKET # Which blocks should people be prevented from breaking? break: @@ -700,11 +957,12 @@ protect: ############################################################ # +------------------------------------------------------+ # -# | Essentials Spawn / New Players | # +# | EssentialsX Spawn + New Players | # # +------------------------------------------------------+ # ############################################################ -# This section requires essentialsspawn.jar to work. +# You need to install EssentialsX Spawn for this section to work. +# See https://essentialsx.cf/wiki/Module-Breakdown.html for more information. newbies: # Should we announce to the server when someone logs in for the first time? @@ -722,12 +980,28 @@ newbies: #kit: '' kit: tools +# What priority should we use for handling respawns? +# Set this to none, if you want vanilla respawning behaviour. # Set this to lowest, if you want Multiverse to handle the respawning. # Set this to high, if you want EssentialsSpawn to handle the respawning. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning. respawn-listener-priority: high +# What priority should we use for handling spawning on joining the server? +# See respawn-listener-priority for possible values. +# Note: changing this may impact or break spawn-on-join functionality. +spawn-join-listener-priority: high + # When users die, should they respawn at their first home or bed, instead of the spawnpoint? respawn-at-home: false +# Teleport all joining players to the spawnpoint +spawn-on-join: false +# The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining. +#spawn-on-join: guests +# The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining. +#spawn-on-join: +#- guests +#- admin + # End of file <-- No seriously, you're done with configuration. diff --git a/plugins/Essentials/custom_items.yml b/plugins/Essentials/custom_items.yml new file mode 100644 index 00000000..08184730 --- /dev/null +++ b/plugins/Essentials/custom_items.yml @@ -0,0 +1,8 @@ +# This file stores custom item aliases. +# We recommend you use the `/itemdb alias` command to manage these. + +# NOTE: If you try and alias an item to another entry in this file, the alias won't work. +aliases: + bluepaint: blue_dye + snad: sand + breakfast: cooked_porkchop \ No newline at end of file diff --git a/plugins/Essentials/items.csv b/plugins/Essentials/items.csv deleted file mode 100644 index 59fe0497..00000000 --- a/plugins/Essentials/items.csv +++ /dev/null @@ -1,8981 +0,0 @@ -#version: TeamCity -#If you change this file, it will not be automatically updated after the next release. -#item,id,metadata -stone,stone,0 -sstone,stone,0 -smoothstone,stone,0 -rock,stone,0 -granite,stone,1 -gstone,stone,1 -polishedgranite,stone,2 -pgranite,stone,2 -pgstone,stone,2 -polishedgstone,stone,2 -diorite,stone,3 -dstone,stone,3 -polisheddiorite,stone,4 -pdiorite,stone,4 -pdstone,stone,4 -polisheddstone,stone,4 -andesite,stone,5 -astone,stone,5 -polishedandesite,stone,6 -pandesite,stone,6 -pastone,stone,6 -grass,grass,0 -greendirt,grass,0 -greenearth,grass,0 -greenland,grass,0 -dirt,dirt,0 -earth,dirt,0 -land,dirt,0 -cdirt,dirt,1 -grasslessdirt,dirt,1 -grasslessearth,dirt,1 -grasslessland,dirt,1 -coarsedirt,dirt,1 -coarseland,dirt,1 -coarseearth,dirt,1 -podzol,dirt,2 -cobblestone,cobblestone,0 -cstone,cobblestone,0 -cobble,cobblestone,0 -wood,wood,0 -plank,wood,0 -woodenplank,wood,0 -woodplank,wood,0 -wplank,wood,0 -plankwooden,wood,0 -plankwood,wood,0 -plankw,wood,0 -oakplank,wood,0 -oakwoodenplank,wood,0 -oakwoodplank,wood,0 -oakwplank,wood,0 -oakplankwooden,wood,0 -oakplankwood,wood,0 -oakplankw,wood,0 -oplank,wood,0 -owoodenplank,wood,0 -owoodplank,wood,0 -owplank,wood,0 -oplankwooden,wood,0 -oplankwood,wood,0 -oplankw,wood,0 -pineplank,wood,1 -pinewoodenplank,wood,1 -pinewoodplank,wood,1 -pinewplank,wood,1 -pineplankwooden,wood,1 -pineplankwood,wood,1 -pineplankw,wood,1 -pplank,wood,1 -pwoodenplank,wood,1 -pwoodplank,wood,1 -pwplank,wood,1 -pplankwooden,wood,1 -pplankwood,wood,1 -pplankw,wood,1 -darkplank,wood,1 -darkwoodenplank,wood,1 -darkwoodplank,wood,1 -darkwplank,wood,1 -darkplankwooden,wood,1 -darkplankwood,wood,1 -darkplankw,wood,1 -dplank,wood,1 -dwoodenplank,wood,1 -dwoodplank,wood,1 -dwplank,wood,1 -dplankwooden,wood,1 -dplankwood,wood,1 -dplankw,wood,1 -spruceplank,wood,1 -sprucewoodenplank,wood,1 -sprucewoodplank,wood,1 -sprucewplank,wood,1 -spruceplankwooden,wood,1 -spruceplankwood,wood,1 -spruceplankw,wood,1 -splank,wood,1 -swoodenplank,wood,1 -swoodplank,wood,1 -swplank,wood,1 -splankwooden,wood,1 -splankwood,wood,1 -splankw,wood,1 -birchplank,wood,2 -birchwoodenplank,wood,2 -birchwoodplank,wood,2 -birchwplank,wood,2 -birchplankwooden,wood,2 -birchplankwood,wood,2 -birchplankw,wood,2 -bplank,wood,2 -bwoodenplank,wood,2 -bwoodplank,wood,2 -bwplank,wood,2 -bplankwooden,wood,2 -bplankwood,wood,2 -bplankw,wood,2 -lightplank,wood,2 -lightwoodenplank,wood,2 -lightwoodplank,wood,2 -lightwplank,wood,2 -lightplankwooden,wood,2 -lightplankwood,wood,2 -lightplankw,wood,2 -lplank,wood,2 -lwoodenplank,wood,2 -lwoodplank,wood,2 -lwplank,wood,2 -lplankwooden,wood,2 -lplankwood,wood,2 -lplankw,wood,2 -whiteplank,wood,2 -whitewoodenplank,wood,2 -whitewoodplank,wood,2 -whitewplank,wood,2 -whiteplankwooden,wood,2 -whiteplankwood,wood,2 -whiteplankw,wood,2 -wwoodenplank,wood,2 -wwoodplank,wood,2 -wwplank,wood,2 -wplankwooden,wood,2 -wplankwood,wood,2 -wplankw,wood,2 -jungleplank,wood,3 -junglewoodenplank,wood,3 -junglewoodplank,wood,3 -junglewplank,wood,3 -jungleplankwooden,wood,3 -jungleplankwood,wood,3 -jungleplankw,wood,3 -jplank,wood,3 -jwoodenplank,wood,3 -jwoodplank,wood,3 -jwplank,wood,3 -jplankwooden,wood,3 -jplankwood,wood,3 -jplankw,wood,3 -forestplank,wood,3 -forestwoodenplank,wood,3 -forestwoodplank,wood,3 -forestwplank,wood,3 -forestplankwooden,wood,3 -forestplankwood,wood,3 -forestplankw,wood,3 -fplank,wood,3 -fwoodenplank,wood,3 -fwoodplank,wood,3 -fwplank,wood,3 -fplankwooden,wood,3 -fplankwood,wood,3 -fplankw,wood,3 -acaciaplank,wood,4 -acaciawoodenplank,wood,4 -acaciawoodplank,wood,4 -acaciawplank,wood,4 -acaciaplankwooden,wood,4 -acaciaplankwood,wood,4 -acaciaplankw,wood,4 -aplank,wood,4 -awoodenplank,wood,4 -awoodplank,wood,4 -awplank,wood,4 -aplankwooden,wood,4 -aplankwood,wood,4 -aplankw,wood,4 -darkoakplank,wood,5 -darkoakwoodenplank,wood,5 -darkoakwoodplank,wood,5 -darkoakwplank,wood,5 -darkoakplankwooden,wood,5 -darkoakplankwood,wood,5 -darkoakplankw,wood,5 -doakplank,wood,5 -doakwoodenplank,wood,5 -doakwoodplank,wood,5 -doakwplank,wood,5 -doakplankwooden,wood,5 -doakplankwood,wood,5 -doakplankw,wood,5 -doplank,wood,5 -dowoodenplank,wood,5 -dowoodplank,wood,5 -dowplank,wood,5 -doplankwooden,wood,5 -doplankwood,wood,5 -doplankw,wood,5 -sapling,sapling,0 -treesapling,sapling,0 -logsapling,sapling,0 -trunksapling,sapling,0 -woodsapling,sapling,0 -oaktreesapling,sapling,0 -oaklogsapling,sapling,0 -oaktrunksapling,sapling,0 -oakwoodsapling,sapling,0 -osapling,sapling,0 -otreesapling,sapling,0 -ologsapling,sapling,0 -otrunksapling,sapling,0 -owoodsapling,sapling,0 -darksapling,sapling,1 -darktreesapling,sapling,1 -darklogsapling,sapling,1 -darktrunksapling,sapling,1 -darkwoodsapling,sapling,1 -sprucesapling,sapling,1 -sprucetreesapling,sapling,1 -sprucelogsapling,sapling,1 -sprucetrunksapling,sapling,1 -sprucewoodsapling,sapling,1 -pinesapling,sapling,1 -pinetreesapling,sapling,1 -pinelogsapling,sapling,1 -pinetrunksapling,sapling,1 -pinewoodsapling,sapling,1 -dsapling,sapling,1 -dtreesapling,sapling,1 -dlogsapling,sapling,1 -dtrunksapling,sapling,1 -dwoodsapling,sapling,1 -ssapling,sapling,1 -streesapling,sapling,1 -slogsapling,sapling,1 -strunksapling,sapling,1 -swoodsapling,sapling,1 -psapling,sapling,1 -ptreesapling,sapling,1 -plogsapling,sapling,1 -ptrunksapling,sapling,1 -pwoodsapling,sapling,1 -birchsapling,sapling,2 -birchtreesapling,sapling,2 -birchlogsapling,sapling,2 -birchtrunksapling,sapling,2 -birchwoodsapling,sapling,2 -lightsapling,sapling,2 -lighttreesapling,sapling,2 -lightlogsapling,sapling,2 -lighttrunksapling,sapling,2 -lightwoodsapling,sapling,2 -whitesapling,sapling,2 -whitetreesapling,sapling,2 -whitelogsapling,sapling,2 -whitetrunksapling,sapling,2 -whitewoodsapling,sapling,2 -bsapling,sapling,2 -btreesapling,sapling,2 -blogsapling,sapling,2 -btrunksapling,sapling,2 -bwoodsapling,sapling,2 -lsapling,sapling,2 -ltreesapling,sapling,2 -llogsapling,sapling,2 -ltrunksapling,sapling,2 -lwoodsapling,sapling,2 -wsapling,sapling,2 -wtreesapling,sapling,2 -wlogsapling,sapling,2 -wtrunksapling,sapling,2 -wwoodsapling,sapling,2 -junglesapling,sapling,3 -jungletreesapling,sapling,3 -junglelogsapling,sapling,3 -jungletrunksapling,sapling,3 -junglewoodsapling,sapling,3 -forestsapling,sapling,3 -foresttreesapling,sapling,3 -forestlogsapling,sapling,3 -foresttrunksapling,sapling,3 -forestwoodsapling,sapling,3 -jsapling,sapling,3 -jtreesapling,sapling,3 -jlogsapling,sapling,3 -jtrunksapling,sapling,3 -jwoodsapling,sapling,3 -fsapling,sapling,3 -ftreesapling,sapling,3 -flogsapling,sapling,3 -ftrunksapling,sapling,3 -fwoodsapling,sapling,3 -acaciasapling,sapling,4 -acaciatreesapling,sapling,4 -acacialogsapling,sapling,4 -acaciatrunksapling,sapling,4 -acaciawoodsapling,sapling,4 -asapling,sapling,4 -atreesapling,sapling,4 -alogsapling,sapling,4 -atrunksapling,sapling,4 -awoodsapling,sapling,4 -darkoaksapling,sapling,5 -darkoaktreesapling,sapling,5 -darkoaklogsapling,sapling,5 -darkoaktrunksapling,sapling,5 -darkoakwoodsapling,sapling,5 -doaksapling,sapling,5 -doaktreesapling,sapling,5 -doaklogsapling,sapling,5 -doaktrunksapling,sapling,5 -dosapling,sapling,5 -dowoodsapling,sapling,5 -dotreesapling,sapling,5 -dologsapling,sapling,5 -dotrunksapling,sapling,5 -bedrock,bedrock,0 -oprock,bedrock,0 -opblock,bedrock,0 -adminblock,bedrock,0 -adminrock,bedrock,0 -adminium,bedrock,0 -water,water,0 -stationarywater,stationary_water,0 -stillwater,stationary_water,0 -swater,stationary_water,0 -lava,lava,0 -stationarylava,stationary_lava,0 -stilllava,stationary_lava,0 -slava,stationary_lava,0 -sand,sand,0 -redsand,sand,1 -rsand,sand,1 -gravel,gravel,0 -goldore,gold_ore,0 -oregold,gold_ore,0 -gore,gold_ore,0 -oreg,gold_ore,0 -ogold,gold_ore,0 -goldo,gold_ore,0 -ironore,iron_ore,0 -oreiron,iron_ore,0 -irono,iron_ore,0 -oiron,iron_ore,0 -steelore,iron_ore,0 -oresteel,iron_ore,0 -steelo,iron_ore,0 -osteel,iron_ore,0 -iore,iron_ore,0 -orei,iron_ore,0 -sore,iron_ore,0 -ores,iron_ore,0 -coalore,coal_ore,0 -orecoal,coal_ore,0 -coalo,coal_ore,0 -ocoal,coal_ore,0 -core,coal_ore,0 -tree,log,0 -log,log,0 -trunk,log,0 -oak,log,0 -oaktree,log,0 -oaklog,log,0 -oaktrunk,log,0 -oakwood,log,0 -otree,log,0 -olog,log,0 -otrunk,log,0 -owood,log,0 -pine,log,1 -pinetree,log,1 -pinelog,log,1 -pinetrunk,log,1 -pinewood,log,1 -darktree,log,1 -darklog,log,1 -darktrunk,log,1 -darkwood,log,1 -spruce,log,1 -sprucetree,log,1 -sprucelog,log,1 -sprucetrunk,log,1 -sprucewood,log,1 -dtree,log,1 -dlog,log,1 -dtrunk,log,1 -dwood,log,1 -stree,log,1 -slog,log,1 -strunk,log,1 -swood,log,1 -ptree,log,1 -plog,log,1 -ptrunk,log,1 -pwood,log,1 -birch,log,2 -birchtree,log,2 -birchlog,log,2 -birchtrunk,log,2 -birchwood,log,2 -whitetree,log,2 -whitelog,log,2 -whitetrunk,log,2 -whitewood,log,2 -lighttree,log,2 -lightlog,log,2 -lighttrunk,log,2 -lightwood,log,2 -btree,log,2 -blog,log,2 -btrunk,log,2 -bwood,log,2 -wtree,log,2 -wlog,log,2 -wtrunk,log,2 -wwood,log,2 -ltree,log,2 -llog,log,2 -ltrunk,log,2 -lwood,log,2 -jungletree,log,3 -junglelog,log,3 -jungletrunk,log,3 -junglewood,log,3 -jungle,log,3 -forest,log,3 -foresttree,log,3 -forestlog,log,3 -foresttrunk,log,3 -forestwood,log,3 -jtree,log,3 -jlog,log,3 -jtrunk,log,3 -jwood,log,3 -ftree,log,3 -flog,log,3 -ftrunk,log,3 -fwood,log,3 -leaves,leaves,0 -leaf,leaves,0 -treeleaves,leaves,0 -logleaves,leaves,0 -trunkleaves,leaves,0 -woodleaves,leaves,0 -oakleaves,leaves,0 -oakleaf,leaves,0 -oleaves,leaves,0 -oleaf,leaves,0 -oaktreeleaves,leaves,0 -oaklogleaves,leaves,0 -oaktrunkleaves,leaves,0 -oakwoodleaves,leaves,0 -otreeleaves,leaves,0 -ologleaves,leaves,0 -otrunkleaves,leaves,0 -owoodleaves,leaves,0 -treeleaf,leaves,0 -logleaf,leaves,0 -trunkleaf,leaves,0 -woodleaf,leaves,0 -oaktreeleaf,leaves,0 -oaklogleaf,leaves,0 -oaktrunkleaf,leaves,0 -oakwoodleaf,leaves,0 -otreeleaf,leaves,0 -ologleaf,leaves,0 -otrunkleaf,leaves,0 -owoodleaf,leaves,0 -pineleaves,leaves,1 -pineleaf,leaves,1 -pleaves,leaves,1 -pleaf,leaves,1 -pinetreeleaves,leaves,1 -pinelogleaves,leaves,1 -pinetrunkleaves,leaves,1 -pinewoodleaves,leaves,1 -ptreeleaves,leaves,1 -plogleaves,leaves,1 -ptrunkleaves,leaves,1 -pwoodleaves,leaves,1 -spruceleaves,leaves,1 -spruceleaf,leaves,1 -sleaves,leaves,1 -sleaf,leaves,1 -sprucetreeleaves,leaves,1 -sprucelogleaves,leaves,1 -sprucetrunkleaves,leaves,1 -sprucewoodleaves,leaves,1 -streeleaves,leaves,1 -slogleaves,leaves,1 -strunkleaves,leaves,1 -swoodleaves,leaves,1 -darkleaves,leaves,1 -darkleaf,leaves,1 -dleaves,leaves,1 -dleaf,leaves,1 -darktreeleaves,leaves,1 -darklogleaves,leaves,1 -darktrunkleaves,leaves,1 -darkwoodleaves,leaves,1 -dtreeleaves,leaves,1 -dlogleaves,leaves,1 -dtrunkleaves,leaves,1 -dwoodleaves,leaves,1 -sprucetreeleaf,leaves,1 -sprucelogleaf,leaves,1 -sprucetrunkleaf,leaves,1 -sprucewoodleaf,leaves,1 -streeleaf,leaves,1 -slogleaf,leaves,1 -strunkleaf,leaves,1 -swoodleaf,leaves,1 -pinetreeleaf,leaves,1 -pinelogleaf,leaves,1 -pinetrunkleaf,leaves,1 -pinewoodleaf,leaves,1 -ptreeleaf,leaves,1 -plogleaf,leaves,1 -ptrunkleaf,leaves,1 -pwoodleaf,leaves,1 -darktreeleaf,leaves,1 -darklogleaf,leaves,1 -darktrunkleaf,leaves,1 -darkwoodleaf,leaves,1 -dtreeleaf,leaves,1 -dlogleaf,leaves,1 -dtrunkleaf,leaves,1 -dwoodleaf,leaves,1 -birchleaves,leaves,2 -birchleaf,leaves,2 -bleaves,leaves,2 -bleaf,leaves,2 -birchtreeleaves,leaves,2 -birchlogleaves,leaves,2 -birchtrunkleaves,leaves,2 -birchwoodleaves,leaves,2 -btreeleaves,leaves,2 -blogleaves,leaves,2 -btrunkleaves,leaves,2 -bwoodleaves,leaves,2 -lightleaves,leaves,2 -lightleaf,leaves,2 -lleaves,leaves,2 -lleaf,leaves,2 -lighttreeleaves,leaves,2 -lightlogleaves,leaves,2 -lighttrunkleaves,leaves,2 -lightwoodleaves,leaves,2 -ltreeleaves,leaves,2 -llogleaves,leaves,2 -ltrunkleaves,leaves,2 -lwoodleaves,leaves,2 -whiteleaves,leaves,2 -whiteleaf,leaves,2 -wleaves,leaves,2 -wleaf,leaves,2 -whitetreeleaves,leaves,2 -whitelogleaves,leaves,2 -whitetrunkleaves,leaves,2 -whitewoodleaves,leaves,2 -wtreeleaves,leaves,2 -wlogleaves,leaves,2 -wtrunkleaves,leaves,2 -wwoodleaves,leaves,2 -birchtreeleaf,leaves,2 -birchlogleaf,leaves,2 -birchtrunkleaf,leaves,2 -birchwoodleaf,leaves,2 -btreeleaf,leaves,2 -blogleaf,leaves,2 -btrunkleaf,leaves,2 -bwoodleaf,leaves,2 -lighttreeleaf,leaves,2 -lightlogleaf,leaves,2 -lighttrunkleaf,leaves,2 -lightwoodleaf,leaves,2 -ltreeleaf,leaves,2 -llogleaf,leaves,2 -ltrunkleaf,leaves,2 -lwoodleaf,leaves,2 -whitetreeleaf,leaves,2 -whitelogleaf,leaves,2 -whitetrunkleaf,leaves,2 -whitewoodleaf,leaves,2 -wtreeleaf,leaves,2 -wlogleaf,leaves,2 -wtrunkleaf,leaves,2 -wwoodleaf,leaves,2 -jungleleaves,leaves,3 -jungleleaf,leaves,3 -jleaves,leaves,3 -jleaf,leaves,3 -jungletreeleaves,leaves,3 -junglelogleaves,leaves,3 -jungletrunkleaves,leaves,3 -junglewoodleaves,leaves,3 -jtreeleaves,leaves,3 -jlogleaves,leaves,3 -jtrunkleaves,leaves,3 -jwoodleaves,leaves,3 -forestleaves,leaves,3 -forestleaf,leaves,3 -fleaves,leaves,3 -fleaf,leaves,3 -foresttreeleaves,leaves,3 -forestlogleaves,leaves,3 -foresttrunkleaves,leaves,3 -forestwoodleaves,leaves,3 -ftreeleaves,leaves,3 -flogleaves,leaves,3 -ftrunkleaves,leaves,3 -fwoodleaves,leaves,3 -jungletreeleaf,leaves,3 -junglelogleaf,leaves,3 -jungletrunkleaf,leaves,3 -junglewoodleaf,leaves,3 -jtreeleaf,leaves,3 -jlogleaf,leaves,3 -jtrunkleaf,leaves,3 -jwoodleaf,leaves,3 -foresttreeleaf,leaves,3 -forestlogleaf,leaves,3 -foresttrunkleaf,leaves,3 -forestwoodleaf,leaves,3 -ftreeleaf,leaves,3 -flogleaf,leaves,3 -ftrunkleaf,leaves,3 -fwoodleaf,leaves,3 -sponge,sponge,0 -wetsponge,sponge,1 -glass,glass,0 -blockglass,glass,0 -glassblock,glass,0 -lapislazuliore,lapis_ore,0 -lapislazulio,lapis_ore,0 -orelapislazuli,lapis_ore,0 -olapislazuli,lapis_ore,0 -lapisore,lapis_ore,0 -lapiso,lapis_ore,0 -orelapis,lapis_ore,0 -olapis,lapis_ore,0 -lore,lapis_ore,0 -orel,lapis_ore,0 -lapislazuliblock,lapis_block,0 -blocklapislazuli,lapis_block,0 -lapisblock,lapis_block,0 -blocklapis,lapis_block,0 -lblock,lapis_block,0 -blockl,lapis_block,0 -dispenser,dispenser,0 -dispense,dispenser,0 -sandstone,sandstone,0 -sastone,sandstone,0 -cpstone,sandstone,1 -creepersandstone,sandstone,1 -creepersastone,sandstone,1 -creepsandstone,sandstone,1 -creepsastone,sandstone,1 -csandstone,sandstone,1 -csastone,sandstone,1 -hieroglyphicsandstone,sandstone,1 -hieroglyphicsastone,sandstone,1 -hieroglyphsandstone,sandstone,1 -hieroglyphsastone,sandstone,1 -hsandstone,sandstone,1 -hsastone,sandstone,1 -pyramidsandstone,sandstone,1 -pyramidsastone,sandstone,1 -psandstone,sandstone,1 -psastone,sandstone,1 -chiseledsandstone,sandstone,1 -chiseledsastone,sandstone,1 -chiselsandstone,sandstone,1 -chiselsastone,sandstone,1 -smstone,sandstone,2 -smoothsandstone,sandstone,2 -smoothsastone,sandstone,2 -ssandstone,sandstone,2 -smsastone,sandstone,2 -ssastone,sandstone,2 -noteblock,note_block,0 -musicblock,note_block,0 -nblock,note_block,0 -mblock,note_block,0 -poweredtrack,powered_rail,0 -poweredrails,powered_rail,0 -poweredrail,powered_rail,0 -boostertrack,powered_rail,0 -boosterrails,powered_rail,0 -boosterrail,powered_rail,0 -powertrack,powered_rail,0 -powerrails,powered_rail,0 -powerrail,powered_rail,0 -boosttrack,powered_rail,0 -boostrails,powered_rail,0 -boostrail,powered_rail,0 -ptrack,powered_rail,0 -prails,powered_rail,0 -prail,powered_rail,0 -btrack,powered_rail,0 -brails,powered_rail,0 -brail,powered_rail,0 -detectortrack,detector_rail,0 -detectorrails,detector_rail,0 -detectorrail,detector_rail,0 -detectingtrack,detector_rail,0 -detectingrails,detector_rail,0 -detectingrail,detector_rail,0 -detecttrack,detector_rail,0 -detectrails,detector_rail,0 -detectrail,detector_rail,0 -dtrack,detector_rail,0 -drails,detector_rail,0 -drail,detector_rail,0 -stickypistonbase,piston_sticky_base,0 -stickypiston,piston_sticky_base,0 -stickpistonbase,piston_sticky_base,0 -stickpiston,piston_sticky_base,0 -stickyp,piston_sticky_base,0 -spistonbase,piston_sticky_base,0 -spiston,piston_sticky_base,0 -pistonstickybase,piston_sticky_base,0 -pistonsticky,piston_sticky_base,0 -pistonstickbase,piston_sticky_base,0 -pistonstick,piston_sticky_base,0 -pistonsbase,piston_sticky_base,0 -pistons,piston_sticky_base,0 -psticky,piston_sticky_base,0 -pstick,piston_sticky_base,0 -spiderweb,web,0 -cobweb,web,0 -sweb,web,0 -cweb,web,0 -web,web,0 -longgrass,long_grass,1 -tallgrass,long_grass,1 -wildgrass,long_grass,1 -grasslong,long_grass,1 -grasstall,long_grass,1 -grasswild,long_grass,1 -lgrass,long_grass,1 -tgrass,long_grass,1 -wgrass,long_grass,1 -fern,long_grass,2 -bush,long_grass,2 -deadshrub,dead_bush,0 -dshrub,dead_bush,0 -deadbush,dead_bush,0 -dbush,dead_bush,0 -deadsapling,dead_bush,0 -piston,piston_base,0 -pistonbase,piston_base,0 -pistonblock,piston_base,0 -whitewool,wool,0 -whitecloth,wool,0 -whitecotton,wool,0 -wcloth,wool,0 -wwool,wool,0 -wcotton,wool,0 -cloth,wool,0 -wool,wool,0 -cotton,wool,0 -orangewool,wool,1 -orangecloth,wool,1 -orangecotton,wool,1 -ocloth,wool,1 -owool,wool,1 -ocotton,wool,1 -magentawool,wool,2 -magentacloth,wool,2 -magentacotton,wool,2 -mcloth,wool,2 -mwool,wool,2 -mcotton,wool,2 -lightbluewool,wool,3 -lightbluecloth,wool,3 -lightbluecotton,wool,3 -lbluecloth,wool,3 -lbluewool,wool,3 -lbluecotton,wool,3 -lightblucloth,wool,3 -lightbluwool,wool,3 -lightblucotton,wool,3 -lblucloth,wool,3 -lbluwool,wool,3 -lblucotton,wool,3 -lbcloth,wool,3 -lbwool,wool,3 -lbcotton,wool,3 -yellowwool,wool,4 -yellowcloth,wool,4 -yellowcotton,wool,4 -ycloth,wool,4 -ywool,wool,4 -ycotton,wool,4 -lightgreenwool,wool,5 -lightgreencloth,wool,5 -lightgreencotton,wool,5 -lgreencloth,wool,5 -lgreenwool,wool,5 -lgreencotton,wool,5 -lightgrecloth,wool,5 -lightgrewool,wool,5 -lightgrecotton,wool,5 -lgrecloth,wool,5 -lgrewool,wool,5 -lgrecotton,wool,5 -limecloth,wool,5 -limewool,wool,5 -limecotton,wool,5 -lcloth,wool,5 -lwool,wool,5 -lcotton,wool,5 -pinkwool,wool,6 -pinkcloth,wool,6 -pinkcotton,wool,6 -picloth,wool,6 -piwool,wool,6 -picotton,wool,6 -darkgraywool,wool,7 -darkgraycloth,wool,7 -darkgraycotton,wool,7 -darkgreywool,wool,7 -darkgreycloth,wool,7 -darkgreycotton,wool,7 -dgraycloth,wool,7 -dgraywool,wool,7 -dgraycotton,wool,7 -dgreycloth,wool,7 -dgreywool,wool,7 -dgreycotton,wool,7 -darkgracloth,wool,7 -darkgrawool,wool,7 -darkgracotton,wool,7 -dgracloth,wool,7 -dgrawool,wool,7 -dgracotton,wool,7 -graycloth,wool,7 -graywool,wool,7 -graycotton,wool,7 -greycloth,wool,7 -greywool,wool,7 -greycotton,wool,7 -gracloth,wool,7 -grawool,wool,7 -gracotton,wool,7 -lgwool,wool,8 -lightgraywool,wool,8 -lightgraycloth,wool,8 -lightgraycotton,wool,8 -lgraycloth,wool,8 -lgraywool,wool,8 -lgraycotton,wool,8 -lightgreywool,wool,8 -lightgreycloth,wool,8 -lightgreycotton,wool,8 -lgreycloth,wool,8 -lgreywool,wool,8 -lgreycotton,wool,8 -lightgracloth,wool,8 -lightgrawool,wool,8 -lightgracotton,wool,8 -lgracloth,wool,8 -lgrawool,wool,8 -lgracotton,wool,8 -silvercloth,wool,8 -silverwool,wool,8 -silvercotton,wool,8 -sicloth,wool,8 -siawool,wool,8 -siacotton,wool,8 -cyanwool,wool,9 -cyancloth,wool,9 -cyancotton,wool,9 -ccloth,wool,9 -cwool,wool,9 -ccotton,wool,9 -purplewool,wool,10 -purplecloth,wool,10 -purplecotton,wool,10 -pucloth,wool,10 -puwool,wool,10 -pucotton,wool,10 -bluewool,wool,11 -bluecloth,wool,11 -bluecotton,wool,11 -blucloth,wool,11 -bluwool,wool,11 -blucotton,wool,11 -brownwool,wool,12 -browncloth,wool,12 -browncotton,wool,12 -brocloth,wool,12 -browool,wool,12 -brocotton,wool,12 -darkgreenwool,wool,13 -darkgreencloth,wool,13 -darkgreencotton,wool,13 -dgreencloth,wool,13 -dgreenwool,wool,13 -dgreencotton,wool,13 -greencloth,wool,13 -greenwool,wool,13 -greencotton,wool,13 -darkgrecloth,wool,13 -darkgrewool,wool,13 -darkgrecotton,wool,13 -dgrecloth,wool,13 -dgrewool,wool,13 -dgrecotton,wool,13 -grecloth,wool,13 -grewool,wool,13 -grecotton,wool,13 -redwool,wool,14 -redcloth,wool,14 -redcotton,wool,14 -rcloth,wool,14 -rwool,wool,14 -rcotton,wool,14 -blackwool,wool,15 -blackcloth,wool,15 -blackcotton,wool,15 -blacloth,wool,15 -blawool,wool,15 -blacotton,wool,15 -dandelion,yellow_flower,0 -yellowdandelion,yellow_flower,0 -ydandelion,yellow_flower,0 -yellowflower,yellow_flower,0 -yflower,yellow_flower,0 -flower,yellow_flower,0 -rose,red_rose,0 -redrose,red_rose,0 -rrose,red_rose,0 -redflower,red_rose,0 -rflower,red_rose,0 -poppy,red_rose,0 -redpoppy,red_rose,0 -blueorchid,red_rose,1 -cyanorchid,red_rose,1 -lightblueorchid,red_rose,1 -lblueorchid,red_rose,1 -orchid,red_rose,1 -allium,red_rose,2 -magentaallium,red_rose,2 -azurebluet,red_rose,3 -whiteazurebluet,red_rose,3 -abluet,red_rose,3 -azureb,red_rose,3 -houstonia,red_rose,3 -redtulip,red_rose,4 -tulipred,red_rose,4 -rtulip,red_rose,4 -tulipr,red_rose,4 -orangetulip,red_rose,5 -tuliporange,red_rose,5 -otulip,red_rose,5 -tulipo,red_rose,5 -whitetulip,red_rose,6 -tulipwhite,red_rose,6 -wtulip,red_rose,6 -tulipw,red_rose,6 -pinktulip,red_rose,7 -tulippink,red_rose,7 -ptulip,red_rose,7 -tulipp,red_rose,7 -oxeye,red_rose,8 -daisy,red_rose,8 -oxeyedaisy,red_rose,8 -daisyoxeye,red_rose,8 -moondaisy,red_rose,8 -daisymoon,red_rose,8 -lightgrayoxeye,red_rose,8 -lgrayoxeye,red_rose,8 -lightgreyoxeye,red_rose,8 -lgreyoxeye,red_rose,8 -brownmushroom,brown_mushroom,0 -brownshroom,brown_mushroom,0 -brownmush,brown_mushroom,0 -bmushroom,brown_mushroom,0 -bshroom,brown_mushroom,0 -bmush,brown_mushroom,0 -redmushroom,red_mushroom,0 -redshroom,red_mushroom,0 -redmush,red_mushroom,0 -rmushroom,red_mushroom,0 -rshroom,red_mushroom,0 -rmush,red_mushroom,0 -goldblock,gold_block,0 -blockgold,gold_block,0 -gblock,gold_block,0 -blockg,gold_block,0 -ironblock,iron_block,0 -steelblock,iron_block,0 -blockiron,iron_block,0 -blocksteel,iron_block,0 -iblock,iron_block,0 -stblock,iron_block,0 -blocki,iron_block,0 -blockst,iron_block,0 -stonedoublestep,double_step,0 -stonedstep,double_step,0 -sdoublestep,double_step,0 -sdstep,double_step,0 -doublestonestep,double_step,0 -dstonestep,double_step,0 -doublesstep,double_step,0 -doublestep,double_step,0 -dstep,double_step,0 -stonedoubleslab,double_step,0 -stonedslab,double_step,0 -sdoubleslab,double_step,0 -sdslab,double_step,0 -doublestoneslab,double_step,0 -doublestoneslab2,double_stone_slab2,0 -dstoneslab,double_step,0 -doublesslab,double_step,0 -doubleslab,double_step,0 -dslab,double_step,0 -stonedoublehalfblock,double_step,0 -stonedhalfblock,double_step,0 -sdoublehalfblock,double_step,0 -sdhalfblock,double_step,0 -doublestonehalfblock,double_step,0 -dstonehalfblock,double_step,0 -doubleshalfblock,double_step,0 -doublehalfblock,double_step,0 -dhalfblock,double_step,0 -sandstonedoublestep,double_step,1 -sandstonedstep,double_step,1 -sstonedoublestep,double_step,1 -sstonedstep,double_step,1 -ssdoublestep,double_step,1 -ssdstep,double_step,1 -doublesandstonestep,double_step,1 -dsandstonestep,double_step,1 -doublesstonestep,double_step,1 -dsstonestep,double_step,1 -doublessstep,double_step,1 -dsstep,double_step,1 -sandstonedoubleslab,double_step,1 -sandstonedslab,double_step,1 -sstonedoubleslab,double_step,1 -sstonedslab,double_step,1 -ssdoubleslab,double_step,1 -ssdslab,double_step,1 -doublesandstoneslab,double_step,1 -dsandstoneslab,double_step,1 -doublesstoneslab,double_step,1 -dsstoneslab,double_step,1 -doublessslab,double_step,1 -dsslab,double_step,1 -sandstonedoublehalfblock,double_step,1 -sandstonedhalfblock,double_step,1 -sstonedoublehalfblock,double_step,1 -sstonedhalfblock,double_step,1 -ssdoublehalfblock,double_step,1 -ssdhalfblock,double_step,1 -doublesandstonehalfblock,double_step,1 -dsandstonehalfblock,double_step,1 -doublesstonehalfblock,double_step,1 -dsstonehalfblock,double_step,1 -doublesshalfblock,double_step,1 -dsshalfblock,double_step,1 -plankstonedoublestep,double_step,2 -woodenstonedoublestep,double_step,2 -woodenstonedstep,double_step,2 -woodstonedoublestep,double_step,2 -woodstonedstep,double_step,2 -wstonedoublestep,double_step,2 -wstonedstep,double_step,2 -doublewoodenstonestep,double_step,2 -dwoodenstonestep,double_step,2 -doublewoodstonestep,double_step,2 -dwoodstonestep,double_step,2 -doublewstonestep,double_step,2 -dwstonestep,double_step,2 -woodenstonedoubleslab,double_step,2 -woodenstonedslab,double_step,2 -woodstonedoubleslab,double_step,2 -woodstonedslab,double_step,2 -wstonedoubleslab,double_step,2 -wstonedslab,double_step,2 -doublewoodenstoneslab,double_step,2 -dwoodenstoneslab,double_step,2 -doublewoodstoneslab,double_step,2 -dwoodstoneslab,double_step,2 -doublewstoneslab,double_step,2 -dwstoneslab,double_step,2 -woodenstonedoublehalfblock,double_step,2 -woodenstonedhalfblock,double_step,2 -woodstonedoublehalfblock,double_step,2 -woodstonedhalfblock,double_step,2 -wstonedoublehalfblock,double_step,2 -wstonedhalfblock,double_step,2 -doublewoodenstonehalfblock,double_step,2 -dwoodenstonehalfblock,double_step,2 -doublewoodstonehalfblock,double_step,2 -dwoodstonehalfblock,double_step,2 -doublewstonehalfblock,double_step,2 -dwstonehalfblock,double_step,2 -cobblestonedoublestep,double_step,3 -cobblestonedstep,double_step,3 -cobbledoublestep,double_step,3 -cobbledstep,double_step,3 -cstonedoublestep,double_step,3 -cstonedstep,double_step,3 -csdoublestep,double_step,3 -csdstep,double_step,3 -doublecobblestonestep,double_step,3 -dcobblestonestep,double_step,3 -doublecobblestep,double_step,3 -dcobblestep,double_step,3 -doublecstonestep,double_step,3 -dcstonestep,double_step,3 -doublecsstep,double_step,3 -dcsstep,double_step,3 -cobblestonedoubleslab,double_step,3 -cobblestonedslab,double_step,3 -cobbledoubleslab,double_step,3 -cobbledslab,double_step,3 -cstonedoubleslab,double_step,3 -cstonedslab,double_step,3 -csdoubleslab,double_step,3 -csdslab,double_step,3 -doublecobblestoneslab,double_step,3 -dcobblestoneslab,double_step,3 -doublecobbleslab,double_step,3 -dcobbleslab,double_step,3 -doublecstoneslab,double_step,3 -dcstoneslab,double_step,3 -doublecsslab,double_step,3 -dcsslab,double_step,3 -cobblestonedoublehalfblock,double_step,3 -cobblestonedhalfblock,double_step,3 -cobbledoublehalfblock,double_step,3 -cobbledhalfblock,double_step,3 -cstonedoublehalfblock,double_step,3 -cstonedhalfblock,double_step,3 -csdoublehalfblock,double_step,3 -csdhalfblock,double_step,3 -doublecobblestonehalfblock,double_step,3 -dcobblestonehalfblock,double_step,3 -doublecobblehalfblock,double_step,3 -dcobblehalfblock,double_step,3 -doublecstonehalfblock,double_step,3 -dcstonehalfblock,double_step,3 -doublecshalfblock,double_step,3 -dcshalfblock,double_step,3 -brickdoublestep,double_step,4 -brickdstep,double_step,4 -bdoublestep,double_step,4 -bdstep,double_step,4 -brickdoubleslab,double_step,4 -brickdslab,double_step,4 -bdoubleslab,double_step,4 -bdslab,double_step,4 -doublebrickstep,double_step,4 -dbrickstep,double_step,4 -doublebstep,double_step,4 -dbstep,double_step,4 -doublebrickslab,double_step,4 -dbrickslab,double_step,4 -doublebslab,double_step,4 -dbslab,double_step,4 -brickdoublehalfblock,double_step,4 -brickdhalfblock,double_step,4 -bdoublehalfblock,double_step,4 -bdhalfblock,double_step,4 -doublebrickhalfblock,double_step,4 -dbrickhalfblock,double_step,4 -doublebhalfblock,double_step,4 -dbhalfblock,double_step,4 -stonebrickdoublestep,double_step,5 -stonebrickdstep,double_step,5 -stonebdoublestep,double_step,5 -stonebdstep,double_step,5 -sbrickdoublestep,double_step,5 -sbrickdstep,double_step,5 -sbdoublestep,double_step,5 -sbdstep,double_step,5 -stonebrickdoubleslab,double_step,5 -stonebrickdslab,double_step,5 -stonebdoubleslab,double_step,5 -stonebdslab,double_step,5 -sbrickdoubleslab,double_step,5 -sbrickdslab,double_step,5 -sbdoubleslab,double_step,5 -sbdslab,double_step,5 -doublestonebrickstep,double_step,5 -dstonebrickstep,double_step,5 -doublestonebstep,double_step,5 -dstonebstep,double_step,5 -doublesbrickstep,double_step,5 -dsbrickstep,double_step,5 -doublesbstep,double_step,5 -dsbstep,double_step,5 -doublestonebrickslab,double_step,5 -dstonebrickslab,double_step,5 -doublestonebslab,double_step,5 -dstonebslab,double_step,5 -doublesbrickslab,double_step,5 -dsbrickdslab,double_step,5 -doublesbslab,double_step,5 -dsbslab,double_step,5 -stonebrickdoublehalfblock,double_step,5 -stonebrickdhalfblock,double_step,5 -stonebdoublehalfblock,double_step,5 -stonebdhalfblock,double_step,5 -sbrickdoublehalfblock,double_step,5 -sbrickdhalfblock,double_step,5 -sbdoublehalfblock,double_step,5 -sbdhalfblock,double_step,5 -doublestonebrickhalfblock,double_step,5 -dstonebrickhalfblock,double_step,5 -doublestonebhalfblock,double_step,5 -dstonebhalfblock,double_step,5 -doublesbrickhalfblock,double_step,5 -dsbrickhalfblock,double_step,5 -doublesbhalfblock,double_step,5 -dsbhalfblock,double_step,5 -netherbrickdoubleslab,double_step,6 -hellbrickdoubleslab,double_step,6 -nbrickdoubleslab,double_step,6 -hbrickdoubleslab,double_step,6 -netherdoubleslab,double_step,6 -helldoubleslab,double_step,6 -nbdoubleslab,double_step,6 -hbdoubleslab,double_step,6 -hdoubleslab,double_step,6 -ndoubleslab,double_step,6 -netherbrickdoublestep,double_step,6 -hellbrickdoublestep,double_step,6 -nbrickdoublestep,double_step,6 -hbrickdoublestep,double_step,6 -netherdoublestep,double_step,6 -helldoublestep,double_step,6 -nbdoublestep,double_step,6 -hbdoublestep,double_step,6 -ndoublestep,double_step,6 -hdoublestep,double_step,6 -netherbrickdoublehalfblock,double_step,6 -hellbrickdoublehalfblock,double_step,6 -nbrickdoublehalfblock,double_step,6 -hbrickdoublehalfblock,double_step,6 -netherdoublehalfblock,double_step,6 -helldoublehalfblock,double_step,6 -nbdoublehalfblock,double_step,6 -hbdoublehalfblock,double_step,6 -ndoublehalfblock,double_step,6 -hdoublehalfblock,double_step,6 -netherbrickdslab,double_step,6 -hellbrickdslab,double_step,6 -nbrickdslab,double_step,6 -hbrickdslab,double_step,6 -netherdslab,double_step,6 -helldslab,double_step,6 -nbdslab,double_step,6 -hbdslab,double_step,6 -hdslab,double_step,6 -ndslab,double_step,6 -netherbrickdstep,double_step,6 -hellbrickdstep,double_step,6 -nbrickdstep,double_step,6 -hbrickdstep,double_step,6 -netherdstep,double_step,6 -helldstep,double_step,6 -nbdstep,double_step,6 -hbdstep,double_step,6 -ndstep,double_step,6 -hdstep,double_step,6 -netherbrickdhalfblock,double_step,6 -hellbrickdhalfblock,double_step,6 -nbrickdhalfblock,double_step,6 -hbrickdhalfblock,double_step,6 -netherdhalfblock,double_step,6 -helldhalfblock,double_step,6 -nbdhalfblock,double_step,6 -hbdhalfblock,double_step,6 -ndhalfblock,double_step,6 -hdhalfblock,double_step,6 -doublenetherbrickslab,double_step,6 -doublehellbrickslab,double_step,6 -doublenbrickslab,double_step,6 -doublehbrickslab,double_step,6 -doublenetherslab,double_step,6 -doublehellslab,double_step,6 -doublenbslab,double_step,6 -doublehbslab,double_step,6 -doublehslab,double_step,6 -doublenslab,double_step,6 -doublenetherbrickstep,double_step,6 -doublehellbrickstep,double_step,6 -doublenbrickstep,double_step,6 -doublehbrickstep,double_step,6 -doublenetherstep,double_step,6 -doublehellstep,double_step,6 -doublenbstep,double_step,6 -doublehbstep,double_step,6 -doublenstep,double_step,6 -doublehstep,double_step,6 -doublenetherbrickhalfblock,double_step,6 -doublehellbrickhalfblock,double_step,6 -doublenbrickhalfblock,double_step,6 -doublehbrickhalfblock,double_step,6 -doublenetherhalfblock,double_step,6 -doublehellhalfblock,double_step,6 -doublenbhalfblock,double_step,6 -doublehbhalfblock,double_step,6 -doublenhalfblock,double_step,6 -doublehhalfblock,double_step,6 -dnetherbrickslab,double_step,6 -dhellbrickslab,double_step,6 -dnbrickslab,double_step,6 -dhbrickslab,double_step,6 -dnetherslab,double_step,6 -dhellslab,double_step,6 -dnbslab,double_step,6 -dhbslab,double_step,6 -dhslab,double_step,6 -dnslab,double_step,6 -dnetherbrickstep,double_step,6 -dhellbrickstep,double_step,6 -dnbrickstep,double_step,6 -dhbrickstep,double_step,6 -dnetherstep,double_step,6 -dhellstep,double_step,6 -dnbstep,double_step,6 -dhbstep,double_step,6 -dnstep,double_step,6 -dhstep,double_step,6 -dnetherbrickhalfblock,double_step,6 -dhellbrickhalfblock,double_step,6 -dnbrickhalfblock,double_step,6 -dhbrickhalfblock,double_step,6 -dnetherhalfblock,double_step,6 -dhellhalfblock,double_step,6 -dnbhalfblock,double_step,6 -dhbhalfblock,double_step,6 -dnhalfblock,double_step,6 -dhhalfblock,double_step,6 -netherquartzdoublestep,double_step,7 -hellquartzdoublestep,double_step,7 -deathquartzdoublestep,double_step,7 -nquartzdoublestep,double_step,7 -hquartzdoublestep,double_step,7 -dquartzdoublestep,double_step,7 -quartzdoublestep,double_step,7 -nqdoublestep,double_step,7 -hqdoublestep,double_step,7 -dqdoublestep,double_step,7 -qdoublestep,double_step,7 -netherquartzdoubleslab,double_step,7 -hellquartzdoubleslab,double_step,7 -deathquartzdoubleslab,double_step,7 -nquartzdoubleslab,double_step,7 -hquartzdoubleslab,double_step,7 -dquartzdoubleslab,double_step,7 -quartzdoubleslab,double_step,7 -nqdoubleslab,double_step,7 -hqdoubleslab,double_step,7 -dqdoubleslab,double_step,7 -qdoubleslab,double_step,7 -netherquartzdoublehalfblock,double_step,7 -hellquartzdoublehalfblock,double_step,7 -deathquartzdoublehalfblock,double_step,7 -nquartzdoublehalfblock,double_step,7 -hquartzdoublehalfblock,double_step,7 -dquartzdoublehalfblock,double_step,7 -quartzdoublehalfblock,double_step,7 -nqdoublehalfblock,double_step,7 -hqdoublehalfblock,double_step,7 -dqdoublehalfblock,double_step,7 -qdoublehalfblock,double_step,7 -netherquartzdslab,double_step,7 -hellquartzdslab,double_step,7 -deathquartzdslab,double_step,7 -nquartzdslab,double_step,7 -hquartzdslab,double_step,7 -dquartzdslab,double_step,7 -quartzdslab,double_step,7 -nqdslab,double_step,7 -hqdslab,double_step,7 -dqdslab,double_step,7 -qdslab,double_step,7 -netherquartzdstep,double_step,7 -hellquartzdstep,double_step,7 -deathquartzdstep,double_step,7 -nquartzdstep,double_step,7 -hquartzdstep,double_step,7 -dquartzdstep,double_step,7 -quartzdstep,double_step,7 -nqdstep,double_step,7 -hqdstep,double_step,7 -dqdstep,double_step,7 -qdstep,double_step,7 -netherquartzdhalfblock,double_step,7 -hellquartzdhalfblock,double_step,7 -deathquartzdhalfblock,double_step,7 -nquartzdhalfblock,double_step,7 -hquartzdhalfblock,double_step,7 -dquartzdhalfblock,double_step,7 -quartzdhalfblock,double_step,7 -nqdhalfblock,double_step,7 -hqdhalfblock,double_step,7 -dqdhalfblock,double_step,7 -qdhalfblock,double_step,7 -doublenetherquartzslab,double_step,7 -doublehellquartzslab,double_step,7 -doubledeathquartzslab,double_step,7 -doublenquartzslab,double_step,7 -doublehquartzslab,double_step,7 -doubledquartzslab,double_step,7 -doublequartzslab,double_step,7 -doublenqslab,double_step,7 -doublehqslab,double_step,7 -doubledqslab,double_step,7 -doubleqslab,double_step,7 -doublenetherquartzstep,double_step,7 -doublehellquartzstep,double_step,7 -doubledeathquartzstep,double_step,7 -doublenquartzstep,double_step,7 -doublehquartzstep,double_step,7 -doubledquartzstep,double_step,7 -doublequartzstep,double_step,7 -doublenqstep,double_step,7 -doublehqstep,double_step,7 -doubledqstep,double_step,7 -doubleqstep,double_step,7 -doublenetherquartzhalfblock,double_step,7 -doublehellquartzhalfblock,double_step,7 -doubledeathquartzhalfblock,double_step,7 -doublenquartzhalfblock,double_step,7 -doublehquartzhalfblock,double_step,7 -doubledquartzhalfblock,double_step,7 -doublequartzhalfblock,double_step,7 -doublenqhalfblock,double_step,7 -doublehqhalfblock,double_step,7 -doubledqhalfblock,double_step,7 -doubleqhalfblock,double_step,7 -dnetherquartzslab,double_step,7 -dhellquartzslab,double_step,7 -ddeathquartzslab,double_step,7 -dnquartzslab,double_step,7 -dhquartzslab,double_step,7 -ddquartzslab,double_step,7 -dnqslab,double_step,7 -dhqslab,double_step,7 -ddqslab,double_step,7 -dnetherquartzstep,double_step,7 -dhellquartzstep,double_step,7 -ddeathquartzstep,double_step,7 -dnquartzstep,double_step,7 -dhquartzstep,double_step,7 -ddquartzstep,double_step,7 -dnqstep,double_step,7 -dhqstep,double_step,7 -ddqstep,double_step,7 -dnetherquartzhalfblock,double_step,7 -dhellquartzhalfblock,double_step,7 -ddeathquartzhalfblock,double_step,7 -dnquartzhalfblock,double_step,7 -dhquartzhalfblock,double_step,7 -ddquartzhalfblock,double_step,7 -dnqhalfblock,double_step,7 -dhqhalfblock,double_step,7 -ddqhalfblock,double_step,7 -smoothstonedoubleslab,double_step,8 -smoothstonedoublestep,double_step,8 -smoothstonedoublehalfblock,double_step,8 -smoothstonedslab,double_step,8 -smoothstonedstep,double_step,8 -smoothstonedhalfblock,double_step,8 -doublesmoothstoneslab,double_step,8 -doublesmoothstonestep,double_step,8 -doublesmoothstonehalfblock,double_step,8 -dsmoothstoneslab,double_step,8 -dsmoothstonestep,double_step,8 -dsmoothstonehalfblock,double_step,8 -smoothsandstonedoubleslab,double_step,9 -ssandstonedoubleslab,double_step,9 -ssstonedoubleslab,double_step,9 -sssdoubleslab,double_step,9 -smoothsandstonedoublestep,double_step,9 -ssandstonedoublestep,double_step,9 -ssstonedoublestep,double_step,9 -sssdoublestep,double_step,9 -smoothsandstonedoublehalfblock,double_step,9 -ssandstonedoublehalfblock,double_step,9 -ssstonedoublehalfblock,double_step,9 -sssdoublehalfblock,double_step,9 -smoothsandstonedslab,double_step,9 -ssandstonedslab,double_step,9 -ssstonedslab,double_step,9 -sssdslab,double_step,9 -smoothsandstonedstep,double_step,9 -ssandstonedstep,double_step,9 -ssstonedstep,double_step,9 -sssdstep,double_step,9 -smoothsandstonedhalfblock,double_step,9 -ssandstonedhalfblock,double_step,9 -ssstonedhalfblock,double_step,9 -sssdhalfblock,double_step,9 -doublesmoothsandstoneslab,double_step,9 -doublessandstoneslab,double_step,9 -doublessstoneslab,double_step,9 -doublesssslab,double_step,9 -doublesmoothsandstonestep,double_step,9 -doublessandstonestep,double_step,9 -doublessstonestep,double_step,9 -doublesssstep,double_step,9 -doublesmoothsandstonehalfblock,double_step,9 -doublessandstonehalfblock,double_step,9 -doublessstonehalfblock,double_step,9 -doublessshalfblock,double_step,9 -dsmoothsandstoneslab,double_step,9 -dssandstoneslab,double_step,9 -dssstoneslab,double_step,9 -dsssslab,double_step,9 -dsmoothsandstonestep,double_step,9 -dssandstonestep,double_step,9 -dssstonestep,double_step,9 -dsssstep,double_step,9 -dsmoothsandstonehalfblock,double_step,9 -dssandstonehalfblock,double_step,9 -dssstonehalfblock,double_step,9 -dssshalfblock,double_step,9 -smoothstonestep,step,0 -stonestep,step,0 -sstep,step,0 -step,step,0 -smoothstoneslab,step,0 -stoneslab,step,0 -stoneslab2,stone_slab2,0 -sslab,step,0 -slab,step,0 -smoothstonehalfblock,step,0 -stonehalfblock,step,0 -shalfblock,step,0 -halfblock,step,0 -sandstonestep,step,1 -sstonestep,step,1 -ssstep,step,1 -sandstoneslab,step,1 -sstoneslab,step,1 -ssslab,step,1 -sandstonehalfblock,step,1 -sstonehalfblock,step,1 -sshalfblock,step,1 -woodenstonestep,step,2 -woodstonestep,step,2 -wstonestep,step,2 -woodenstoneslab,step,2 -woodstoneslab,step,2 -wstoneslab,step,2 -woodenstonehalfblock,step,2 -woodstonehalfblock,step,2 -wstonehalfblock,step,2 -cobblestonestep,step,3 -cobblestep,step,3 -cstonestep,step,3 -csstep,step,3 -cobblestoneslab,step,3 -cobbleslab,step,3 -cstoneslab,step,3 -csslab,step,3 -cobblestonehalfblock,step,3 -cobblehalfblock,step,3 -cstonehalfblock,step,3 -cshalfblock,step,3 -brickstep,step,4 -bstep,step,4 -brickslab,step,4 -bslab,step,4 -brickhalfblock,step,4 -bhalfblock,step,4 -stonebrickstep,step,5 -stonebstep,step,5 -sbrickstep,step,5 -sbstep,step,5 -stonebrickslab,step,5 -stonebslab,step,5 -sbrickslab,step,5 -sbslab,step,5 -stonebrickhalfblock,step,5 -stonebhalfblock,step,5 -sbrickhalfblock,step,5 -sbhalfblock,step,5 -netherbrickslab,step,6 -hellbrickslab,step,6 -nbrickslab,step,6 -hbrickslab,step,6 -netherslab,step,6 -hellslab,step,6 -nbslab,step,6 -hbslab,step,6 -hslab,step,6 -nslab,step,6 -netherbrickstep,step,6 -hellbrickstep,step,6 -nbrickstep,step,6 -hbrickstep,step,6 -netherstep,step,6 -hellstep,step,6 -nbstep,step,6 -hbstep,step,6 -nstep,step,6 -hstep,step,6 -netherbrickhalfblock,step,6 -hellbrickhalfblock,step,6 -nbrickhalfblock,step,6 -hbrickhalfblock,step,6 -netherhalfblock,step,6 -hellhalfblock,step,6 -nbhalfblock,step,6 -hbhalfblock,step,6 -nhalfblock,step,6 -hhalfblock,step,6 -netherquartzstep,step,7 -hellquartzstep,step,7 -deathquartzstep,step,7 -nquartzstep,step,7 -hquartzstep,step,7 -dquartzstep,step,7 -quartzstep,step,7 -nqstep,step,7 -hqstep,step,7 -dqstep,step,7 -qstep,step,7 -netherquartzslab,step,7 -hellquartzslab,step,7 -deathquartzslab,step,7 -nquartzslab,step,7 -hquartzslab,step,7 -dquartzslab,step,7 -quartzslab,step,7 -nqslab,step,7 -hqslab,step,7 -dqslab,step,7 -qslab,step,7 -netherquartzhalfblock,step,7 -hellquartzhalfblock,step,7 -deathquartzhalfblock,step,7 -nquartzhalfblock,step,7 -hquartzhalfblock,step,7 -dquartzhalfblock,step,7 -quartzhalfblock,step,7 -nqhalfblock,step,7 -hqhalfblock,step,7 -dqhalfblock,step,7 -qhalfblock,step,7 -brickblock,brick,0 -blockbrick,brick,0 -bblock,brick,0 -blockb,brick,0 -tnt,tnt,0 -tntblock,tnt,0 -blocktnt,tnt,0 -bombblock,tnt,0 -blockbomb,tnt,0 -dynamiteblock,tnt,0 -blockdynamite,tnt,0 -bomb,tnt,0 -dynamite,tnt,0 -bshelf,bookshelf,0 -bookcase,bookshelf,0 -casebook,bookshelf,0 -bookshelf,bookshelf,0 -shelfbook,bookshelf,0 -bookblock,bookshelf,0 -blockbook,bookshelf,0 -mossycobblestone,mossy_cobblestone,0 -mosscobblestone,mossy_cobblestone,0 -mcobblestone,mossy_cobblestone,0 -mossycobble,mossy_cobblestone,0 -mosscobble,mossy_cobblestone,0 -mcobble,mossy_cobblestone,0 -mossstone,mossy_cobblestone,0 -mossystone,mossy_cobblestone,0 -mstone,mossy_cobblestone,0 -obsidian,obsidian,0 -obsi,obsidian,0 -obby,obsidian,0 -torch,torch,0 -burningstick,torch,0 -burnstick,torch,0 -fire,fire,0 -flame,fire,0 -flames,fire,0 -mobspawner,mob_spawner,0 -mobcage,mob_spawner,0 -monsterspawner,mob_spawner,0 -monstercage,mob_spawner,0 -mspawner,mob_spawner,0 -mcage,mob_spawner,0 -spawner,mob_spawner,0 -cage,mob_spawner,0 -woodenstairs,wood_stairs,0 -woodstairs,wood_stairs,0 -wstairs,wood_stairs,0 -woodenstair,wood_stairs,0 -woodstair,wood_stairs,0 -wstair,wood_stairs,0 -chest,chest,0 -container,chest,0 -diamondore,diamond_ore,0 -crystalore,diamond_ore,0 -orediamond,diamond_ore,0 -orecrystal,diamond_ore,0 -dore,diamond_ore,0 -ored,diamond_ore,0 -diamondblock,diamond_block,0 -blockdiamond,diamond_block,0 -crystalblock,diamond_block,0 -blockcrystal,diamond_block,0 -dblock,diamond_block,0 -blockd,diamond_block,0 -workbench,workbench,0 -craftingbench,workbench,0 -crafterbench,workbench,0 -craftbench,workbench,0 -worktable,workbench,0 -craftingtable,workbench,0 -craftertable,workbench,0 -crafttable,workbench,0 -wbench,workbench,0 -cbench,workbench,0 -soil,soil,0 -furnace,furnace,0 -litfurnace,burning_furnace,0 -lfurnace,burning_furnace,0 -burningfurnace,burning_furnace,0 -burnfurnace,burning_furnace,0 -bfurnace,burning_furnace,0 -ladder,ladder,0 -minecarttrack,rails,0 -minecartrails,rails,0 -minecartrail,rails,0 -mcarttrack,rails,0 -mcartrails,rails,0 -mcartrail,rails,0 -mctrack,rails,0 -mcrails,rails,0 -mcrail,rails,0 -track,rails,0 -rails,rails,0 -rail,rails,0 -cobblestonestairs,cobblestone_stairs,0 -cstonestairs,cobblestone_stairs,0 -stonestairs,cobblestone_stairs,0 -cobblestairs,cobblestone_stairs,0 -csstairs,cobblestone_stairs,0 -sstairs,cobblestone_stairs,0 -cstairs,cobblestone_stairs,0 -cobblestonestair,cobblestone_stairs,0 -cstonestair,cobblestone_stairs,0 -stonestair,cobblestone_stairs,0 -cobblestair,cobblestone_stairs,0 -csstair,cobblestone_stairs,0 -sstair,cobblestone_stairs,0 -cstair,cobblestone_stairs,0 -lever,lever,0 -stonepressureplate,stone_plate,0 -stonepressplate,stone_plate,0 -stonepplate,stone_plate,0 -stoneplate,stone_plate,0 -spressureplate,stone_plate,0 -spressplate,stone_plate,0 -spplate,stone_plate,0 -splate,stone_plate,0 -smoothstonepressureplate,stone_plate,0 -smoothstonepressplate,stone_plate,0 -smoothstonepplate,stone_plate,0 -smoothstoneplate,stone_plate,0 -sstonepressureplate,stone_plate,0 -sstonepressplate,stone_plate,0 -sstonepplate,stone_plate,0 -sstoneplate,stone_plate,0 -woodenpressureplate,wood_plate,0 -woodenpressplate,wood_plate,0 -woodenpplate,wood_plate,0 -woodenplate,wood_plate,0 -woodpressureplate,wood_plate,0 -woodpressplate,wood_plate,0 -woodpplate,wood_plate,0 -woodplate,wood_plate,0 -wpressureplate,wood_plate,0 -wpressplate,wood_plate,0 -wpplate,wood_plate,0 -wplate,wood_plate,0 -redstoneore,redstone_ore,0 -redsore,redstone_ore,0 -redore,redstone_ore,0 -rstoneore,redstone_ore,0 -rsore,redstone_ore,0 -rore,redstone_ore,0 -oreredstone,redstone_ore,0 -orereds,redstone_ore,0 -orered,redstone_ore,0 -orerstone,redstone_ore,0 -orers,redstone_ore,0 -orer,redstone_ore,0 -redstonetorch,redstone_torch_on,0 -rstonetorch,redstone_torch_on,0 -redstorch,redstone_torch_on,0 -redtorch,redstone_torch_on,0 -rstorch,redstone_torch_on,0 -stonebutton,stone_button,0 -smoothstonebutton,stone_button,0 -sstonebutton,stone_button,0 -sbutton,stone_button,0 -button,stone_button,0 -snowcover,snow,0 -snowcovering,snow,0 -scover,snow,0 -ice,ice,0 -frozenwater,ice,0 -waterfrozen,ice,0 -freezewater,ice,0 -waterfreeze,ice,0 -snowblock,snow_block,0 -blocksnow,snow_block,0 -sblock,snow_block,0 -blocks,snow_block,0 -cactus,cactus,0 -cactuses,cactus,0 -cacti,cactus,0 -clayblock,clay,0 -blockclay,clay,0 -cblock,clay,0 -blockc,clay,0 -jukebox,jukebox,0 -jbox,jukebox,0 -woodenfence,fence,0 -fence,fence,0 -woodfence,fence,0 -wfence,fence,0 -fencewooden,fence,0 -fencewood,fence,0 -fencew,fence,0 -oakfence,fence,0 -ofence,fence,0 -pumpkin,pumpkin,0 -netherrack,netherrack,0 -netherrock,netherrack,0 -netherstone,netherrack,0 -hellrack,netherrack,0 -hellrock,netherrack,0 -hellstone,netherrack,0 -deathrack,netherrack,0 -deathrock,netherrack,0 -deathstone,netherrack,0 -nrack,netherrack,0 -nrock,netherrack,0 -nstone,netherrack,0 -hrack,netherrack,0 -hrock,netherrack,0 -hstone,netherrack,0 -drack,netherrack,0 -drock,netherrack,0 -dstone,netherrack,0 -soulsand,soul_sand,0 -slowsand,soul_sand,0 -slowmud,soul_sand,0 -ssand,soul_sand,0 -smud,soul_sand,0 -mud,soul_sand,0 -glowstone,glowstone,0 -glowingstoneblock,glowstone,0 -lightstoneblock,glowstone,0 -glowstoneblock,glowstone,0 -blockglowingstone,glowstone,0 -blocklightstone,glowstone,0 -blockglowstone,glowstone,0 -glowingstone,glowstone,0 -lightstone,glowstone,0 -glowingblock,glowstone,0 -lightblock,glowstone,0 -glowblock,glowstone,0 -lstone,glowstone,0 -gstone,glowstone,0 -portal,portal,0 -jackolantern,jack_o_lantern,0 -pumpkinlantern,jack_o_lantern,0 -glowingpumpkin,jack_o_lantern,0 -lightpumpkin,jack_o_lantern,0 -jpumpkin,jack_o_lantern,0 -plantren,jack_o_lantern,0 -glowpumpkin,jack_o_lantern,0 -gpumpkin,jack_o_lantern,0 -lpumpkin,jack_o_lantern,0 -lockedchest,stained_glass,0 -lockchest,stained_glass,0 -jokechest,stained_glass,0 -whiteglass,stained_glass,0 -whitesglass,stained_glass,0 -whitestainedglass,stained_glass,0 -wglass,stained_glass,0 -wsglass,stained_glass,0 -wstainedglass,stained_glass,0 -sglass,stained_glass,0 -stainedglass,stained_glass,0 -orangeglass,stained_glass,1 -orangesglass,stained_glass,1 -orangestainedglass,stained_glass,1 -oglass,stained_glass,1 -osglass,stained_glass,1 -ostainedglass,stained_glass,1 -magentaglass,stained_glass,2 -magentasglass,stained_glass,2 -magentastainedglass,stained_glass,2 -mglass,stained_glass,2 -msglass,stained_glass,2 -mstainedglass,stained_glass,2 -lightblueglass,stained_glass,3 -lightbluesglass,stained_glass,3 -lightbluestainedglass,stained_glass,3 -lblueglass,stained_glass,3 -lbluesglass,stained_glass,3 -lbluestainedglass,stained_glass,3 -lightbluglass,stained_glass,3 -lightblusglass,stained_glass,3 -lightblustainedglass,stained_glass,3 -lbluglass,stained_glass,3 -lblusglass,stained_glass,3 -lblustainedglass,stained_glass,3 -lbglass,stained_glass,3 -lbsglass,stained_glass,3 -lbstainedglass,stained_glass,3 -yellowglass,stained_glass,4 -yellowsglass,stained_glass,4 -yellowstainedglass,stained_glass,4 -yglass,stained_glass,4 -ysglass,stained_glass,4 -ystainedglass,stained_glass,4 -lightgreenglass,stained_glass,5 -lightgreensglass,stained_glass,5 -lightgreenstainedglass,stained_glass,5 -lgreenglass,stained_glass,5 -lgreensglass,stained_glass,5 -lgreenstainedglass,stained_glass,5 -lightgreglass,stained_glass,5 -lightgresglass,stained_glass,5 -lightgrestainedglass,stained_glass,5 -lgreglass,stained_glass,5 -lgresglass,stained_glass,5 -lgrestainedglass,stained_glass,5 -limeglass,stained_glass,5 -limesglass,stained_glass,5 -limestainedglass,stained_glass,5 -lglass,stained_glass,5 -lsglass,stained_glass,5 -lstainedglass,stained_glass,5 -pinkglass,stained_glass,6 -pinksglass,stained_glass,6 -pinkstainedglass,stained_glass,6 -piglass,stained_glass,6 -pisglass,stained_glass,6 -pistainedglass,stained_glass,6 -gyglass,stained_glass,7 -darkgrayglass,stained_glass,7 -darkgraysglass,stained_glass,7 -darkgraystainedglass,stained_glass,7 -dgrayglass,stained_glass,7 -dgraysglass,stained_glass,7 -dgraystainedglass,stained_glass,7 -darkgreyglass,stained_glass,7 -darkgreysglass,stained_glass,7 -darkgreystainedglass,stained_glass,7 -dgreyglass,stained_glass,7 -dgreysglass,stained_glass,7 -dgreystainedglass,stained_glass,7 -darkgraglass,stained_glass,7 -darkgrasglass,stained_glass,7 -darkgrastainedglass,stained_glass,7 -dgraglass,stained_glass,7 -dgrasglass,stained_glass,7 -dgrastainedglass,stained_glass,7 -grayglass,stained_glass,7 -graysglass,stained_glass,7 -graystainedglass,stained_glass,7 -greyglass,stained_glass,7 -greysglass,stained_glass,7 -greystainedglass,stained_glass,7 -graglass,stained_glass,7 -grasglass,stained_glass,7 -grastainedglass,stained_glass,7 -lgglass,stained_glass,8 -lightgrayglass,stained_glass,8 -lightgraysglass,stained_glass,8 -lightgraystainedglass,stained_glass,8 -lgrayglass,stained_glass,8 -lgraysglass,stained_glass,8 -lgraystainedglass,stained_glass,8 -lightgreyglass,stained_glass,8 -lightgreysglass,stained_glass,8 -lightgreystainedglass,stained_glass,8 -lgreyglass,stained_glass,8 -lgreysglass,stained_glass,8 -lgreystainedglass,stained_glass,8 -lightgraglass,stained_glass,8 -lightgrasglass,stained_glass,8 -lightgrastainedglass,stained_glass,8 -lgraglass,stained_glass,8 -lgrasglass,stained_glass,8 -lgrastainedglass,stained_glass,8 -silverglass,stained_glass,8 -silversglass,stained_glass,8 -silverstainedglass,stained_glass,8 -siglass,stained_glass,8 -siasglass,stained_glass,8 -siastainedglass,stained_glass,8 -cyanglass,stained_glass,9 -cyansglass,stained_glass,9 -cyanstainedglass,stained_glass,9 -cglass,stained_glass,9 -csglass,stained_glass,9 -cstainedglass,stained_glass,9 -purpleglass,stained_glass,10 -purplesglass,stained_glass,10 -purplestainedglass,stained_glass,10 -puglass,stained_glass,10 -pusglass,stained_glass,10 -pustainedglass,stained_glass,10 -blglass,stained_glass,11 -blueglass,stained_glass,11 -bluesglass,stained_glass,11 -bluestainedglass,stained_glass,11 -bluglass,stained_glass,11 -blusglass,stained_glass,11 -blustainedglass,stained_glass,11 -brglass,stained_glass,12 -brownglass,stained_glass,12 -brownsglass,stained_glass,12 -brownstainedglass,stained_glass,12 -broglass,stained_glass,12 -brosglass,stained_glass,12 -brostainedglass,stained_glass,12 -grglass,stained_glass,13 -darkgreenglass,stained_glass,13 -darkgreensglass,stained_glass,13 -darkgreenstainedglass,stained_glass,13 -dgreenglass,stained_glass,13 -dgreensglass,stained_glass,13 -dgreenstainedglass,stained_glass,13 -greenglass,stained_glass,13 -greensglass,stained_glass,13 -greenstainedglass,stained_glass,13 -darkgreglass,stained_glass,13 -darkgresglass,stained_glass,13 -darkgrestainedglass,stained_glass,13 -dgreglass,stained_glass,13 -dgresglass,stained_glass,13 -dgrestainedglass,stained_glass,13 -greglass,stained_glass,13 -gresglass,stained_glass,13 -grestainedglass,stained_glass,13 -redglass,stained_glass,14 -redsglass,stained_glass,14 -redstainedglass,stained_glass,14 -rglass,stained_glass,14 -rsglass,stained_glass,14 -rstainedglass,stained_glass,14 -bkglass,stained_glass,15 -blackglass,stained_glass,15 -blacksglass,stained_glass,15 -blackstainedglass,stained_glass,15 -blaglass,stained_glass,15 -blasglass,stained_glass,15 -blastainedglass,stained_glass,15 -trapdoor,trap_door,0 -doortrap,trap_door,0 -hatch,trap_door,0 -tdoor,trap_door,0 -doort,trap_door,0 -trapd,trap_door,0 -dtrap,trap_door,0 -silverfish,monster_eggs,0 -silverfishsmoothstone,monster_eggs,0 -silverfishsstone,monster_eggs,0 -sfishsmoothstone,monster_eggs,0 -sfishsstone,monster_eggs,0 -fishsmoothstone,monster_eggs,0 -fishsstone,monster_eggs,0 -sfsmoothstone,monster_eggs,0 -sfsstone,monster_eggs,0 -trapsmoothstone,monster_eggs,0 -trapsstone,monster_eggs,0 -monsteregg,monster_eggs,0 -monstereggsmoothstone,monster_eggs,0 -monstereggsstone,monster_eggs,0 -meggsmoothstone,monster_eggs,0 -meggsstone,monster_eggs,0 -mesmoothstone,monster_eggs,0 -messtone,monster_eggs,0 -silverfishcobblestone,monster_eggs,1 -silverfishcstone,monster_eggs,1 -sfishcobblestone,monster_eggs,1 -sfishcstone,monster_eggs,1 -fishcobblestone,monster_eggs,1 -fishcstone,monster_eggs,1 -sfcobblestone,monster_eggs,1 -sfcstone,monster_eggs,1 -trapcobblestone,monster_eggs,1 -trapcstone,monster_eggs,1 -monstereggcobblestone,monster_eggs,1 -monstereggcstone,monster_eggs,1 -meggcobblestone,monster_eggs,1 -meggcstone,monster_eggs,1 -mecobblestone,monster_eggs,1 -mecstone,monster_eggs,1 -silverfishstonebrick,monster_eggs,2 -silverfishsbrick,monster_eggs,2 -sfishstonebrick,monster_eggs,2 -sfishsbrick,monster_eggs,2 -fishstonebrick,monster_eggs,2 -fishsbrick,monster_eggs,2 -sfstonebrick,monster_eggs,2 -sfsbrick,monster_eggs,2 -trapstonebrick,monster_eggs,2 -trapsbrick,monster_eggs,2 -monstereggstonebrick,monster_eggs,2 -monstereggsbrick,monster_eggs,2 -meggstonebrick,monster_eggs,2 -meggsbrick,monster_eggs,2 -mestonebrick,monster_eggs,2 -mesbrick,monster_eggs,2 -silverfishmossystonebrick,monster_eggs,3 -silverfishmossstonebrick,monster_eggs,3 -silverfishmstonebrick,monster_eggs,3 -silverfishmsbrick,monster_eggs,3 -sfishmossystonebrick,monster_eggs,3 -sfishmossstonebrick,monster_eggs,3 -sfishmstonebrick,monster_eggs,3 -sfishmsbrick,monster_eggs,3 -fishmossystonebrick,monster_eggs,3 -fishmossstonebrick,monster_eggs,3 -fishmstonebrick,monster_eggs,3 -fishmsbrick,monster_eggs,3 -sfmossystonebrick,monster_eggs,3 -sfmossstonebrick,monster_eggs,3 -sfmstonebrick,monster_eggs,3 -sfmsbrick,monster_eggs,3 -trapmossystonebrick,monster_eggs,3 -trapmossstonebrick,monster_eggs,3 -trapmstonebrick,monster_eggs,3 -trapmsbrick,monster_eggs,3 -monstereggmossystonebrick,monster_eggs,3 -monstereggmossstonebrick,monster_eggs,3 -monstereggmstonebrick,monster_eggs,3 -monstereggmsbrick,monster_eggs,3 -meggmossystonebrick,monster_eggs,3 -meggmossstonebrick,monster_eggs,3 -meggmstonebrick,monster_eggs,3 -meggmsbrick,monster_eggs,3 -memossystonebrick,monster_eggs,3 -memossstonebrick,monster_eggs,3 -memstonebrick,monster_eggs,3 -memsbrick,monster_eggs,3 -silverfishcrackedstonebrick,monster_eggs,4 -silverfishcrackstonebrick,monster_eggs,4 -silverfishcrstonebrick,monster_eggs,4 -silverfishcrsbrick,monster_eggs,4 -sfishcrackedstonebrick,monster_eggs,4 -sfishcrackstonebrick,monster_eggs,4 -sfishcrstonebrick,monster_eggs,4 -sfishcrsbrick,monster_eggs,4 -fishcrackedstonebrick,monster_eggs,4 -fishcrackstonebrick,monster_eggs,4 -fishcrstonebrick,monster_eggs,4 -fishcrsbrick,monster_eggs,4 -sfcrackedstonebrick,monster_eggs,4 -sfcrackstonebrick,monster_eggs,4 -sfcrstonebrick,monster_eggs,4 -sfcrsbrick,monster_eggs,4 -trapcrackedstonebrick,monster_eggs,4 -trapcrackstonebrick,monster_eggs,4 -trapcrstonebrick,monster_eggs,4 -trapcrsbrick,monster_eggs,4 -monstereggcrackedstonebrick,monster_eggs,4 -monstereggcrackstonebrick,monster_eggs,4 -monstereggcrstonebrick,monster_eggs,4 -monstereggcrsbrick,monster_eggs,4 -meggcrackedstonebrick,monster_eggs,4 -meggcrackstonebrick,monster_eggs,4 -meggcrstonebrick,monster_eggs,4 -meggcrsbrick,monster_eggs,4 -mecrackedstonebrick,monster_eggs,4 -mecrackstonebrick,monster_eggs,4 -mecrstonebrick,monster_eggs,4 -mecrsbrick,monster_eggs,4 -silverfishcirclestonebrick,monster_eggs,5 -silverfishcistonebrick,monster_eggs,5 -silverfishcisbrick,monster_eggs,5 -sfishcirclestonebrick,monster_eggs,5 -sfishcistonebrick,monster_eggs,5 -sfishcisbrick,monster_eggs,5 -fishcirclestonebrick,monster_eggs,5 -fishcistonebrick,monster_eggs,5 -fishcisbrick,monster_eggs,5 -sfcirclestonebrick,monster_eggs,5 -sfcistonebrick,monster_eggs,5 -sfcisbrick,monster_eggs,5 -trapcirclestonebrick,monster_eggs,5 -trapcistonebrick,monster_eggs,5 -trapcisbrick,monster_eggs,5 -monstereggcirclestonebrick,monster_eggs,5 -monstereggcistonebrick,monster_eggs,5 -monstereggcisbrick,monster_eggs,5 -meggcirclestonebrick,monster_eggs,5 -meggcistonebrick,monster_eggs,5 -meggcisbrick,monster_eggs,5 -mecirclestonebrick,monster_eggs,5 -mecistonebrick,monster_eggs,5 -mecisbrick,monster_eggs,5 -stonebrick,smooth_brick,0 -stonebricks,smooth_brick,0 -stonebrickblock,smooth_brick,0 -stonebb,smooth_brick,0 -sbrick,smooth_brick,0 -mossystonebrick,smooth_brick,1 -mossystonebricks,smooth_brick,1 -mossystonebrickblock,smooth_brick,1 -mossystonebb,smooth_brick,1 -mossstonebrick,smooth_brick,1 -mossstonebricks,smooth_brick,1 -mossstonebrickblock,smooth_brick,1 -mossstonebb,smooth_brick,1 -mstonebrick,smooth_brick,1 -mstonebricks,smooth_brick,1 -mstonebrickblock,smooth_brick,1 -mstonebb,smooth_brick,1 -mosssbrick,smooth_brick,1 -mosssbricks,smooth_brick,1 -mosssbrickblock,smooth_brick,1 -mosssbb,smooth_brick,1 -msbrick,smooth_brick,1 -msbricks,smooth_brick,1 -msbrickblock,smooth_brick,1 -csbrick,smooth_brick,2 -crackedstone,smooth_brick,2 -crackedstonebrick,smooth_brick,2 -crackedstonebricks,smooth_brick,2 -crackedstonebrickblock,smooth_brick,2 -crackedstonebb,smooth_brick,2 -crackstonebrick,smooth_brick,2 -crackstonebricks,smooth_brick,2 -crackstonebrickblock,smooth_brick,2 -crackstonebb,smooth_brick,2 -crstonebrick,smooth_brick,2 -crstonebricks,smooth_brick,2 -crstonebrickblock,smooth_brick,2 -crstonebb,smooth_brick,2 -cracksbrick,smooth_brick,2 -cracksbricks,smooth_brick,2 -cracksbrickblock,smooth_brick,2 -cracksbb,smooth_brick,2 -crsbrick,smooth_brick,2 -crsbricks,smooth_brick,2 -crsbrickblock,smooth_brick,2 -crstone,smooth_brick,3 -circlestone,smooth_brick,3 -circlestonebrick,smooth_brick,3 -circlestonebricks,smooth_brick,3 -circlestonebrickblock,smooth_brick,3 -circlestonebb,smooth_brick,3 -cistonebrick,smooth_brick,3 -cistonebricks,smooth_brick,3 -cistonebrickblock,smooth_brick,3 -cistonebb,smooth_brick,3 -circlesbrick,smooth_brick,3 -circlesbricks,smooth_brick,3 -circlesbrickblock,smooth_brick,3 -circlesbb,smooth_brick,3 -cisbrick,smooth_brick,3 -cisbricks,smooth_brick,3 -cisbrickblock,smooth_brick,3 -giantbrownmushroom,huge_mushroom_1,0 -hugebrownmushroom,huge_mushroom_1,0 -bigbrownmushroom,huge_mushroom_1,0 -gbrownmushroom,huge_mushroom_1,0 -hbrownmushroom,huge_mushroom_1,0 -bbrownmushroom,huge_mushroom_1,0 -giantbmushroom,huge_mushroom_1,0 -hugebmushroom,huge_mushroom_1,0 -bigbmushroom,huge_mushroom_1,0 -gbmushroom,huge_mushroom_1,0 -hbmushroom,huge_mushroom_1,0 -bbmushroom,huge_mushroom_1,0 -giantbrownmush,huge_mushroom_1,0 -hugebrownmush,huge_mushroom_1,0 -bigbrownmush,huge_mushroom_1,0 -gbrownmush,huge_mushroom_1,0 -hbrownmush,huge_mushroom_1,0 -bbrownmush,huge_mushroom_1,0 -giantbmush,huge_mushroom_1,0 -hugebmush,huge_mushroom_1,0 -bigbmush,huge_mushroom_1,0 -gbmush,huge_mushroom_1,0 -hbmush,huge_mushroom_1,0 -bbmush,huge_mushroom_1,0 -giantredmushroom,huge_mushroom_2,0 -hugeredmushroom,huge_mushroom_2,0 -bigredmushroom,huge_mushroom_2,0 -gredmushroom,huge_mushroom_2,0 -hredmushroom,huge_mushroom_2,0 -bredmushroom,huge_mushroom_2,0 -giantrmushroom,huge_mushroom_2,0 -hugermushroom,huge_mushroom_2,0 -bigrmushroom,huge_mushroom_2,0 -grmushroom,huge_mushroom_2,0 -hrmushroom,huge_mushroom_2,0 -brmushroom,huge_mushroom_2,0 -giantredmush,huge_mushroom_2,0 -hugeredmush,huge_mushroom_2,0 -bigredmush,huge_mushroom_2,0 -gredmush,huge_mushroom_2,0 -hredmush,huge_mushroom_2,0 -bredmush,huge_mushroom_2,0 -giantrmush,huge_mushroom_2,0 -hugermush,huge_mushroom_2,0 -bigrmush,huge_mushroom_2,0 -grmush,huge_mushroom_2,0 -hrmush,huge_mushroom_2,0 -brmush,huge_mushroom_2,0 -ironbars,iron_fence,0 -ironbarsb,iron_fence,0 -ironbarsblock,iron_fence,0 -ironfence,iron_fence,0 -metalbars,iron_fence,0 -metalbarsb,iron_fence,0 -metalbarsblock,iron_fence,0 -metalfence,iron_fence,0 -jailbars,iron_fence,0 -jailbarsb,iron_fence,0 -jailbarsblock,iron_fence,0 -jailfence,iron_fence,0 -mbars,iron_fence,0 -mbarsb,iron_fence,0 -mbarsblock,iron_fence,0 -mfence,iron_fence,0 -jbars,iron_fence,0 -jbarsb,iron_fence,0 -jbarsblock,iron_fence,0 -jfence,iron_fence,0 -ibars,iron_fence,0 -ibarsb,iron_fence,0 -ibarsblock,iron_fence,0 -ifence,iron_fence,0 -glasspane,thin_glass,0 -glassp,thin_glass,0 -paneglass,thin_glass,0 -pglass,thin_glass,0 -flatglass,thin_glass,0 -fglass,thin_glass,0 -skinnyglass,thin_glass,0 -glassflat,thin_glass,0 -glassf,thin_glass,0 -glassskinny,thin_glass,0 -glasss,thin_glass,0 -melon,melon_block,0 -watermelon,melon_block,0 -greenmelon,melon_block,0 -melongreen,melon_block,0 -melonblock,melon_block,0 -watermelonblock,melon_block,0 -greenmelonblock,melon_block,0 -vines,vine,0 -vine,vine,0 -greenvines,vine,0 -greenvine,vine,0 -gardenvines,vine,0 -gardenvine,vine,0 -vinesgreen,vine,0 -vinegreen,vine,0 -vinesgarden,vine,0 -vinegarden,vine,0 -vinesg,vine,0 -vineg,vine,0 -gvines,vine,0 -gvine,vine,0 -woodgate,fence_gate,0 -woodenfencegate,fence_gate,0 -wfencegate,fence_gate,0 -woodfencegate,fence_gate,0 -woodengate,fence_gate,0 -wgate,fence_gate,0 -gate,fence_gate,0 -gardengate,fence_gate,0 -ggate,fence_gate,0 -fencegate,fence_gate,0 -fgate,fence_gate,0 -brickstairs,brick_stairs,0 -redbrickstairs,brick_stairs,0 -redbstairs,brick_stairs,0 -rbrickstairs,brick_stairs,0 -bstairs,brick_stairs,0 -redstairs,brick_stairs,0 -brickstair,brick_stairs,0 -redbrickstair,brick_stairs,0 -redbstair,brick_stairs,0 -rbrickstair,brick_stairs,0 -bstair,brick_stairs,0 -redstair,brick_stairs,0 -sbstair,smooth_stairs,0 -stonebrickstairs,smooth_stairs,0 -stonebstairs,smooth_stairs,0 -sbstairs,smooth_stairs,0 -cementbrickstairs,smooth_stairs,0 -cementstairs,smooth_stairs,0 -cementbstairs,smooth_stairs,0 -cbstairs,smooth_stairs,0 -greybrickstairs,smooth_stairs,0 -greybstairs,smooth_stairs,0 -greystairs,smooth_stairs,0 -mycelium,mycel,0 -purplegrass,mycel,0 -pinkgrass,mycel,0 -mycel,mycel,0 -swampgrass,mycel,0 -sgrass,mycel,0 -mushroomgrass,mycel,0 -mushgrass,mycel,0 -lilypad,water_lily,0 -waterlily,water_lily,0 -lily,water_lily,0 -swamppad,water_lily,0 -lpad,water_lily,0 -wlily,water_lily,0 -netherbrickblock,nether_brick,0 -hellbrickblock,nether_brick,0 -deathbrickblock,nether_brick,0 -nbrickblock,nether_brick,0 -hbrickblock,nether_brick,0 -dbrickblock,nether_brick,0 -netherbblock,nether_brick,0 -hellbblock,nether_brick,0 -deathbblock,nether_brick,0 -nbblock,nether_brick,0 -hbblock,nether_brick,0 -dbblock,nether_brick,0 -netherbrickfence,nether_fence,0 -hellbrickfence,nether_fence,0 -nbrickfence,nether_fence,0 -hbrickfence,nether_fence,0 -netherbfence,nether_fence,0 -hellbfence,nether_fence,0 -netherfence,nether_fence,0 -hellfence,nether_fence,0 -nbfence,nether_fence,0 -hbfence,nether_fence,0 -nfence,nether_fence,0 -hfence,nether_fence,0 -netherbrickstairs,nether_brick_stairs,0 -hellbrickstairs,nether_brick_stairs,0 -nbrickstairs,nether_brick_stairs,0 -hbrickstairs,nether_brick_stairs,0 -netherbstairs,nether_brick_stairs,0 -hellbstairs,nether_brick_stairs,0 -netherstairs,nether_brick_stairs,0 -hellstairs,nether_brick_stairs,0 -nbstairs,nether_brick_stairs,0 -hbstairs,nether_brick_stairs,0 -nstairs,nether_brick_stairs,0 -hstairs,nether_brick_stairs,0 -netherbrickstair,nether_brick_stairs,0 -hellbrickstair,nether_brick_stairs,0 -nbrickstair,nether_brick_stairs,0 -hbrickstair,nether_brick_stairs,0 -netherbstair,nether_brick_stairs,0 -hellbstair,nether_brick_stairs,0 -netherstair,nether_brick_stairs,0 -hellstair,nether_brick_stairs,0 -nbstair,nether_brick_stairs,0 -hbstair,nether_brick_stairs,0 -nstair,nether_brick_stairs,0 -hstair,nether_brick_stairs,0 -enchantmenttable,enchantment_table,0 -enchantingtable,enchantment_table,0 -enchanttable,enchantment_table,0 -etable,enchantment_table,0 -magicaltable,enchantment_table,0 -magictable,enchantment_table,0 -mtable,enchantment_table,0 -enchantmentdesk,enchantment_table,0 -enchantingdesk,enchantment_table,0 -enchantdesk,enchantment_table,0 -edesk,enchantment_table,0 -magicaldesk,enchantment_table,0 -magicdesk,enchantment_table,0 -mdesk,enchantment_table,0 -booktable,enchantment_table,0 -bookdesk,enchantment_table,0 -btable,enchantment_table,0 -bdesk,enchantment_table,0 -enderportal,ender_portal,0 -endergoo,ender_portal,0 -endgoo,ender_portal,0 -endportal,ender_portal,0 -egoo,ender_portal,0 -eportal,ender_portal,0 -enderportalframe,ender_portal_frame,0 -endportalframe,ender_portal_frame,0 -endgooframe,ender_portal_frame,0 -endergooframe,ender_portal_frame,0 -egooframe,ender_portal_frame,0 -eportalframe,ender_portal_frame,0 -enderframe,ender_portal_frame,0 -endframe,ender_portal_frame,0 -enderstone,ender_stone,0 -endstone,ender_stone,0 -endrock,ender_stone,0 -enderrock,ender_stone,0 -erock,ender_stone,0 -estone,ender_stone,0 -enderdragonegg,dragon_egg,0 -endegg,dragon_egg,0 -dragonegg,dragon_egg,0 -degg,dragon_egg,0 -bossegg,dragon_egg,0 -begg,dragon_egg,0 -redstonelamp,redstone_lamp_off,0 -redlamp,redstone_lamp_off,0 -rslamp,redstone_lamp_off,0 -woodendoublestep,wood_double_step,0 -woodendstep,wood_double_step,0 -wooddoublestep,wood_double_step,0 -wooddstep,wood_double_step,0 -wdoublestep,wood_double_step,0 -wdstep,wood_double_step,0 -doublewoodenstep,wood_double_step,0 -dwoodenstep,wood_double_step,0 -doublewoodstep,wood_double_step,0 -dwoodstep,wood_double_step,0 -doublewstep,wood_double_step,0 -dwstep,wood_double_step,0 -woodendoubleslab,wood_double_step,0 -woodendslab,wood_double_step,0 -wooddoubleslab,wood_double_step,0 -wooddslab,wood_double_step,0 -wdoubleslab,wood_double_step,0 -wdslab,wood_double_step,0 -doublewoodenslab,wood_double_step,0 -dwoodenslab,wood_double_step,0 -doublewoodslab,wood_double_step,0 -dwoodslab,wood_double_step,0 -doublewslab,wood_double_step,0 -dwslab,wood_double_step,0 -woodendoublehalfblock,wood_double_step,0 -woodendhalfblock,wood_double_step,0 -wooddoublehalfblock,wood_double_step,0 -wooddhalfblock,wood_double_step,0 -wdoublehalfblock,wood_double_step,0 -wdhalfblock,wood_double_step,0 -doublewoodenhalfblock,wood_double_step,0 -dwoodenhalfblock,wood_double_step,0 -doublewoodhalfblock,wood_double_step,0 -dwoodhalfblock,wood_double_step,0 -doublewhalfblock,wood_double_step,0 -dwhalfblock,wood_double_step,0 -oakwoodendoublehalfblock,wood_double_step,0 -oakwoodendhalfblock,wood_double_step,0 -oakwooddoublehalfblock,wood_double_step,0 -oakwooddhalfblock,wood_double_step,0 -oakwdoublehalfblock,wood_double_step,0 -oakwdhalfblock,wood_double_step,0 -oakdoublewoodenhalfblock,wood_double_step,0 -oakdwoodenhalfblock,wood_double_step,0 -oakdoublewoodhalfblock,wood_double_step,0 -oakdwoodhalfblock,wood_double_step,0 -oakdoublewhalfblock,wood_double_step,0 -oakdwhalfblock,wood_double_step,0 -oakdoublehalfblock,wood_double_step,0 -oakdhalfblock,wood_double_step,0 -odhalfblock,wood_double_step,0 -oakwoodendoublestep,wood_double_step,0 -oakwoodendstep,wood_double_step,0 -oakwooddoublestep,wood_double_step,0 -oakwooddstep,wood_double_step,0 -oakwdoublestep,wood_double_step,0 -oakwdstep,wood_double_step,0 -oakdoublewoodenstep,wood_double_step,0 -oakdwoodenstep,wood_double_step,0 -oakdoublewoodstep,wood_double_step,0 -oakdwoodstep,wood_double_step,0 -oakdoublewstep,wood_double_step,0 -oakdwstep,wood_double_step,0 -oakdoublestep,wood_double_step,0 -oakdstep,wood_double_step,0 -odstep,wood_double_step,0 -oakwoodendoubleslab,wood_double_step,0 -oakwoodendslab,wood_double_step,0 -oakwooddoubleslab,wood_double_step,0 -oakwooddslab,wood_double_step,0 -oakwdoubleslab,wood_double_step,0 -oakwdslab,wood_double_step,0 -oakdoublewoodenslab,wood_double_step,0 -oakdwoodenslab,wood_double_step,0 -oakdoublewoodslab,wood_double_step,0 -oakdwoodslab,wood_double_step,0 -oakdoublewslab,wood_double_step,0 -oakdwslab,wood_double_step,0 -oakdoubleslab,wood_double_step,0 -oakdslab,wood_double_step,0 -odslab,wood_double_step,0 -sprucewoodendoublestep,wood_double_step,1 -sprucewoodendstep,wood_double_step,1 -sprucewooddoublestep,wood_double_step,1 -sprucewooddstep,wood_double_step,1 -sprucewdoublestep,wood_double_step,1 -sprucewdstep,wood_double_step,1 -sprucedoublewoodenstep,wood_double_step,1 -sprucedwoodenstep,wood_double_step,1 -sprucedoublewoodstep,wood_double_step,1 -sprucedwoodstep,wood_double_step,1 -sprucedoublewstep,wood_double_step,1 -sprucedwstep,wood_double_step,1 -sprucedoublestep,wood_double_step,1 -sprucedstep,wood_double_step,1 -sprucewoodendoubleslab,wood_double_step,1 -sprucewoodendslab,wood_double_step,1 -sprucewooddoubleslab,wood_double_step,1 -sprucewooddslab,wood_double_step,1 -sprucewdoubleslab,wood_double_step,1 -sprucewdslab,wood_double_step,1 -sprucedoublewoodenslab,wood_double_step,1 -sprucedwoodenslab,wood_double_step,1 -sprucedoublewoodslab,wood_double_step,1 -sprucedwoodslab,wood_double_step,1 -sprucedoublewslab,wood_double_step,1 -sprucedwslab,wood_double_step,1 -sprucedoubleslab,wood_double_step,1 -sprucedslab,wood_double_step,1 -sprucewoodendoublehalfblock,wood_double_step,1 -sprucewoodendhalfblock,wood_double_step,1 -sprucewooddoublehalfblock,wood_double_step,1 -sprucewooddhalfblock,wood_double_step,1 -sprucewdoublehalfblock,wood_double_step,1 -sprucewdhalfblock,wood_double_step,1 -sprucedoublewoodenhalfblock,wood_double_step,1 -sprucedwoodenhalfblock,wood_double_step,1 -sprucedoublewoodhalfblock,wood_double_step,1 -sprucedwoodhalfblock,wood_double_step,1 -sprucedoublewhalfblock,wood_double_step,1 -sprucedwhalfblock,wood_double_step,1 -sprucedoublehalfblock,wood_double_step,1 -sprucedhalfblock,wood_double_step,1 -darkwoodendoublestep,wood_double_step,1 -darkwoodendstep,wood_double_step,1 -darkwooddoublestep,wood_double_step,1 -darkwooddstep,wood_double_step,1 -darkwdoublestep,wood_double_step,1 -darkwdstep,wood_double_step,1 -darkdoublewoodenstep,wood_double_step,1 -darkdwoodenstep,wood_double_step,1 -darkdoublewoodstep,wood_double_step,1 -darkdwoodstep,wood_double_step,1 -darkdoublewstep,wood_double_step,1 -darkdwstep,wood_double_step,1 -darkdoublestep,wood_double_step,1 -darkdstep,wood_double_step,1 -ddstep,wood_double_step,1 -darkwoodendoubleslab,wood_double_step,1 -darkwoodendslab,wood_double_step,1 -darkwooddoubleslab,wood_double_step,1 -darkwooddslab,wood_double_step,1 -darkwdoubleslab,wood_double_step,1 -darkwdslab,wood_double_step,1 -darkdoublewoodenslab,wood_double_step,1 -darkdwoodenslab,wood_double_step,1 -darkdoublewoodslab,wood_double_step,1 -darkdwoodslab,wood_double_step,1 -darkdoublewslab,wood_double_step,1 -darkdwslab,wood_double_step,1 -darkdoubleslab,wood_double_step,1 -darkdslab,wood_double_step,1 -ddslab,wood_double_step,1 -darkwoodendoublehalfblock,wood_double_step,1 -darkwoodendhalfblock,wood_double_step,1 -darkwooddoublehalfblock,wood_double_step,1 -darkwooddhalfblock,wood_double_step,1 -darkwdoublehalfblock,wood_double_step,1 -darkwdhalfblock,wood_double_step,1 -darkdoublewoodenhalfblock,wood_double_step,1 -darkdwoodenhalfblock,wood_double_step,1 -darkdoublewoodhalfblock,wood_double_step,1 -darkdwoodhalfblock,wood_double_step,1 -darkdoublewhalfblock,wood_double_step,1 -darkdwhalfblock,wood_double_step,1 -darkdoublehalfblock,wood_double_step,1 -darkdhalfblock,wood_double_step,1 -ddhalfblock,wood_double_step,1 -birchwoodendoublestep,wood_double_step,2 -birchwoodendstep,wood_double_step,2 -birchwooddoublestep,wood_double_step,2 -birchwooddstep,wood_double_step,2 -birchwdoublestep,wood_double_step,2 -birchwdstep,wood_double_step,2 -birchdoublewoodenstep,wood_double_step,2 -birchdwoodenstep,wood_double_step,2 -birchdoublewoodstep,wood_double_step,2 -birchdwoodstep,wood_double_step,2 -birchdoublewstep,wood_double_step,2 -birchdwstep,wood_double_step,2 -birchdoublestep,wood_double_step,2 -birchdstep,wood_double_step,2 -birchwoodendoubleslab,wood_double_step,2 -birchwoodendslab,wood_double_step,2 -birchwooddoubleslab,wood_double_step,2 -birchwooddslab,wood_double_step,2 -birchwdoubleslab,wood_double_step,2 -birchwdslab,wood_double_step,2 -birchdoublewoodenslab,wood_double_step,2 -birchdwoodenslab,wood_double_step,2 -birchdoublewoodslab,wood_double_step,2 -birchdwoodslab,wood_double_step,2 -birchdoublewslab,wood_double_step,2 -birchdwslab,wood_double_step,2 -birchdoubleslab,wood_double_step,2 -birchdslab,wood_double_step,2 -birchwoodendoublehalfblock,wood_double_step,2 -birchwoodendhalfblock,wood_double_step,2 -birchwooddoublehalfblock,wood_double_step,2 -birchwooddhalfblock,wood_double_step,2 -birchwdoublehalfblock,wood_double_step,2 -birchwdhalfblock,wood_double_step,2 -birchdoublewoodenhalfblock,wood_double_step,2 -birchdwoodenhalfblock,wood_double_step,2 -birchdoublewoodhalfblock,wood_double_step,2 -birchdwoodhalfblock,wood_double_step,2 -birchdoublewhalfblock,wood_double_step,2 -birchdwhalfblock,wood_double_step,2 -birchdoublehalfblock,wood_double_step,2 -birchdhalfblock,wood_double_step,2 -lightwoodendoublehalfblock,wood_double_step,2 -lightwoodendhalfblock,wood_double_step,2 -lightwooddoublehalfblock,wood_double_step,2 -lightwooddhalfblock,wood_double_step,2 -lightwdoublehalfblock,wood_double_step,2 -lightwdhalfblock,wood_double_step,2 -lightdoublewoodenhalfblock,wood_double_step,2 -lightdwoodenhalfblock,wood_double_step,2 -lightdoublewoodhalfblock,wood_double_step,2 -lightdwoodhalfblock,wood_double_step,2 -lightdoublewhalfblock,wood_double_step,2 -lightdwhalfblock,wood_double_step,2 -lightdoublehalfblock,wood_double_step,2 -lightdhalfblock,wood_double_step,2 -ldhalfblock,wood_double_step,2 -lightwoodendoublestep,wood_double_step,2 -lightwoodendstep,wood_double_step,2 -lightwooddoublestep,wood_double_step,2 -lightwooddstep,wood_double_step,2 -lightwdoublestep,wood_double_step,2 -lightwdstep,wood_double_step,2 -lightdoublewoodenstep,wood_double_step,2 -lightdwoodenstep,wood_double_step,2 -lightdoublewoodstep,wood_double_step,2 -lightdwoodstep,wood_double_step,2 -lightdoublewstep,wood_double_step,2 -lightdwstep,wood_double_step,2 -lightdoublestep,wood_double_step,2 -lightdstep,wood_double_step,2 -ldstep,wood_double_step,2 -lightwoodendoubleslab,wood_double_step,2 -lightwoodendslab,wood_double_step,2 -lightwooddoubleslab,wood_double_step,2 -lightwooddslab,wood_double_step,2 -lightwdoubleslab,wood_double_step,2 -lightwdslab,wood_double_step,2 -lightdoublewoodenslab,wood_double_step,2 -lightdwoodenslab,wood_double_step,2 -lightdoublewoodslab,wood_double_step,2 -lightdwoodslab,wood_double_step,2 -lightdoublewslab,wood_double_step,2 -lightdwslab,wood_double_step,2 -lightdoubleslab,wood_double_step,2 -lightdslab,wood_double_step,2 -ldslab,wood_double_step,2 -junglewoodendoublestep,wood_double_step,3 -junglewoodendstep,wood_double_step,3 -junglewooddoublestep,wood_double_step,3 -junglewooddstep,wood_double_step,3 -junglewdoublestep,wood_double_step,3 -junglewdstep,wood_double_step,3 -jungledoublewoodenstep,wood_double_step,3 -jungledwoodenstep,wood_double_step,3 -jungledoublewoodstep,wood_double_step,3 -jungledwoodstep,wood_double_step,3 -jungledoublewstep,wood_double_step,3 -jungledwstep,wood_double_step,3 -jungledoublestep,wood_double_step,3 -jungledstep,wood_double_step,3 -jdstep,wood_double_step,3 -junglewoodendoubleslab,wood_double_step,3 -junglewoodendslab,wood_double_step,3 -junglewooddoubleslab,wood_double_step,3 -junglewooddslab,wood_double_step,3 -junglewdoubleslab,wood_double_step,3 -junglewdslab,wood_double_step,3 -jungledoublewoodenslab,wood_double_step,3 -jungledwoodenslab,wood_double_step,3 -jungledoublewoodslab,wood_double_step,3 -jungledwoodslab,wood_double_step,3 -jungledoublewslab,wood_double_step,3 -jungledwslab,wood_double_step,3 -jungledoubleslab,wood_double_step,3 -jungledslab,wood_double_step,3 -jdslab,wood_double_step,3 -junglewoodendoublehalfblock,wood_double_step,3 -junglewoodendhalfblock,wood_double_step,3 -junglewooddoublehalfblock,wood_double_step,3 -junglewooddhalfblock,wood_double_step,3 -junglewdoublehalfblock,wood_double_step,3 -junglewdhalfblock,wood_double_step,3 -jungledoublewoodenhalfblock,wood_double_step,3 -jungledwoodenhalfblock,wood_double_step,3 -jungledoublewoodhalfblock,wood_double_step,3 -jungledwoodhalfblock,wood_double_step,3 -jungledoublewhalfblock,wood_double_step,3 -jungledwhalfblock,wood_double_step,3 -jungledoublehalfblock,wood_double_step,3 -jungledhalfblock,wood_double_step,3 -jdhalfblock,wood_double_step,3 -forestwoodendoublehalfblock,wood_double_step,3 -forestwoodendhalfblock,wood_double_step,3 -forestwooddoublehalfblock,wood_double_step,3 -forestwooddhalfblock,wood_double_step,3 -forestwdoublehalfblock,wood_double_step,3 -forestwdhalfblock,wood_double_step,3 -forestdoublewoodenhalfblock,wood_double_step,3 -forestdwoodenhalfblock,wood_double_step,3 -forestdoublewoodhalfblock,wood_double_step,3 -forestdwoodhalfblock,wood_double_step,3 -forestdoublewhalfblock,wood_double_step,3 -forestdwhalfblock,wood_double_step,3 -forestdoublehalfblock,wood_double_step,3 -forestdhalfblock,wood_double_step,3 -fdhalfblock,wood_double_step,3 -forestwoodendoublestep,wood_double_step,3 -forestwoodendstep,wood_double_step,3 -forestwooddoublestep,wood_double_step,3 -forestwooddstep,wood_double_step,3 -forestwdoublestep,wood_double_step,3 -forestwdstep,wood_double_step,3 -forestdoublewoodenstep,wood_double_step,3 -forestdwoodenstep,wood_double_step,3 -forestdoublewoodstep,wood_double_step,3 -forestdwoodstep,wood_double_step,3 -forestdoublewstep,wood_double_step,3 -forestdwstep,wood_double_step,3 -forestdoublestep,wood_double_step,3 -forestdstep,wood_double_step,3 -fdstep,wood_double_step,3 -forestwoodendoubleslab,wood_double_step,3 -forestwoodendslab,wood_double_step,3 -forestwooddoubleslab,wood_double_step,3 -forestwooddslab,wood_double_step,3 -forestwdoubleslab,wood_double_step,3 -forestwdslab,wood_double_step,3 -forestdoublewoodenslab,wood_double_step,3 -forestdwoodenslab,wood_double_step,3 -forestdoublewoodslab,wood_double_step,3 -forestdwoodslab,wood_double_step,3 -forestdoublewslab,wood_double_step,3 -forestdwslab,wood_double_step,3 -forestdoubleslab,wood_double_step,3 -forestdslab,wood_double_step,3 -fdslab,wood_double_step,3 -acaciawoodendoublestep,wood_double_step,4 -acaciawoodendstep,wood_double_step,4 -acaciawooddoublestep,wood_double_step,4 -acaciawooddstep,wood_double_step,4 -acaciawdoublestep,wood_double_step,4 -acaciawdstep,wood_double_step,4 -acaciadoublewoodenstep,wood_double_step,4 -acaciadwoodenstep,wood_double_step,4 -acaciadoublewoodstep,wood_double_step,4 -acaciadwoodstep,wood_double_step,4 -acaciadoublewstep,wood_double_step,4 -acaciadwstep,wood_double_step,4 -acaciadoublestep,wood_double_step,4 -acaciadstep,wood_double_step,4 -adstep,wood_double_step,4 -acaciawoodendoubleslab,wood_double_step,4 -acaciawoodendslab,wood_double_step,4 -acaciawooddoubleslab,wood_double_step,4 -acaciawooddslab,wood_double_step,4 -acaciawdoubleslab,wood_double_step,4 -acaciawdslab,wood_double_step,4 -acaciadoublewoodenslab,wood_double_step,4 -acaciadwoodenslab,wood_double_step,4 -acaciadoublewoodslab,wood_double_step,4 -acaciadwoodslab,wood_double_step,4 -acaciadoublewslab,wood_double_step,4 -acaciadwslab,wood_double_step,4 -acaciadoubleslab,wood_double_step,4 -acaciadslab,wood_double_step,4 -adslab,wood_double_step,4 -acaciawoodendoublehalfblock,wood_double_step,4 -acaciawoodendhalfblock,wood_double_step,4 -acaciawooddoublehalfblock,wood_double_step,4 -acaciawooddhalfblock,wood_double_step,4 -acaciawdoublehalfblock,wood_double_step,4 -acaciawdhalfblock,wood_double_step,4 -acaciadoublewoodenhalfblock,wood_double_step,4 -acaciadwoodenhalfblock,wood_double_step,4 -acaciadoublewoodhalfblock,wood_double_step,4 -acaciadwoodhalfblock,wood_double_step,4 -acaciadoublewhalfblock,wood_double_step,4 -acaciadwhalfblock,wood_double_step,4 -acaciadoublehalfblock,wood_double_step,4 -acaciadhalfblock,wood_double_step,4 -adhalfblock,wood_double_step,4 -darkoakwoodendoublehalfblock,wood_double_step,5 -darkoakwoodendhalfblock,wood_double_step,5 -darkoakwooddoublehalfblock,wood_double_step,5 -darkoakwooddhalfblock,wood_double_step,5 -darkoakwdoublehalfblock,wood_double_step,5 -darkoakwdhalfblock,wood_double_step,5 -darkoakdoublewoodenhalfblock,wood_double_step,5 -darkoakdwoodenhalfblock,wood_double_step,5 -darkoakdoublewoodhalfblock,wood_double_step,5 -darkoakdwoodhalfblock,wood_double_step,5 -darkoakdoublewhalfblock,wood_double_step,5 -darkoakdwhalfblock,wood_double_step,5 -darkoakdoublehalfblock,wood_double_step,5 -darkoakdhalfblock,wood_double_step,5 -dodhalfblock,wood_double_step,5 -darkoakwoodendoublestep,wood_double_step,5 -darkoakwoodendstep,wood_double_step,5 -darkoakwooddoublestep,wood_double_step,5 -darkoakwooddstep,wood_double_step,5 -darkoakwdoublestep,wood_double_step,5 -darkoakwdstep,wood_double_step,5 -darkoakdoublewoodenstep,wood_double_step,5 -darkoakdwoodenstep,wood_double_step,5 -darkoakdoublewoodstep,wood_double_step,5 -darkoakdwoodstep,wood_double_step,5 -darkoakdoublewstep,wood_double_step,5 -darkoakdwstep,wood_double_step,5 -darkoakdoublestep,wood_double_step,5 -darkoakdstep,wood_double_step,5 -dodstep,wood_double_step,5 -darkoakwoodendoubleslab,wood_double_step,5 -darkoakwoodendslab,wood_double_step,5 -darkoakwooddoubleslab,wood_double_step,5 -darkoakwooddslab,wood_double_step,5 -darkoakwdoubleslab,wood_double_step,5 -darkoakwdslab,wood_double_step,5 -darkoakdoublewoodenslab,wood_double_step,5 -darkoakdwoodenslab,wood_double_step,5 -darkoakdoublewoodslab,wood_double_step,5 -darkoakdwoodslab,wood_double_step,5 -darkoakdoublewslab,wood_double_step,5 -darkoakdwslab,wood_double_step,5 -darkoakdoubleslab,wood_double_step,5 -darkoakdslab,wood_double_step,5 -dodslab,wood_double_step,5 -woodenstep,wood_step,0 -woodstep,wood_step,0 -wstep,wood_step,0 -woodenslab,wood_step,0 -woodslab,wood_step,0 -wslab,wood_step,0 -woodenhalfblock,wood_step,0 -woodhalfblock,wood_step,0 -whalfblock,wood_step,0 -oakwoodenstep,wood_step,0 -oakwoodstep,wood_step,0 -oakwstep,wood_step,0 -oakstep,wood_step,0 -ostep,wood_step,0 -oakwoodenslab,wood_step,0 -oakwoodslab,wood_step,0 -oakwslab,wood_step,0 -oakslab,wood_step,0 -oslab,wood_step,0 -oakwoodenhalfblock,wood_step,0 -oakwoodhalfblock,wood_step,0 -oakwhalfblock,wood_step,0 -oakhalfblock,wood_step,0 -ohalfblock,wood_step,0 -spslab,wood_step,1 -spstep,wood_step,1 -sprucewoodenstep,wood_step,1 -sprucewoodstep,wood_step,1 -sprucewstep,wood_step,1 -sprucestep,wood_step,1 -sprucewoodenslab,wood_step,1 -sprucewoodslab,wood_step,1 -sprucewslab,wood_step,1 -spruceslab,wood_step,1 -sprucewoodenhalfblock,wood_step,1 -sprucewoodhalfblock,wood_step,1 -sprucewhalfblock,wood_step,1 -sprucehalfblock,wood_step,1 -darkwoodenstep,wood_step,1 -darkwoodstep,wood_step,1 -darkwstep,wood_step,1 -darkstep,wood_step,1 -darkwoodenslab,wood_step,1 -darkwoodslab,wood_step,1 -darkwslab,wood_step,1 -darkslab,wood_step,1 -darkwoodenhalfblock,wood_step,1 -darkwoodhalfblock,wood_step,1 -darkwhalfblock,wood_step,1 -darkhalfblock,wood_step,1 -birchwoodenstep,wood_step,2 -birchwoodstep,wood_step,2 -birchwstep,wood_step,2 -birchstep,wood_step,2 -birchwoodenslab,wood_step,2 -birchwoodslab,wood_step,2 -birchwslab,wood_step,2 -birchslab,wood_step,2 -birchwoodenhalfblock,wood_step,2 -birchwoodhalfblock,wood_step,2 -birchwhalfblock,wood_step,2 -birchhalfblock,wood_step,2 -lightwoodenstep,wood_step,2 -lightwoodstep,wood_step,2 -lightwstep,wood_step,2 -lightstep,wood_step,2 -lstep,wood_step,2 -lightwoodenslab,wood_step,2 -lightwoodslab,wood_step,2 -lightwslab,wood_step,2 -lightslab,wood_step,2 -lslab,wood_step,2 -lightwoodenhalfblock,wood_step,2 -lightwoodhalfblock,wood_step,2 -lightwhalfblock,wood_step,2 -lighthalfblock,wood_step,2 -lhalfblock,wood_step,2 -junglewoodenstep,wood_step,3 -junglewoodstep,wood_step,3 -junglewstep,wood_step,3 -junglestep,wood_step,3 -jstep,wood_step,3 -junglewoodenslab,wood_step,3 -junglewoodslab,wood_step,3 -junglewslab,wood_step,3 -jungleslab,wood_step,3 -jslab,wood_step,3 -junglewoodenhalfblock,wood_step,3 -junglewoodhalfblock,wood_step,3 -junglewhalfblock,wood_step,3 -junglehalfblock,wood_step,3 -jhalfblock,wood_step,3 -forestwoodenstep,wood_step,3 -forestwoodstep,wood_step,3 -forestwstep,wood_step,3 -foreststep,wood_step,3 -fstep,wood_step,3 -forestwoodenslab,wood_step,3 -forestwoodslab,wood_step,3 -forestwslab,wood_step,3 -forestslab,wood_step,3 -fslab,wood_step,3 -forestwoodenhalfblock,wood_step,3 -forestwoodhalfblock,wood_step,3 -forestwhalfblock,wood_step,3 -foresthalfblock,wood_step,3 -fhalfblock,wood_step,3 -acaciawoodenstep,wood_step,4 -acaciawoodstep,wood_step,4 -acaciawstep,wood_step,4 -acaciastep,wood_step,4 -astep,wood_step,4 -acaciawoodenslab,wood_step,4 -acaciawoodslab,wood_step,4 -acaciawslab,wood_step,4 -acaciaslab,wood_step,4 -aslab,wood_step,4 -acaciawoodenhalfblock,wood_step,4 -acaciawoodhalfblock,wood_step,4 -acaciawhalfblock,wood_step,4 -acaciahalfblock,wood_step,4 -ahalfblock,wood_step,4 -darkoakwoodenstep,wood_step,5 -darkoakwoodstep,wood_step,5 -darkoakwstep,wood_step,5 -darkoakstep,wood_step,5 -dostep,wood_step,5 -darkoakwoodenslab,wood_step,5 -darkoakwoodslab,wood_step,5 -darkoakwslab,wood_step,5 -darkoakslab,wood_step,5 -doslab,wood_step,5 -darkoakwoodenhalfblock,wood_step,5 -darkoakwoodhalfblock,wood_step,5 -darkoakwhalfblock,wood_step,5 -darkoakhalfblock,wood_step,5 -dohalfblock,wood_step,5 -cocoaplant,cocoa,0 -cocoplant,cocoa,0 -cplant,cocoa,0 -cocoafruit,cocoa,0 -cocofruit,cocoa,0 -cfruit,cocoa,0 -cocoapod,cocoa,0 -cocopod,cocoa,0 -cpod,cocoa,0 -sandstonestairs,sandstone_stairs,0 -sandstairs,sandstone_stairs,0 -sandsstairs,sandstone_stairs,0 -sstonestairs,sandstone_stairs,0 -ssstairs,sandstone_stairs,0 -sandstair,sandstone_stairs,0 -sandstonestair,sandstone_stairs,0 -sandsstair,sandstone_stairs,0 -sstonestair,sandstone_stairs,0 -ssstair,sandstone_stairs,0 -emeraldore,emerald_ore,0 -eore,emerald_ore,0 -oreemerald,emerald_ore,0 -oree,emerald_ore,0 -enderchest,ender_chest,0 -endchest,ender_chest,0 -echest,ender_chest,0 -chestender,ender_chest,0 -chestend,ender_chest,0 -cheste,ender_chest,0 -endercontainer,ender_chest,0 -endcontainer,ender_chest,0 -econtainer,ender_chest,0 -tripwirehook,tripwire_hook,0 -tripwire,tripwire_hook,0 -trip,tripwire_hook,0 -tripwirelever,tripwire_hook,0 -triphook,tripwire_hook,0 -emeraldblock,emerald_block,0 -blockemerald,emerald_block,0 -eblock,emerald_block,0 -blocke,emerald_block,0 -sprucewoodenstairs,spruce_wood_stairs,0 -sprucewoodstairs,spruce_wood_stairs,0 -sprucewstairs,spruce_wood_stairs,0 -sprucestairs,spruce_wood_stairs,0 -darkwoodenstairs,spruce_wood_stairs,0 -darkwoodstairs,spruce_wood_stairs,0 -darkwstairs,spruce_wood_stairs,0 -darkstairs,spruce_wood_stairs,0 -dstairs,spruce_wood_stairs,0 -sprucewoodenstair,spruce_wood_stairs,0 -sprucewoodstair,spruce_wood_stairs,0 -sprucewstair,spruce_wood_stairs,0 -sprucestair,spruce_wood_stairs,0 -darkwoodenstair,spruce_wood_stairs,0 -darkwoodstair,spruce_wood_stairs,0 -darkwstair,spruce_wood_stairs,0 -darkstair,spruce_wood_stairs,0 -dstair,spruce_wood_stairs,0 -birchwoodenstairs,birch_wood_stairs,0 -birchwoodstairs,birch_wood_stairs,0 -birchwstairs,birch_wood_stairs,0 -birchstairs,birch_wood_stairs,0 -lightwoodenstairs,birch_wood_stairs,0 -lightwoodstairs,birch_wood_stairs,0 -lightwstairs,birch_wood_stairs,0 -lightstairs,birch_wood_stairs,0 -lstairs,birch_wood_stairs,0 -birchwoodenstair,birch_wood_stairs,0 -birchwoodstair,birch_wood_stairs,0 -birchwstair,birch_wood_stairs,0 -birchstair,birch_wood_stairs,0 -lightwoodenstair,birch_wood_stairs,0 -lightwoodstair,birch_wood_stairs,0 -lightwstair,birch_wood_stairs,0 -lightstair,birch_wood_stairs,0 -lstair,birch_wood_stairs,0 -junglewoodenstairs,jungle_wood_stairs,0 -junglewoodstairs,jungle_wood_stairs,0 -junglewstairs,jungle_wood_stairs,0 -junglestairs,jungle_wood_stairs,0 -jstairs,jungle_wood_stairs,0 -forestwoodenstairs,jungle_wood_stairs,0 -forestwoodstairs,jungle_wood_stairs,0 -forestwstairs,jungle_wood_stairs,0 -foreststairs,jungle_wood_stairs,0 -fstairs,jungle_wood_stairs,0 -junglewoodenstair,jungle_wood_stairs,0 -junglewoodstair,jungle_wood_stairs,0 -junglewstair,jungle_wood_stairs,0 -junglestair,jungle_wood_stairs,0 -jstair,jungle_wood_stairs,0 -forestwoodenstair,jungle_wood_stairs,0 -forestwoodstair,jungle_wood_stairs,0 -forestwstair,jungle_wood_stairs,0 -foreststair,jungle_wood_stairs,0 -fstair,jungle_wood_stairs,0 -commandblock,command,0 -blockcommand,command,0 -cmdblock,command,0 -blockcmd,command,0 -macroblock,command,0 -blockmacro,command,0 -beacon,beacon,0 -beaconblock,beacon,0 -cobblestonewall,cobble_wall,0 -cstonewall,cobble_wall,0 -cobblewall,cobble_wall,0 -cobblestonefence,cobble_wall,0 -cstonefence,cobble_wall,0 -cobblefence,cobble_wall,0 -cswall,cobble_wall,0 -csfence,cobble_wall,0 -cwall,cobble_wall,0 -cfence,cobble_wall,0 -mcswall,cobble_wall,0 -mcsfence,cobble_wall,0 -mcfence,cobble_wall,0 -mcwall,cobble_wall,1 -mosscobblestonewall,cobble_wall,1 -mosscstonewall,cobble_wall,1 -mosscobblewall,cobble_wall,1 -mcobblestonewall,cobble_wall,1 -mcstonewall,cobble_wall,1 -mcobblewall,cobble_wall,1 -mosscobblestonefence,cobble_wall,1 -mosscstonefence,cobble_wall,1 -mosscobblefence,cobble_wall,1 -mcobblestonefence,cobble_wall,1 -mcstonefence,cobble_wall,1 -mcobblefence,cobble_wall,1 -plantedcarrot,carrot,0 -plantcarrot,carrot,0 -carrots,carrot,0 -growingcarrot,carrot,0 -potatoplant,potato,0 -potatoes,potato,0 -plantedpotato,potato,0 -plantpotato,potato,0 -growingpotato,potato,0 -woodenbutton,wood_button,0 -woodenplankbutton,wood_button,0 -woodplankbutton,wood_button,0 -wplankbutton,wood_button,0 -plankbutton,wood_button,0 -woodbutton,wood_button,0 -wbutton,wood_button,0 -anvil,anvil,0 -slightlydamagedanvil,anvil,1 -slightdamageanvil,anvil,1 -damagedanvil,anvil,1 -verydamagedanvil,anvil,2 -trapchest,trapped_chest,0 -trappedchest,trapped_chest,0 -chesttrapped,trapped_chest,0 -chesttrap,trapped_chest,0 -goldpressureplate,gold_plate,0 -weightedgoldpressureplate,gold_plate,0 -weightgoldpressureplate,gold_plate,0 -wgoldpressureplate,gold_plate,0 -weightedgoldpressplate,gold_plate,0 -weightgoldpressplate,gold_plate,0 -wgoldpressplate,gold_plate,0 -goldpressplate,gold_plate,0 -weightedgoldpplate,gold_plate,0 -weightgoldpplate,gold_plate,0 -wgoldpplate,gold_plate,0 -goldpplate,gold_plate,0 -weightedgoldplate,gold_plate,0 -weightgoldplate,gold_plate,0 -wgoldplate,gold_plate,0 -goldplate,gold_plate,0 -weightedgpressureplate,gold_plate,0 -weightgpressureplate,gold_plate,0 -wgpressureplate,gold_plate,0 -gpressureplate,gold_plate,0 -weightedgpressplate,gold_plate,0 -weightgpressplate,gold_plate,0 -wgpressplate,gold_plate,0 -gpressplate,gold_plate,0 -weightedgpplate,gold_plate,0 -weightgpplate,gold_plate,0 -wgpplate,gold_plate,0 -gpplate,gold_plate,0 -weightedgplate,gold_plate,0 -weightgplate,gold_plate,0 -wgplate,gold_plate,0 -gplate,gold_plate,0 -ironpressureplate,iron_plate,0 -weightedironpressureplate,iron_plate,0 -weightironpressureplate,iron_plate,0 -wironpressureplate,iron_plate,0 -weightedironpressplate,iron_plate,0 -weightironpressplate,iron_plate,0 -wironpressplate,iron_plate,0 -ironpressplate,iron_plate,0 -weightedironpplate,iron_plate,0 -weightironpplate,iron_plate,0 -wironpplate,iron_plate,0 -ironpplate,iron_plate,0 -weightedironplate,iron_plate,0 -weightironplate,iron_plate,0 -wironplate,iron_plate,0 -ironplate,iron_plate,0 -weightedipressureplate,iron_plate,0 -weightipressureplate,iron_plate,0 -wipressureplate,iron_plate,0 -ipressureplate,iron_plate,0 -weightedipressplate,iron_plate,0 -weightipressplate,iron_plate,0 -wipressplate,iron_plate,0 -ipressplate,iron_plate,0 -weightedipplate,iron_plate,0 -weightipplate,iron_plate,0 -wipplate,iron_plate,0 -ipplate,iron_plate,0 -weightediplate,iron_plate,0 -weightiplate,iron_plate,0 -wiplate,iron_plate,0 -iplate,iron_plate,0 -daylightsensor,daylight_detector,0 -daylightsense,daylight_detector,0 -lightsensor,daylight_detector,0 -lightsense,daylight_detector,0 -daysensor,daylight_detector,0 -daysense,daylight_detector,0 -timesensor,daylight_detector,0 -timesense,daylight_detector,0 -redstoneblock,redstone_block,0 -rstoneblock,redstone_block,0 -redsblock,redstone_block,0 -rsblock,redstone_block,0 -blockredstone,redstone_block,0 -blockrstone,redstone_block,0 -blockreds,redstone_block,0 -blockrs,redstone_block,0 -netherquartzore,quartz_ore,0 -hellquartzore,quartz_ore,0 -deathquartzore,quartz_ore,0 -nquartzore,quartz_ore,0 -hquartzore,quartz_ore,0 -dquartzore,quartz_ore,0 -quartzore,quartz_ore,0 -netherqore,quartz_ore,0 -hellqore,quartz_ore,0 -deathqore,quartz_ore,0 -nqore,quartz_ore,0 -hqore,quartz_ore,0 -dqore,quartz_ore,0 -qore,quartz_ore,0 -hopper,hopper,0 -chestpuller,hopper,0 -chestpull,hopper,0 -cheststorer,hopper,0 -cheststore,hopper,0 -itempuller,hopper,0 -itempull,hopper,0 -itemstorer,hopper,0 -itemstore,hopper,0 -quartzblock,quartz_block,0 -netherquartzblock,quartz_block,0 -nqblock,quartz_block,0 -qblock,quartz_block,0 -chiseledquartzblock,quartz_block,1 -chiselquartzblock,quartz_block,1 -cquartzblock,quartz_block,1 -cqblock,quartz_block,1 -pillarquartzblock,quartz_block,2 -pquartzblock,quartz_block,2 -pqblock,quartz_block,2 -quartzstairs,quartz_stairs,0 -qstairs,quartz_stairs,0 -quartzstair,quartz_stairs,0 -qstair,quartz_stairs,0 -activatorrails,activator_rail,0 -activaterails,activator_rail,0 -triggerrails,activator_rail,0 -arails,activator_rail,0 -trails,activator_rail,0 -activatorrail,activator_rail,0 -activaterail,activator_rail,0 -triggerrail,activator_rail,0 -arail,activator_rail,0 -trail,activator_rail,0 -activatortrack,activator_rail,0 -activatetrack,activator_rail,0 -triggertrack,activator_rail,0 -atrack,activator_rail,0 -ttrack,activator_rail,0 -dropper,dropper,0 -drop,dropper,0 -chestdispenser,dropper,0 -chestdispense,dropper,0 -chestdropper,dropper,0 -chestdrop,dropper,0 -whiteclay,stained_clay,0 -whitesclay,stained_clay,0 -whitestainedclay,stained_clay,0 -wclay,stained_clay,0 -wsclay,stained_clay,0 -wstainedclay,stained_clay,0 -sclay,stained_clay,0 -stainedclay,stained_clay,0 -whiteterracota,stained_clay,0 -whiteterra,stained_clay,0 -whitetcota,stained_clay,0 -wterracota,stained_clay,0 -wterra,stained_clay,0 -wtcota,stained_clay,0 -orangeclay,stained_clay,1 -orangesclay,stained_clay,1 -orangestainedclay,stained_clay,1 -oclay,stained_clay,1 -osclay,stained_clay,1 -ostainedclay,stained_clay,1 -orangeterracota,stained_clay,1 -orangeterra,stained_clay,1 -orangetcota,stained_clay,1 -oterracota,stained_clay,1 -oterra,stained_clay,1 -otcota,stained_clay,1 -magentaclay,stained_clay,2 -magentasclay,stained_clay,2 -magentastainedclay,stained_clay,2 -mclay,stained_clay,2 -msclay,stained_clay,2 -mstainedclay,stained_clay,2 -magentaterracota,stained_clay,2 -magentaterra,stained_clay,2 -magentatcota,stained_clay,2 -mterracota,stained_clay,2 -mterra,stained_clay,2 -mtcota,stained_clay,2 -lightblueclay,stained_clay,3 -lightbluesclay,stained_clay,3 -lightbluestainedclay,stained_clay,3 -lblueclay,stained_clay,3 -lbluesclay,stained_clay,3 -lbluestainedclay,stained_clay,3 -lightbluclay,stained_clay,3 -lightblusclay,stained_clay,3 -lightblustainedclay,stained_clay,3 -lbluclay,stained_clay,3 -lblusclay,stained_clay,3 -lblustainedclay,stained_clay,3 -lbclay,stained_clay,3 -lbsclay,stained_clay,3 -lbstainedclay,stained_clay,3 -lightblueterracota,stained_clay,3 -lightblueterra,stained_clay,3 -lightbluetcota,stained_clay,3 -lightbluterracota,stained_clay,3 -lightbluterra,stained_clay,3 -lightblutcota,stained_clay,3 -lblueterracota,stained_clay,3 -lblueterra,stained_clay,3 -lbluetcota,stained_clay,3 -lbluterracota,stained_clay,3 -lbluterra,stained_clay,3 -lblutcota,stained_clay,3 -lbterracota,stained_clay,3 -lbterra,stained_clay,3 -lbtcota,stained_clay,3 -yellowclay,stained_clay,4 -yellowsclay,stained_clay,4 -yellowstainedclay,stained_clay,4 -yclay,stained_clay,4 -ysclay,stained_clay,4 -ystainedclay,stained_clay,4 -yellowterracota,stained_clay,4 -yellowterra,stained_clay,4 -yellowtcota,stained_clay,4 -yterracota,stained_clay,4 -yterra,stained_clay,4 -ytcota,stained_clay,4 -lightgreenclay,stained_clay,5 -lightgreensclay,stained_clay,5 -lightgreenstainedclay,stained_clay,5 -lgreenclay,stained_clay,5 -lgreensclay,stained_clay,5 -lgreenstainedclay,stained_clay,5 -lightgreclay,stained_clay,5 -lightgresclay,stained_clay,5 -lightgrestainedclay,stained_clay,5 -lgreclay,stained_clay,5 -lgresclay,stained_clay,5 -lgrestainedclay,stained_clay,5 -limeclay,stained_clay,5 -limesclay,stained_clay,5 -limestainedclay,stained_clay,5 -lclay,stained_clay,5 -lsclay,stained_clay,5 -lstainedclay,stained_clay,5 -lightgreenterracota,stained_clay,5 -lightgreenterra,stained_clay,5 -lightgreentcota,stained_clay,5 -lgreenterracota,stained_clay,5 -lgreenterra,stained_clay,5 -lgreentcota,stained_clay,5 -lightgreterracota,stained_clay,5 -lightgreterra,stained_clay,5 -lightgretcota,stained_clay,5 -lgreterracota,stained_clay,5 -lgreterra,stained_clay,5 -lgretcota,stained_clay,5 -limeterracota,stained_clay,5 -limeterra,stained_clay,5 -limetcota,stained_clay,5 -lterracota,stained_clay,5 -lterra,stained_clay,5 -ltcota,stained_clay,5 -pinkclay,stained_clay,6 -pinksclay,stained_clay,6 -pinkstainedclay,stained_clay,6 -piclay,stained_clay,6 -pisclay,stained_clay,6 -pistainedclay,stained_clay,6 -pinkterracota,stained_clay,6 -pinkterra,stained_clay,6 -pinktcota,stained_clay,6 -piterracota,stained_clay,6 -piterra,stained_clay,6 -pitcota,stained_clay,6 -darkgrayclay,stained_clay,7 -darkgraysclay,stained_clay,7 -darkgraystainedclay,stained_clay,7 -dgrayclay,stained_clay,7 -dgraysclay,stained_clay,7 -dgraystainedclay,stained_clay,7 -darkgreyclay,stained_clay,7 -darkgreysclay,stained_clay,7 -darkgreystainedclay,stained_clay,7 -dgreyclay,stained_clay,7 -dgreysclay,stained_clay,7 -dgreystainedclay,stained_clay,7 -darkgraclay,stained_clay,7 -darkgrasclay,stained_clay,7 -darkgrastainedclay,stained_clay,7 -dgraclay,stained_clay,7 -dgrasclay,stained_clay,7 -dgrastainedclay,stained_clay,7 -grayclay,stained_clay,7 -graysclay,stained_clay,7 -graystainedclay,stained_clay,7 -greyclay,stained_clay,7 -greysclay,stained_clay,7 -greystainedclay,stained_clay,7 -graclay,stained_clay,7 -grasclay,stained_clay,7 -grastainedclay,stained_clay,7 -darkgrayterracota,stained_clay,7 -darkgrayterra,stained_clay,7 -darkgraytcota,stained_clay,7 -dgrayterracota,stained_clay,7 -dgrayterra,stained_clay,7 -dgraytcota,stained_clay,7 -darkgreyterracota,stained_clay,7 -darkgreyterra,stained_clay,7 -darkgreytcota,stained_clay,7 -dgreyterracota,stained_clay,7 -dgreyterra,stained_clay,7 -dgreytcota,stained_clay,7 -darkgraterracota,stained_clay,7 -darkgraterra,stained_clay,7 -darkgratcota,stained_clay,7 -dgraterracota,stained_clay,7 -dgraterra,stained_clay,7 -dgratcota,stained_clay,7 -grayterracota,stained_clay,7 -grayterra,stained_clay,7 -graytcota,stained_clay,7 -greyterracota,stained_clay,7 -greyterra,stained_clay,7 -greytcota,stained_clay,7 -graterracota,stained_clay,7 -graterra,stained_clay,7 -gratcota,stained_clay,7 -lgclay,stained_clay,8 -lightgrayclay,stained_clay,8 -lightgraysclay,stained_clay,8 -lightgraystainedclay,stained_clay,8 -lgrayclay,stained_clay,8 -lgraysclay,stained_clay,8 -lgraystainedclay,stained_clay,8 -lightgreyclay,stained_clay,8 -lightgreysclay,stained_clay,8 -lightgreystainedclay,stained_clay,8 -lgreyclay,stained_clay,8 -lgreysclay,stained_clay,8 -lgreystainedclay,stained_clay,8 -lightgraclay,stained_clay,8 -lightgrasclay,stained_clay,8 -lightgrastainedclay,stained_clay,8 -lgraclay,stained_clay,8 -lgrasclay,stained_clay,8 -lgrastainedclay,stained_clay,8 -silverclay,stained_clay,8 -silversclay,stained_clay,8 -silverstainedclay,stained_clay,8 -siclay,stained_clay,8 -siasclay,stained_clay,8 -siastainedclay,stained_clay,8 -lgterracota,stained_clay,8 -lgterra,stained_clay,8 -lgtcota,stained_clay,8 -lightgrayterracota,stained_clay,8 -lightgrayterra,stained_clay,8 -lightgraytcota,stained_clay,8 -lgrayterracota,stained_clay,8 -lgrayterra,stained_clay,8 -lgraytcota,stained_clay,8 -lightgreyterracota,stained_clay,8 -lightgreyterra,stained_clay,8 -lightgreytcota,stained_clay,8 -lgreyterracota,stained_clay,8 -lgreyterra,stained_clay,8 -lgreytcota,stained_clay,8 -lightgraterracota,stained_clay,8 -lightgraterra,stained_clay,8 -lightgratcota,stained_clay,8 -lgraterracota,stained_clay,8 -lgraterra,stained_clay,8 -lgratcota,stained_clay,8 -silverterracota,stained_clay,8 -silverterra,stained_clay,8 -silvertcota,stained_clay,8 -siterracota,stained_clay,8 -siterra,stained_clay,8 -sitcota,stained_clay,8 -cyanclay,stained_clay,9 -cyansclay,stained_clay,9 -cyanstainedclay,stained_clay,9 -cclay,stained_clay,9 -csclay,stained_clay,9 -cstainedclay,stained_clay,9 -cyanterracota,stained_clay,9 -cyanterra,stained_clay,9 -cyantcota,stained_clay,9 -cterracota,stained_clay,9 -cterra,stained_clay,9 -ctcota,stained_clay,9 -purpleclay,stained_clay,10 -purplesclay,stained_clay,10 -purplestainedclay,stained_clay,10 -puclay,stained_clay,10 -pusclay,stained_clay,10 -pustainedclay,stained_clay,10 -purpleterracota,stained_clay,10 -purpleterra,stained_clay,10 -purpletcota,stained_clay,10 -puterracota,stained_clay,10 -puterra,stained_clay,10 -putcota,stained_clay,10 -blueclay,stained_clay,11 -bluesclay,stained_clay,11 -bluestainedclay,stained_clay,11 -bluclay,stained_clay,11 -blusclay,stained_clay,11 -blustainedclay,stained_clay,11 -blueterracota,stained_clay,11 -blueterra,stained_clay,11 -bluetcota,stained_clay,11 -bluterracota,stained_clay,11 -bluterra,stained_clay,11 -blutcota,stained_clay,11 -brownclay,stained_clay,12 -brownsclay,stained_clay,12 -brownstainedclay,stained_clay,12 -broclay,stained_clay,12 -brosclay,stained_clay,12 -brostainedclay,stained_clay,12 -brownterracota,stained_clay,12 -brownterra,stained_clay,12 -browntcota,stained_clay,12 -broterracota,stained_clay,12 -broterra,stained_clay,12 -brotcota,stained_clay,12 -darkgreenclay,stained_clay,13 -darkgreensclay,stained_clay,13 -darkgreenstainedclay,stained_clay,13 -dgreenclay,stained_clay,13 -dgreensclay,stained_clay,13 -dgreenstainedclay,stained_clay,13 -greenclay,stained_clay,13 -greensclay,stained_clay,13 -greenstainedclay,stained_clay,13 -darkgreclay,stained_clay,13 -darkgresclay,stained_clay,13 -darkgrestainedclay,stained_clay,13 -dgreclay,stained_clay,13 -dgresclay,stained_clay,13 -dgrestainedclay,stained_clay,13 -greclay,stained_clay,13 -gresclay,stained_clay,13 -grestainedclay,stained_clay,13 -darkgreenterracota,stained_clay,13 -darkgreenterra,stained_clay,13 -darkgreentcota,stained_clay,13 -dgreenterracota,stained_clay,13 -dgreenterra,stained_clay,13 -dgreentcota,stained_clay,13 -greenterracota,stained_clay,13 -greenterra,stained_clay,13 -greentcota,stained_clay,13 -darkgreterracota,stained_clay,13 -darkgreterra,stained_clay,13 -darkgretcota,stained_clay,13 -dgreterracota,stained_clay,13 -dgreterra,stained_clay,13 -dgretcota,stained_clay,13 -greterracota,stained_clay,13 -greterra,stained_clay,13 -gretcota,stained_clay,13 -redclay,stained_clay,14 -redsclay,stained_clay,14 -redstainedclay,stained_clay,14 -rclay,stained_clay,14 -rsclay,stained_clay,14 -rstainedclay,stained_clay,14 -redterracota,stained_clay,14 -redterra,stained_clay,14 -redtcota,stained_clay,14 -rterracota,stained_clay,14 -rterra,stained_clay,14 -rtcota,stained_clay,14 -blackclay,stained_clay,15 -blacksclay,stained_clay,15 -blackstainedclay,stained_clay,15 -blaclay,stained_clay,15 -blasclay,stained_clay,15 -blastainedclay,stained_clay,15 -blackterracota,stained_clay,15 -blackterra,stained_clay,15 -blacktcota,stained_clay,15 -blaterracota,stained_clay,15 -blaterra,stained_clay,15 -blatcota,stained_clay,15 -wgpane,stained_glass_pane,0 -whiteglasspane,stained_glass_pane,0 -whitesglasspane,stained_glass_pane,0 -whitestainedglasspane,stained_glass_pane,0 -wglasspane,stained_glass_pane,0 -wsglasspane,stained_glass_pane,0 -wstainedglasspane,stained_glass_pane,0 -sglasspane,stained_glass_pane,0 -stainedglasspane,stained_glass_pane,0 -ogpane,stained_glass_pane,1 -orangeglasspane,stained_glass_pane,1 -orangesglasspane,stained_glass_pane,1 -orangestainedglasspane,stained_glass_pane,1 -oglasspane,stained_glass_pane,1 -osglasspane,stained_glass_pane,1 -ostainedglasspane,stained_glass_pane,1 -mgpane,stained_glass_pane,2 -magentaglasspane,stained_glass_pane,2 -magentasglasspane,stained_glass_pane,2 -magentastainedglasspane,stained_glass_pane,2 -mglasspane,stained_glass_pane,2 -msglasspane,stained_glass_pane,2 -mstainedglasspane,stained_glass_pane,2 -lbpane,stained_glass_pane,3 -lightblueglasspane,stained_glass_pane,3 -lightbluesglasspane,stained_glass_pane,3 -lightbluestainedglasspane,stained_glass_pane,3 -lblueglasspane,stained_glass_pane,3 -lbluesglasspane,stained_glass_pane,3 -lbluestainedglasspane,stained_glass_pane,3 -lightbluglasspane,stained_glass_pane,3 -lightblusglasspane,stained_glass_pane,3 -lightblustainedglasspane,stained_glass_pane,3 -lbluglasspane,stained_glass_pane,3 -lblusglasspane,stained_glass_pane,3 -lblustainedglasspane,stained_glass_pane,3 -lbglasspane,stained_glass_pane,3 -lbsglasspane,stained_glass_pane,3 -lbstainedglasspane,stained_glass_pane,3 -ygpane,stained_glass_pane,4 -yellowglasspane,stained_glass_pane,4 -yellowsglasspane,stained_glass_pane,4 -yellowstainedglasspane,stained_glass_pane,4 -yglasspane,stained_glass_pane,4 -ysglasspane,stained_glass_pane,4 -ystainedglasspane,stained_glass_pane,4 -lgrpane,stained_glass_pane,5 -lightgreenglasspane,stained_glass_pane,5 -lightgreensglasspane,stained_glass_pane,5 -lightgreenstainedglasspane,stained_glass_pane,5 -lgreenglasspane,stained_glass_pane,5 -lgreensglasspane,stained_glass_pane,5 -lgreenstainedglasspane,stained_glass_pane,5 -lightgreglasspane,stained_glass_pane,5 -lightgresglasspane,stained_glass_pane,5 -lightgrestainedglasspane,stained_glass_pane,5 -lgreglasspane,stained_glass_pane,5 -lgresglasspane,stained_glass_pane,5 -lgrestainedglasspane,stained_glass_pane,5 -limeglasspane,stained_glass_pane,5 -limesglasspane,stained_glass_pane,5 -limestainedglasspane,stained_glass_pane,5 -lglasspane,stained_glass_pane,5 -lsglasspane,stained_glass_pane,5 -lstainedglasspane,stained_glass_pane,5 -pgpane,stained_glass_pane,6 -pinkglasspane,stained_glass_pane,6 -pinksglasspane,stained_glass_pane,6 -pinkstainedglasspane,stained_glass_pane,6 -piglasspane,stained_glass_pane,6 -pisglasspane,stained_glass_pane,6 -pistainedglasspane,stained_glass_pane,6 -dgpane,stained_glass_pane,7 -darkgrayglasspane,stained_glass_pane,7 -darkgraysglasspane,stained_glass_pane,7 -darkgraystainedglasspane,stained_glass_pane,7 -dgrayglasspane,stained_glass_pane,7 -dgraysglasspane,stained_glass_pane,7 -dgraystainedglasspane,stained_glass_pane,7 -darkgreyglasspane,stained_glass_pane,7 -darkgreysglasspane,stained_glass_pane,7 -darkgreystainedglasspane,stained_glass_pane,7 -dgreyglasspane,stained_glass_pane,7 -dgreysglasspane,stained_glass_pane,7 -dgreystainedglasspane,stained_glass_pane,7 -darkgraglasspane,stained_glass_pane,7 -darkgrasglasspane,stained_glass_pane,7 -darkgrastainedglasspane,stained_glass_pane,7 -dgraglasspane,stained_glass_pane,7 -dgrasglasspane,stained_glass_pane,7 -dgrastainedglasspane,stained_glass_pane,7 -grayglasspane,stained_glass_pane,7 -graysglasspane,stained_glass_pane,7 -graystainedglasspane,stained_glass_pane,7 -greyglasspane,stained_glass_pane,7 -greysglasspane,stained_glass_pane,7 -greystainedglasspane,stained_glass_pane,7 -graglasspane,stained_glass_pane,7 -grasglasspane,stained_glass_pane,7 -grastainedglasspane,stained_glass_pane,7 -lgypane,stained_glass_pane,8 -lightgrayglasspane,stained_glass_pane,8 -lightgraysglasspane,stained_glass_pane,8 -lightgraystainedglasspane,stained_glass_pane,8 -lgrayglasspane,stained_glass_pane,8 -lgraysglasspane,stained_glass_pane,8 -lgraystainedglasspane,stained_glass_pane,8 -lightgreyglasspane,stained_glass_pane,8 -lightgreysglasspane,stained_glass_pane,8 -lightgreystainedglasspane,stained_glass_pane,8 -lgreyglasspane,stained_glass_pane,8 -lgreysglasspane,stained_glass_pane,8 -lgreystainedglasspane,stained_glass_pane,8 -lightgraglasspane,stained_glass_pane,8 -lightgrasglasspane,stained_glass_pane,8 -lightgrastainedglasspane,stained_glass_pane,8 -lgraglasspane,stained_glass_pane,8 -lgrasglasspane,stained_glass_pane,8 -lgrastainedglasspane,stained_glass_pane,8 -silverglasspane,stained_glass_pane,8 -silversglasspane,stained_glass_pane,8 -silverstainedglasspane,stained_glass_pane,8 -siglasspane,stained_glass_pane,8 -siasglasspane,stained_glass_pane,8 -siastainedglasspane,stained_glass_pane,8 -cgpane,stained_glass_pane,9 -cyanglasspane,stained_glass_pane,9 -cyansglasspane,stained_glass_pane,9 -cyanstainedglasspane,stained_glass_pane,9 -cglasspane,stained_glass_pane,9 -csglasspane,stained_glass_pane,9 -cstainedglasspane,stained_glass_pane,9 -prpane,stained_glass_pane,10 -purpleglasspane,stained_glass_pane,10 -purplesglasspane,stained_glass_pane,10 -purplestainedglasspane,stained_glass_pane,10 -puglasspane,stained_glass_pane,10 -pusglasspane,stained_glass_pane,10 -pustainedglasspane,stained_glass_pane,10 -bgpane,stained_glass_pane,11 -blueglasspane,stained_glass_pane,11 -bluesglasspane,stained_glass_pane,11 -bluestainedglasspane,stained_glass_pane,11 -bluglasspane,stained_glass_pane,11 -blusglasspane,stained_glass_pane,11 -blustainedglasspane,stained_glass_pane,11 -brgpane,stained_glass_pane,12 -brownglasspane,stained_glass_pane,12 -brownsglasspane,stained_glass_pane,12 -brownstainedglasspane,stained_glass_pane,12 -broglasspane,stained_glass_pane,12 -brosglasspane,stained_glass_pane,12 -brostainedglasspane,stained_glass_pane,12 -dgrpane,stained_glass_pane,13 -darkgreenglasspane,stained_glass_pane,13 -darkgreensglasspane,stained_glass_pane,13 -darkgreenstainedglasspane,stained_glass_pane,13 -dgreenglasspane,stained_glass_pane,13 -dgreensglasspane,stained_glass_pane,13 -dgreenstainedglasspane,stained_glass_pane,13 -greenglasspane,stained_glass_pane,13 -greensglasspane,stained_glass_pane,13 -greenstainedglasspane,stained_glass_pane,13 -darkgreglasspane,stained_glass_pane,13 -darkgresglasspane,stained_glass_pane,13 -darkgrestainedglasspane,stained_glass_pane,13 -dgreglasspane,stained_glass_pane,13 -dgresglasspane,stained_glass_pane,13 -dgrestainedglasspane,stained_glass_pane,13 -greglasspane,stained_glass_pane,13 -gresglasspane,stained_glass_pane,13 -grestainedglasspane,stained_glass_pane,13 -rgpane,stained_glass_pane,14 -redglasspane,stained_glass_pane,14 -redsglasspane,stained_glass_pane,14 -redstainedglasspane,stained_glass_pane,14 -rglasspane,stained_glass_pane,14 -rsglasspane,stained_glass_pane,14 -rstainedglasspane,stained_glass_pane,14 -blgpane,stained_glass_pane,15 -blackglasspane,stained_glass_pane,15 -blacksglasspane,stained_glass_pane,15 -blackstainedglasspane,stained_glass_pane,15 -blaglasspane,stained_glass_pane,15 -blasglasspane,stained_glass_pane,15 -blastainedglasspane,stained_glass_pane,15 -acacialeaves,leaves_2,0 -acaciatreeleaves,leaves_2,0 -acacialogleaves,leaves_2,0 -acaciatrunkleaves,leaves_2,0 -acaciawoodleaves,leaves_2,0 -aleaves,leaves_2,0 -atreeleaves,leaves_2,0 -alogleaves,leaves_2,0 -atrunkleaves,leaves_2,0 -awoodleaves,leaves_2,0 -acacialeave,leaves_2,0 -acaciatreeleave,leaves_2,0 -acacialogleave,leaves_2,0 -acaciatrunkleave,leaves_2,0 -acaciawoodleave,leaves_2,0 -aleave,leaves_2,0 -atreeleave,leaves_2,0 -alogleave,leaves_2,0 -atrunkleave,leaves_2,0 -awoodleave,leaves_2,0 -acaciatreeleaf,leaves_2,0 -acacialogleaf,leaves_2,0 -acaciatrunkleaf,leaves_2,0 -acaciawoodleaf,leaves_2,0 -aleaf,leaves_2,0 -atreeleaf,leaves_2,0 -alogleaf,leaves_2,0 -atrunkleaf,leaves_2,0 -awoodleaf,leaves_2,0 -darkoakleaves,leaves_2,1 -darkoaktreeleaves,leaves_2,1 -darkoaklogleaves,leaves_2,1 -darkoaktrunkleaves,leaves_2,1 -darkoakwoodleaves,leaves_2,1 -doakleaves,leaves_2,1 -doaktreeleaves,leaves_2,1 -doaklogleaves,leaves_2,1 -doaktrunkleaves,leaves_2,1 -doakwoodleaves,leaves_2,1 -doleaves,leaves_2,1 -dotreeleaves,leaves_2,1 -dologleaves,leaves_2,1 -dotrunkleaves,leaves_2,1 -dowoodleaves,leaves_2,1 -darkoakleave,leaves_2,1 -darkoaktreeleave,leaves_2,1 -darkoaklogleave,leaves_2,1 -darkoaktrunkleave,leaves_2,1 -darkoakwoodleave,leaves_2,1 -doakleave,leaves_2,1 -doaktreeleave,leaves_2,1 -doaklogleave,leaves_2,1 -doaktrunkleave,leaves_2,1 -doakwoodleave,leaves_2,1 -doleave,leaves_2,1 -dotreeleave,leaves_2,1 -dologleave,leaves_2,1 -dotrunkleave,leaves_2,1 -dowoodleave,leaves_2,1 -darkoaktreeleaf,leaves_2,1 -darkoaklogleaf,leaves_2,1 -darkoaktrunkleaf,leaves_2,1 -darkoakwoodleaf,leaves_2,1 -doakleaf,leaves_2,1 -doaktreeleaf,leaves_2,1 -doaklogleaf,leaves_2,1 -doaktrunkleaf,leaves_2,1 -doakwoodleaf,leaves_2,1 -doleaf,leaves_2,1 -dotreeleaf,leaves_2,1 -dologleaf,leaves_2,1 -dotrunkleaf,leaves_2,1 -dowoodleaf,leaves_2,1 -acacia,log_2,0 -acaciatree,log_2,0 -acacialog,log_2,0 -acaciatrunk,log_2,0 -acaciawood,log_2,0 -atree,log_2,0 -alog,log_2,0 -atrunk,log_2,0 -awood,log_2,0 -darkoak,log_2,1 -darkoaktree,log_2,1 -darkoaklog,log_2,1 -darkoaktrunk,log_2,1 -darkoakwood,log_2,1 -doak,log_2,1 -doaktree,log_2,1 -doaklog,log_2,1 -doaktrunk,log_2,1 -doakwood,log_2,1 -dotree,log_2,1 -dolog,log_2,1 -dotrunk,log_2,1 -dowood,log_2,1 -acaciawoodenstairs,acacia_stairs,0 -acaciawoodstairs,acacia_stairs,0 -acaciawstairs,acacia_stairs,0 -acaciastairs,acacia_stairs,0 -awoodenstairs,acacia_stairs,0 -awoodstairs,acacia_stairs,0 -awstairs,acacia_stairs,0 -astairs,acacia_stairs,0 -acaciawoodenstair,acacia_stairs,0 -acaciawoodstair,acacia_stairs,0 -acaciawstair,acacia_stairs,0 -acaciastair,acacia_stairs,0 -awoodenstair,acacia_stairs,0 -awoodstair,acacia_stairs,0 -awstair,acacia_stairs,0 -astair,acacia_stairs,0 -darkoakwoodenstairs,dark_oak_stairs,0 -darkoakwoodstairs,dark_oak_stairs,0 -darkoakwstairs,dark_oak_stairs,0 -darkoakstairs,dark_oak_stairs,0 -doakwoodenstairs,dark_oak_stairs,0 -doakwoodstairs,dark_oak_stairs,0 -doakwstairs,dark_oak_stairs,0 -doakstairs,dark_oak_stairs,0 -dowoodenstairs,dark_oak_stairs,0 -dowoodstairs,dark_oak_stairs,0 -dowstairs,dark_oak_stairs,0 -dostairs,dark_oak_stairs,0 -darkoakwoodenstair,dark_oak_stairs,0 -darkoakwoodstair,dark_oak_stairs,0 -darkoakwstair,dark_oak_stairs,0 -darkoakstair,dark_oak_stairs,0 -doakwoodenstair,dark_oak_stairs,0 -doakwoodstair,dark_oak_stairs,0 -doakwstair,dark_oak_stairs,0 -doakstair,dark_oak_stairs,0 -dowoodenstair,dark_oak_stairs,0 -dowoodstair,dark_oak_stairs,0 -dowstair,dark_oak_stairs,0 -dostair,dark_oak_stairs,0 -slime,slime_block,0 -slimeblock,slime_block,0 -barrier,barrier,0 -barrierblock,barrier,0 -irontrapdoor,iron_trapdoor,0 -itrapdoor,iron_trapdoor,0 -irondoortrap,iron_trapdoor,0 -idoortrap,iron_trapdoor,0 -pris,prismarine,0 -prismarine,prismarine,0 -prismarineblock,prismarine,0 -pbrick,prismarine,1 -prismarinebrick,prismarine,1 -dpris,prismarine,2 -darkprismarine,prismarine,2 -lantern,sea_lantern,0 -sealantern,sea_lantern,0 -sealanternblock,sea_lantern,0 -hay,hay_block,0 -hayblock,hay_block,0 -haybale,hay_block,0 -baleofhay,hay_block,0 -hayofbale,hay_block,0 -whitecarpet,carpet,0 -whitefloor,carpet,0 -wcarpet,carpet,0 -wfloor,carpet,0 -carpet,carpet,0 -floor,carpet,0 -orangecarpet,carpet,1 -orangefloor,carpet,1 -ocarpet,carpet,1 -ofloor,carpet,1 -magentacarpet,carpet,2 -magentafloor,carpet,2 -mcarpet,carpet,2 -mfloor,carpet,2 -lightbluecarpet,carpet,3 -lightbluefloor,carpet,3 -lbluecarpet,carpet,3 -lbluefloor,carpet,3 -lbcarpet,carpet,3 -lbfloor,carpet,3 -lightblucarpet,carpet,3 -lightblufloor,carpet,3 -lblucarpet,carpet,3 -lblufloor,carpet,3 -yellowcarpet,carpet,4 -yellowfloor,carpet,4 -ycarpet,carpet,4 -yfloor,carpet,4 -lightgreencarpet,carpet,5 -lightgreenfloor,carpet,5 -lgreencarpet,carpet,5 -lgreenfloor,carpet,5 -lightgrecarpet,carpet,5 -lightgrefloor,carpet,5 -lgrecarpet,carpet,5 -lgrefloor,carpet,5 -limecarpet,carpet,5 -limefloor,carpet,5 -lcarpet,carpet,5 -lfloor,carpet,5 -pinkcarpet,carpet,6 -pinkfloor,carpet,6 -picarpet,carpet,6 -pifloor,carpet,6 -grfloor,carpet,7 -darkgraycarpet,carpet,7 -darkgrayfloor,carpet,7 -dgraycarpet,carpet,7 -dgrayfloor,carpet,7 -darkgreycarpet,carpet,7 -darkgreyfloor,carpet,7 -dgreycarpet,carpet,7 -dgreyfloor,carpet,7 -darkgracarpet,carpet,7 -darkgrafloor,carpet,7 -dgracarpet,carpet,7 -dgrafloor,carpet,7 -graycarpet,carpet,7 -grayfloor,carpet,7 -greycarpet,carpet,7 -greyfloor,carpet,7 -gracarpet,carpet,7 -grafloor,carpet,7 -lgfloor,carpet,8 -lightgraycarpet,carpet,8 -lightgrayfloor,carpet,8 -lgraycarpet,carpet,8 -lgrayfloor,carpet,8 -lightgreycarpet,carpet,8 -lightgreyfloor,carpet,8 -lgreycarpet,carpet,8 -lgreyfloor,carpet,8 -lightgracarpet,carpet,8 -lightgrafloor,carpet,8 -lgracarpet,carpet,8 -lgrafloor,carpet,8 -silvercarpet,carpet,8 -silverfloor,carpet,8 -sicarpet,carpet,8 -siafloor,carpet,8 -cyancarpet,carpet,9 -cyanfloor,carpet,9 -ccarpet,carpet,9 -cfloor,carpet,9 -purplecarpet,carpet,10 -purplefloor,carpet,10 -pucarpet,carpet,10 -pufloor,carpet,10 -blfloor,carpet,11 -bluecarpet,carpet,11 -bluefloor,carpet,11 -blucarpet,carpet,11 -blufloor,carpet,11 -brfloor,carpet,12 -browncarpet,carpet,12 -brownfloor,carpet,12 -brocarpet,carpet,12 -brofloor,carpet,12 -dgfloor,carpet,13 -darkgreencarpet,carpet,13 -darkgreenfloor,carpet,13 -dgreencarpet,carpet,13 -dgreenfloor,carpet,13 -greencarpet,carpet,13 -greenfloor,carpet,13 -darkgrecarpet,carpet,13 -darkgrefloor,carpet,13 -dgrecarpet,carpet,13 -dgrefloor,carpet,13 -grecarpet,carpet,13 -grefloor,carpet,13 -redcarpet,carpet,14 -redfloor,carpet,14 -rcarpet,carpet,14 -rfloor,carpet,14 -bkfloor,carpet,15 -blackcarpet,carpet,15 -blackfloor,carpet,15 -blacarpet,carpet,15 -blafloor,carpet,15 -hardenedclay,hard_clay,0 -hardclay,hard_clay,0 -hclay,hard_clay,0 -terracota,hard_clay,0 -terra,hard_clay,0 -tcota,hard_clay,0 -coalblock,coal_block,0 -blockcoal,coal_block,0 -coblock,coal_block,0 -blockco,coal_block,0 -coalb,coal_block,0 -bcoal,coal_block,0 -packedice,packed_ice,0 -packice,packed_ice,0 -solidice,packed_ice,0 -sunflower,double_plant,0 -yellowsunflower,double_plant,0 -lilac,double_plant,1 -magentalilac,double_plant,1 -syringa,double_plant,1 -longtallgrass,double_plant,2 -extratallgrass,double_plant,2 -doubletallgrass,double_plant,2 -largetallgrass,double_plant,2 -longtgrass,double_plant,2 -extratgrass,double_plant,2 -doubletgrass,double_plant,2 -largetgrass,double_plant,2 -ltgrass,double_plant,2 -etgrass,double_plant,2 -dtgrass,double_plant,2 -bigfern,double_plant,3 -largefern,double_plant,3 -doublefern,double_plant,3 -bfern,double_plant,3 -lfern,double_plant,3 -dfern,double_plant,3 -rosebush,double_plant,4 -redrosebush,double_plant,4 -peony,double_plant,5 -pinkpeony,double_plant,5 -paeonia,double_plant,5 -inverteddaylightsensor,daylight_detector_inverted,0 -daylightsensorinverted,daylight_detector_inverted,0 -daylightdetectorinverted,daylight_detector_inverted,0 -inverteddaylightdetector,daylight_detector_inverted,0 -rsstone,red_sandstone,0 -redsandstone,red_sandstone,0 -crstone,red_sandstone,1 -redsandstonechiseled,red_sandstone,1 -chiseledredsandstone,red_sandstone,1 -srstone,red_sandstone,2 -redsandstonesmooth,red_sandstone,2 -smoothredsandstone,red_sandstone,2 -redsandstonestair,red_sandstone_stairs,0 -redsandstonestairs,red_sandstone_stairs,0 -rsstair,red_sandstone_stairs,0 -stairredsandstone,red_sandstone_stairs,0 -doubleredsandstoneslab,double_stone_slab2,0 -doubleredsandstoneslabfull,double_stone_slab2,8 -fullredsandstoneslab,double_stone_slab2,8 -rsslab,stone_slab2,0 -redsandstoneslab,stone_slab2,0 -sprucefencegate,spruce_fence_gate,0 -sfencegate,spruce_fence_gate,0 -sgate,spruce_fence_gate,0 -sprucegate,spruce_fence_gate,0 -birchfencegate,birch_fence_gate,0 -bfencegate,birch_fence_gate,0 -bgate,birch_fence_gate,0 -birchgate,birch_fence_gate,0 -junglefencegate,jungle_fence_gate,0 -jfencegate,jungle_fence_gate,0 -jgate,jungle_fence_gate,0 -junglegate,jungle_fence_gate,0 -darkoakfencegate,dark_oak_fence_gate,0 -doakfencegate,dark_oak_fence_gate,0 -darkoakgate,dark_oak_fence_gate,0 -doakgate,dark_oak_fence_gate,0 -dogate,dark_oak_fence_gate,0 -acaciafencegate,acacia_fence_gate,0 -afencegate,acacia_fence_gate,0 -acaciagate,acacia_fence_gate,0 -agate,acacia_fence_gate,0 -sprucefence,spruce_fence,0 -sfence,spruce_fence,0 -birchfence,birch_fence,0 -bfence,birch_fence,0 -junglefence,jungle_fence,0 -jfence,jungle_fence,0 -darkoakfence,dark_oak_fence,0 -dofence,dark_oak_fence,0 -doakfence,dark_oak_fence,0 -acaciafence,acacia_fence,0 -afence,acacia_fence,0 -sprucedoor,spruce_door,0 -birchdoor,birch_door,0 -jungledoor,jungle_door,0 -acaciadoor,acacia_door,0 -darkoakdoor,dark_oak_door,0 -endrod,end_rod,0 -enderrod,end_rod,0 -erod,end_rod,0 -endlight,end_rod,0 -elight,end_rod,0 -endtorch,end_rod,0 -etorch,end_rod,0 -chorusplant,chorus_plant,0 -corusplant,chorus_plant,0 -chorusstem,chorus_plant,0 -corusstem,chorus_plant,0 -endplant,chorus_plant,0 -enderplant,chorus_plant,0 -chorusflower,chorus_flower,0 -corusflower,chorus_flower,0 -chorusblock,chorus_flower,0 -endflower,chorus_flower,0 -enderflower,chorus_flower,0 -purpurblock,purpur_block,0 -purblock,purpur_block,0 -purpleblock,purpur_block,0 -purplestone,purpur_block,0 -purstone,purpur_block,0 -purpurpillar,purpur_pillar,0 -purpillar,purpur_pillar,0 -purpillarblock,purpur_pillar,0 -purpillarstone,purpur_pillar,0 -purpillar,purpur_pillar,0 -purplepillar,purpur_pillar,0 -purpurcollum,purpur_pillar,0 -purcollum,purpur_pillar,0 -purplecollum,purpur_pillar,0 -purpurstairs,purpur_stairs,0 -purpurstep,purpur_stairs,0 -purpursteps,purpur_stairs,0 -purplestairs,purpur_stairs,0 -purplesteps,purpur_stairs,0 -purplestep,purpur_stairs,0 -purstairs,purpur_stairs,0 -pursteps,purpur_stairs,0 -purstep,purpur_stairs,0 -purpurdoubleslab,purpur_slab,0 -purpurslab,purpur_slab,0 -purpurhalf,purpur_slab,0 -purslab,purpur_slab,0 -purpleslab,purpur_slab,0 -purhalf,purpur_slab,0 -purplehalf,purpur_slab,0 -endstonebricks,end_bricks,0 -endbricks,end_bricks,0 -enderbricks,end_bricks,0 -ebricks,end_bricks,0 -ebrick,end_bricks,0 -beetrootblock,beetroot_block,0 -grasspath,grass_path,0 -gpath,grass_path,0 -path,grass_path,0 -pathblock,grass_path,0 -dirtpath,grass_path,0 -dpath,grass_path,0 -worngrass,grass_path,0 -grasswalkway,grass_path,0 -dirtwalkway,grass_path,0 -endgateway,end_gateway,0 -eislandportal,end_gateway,0 -endgate,end_gateway,0 -endergate,end_gateway,0 -repeatingcommandblock,command_repeating,0 -repeatcommandblock,command_repeating,0 -repeatingcmdblock,command_repeating,0 -repeatcmdblock,command_repeating,0 -chaincommandblock,command_chain,0 -chaincmdblock,command_chain,0 -frostedice,frosted_ice,0 -frostediceblock,frosted_ice,0 -frostice,frosted_ice,0 -frosticeblock,frosted_ice,0 -magmablock,magma,0 -blockmagma,magma,0 -netherwartblock,nether_wart_block,0 -blocknetherwart,nether_wart_block,0 -rednetherbrick,red_nether_brick,0 -rednetherbrickblock,red_nether_brick,0 -blockrednetherbrick,red_nether_brick,0 -rednbblock,red_nether_brick,0 -blockrednb,red_nether_brick,0 -boneblock,bone_block,0 -skeletonboneblock,bone_block,0 -skeletonblock,bone_block,0 -structurevoid,structure_void,0 -observer,observer,0 -budblock,observer,0 -bud,observer,0 -shulkerbox,white_shulker_box,0 -whiteshulkerbox,white_shulker_box,0 -wshulkerbox,white_shulker_box,0 -whitechest,white_shulker_box,0 -wchest,white_shulker_box,0 -orangeshulkerbox,orange_shulker_box,0 -oshulkerbox,orange_shulker_box,0 -orangechest,orange_shulker_box,0 -ochest,orange_shulker_box,0 -magentashulkerbox,magenta_shulker_box,0 -magentachest,magenta_shulker_box,0 -mshulkerbox,magenta_shulker_box,0 -mchest,magenta_shulker_box,0 -mashulkerbox,magenta_shulker_box,0 -machest,magenta_shulker_box,0 -lightblueshulkerbox,light_blue_shulker_box,0 -lightbluechest,light_blue_shulker_box,0 -lblueshulkerbox,light_blue_shulker_box,0 -lbluechest,light_blue_shulker_box,0 -lbshulkerbox,light_blue_shulker_box,0 -lbchest,light_blue_shulker_box,0 -lblushulkerbox,light_blue_shulker_box,0 -lightbluchest,light_blue_shulker_box,0 -lbluchest,light_blue_shulker_box,0 -yellowshulkerbox,yellow_shulker_box,0 -yshulkerbox,yellow_shulker_box,0 -yellowchest,yellow_shulker_box,0 -ychest,yellow_shulker_box,0 -limeshulkerbox,lime_shulker_box,0 -lshulkerbox,lime_shulker_box,0 -lgreenshulkerbox,lime_shulker_box,0 -lgreshulkerbox,lime_shulker_box,0 -limechest,lime_shulker_box,0 -lgrechest,lime_shulker_box,0 -lchest,lime_shulker_box,0 -pinkshulkerbox,pink_shulker_box,0 -pishulkerbox,pink_shulker_box,0 -pinkchest,pink_shulker_box,0 -pichest,pink_shulker_box,0 -grayshulkerbox,gray_shulker_box,0 -greyshulkerbox,gray_shulker_box,0 -darkgrayshulkerbox,gray_shulker_box,0 -darkgreyshulkerbox,gray_shulker_box,0 -dgrayshulkerbox,gray_shulker_box,0 -dgreyshulkerbox,gray_shulker_box,0 -grashulkerbox,gray_shulker_box,0 -greshulkerbox,gray_shulker_box,0 -dgrashulkerbox,gray_shulker_box,0 -dgreshulkerbox,gray_shulker_box,0 -graychest,gray_shulker_box,0 -greychest,gray_shulker_box,0 -darkgraychest,gray_shulker_box,0 -darkgreychest,gray_shulker_box,0 -dgraychest,gray_shulker_box,0 -dgreychest,gray_shulker_box,0 -grachest,gray_shulker_box,0 -darkgrachest,gray_shulker_box,0 -dgrachest,gray_shulker_box,0 -silvershulkerbox,silver_shulker_box,0 -silverchest,silver_shulker_box,0 -sishulkerbox,silver_shulker_box,0 -sichest,silver_shulker_box,0 -lgshulkerbox,silver_shulker_box,0 -lgchest,silver_shulker_box,0 -lightgrayshulkerbox,silver_shulker_box,0 -lightgreyshulkerbox,silver_shulker_box,0 -lightgraychest,silver_shulker_box,0 -lightgreychest,silver_shulker_box,0 -lightgrashulkerbox,silver_shulker_box,0 -lightgreshulkerbox,silver_shulker_box,0 -lightgrachest,silver_shulker_box,0 -lightgrechest,silver_shulker_box,0 -lgraychest,silver_shulker_box,0 -lgreychest,silver_shulker_box,0 -lgrachest,silver_shulker_box,0 -lgrechest,silver_shulker_box,0 -cyanshulkerbox,cyan_shulker_box,0 -cyanchest,cyan_shulker_box,0 -cshulkerbox,cyan_shulker_box,0 -cchest,cyan_shulker_box,0 -purpleshulkerbox,purple_shulker_box,0 -purplechest,purple_shulker_box,0 -pushulkerbox,purple_shulker_box,0 -puchest,purple_shulker_box,0 -blueshulkerbox,blue_shulker_box,0 -bluechest,blue_shulker_box,0 -blushulkerbox,blue_shulker_box,0 -bluchest,blue_shulker_box,0 -brownshulkerbox,brown_shulker_box,0 -brownchest,brown_shulker_box,0 -broshulkerbox,brown_shulker_box,0 -brochest,brown_shulker_box,0 -darkgreenshulkerbox,green_shulker_box,0 -darkgreenchest,green_shulker_box,0 -greenshulkerbox,green_shulker_box,0 -greenchest,green_shulker_box,0 -greenshulkerbox,green_shulker_box,0 -greenchest,green_shulker_box,0 -greshulkerbox,green_shulker_box,0 -grechest,green_shulker_box,0 -dgreshulkerbox,green_shulker_box,0 -dgrechest,green_shulker_box,0 -darkgreshulkerbox,green_shulker_box,0 -darkgrechest,green_shulker_box,0 -redshulkerbox,red_shulker_box,0 -rshulkerbox,red_shulker_box,0 -redchest,red_shulker_box,0 -rchest,red_shulker_box,0 -blackshulkerbox,black_shulker_box,0 -blashulkerbox,black_shulker_box,0 -blackchest,black_shulker_box,0 -blachest,black_shulker_box,0 -whiteglazedterracota,white_glazed_terracotta,0 -whiteglazedterra,white_glazed_terracotta,0 -whiteglazedtcota,white_glazed_terracotta,0 -wglazedterracota,white_glazed_terracotta,0 -wglazedterra,white_glazed_terracotta,0 -wglazedtcota,white_glazed_terracotta,0 -orangeglazedterracota,orange_glazed_terracotta,0 -orangeglazedterra,orange_glazed_terracotta,0 -orangeglazedtcota,orange_glazed_terracotta,0 -oglazedterracota,orange_glazed_terracotta,0 -oglazedterra,orange_glazed_terracotta,0 -oglazedtcota,orange_glazed_terracotta,0 -magentaglazedterracota,magenta_glazed_terracotta,0 -magentaglazedterra,magenta_glazed_terracotta,0 -magentaglazedtcota,magenta_glazed_terracotta,0 -mglazedterracota,magenta_glazed_terracotta,0 -mglazedterra,magenta_glazed_terracotta,0 -mglazedtcota,magenta_glazed_terracotta,0 -lightblueglazedterracota,light_blue_glazed_terracotta,0 -lightblueglazedterra,light_blue_glazed_terracotta,0 -lightblueglazedtcota,light_blue_glazed_terracotta,0 -lightbluglazedterracota,light_blue_glazed_terracotta,0 -lightbluglazedterra,light_blue_glazed_terracotta,0 -lightbluglazedtcota,light_blue_glazed_terracotta,0 -lblueglazedterracota,light_blue_glazed_terracotta,0 -lblueglazedterra,light_blue_glazed_terracotta,0 -lblueglazedtcota,light_blue_glazed_terracotta,0 -lbluglazedterracota,light_blue_glazed_terracotta,0 -lbluglazedterra,light_blue_glazed_terracotta,0 -lbluglazedtcota,light_blue_glazed_terracotta,0 -lbglazedterracota,light_blue_glazed_terracotta,0 -lbglazedterra,light_blue_glazed_terracotta,0 -lbglazedtcota,light_blue_glazed_terracotta,0 -yellowglazedterracota,yellow_glazed_terracotta,0 -yellowglazedterra,yellow_glazed_terracotta,0 -yellowglazedtcota,yellow_glazed_terracotta,0 -yglazedterracota,yellow_glazed_terracotta,0 -yglazedterra,yellow_glazed_terracotta,0 -yglazedtcota,yellow_glazed_terracotta,0 -lightgreenglazedterracota,lime_glazed_terracotta,0 -lightgreenglazedterra,lime_glazed_terracotta,0 -lightgreenglazedtcota,lime_glazed_terracotta,0 -lgreenglazedterracota,lime_glazed_terracotta,0 -lgreenglazedterra,lime_glazed_terracotta,0 -lgreenglazedtcota,lime_glazed_terracotta,0 -lightgreglazedterracota,lime_glazed_terracotta,0 -lightgreglazedterra,lime_glazed_terracotta,0 -lightgreglazedtcota,lime_glazed_terracotta,0 -lgreglazedterracota,lime_glazed_terracotta,0 -lgreglazedterra,lime_glazed_terracotta,0 -lgreglazedtcota,lime_glazed_terracotta,0 -limeglazedterracota,lime_glazed_terracotta,0 -limeglazedterra,lime_glazed_terracotta,0 -limeglazedtcota,lime_glazed_terracotta,0 -lglazedterracota,lime_glazed_terracotta,0 -lglazedterra,lime_glazed_terracotta,0 -lglazedtcota,lime_glazed_terracotta,0 -pinkglazedterracota,pink_glazed_terracotta,0 -pinkglazedterra,pink_glazed_terracotta,0 -pinkglazedtcota,pink_glazed_terracotta,0 -piglazedterracota,pink_glazed_terracotta,0 -piglazedterra,pink_glazed_terracotta,0 -piglazedtcota,pink_glazed_terracotta,0 -darkgrayglazedterracota,gray_glazed_terracotta,0 -darkgrayglazedterra,gray_glazed_terracotta,0 -darkgrayglazedtcota,gray_glazed_terracotta,0 -dgrayglazedterracota,gray_glazed_terracotta,0 -dgrayglazedterra,gray_glazed_terracotta,0 -dgrayglazedtcota,gray_glazed_terracotta,0 -darkgreyglazedterracota,gray_glazed_terracotta,0 -darkgreyglazedterra,gray_glazed_terracotta,0 -darkgreyglazedtcota,gray_glazed_terracotta,0 -dgreyglazedterracota,gray_glazed_terracotta,0 -dgreyglazedterra,gray_glazed_terracotta,0 -dgreyglazedtcota,gray_glazed_terracotta,0 -darkgraglazedterracota,gray_glazed_terracotta,0 -darkgraglazedterra,gray_glazed_terracotta,0 -darkgraglazedtcota,gray_glazed_terracotta,0 -dgraglazedterracota,gray_glazed_terracotta,0 -dgraglazedterra,gray_glazed_terracotta,0 -dgraglazedtcota,gray_glazed_terracotta,0 -grayglazedterracota,gray_glazed_terracotta,0 -grayglazedterra,gray_glazed_terracotta,0 -grayglazedtcota,gray_glazed_terracotta,0 -greyglazedterracota,gray_glazed_terracotta,0 -greyglazedterra,gray_glazed_terracotta,0 -greyglazedtcota,gray_glazed_terracotta,0 -graglazedterracota,gray_glazed_terracotta,0 -graglazedterra,gray_glazed_terracotta,0 -graglazedtcota,gray_glazed_terracotta,0 -lgglazedterracota,silver_glazed_terracotta,0 -lgglazedterra,silver_glazed_terracotta,0 -lgglazedtcota,silver_glazed_terracotta,0 -lightgrayglazedterracota,silver_glazed_terracotta,0 -lightgrayglazedterra,silver_glazed_terracotta,0 -lightgrayglazedtcota,silver_glazed_terracotta,0 -lgrayglazedterracota,silver_glazed_terracotta,0 -lgrayglazedterra,silver_glazed_terracotta,0 -lgrayglazedtcota,silver_glazed_terracotta,0 -lightgreyglazedterracota,silver_glazed_terracotta,0 -lightgreyglazedterra,silver_glazed_terracotta,0 -lightgreyglazedtcota,silver_glazed_terracotta,0 -lgreyglazedterracota,silver_glazed_terracotta,0 -lgreyglazedterra,silver_glazed_terracotta,0 -lgreyglazedtcota,silver_glazed_terracotta,0 -lightgraglazedterracota,silver_glazed_terracotta,0 -lightgraglazedterra,silver_glazed_terracotta,0 -lightgraglazedtcota,silver_glazed_terracotta,0 -lgraglazedterracota,silver_glazed_terracotta,0 -lgraglazedterra,silver_glazed_terracotta,0 -lgraglazedtcota,silver_glazed_terracotta,0 -silverglazedterracota,silver_glazed_terracotta,0 -silverglazedterra,silver_glazed_terracotta,0 -silverglazedtcota,silver_glazed_terracotta,0 -siglazedterracota,silver_glazed_terracotta,0 -siglazedterra,silver_glazed_terracotta,0 -siglazedtcota,silver_glazed_terracotta,0 -cyanglazedterracota,cyan_glazed_terracotta,0 -cyanglazedterra,cyan_glazed_terracotta,0 -cyanglazedtcota,cyan_glazed_terracotta,0 -cglazedterracota,cyan_glazed_terracotta,0 -cglazedterra,cyan_glazed_terracotta,0 -cglazedtcota,cyan_glazed_terracotta,0 -purpleglazedterracota,purple_glazed_terracotta,0 -purpleglazedterra,purple_glazed_terracotta,0 -purpleglazedtcota,purple_glazed_terracotta,0 -puglazedterracota,purple_glazed_terracotta,0 -puglazedterra,purple_glazed_terracotta,0 -puglazedtcota,purple_glazed_terracotta,0 -blueglazedterracota,blue_glazed_terracotta,0 -blueglazedterra,blue_glazed_terracotta,0 -blueglazedtcota,blue_glazed_terracotta,0 -bluglazedterracota,blue_glazed_terracotta,0 -bluglazedterra,blue_glazed_terracotta,0 -bluglazedtcota,blue_glazed_terracotta,0 -brownglazedterracota,brown_glazed_terracotta,0 -brownglazedterra,brown_glazed_terracotta,0 -brownglazedtcota,brown_glazed_terracotta,0 -broglazedterracota,brown_glazed_terracotta,0 -broglazedterra,brown_glazed_terracotta,0 -broglazedtcota,brown_glazed_terracotta,0 -darkgreenglazedterracota,green_glazed_terracotta,0 -darkgreenglazedterra,green_glazed_terracotta,0 -darkgreenglazedtcota,green_glazed_terracotta,0 -dgreenglazedterracota,green_glazed_terracotta,0 -dgreenglazedterra,green_glazed_terracotta,0 -dgreenglazedtcota,green_glazed_terracotta,0 -greenglazedterracota,green_glazed_terracotta,0 -greenglazedterra,green_glazed_terracotta,0 -greenglazedtcota,green_glazed_terracotta,0 -darkgreglazedterracota,green_glazed_terracotta,0 -darkgreglazedterra,green_glazed_terracotta,0 -darkgreglazedtcota,green_glazed_terracotta,0 -dgreglazedterracota,green_glazed_terracotta,0 -dgreglazedterra,green_glazed_terracotta,0 -dgreglazedtcota,green_glazed_terracotta,0 -greglazedterracota,green_glazed_terracotta,0 -greglazedterra,green_glazed_terracotta,0 -greglazedtcota,green_glazed_terracotta,0 -redglazedterracota,red_glazed_terracotta,0 -redglazedterra,red_glazed_terracotta,0 -redglazedtcota,red_glazed_terracotta,0 -rglazedterracota,red_glazed_terracotta,0 -rglazedterra,red_glazed_terracotta,0 -rglazedtcota,red_glazed_terracotta,0 -blackglazedterracota,black_glazed_terracotta,0 -blackglazedterra,black_glazed_terracotta,0 -blackglazedtcota,black_glazed_terracotta,0 -blaglazedterracota,black_glazed_terracotta,0 -blaglazedterra,black_glazed_terracotta,0 -blaglazedtcota,black_glazed_terracotta,0 -whiteconcrete,concrete,0 -wconcrete,concrete,0 -orangeconcrete,concrete,1 -oconcrete,concrete,1 -magentaconcrete,concrete,2 -mconcrete,concrete,2 -lightblueconcrete,concrete,3 -lightbluconcrete,concrete,3 -lblueconcrete,concrete,3 -lbluconcrete,concrete,3 -lbconcrete,concrete,3 -yellowconcrete,concrete,4 -yconcrete,concrete,4 -lightgreenconcrete,concrete,5 -lgreenconcrete,concrete,5 -lightgreconcrete,concrete,5 -lgreconcrete,concrete,5 -limeconcrete,concrete,5 -lconcrete,concrete,5 -pinkconcrete,concrete,6 -piconcrete,concrete,6 -darkgrayconcrete,concrete,7 -dgrayconcrete,concrete,7 -darkgreyconcrete,concrete,7 -dgreyconcrete,concrete,7 -darkgraconcrete,concrete,7 -dgraconcrete,concrete,7 -grayconcrete,concrete,7 -greyconcrete,concrete,7 -graconcrete,concrete,7 -lgconcrete,concrete,8 -lightgrayconcrete,concrete,8 -lgrayconcrete,concrete,8 -lightgreyconcrete,concrete,8 -lgreyconcrete,concrete,8 -lightgraconcrete,concrete,8 -lgraconcrete,concrete,8 -silverconcrete,concrete,8 -siconcrete,concrete,8 -cyanconcrete,concrete,9 -cconcrete,concrete,9 -purpleconcrete,concrete,10 -puconcrete,concrete,10 -blueconcrete,concrete,11 -bluconcrete,concrete,11 -brownconcrete,concrete,12 -broconcrete,concrete,12 -darkgreenconcrete,concrete,13 -dgreenconcrete,concrete,13 -greenconcrete,concrete,13 -darkgreconcrete,concrete,13 -dgreconcrete,concrete,13 -greconcrete,concrete,13 -redconcrete,concrete,14 -rconcrete,concrete,14 -blackconcrete,concrete,15 -blaconcrete,concrete,15 -whiteconcretepowder,concrete_powder,0 -whiteconcretesand,concrete_powder,0 -wconcretepowder,concrete_powder,0 -wconcretesand,concrete_powder,0 -orangeconcretepowder,concrete_powder,1 -orangeconcretesand,concrete_powder,1 -oconcretepowder,concrete_powder,1 -oconcretesand,concrete_powder,1 -magentaconcretepowder,concrete_powder,2 -magentaconcretesand,concrete_powder,2 -mconcretepowder,concrete_powder,2 -mconcretesand,concrete_powder,2 -lightblueconcretepowder,concrete_powder,3 -lightblueconcretesand,concrete_powder,3 -lightbluconcretepowder,concrete_powder,3 -lightbluconcretesand,concrete_powder,3 -lblueconcretepowder,concrete_powder,3 -lblueconcretesand,concrete_powder,3 -lbluconcretepowder,concrete_powder,3 -lbluconcretesand,concrete_powder,3 -lbconcretepowder,concrete_powder,3 -lbconcretesand,concrete_powder,3 -yellowconcretepowder,concrete_powder,4 -yellowconcretesand,concrete_powder,4 -yconcretepowder,concrete_powder,4 -yconcretesand,concrete_powder,4 -lightgreenconcretepowder,concrete_powder,5 -lightgreenconcretesand,concrete_powder,5 -lgreenconcretepowder,concrete_powder,5 -lgreenconcretesand,concrete_powder,5 -lightgreconcretepowder,concrete_powder,5 -lightgreconcretesand,concrete_powder,5 -lgreconcretepowder,concrete_powder,5 -lgreconcretesand,concrete_powder,5 -limeconcretepowder,concrete_powder,5 -limeconcretesand,concrete_powder,5 -lconcretepowder,concrete_powder,5 -lconcretesand,concrete_powder,5 -pinkconcretepowder,concrete_powder,6 -pinkconcretesand,concrete_powder,6 -piconcretepowder,concrete_powder,6 -piconcretesand,concrete_powder,6 -darkgrayconcretepowder,concrete_powder,7 -darkgrayconcretesand,concrete_powder,7 -dgrayconcretepowder,concrete_powder,7 -dgrayconcretesand,concrete_powder,7 -darkgreyconcretepowder,concrete_powder,7 -darkgreyconcretesand,concrete_powder,7 -dgreyconcretepowder,concrete_powder,7 -dgreyconcretesand,concrete_powder,7 -darkgraconcretepowder,concrete_powder,7 -darkgraconcretesand,concrete_powder,7 -dgraconcretepowder,concrete_powder,7 -dgraconcretesand,concrete_powder,7 -grayconcretepowder,concrete_powder,7 -grayconcretesand,concrete_powder,7 -greyconcretepowder,concrete_powder,7 -greyconcretesand,concrete_powder,7 -graconcretepowder,concrete_powder,7 -graconcretesand,concrete_powder,7 -lgconcretepowder,concrete_powder,8 -lgconcretesand,concrete_powder,8 -lightgrayconcretepowder,concrete_powder,8 -lightgrayconcretesand,concrete_powder,8 -lgrayconcretepowder,concrete_powder,8 -lgrayconcretesand,concrete_powder,8 -lightgreyconcretepowder,concrete_powder,8 -lightgreyconcretesand,concrete_powder,8 -lgreyconcretepowder,concrete_powder,8 -lgreyconcretesand,concrete_powder,8 -lightgraconcretepowder,concrete_powder,8 -lightgraconcretesand,concrete_powder,8 -lgraconcretepowder,concrete_powder,8 -lgraconcretesand,concrete_powder,8 -silverconcretepowder,concrete_powder,8 -silverconcretesand,concrete_powder,8 -siconcretepowder,concrete_powder,8 -siconcretesand,concrete_powder,8 -cyanconcretepowder,concrete_powder,9 -cyanconcretesand,concrete_powder,9 -cconcretepowder,concrete_powder,9 -cconcretesand,concrete_powder,9 -purpleconcretepowder,concrete_powder,10 -purpleconcretesand,concrete_powder,10 -puconcretepowder,concrete_powder,10 -puconcretesand,concrete_powder,10 -blueconcretepowder,concrete_powder,11 -blueconcretesand,concrete_powder,11 -bluconcretepowder,concrete_powder,11 -bluconcretesand,concrete_powder,11 -brownconcretepowder,concrete_powder,12 -brownconcretesand,concrete_powder,12 -broconcretepowder,concrete_powder,12 -broconcretesand,concrete_powder,12 -darkgreenconcretepowder,concrete_powder,13 -darkgreenconcretesand,concrete_powder,13 -dgreenconcretepowder,concrete_powder,13 -dgreenconcretesand,concrete_powder,13 -greenconcretepowder,concrete_powder,13 -greenconcretesand,concrete_powder,13 -darkgreconcretepowder,concrete_powder,13 -darkgreconcretesand,concrete_powder,13 -dgreconcretepowder,concrete_powder,13 -dgreconcretesand,concrete_powder,13 -greconcretepowder,concrete_powder,13 -greconcretesand,concrete_powder,13 -redconcretepowder,concrete_powder,14 -redconcretesand,concrete_powder,14 -rconcretepowder,concrete_powder,14 -rconcretesand,concrete_powder,14 -blackconcretepowder,concrete_powder,15 -blackconcretesand,concrete_powder,15 -blaconcretepowder,concrete_powder,15 -blaconcretesand,concrete_powder,15 -structureblock,structure_block,0 -ironshovel,iron_spade,0 -ironspade,iron_spade,0 -ishovel,iron_spade,0 -ispade,iron_spade,0 -steelshovel,iron_spade,0 -steelspade,iron_spade,0 -ironpickaxe,iron_pickaxe,0 -ironpick,iron_pickaxe,0 -steelpickaxe,iron_pickaxe,0 -steelpick,iron_pickaxe,0 -ipickaxe,iron_pickaxe,0 -ipick,iron_pickaxe,0 -ironaxe,iron_axe,0 -iaxe,iron_axe,0 -steelaxe,iron_axe,0 -flintandsteel,flint_and_steel,0 -flintandiron,flint_and_steel,0 -flintandtinder,flint_and_steel,0 -flintnsteel,flint_and_steel,0 -flintniron,flint_and_steel,0 -flintntinder,flint_and_steel,0 -flintsteel,flint_and_steel,0 -flintiron,flint_and_steel,0 -flinttinder,flint_and_steel,0 -lighter,flint_and_steel,0 -apple,apple,0 -normalapple,apple,0 -redapple,apple,0 -bow,bow,0 -arrow,arrow,0 -coal,coal,0 -charcoal,coal,1 -ccoal,coal,1 -diamond,diamond,0 -crystal,diamond,0 -ironingot,iron_ingot,0 -ironbar,iron_ingot,0 -ironi,iron_ingot,0 -steelingot,iron_ingot,0 -steelbar,iron_ingot,0 -steeli,iron_ingot,0 -iingot,iron_ingot,0 -ibar,iron_ingot,0 -ingotiron,iron_ingot,0 -bariron,iron_ingot,0 -iiron,iron_ingot,0 -ingotsteel,iron_ingot,0 -barsteel,iron_ingot,0 -isteel,iron_ingot,0 -ingoti,iron_ingot,0 -bari,iron_ingot,0 -ironnugget,iron_nugget,0 -nuggeti,iron_nugget,0 -inugget,iron_nugget,0 -goldingot,gold_ingot,0 -goldbar,gold_ingot,0 -goldi,gold_ingot,0 -gingot,gold_ingot,0 -gbar,gold_ingot,0 -ingotgold,gold_ingot,0 -bargold,gold_ingot,0 -igold,gold_ingot,0 -ingotg,gold_ingot,0 -barg,gold_ingot,0 -ironsword,iron_sword,0 -steelsword,iron_sword,0 -isword,iron_sword,0 -woodensword,wood_sword,0 -woodsword,wood_sword,0 -wsword,wood_sword,0 -woodenshovel,wood_spade,0 -woodenspade,wood_spade,0 -woodshovel,wood_spade,0 -woodspade,wood_spade,0 -wshovel,wood_spade,0 -wspade,wood_spade,0 -woodenpickaxe,wood_pickaxe,0 -woodenpick,wood_pickaxe,0 -woodpickaxe,wood_pickaxe,0 -woodpick,wood_pickaxe,0 -wpickaxe,wood_pickaxe,0 -wpick,wood_pickaxe,0 -woodenaxe,wood_axe,0 -woodaxe,wood_axe,0 -waxe,wood_axe,0 -stonesword,stone_sword,0 -cobblestonesword,stone_sword,0 -cstonesword,stone_sword,0 -cssword,stone_sword,0 -ssword,stone_sword,0 -stoneshovel,stone_spade,0 -cobblestoneshovel,stone_spade,0 -cobblestonespade,stone_spade,0 -cstoneshovel,stone_spade,0 -cstonespade,stone_spade,0 -stonespade,stone_spade,0 -csshovel,stone_spade,0 -csspade,stone_spade,0 -sshovel,stone_spade,0 -sspade,stone_spade,0 -stonepickaxe,stone_pickaxe,0 -cobblestonepickaxe,stone_pickaxe,0 -cobblestonepick,stone_pickaxe,0 -cstonepickaxe,stone_pickaxe,0 -cstonepick,stone_pickaxe,0 -stonepick,stone_pickaxe,0 -cspickaxe,stone_pickaxe,0 -cspick,stone_pickaxe,0 -spickaxe,stone_pickaxe,0 -spick,stone_pickaxe,0 -stoneaxe,stone_axe,0 -cobblestoneaxe,stone_axe,0 -cstoneaxe,stone_axe,0 -csaxe,stone_axe,0 -saxe,stone_axe,0 -diamondsword,diamond_sword,0 -crystalsword,diamond_sword,0 -dsword,diamond_sword,0 -diamondshovel,diamond_spade,0 -diamondspade,diamond_spade,0 -crystalshovel,diamond_spade,0 -crystalspade,diamond_spade,0 -dshovel,diamond_spade,0 -dspade,diamond_spade,0 -diamondpickaxe,diamond_pickaxe,0 -diamondpick,diamond_pickaxe,0 -crystalpickaxe,diamond_pickaxe,0 -crystalpick,diamond_pickaxe,0 -dpickaxe,diamond_pickaxe,0 -dpick,diamond_pickaxe,0 -diamondaxe,diamond_axe,0 -crystalaxe,diamond_axe,0 -daxe,diamond_axe,0 -stick,stick,0 -twig,stick,0 -branch,stick,0 -bowl,bowl,0 -woodenbowl,bowl,0 -woodbowl,bowl,0 -mushroomsoup,mushroom_soup,0 -mrsoup,mushroom_soup,0 -soup,mushroom_soup,0 -goldsword,gold_sword,0 -gsword,gold_sword,0 -goldshovel,gold_spade,0 -goldspade,gold_spade,0 -gshovel,gold_spade,0 -gspade,gold_spade,0 -goldpickaxe,gold_pickaxe,0 -goldpick,gold_pickaxe,0 -gpickaxe,gold_pickaxe,0 -gpick,gold_pickaxe,0 -goldaxe,gold_axe,0 -gaxe,gold_axe,0 -string,string,0 -thread,string,0 -feather,feather,0 -gunpowder,sulphur,0 -sulfur,sulphur,0 -woodenhoe,wood_hoe,0 -woodhoe,wood_hoe,0 -whoe,wood_hoe,0 -stonehoe,stone_hoe,0 -cobblestonehoe,stone_hoe,0 -cstonehoe,stone_hoe,0 -cshoe,stone_hoe,0 -shoe,stone_hoe,0 -ironhoe,iron_hoe,0 -steelhoe,iron_hoe,0 -ihoe,iron_hoe,0 -diamondhoe,diamond_hoe,0 -crystalhoe,diamond_hoe,0 -dhoe,diamond_hoe,0 -goldhoe,gold_hoe,0 -ghoe,gold_hoe,0 -seeds,seeds,0 -seed,seeds,0 -wheat,wheat,0 -crops,wheat,0 -crop,wheat,0 -bread,bread,0 -leatherhelmet,leather_helmet,0 -leatherhelm,leather_helmet,0 -leatherhat,leather_helmet,0 -leathercoif,leather_helmet,0 -lhelmet,leather_helmet,0 -lhelm,leather_helmet,0 -lhat,leather_helmet,0 -lcoif,leather_helmet,0 -leatherchestplate,leather_chestplate,0 -leatherplatebody,leather_chestplate,0 -leatherplate,leather_chestplate,0 -leathershirt,leather_chestplate,0 -leathertunic,leather_chestplate,0 -lchestplate,leather_chestplate,0 -lplatebody,leather_chestplate,0 -lplate,leather_chestplate,0 -lshirt,leather_chestplate,0 -ltunic,leather_chestplate,0 -leatherleggings,leather_leggings,0 -leatherlegs,leather_leggings,0 -leatherpants,leather_leggings,0 -lleggings,leather_leggings,0 -llegs,leather_leggings,0 -lpants,leather_leggings,0 -leatherboots,leather_boots,0 -leathershoes,leather_boots,0 -lboots,leather_boots,0 -lshoes,leather_boots,0 -chainmailhelmet,chainmail_helmet,0 -chainmailhelm,chainmail_helmet,0 -chainmailhat,chainmail_helmet,0 -chainmailcoif,chainmail_helmet,0 -chainmhelmet,chainmail_helmet,0 -chainmhelm,chainmail_helmet,0 -chainmhat,chainmail_helmet,0 -chainmcoif,chainmail_helmet,0 -cmailhelmet,chainmail_helmet,0 -cmailhelm,chainmail_helmet,0 -cmailhat,chainmail_helmet,0 -cmailcoif,chainmail_helmet,0 -chainhelmet,chainmail_helmet,0 -chainhelm,chainmail_helmet,0 -chainhat,chainmail_helmet,0 -chaincoif,chainmail_helmet,0 -cmhelmet,chainmail_helmet,0 -cmhelm,chainmail_helmet,0 -cmhat,chainmail_helmet,0 -cmcoif,chainmail_helmet,0 -chainmailchestplate,chainmail_chestplate,0 -chainmailplatebody,chainmail_chestplate,0 -chainmailplate,chainmail_chestplate,0 -chainmailshirt,chainmail_chestplate,0 -chainmailtunic,chainmail_chestplate,0 -chainmchestplate,chainmail_chestplate,0 -chainmplatebody,chainmail_chestplate,0 -chainmplate,chainmail_chestplate,0 -chainmshirt,chainmail_chestplate,0 -chainmtunic,chainmail_chestplate,0 -cmailchestplate,chainmail_chestplate,0 -cmailplatebody,chainmail_chestplate,0 -cmailplate,chainmail_chestplate,0 -cmailshirt,chainmail_chestplate,0 -cmailtunic,chainmail_chestplate,0 -chainchestplate,chainmail_chestplate,0 -chainplatebody,chainmail_chestplate,0 -chainplate,chainmail_chestplate,0 -chainshirt,chainmail_chestplate,0 -chaintunic,chainmail_chestplate,0 -cmchestplate,chainmail_chestplate,0 -cmplatebody,chainmail_chestplate,0 -cmplate,chainmail_chestplate,0 -cmshirt,chainmail_chestplate,0 -cmtunic,chainmail_chestplate,0 -chainmailleggings,chainmail_leggings,0 -chainmaillegs,chainmail_leggings,0 -chainmailpants,chainmail_leggings,0 -chainmleggings,chainmail_leggings,0 -chainmlegs,chainmail_leggings,0 -chainmpants,chainmail_leggings,0 -cmailleggings,chainmail_leggings,0 -cmaillegs,chainmail_leggings,0 -cmailpants,chainmail_leggings,0 -chainleggings,chainmail_leggings,0 -chainlegs,chainmail_leggings,0 -chainpants,chainmail_leggings,0 -cmleggings,chainmail_leggings,0 -cmlegs,chainmail_leggings,0 -cmpants,chainmail_leggings,0 -chainmailboots,chainmail_boots,0 -chainmailshoes,chainmail_boots,0 -chainmboots,chainmail_boots,0 -chainmshoes,chainmail_boots,0 -cmailboots,chainmail_boots,0 -cmailshoes,chainmail_boots,0 -chainboots,chainmail_boots,0 -chainshoes,chainmail_boots,0 -cmboots,chainmail_boots,0 -cmshoes,chainmail_boots,0 -ironhelmet,iron_helmet,0 -ironhelm,iron_helmet,0 -ironhat,iron_helmet,0 -ironcoif,iron_helmet,0 -ihelmet,iron_helmet,0 -ihelm,iron_helmet,0 -ihat,iron_helmet,0 -icoif,iron_helmet,0 -steelhelmet,iron_helmet,0 -steelhelm,iron_helmet,0 -steelhat,iron_helmet,0 -steelcoif,iron_helmet,0 -shelmet,iron_helmet,0 -shelm,iron_helmet,0 -shat,iron_helmet,0 -scoif,iron_helmet,0 -ironchestplate,iron_chestplate,0 -ironplatebody,iron_chestplate,0 -ironshirt,iron_chestplate,0 -irontunic,iron_chestplate,0 -ichestplate,iron_chestplate,0 -iplatebody,iron_chestplate,0 -ishirt,iron_chestplate,0 -itunic,iron_chestplate,0 -steelchestplate,iron_chestplate,0 -steelplatebody,iron_chestplate,0 -steelplate,iron_chestplate,0 -steelshirt,iron_chestplate,0 -steeltunic,iron_chestplate,0 -schestplate,iron_chestplate,0 -splatebody,iron_chestplate,0 -sshirt,iron_chestplate,0 -stunic,iron_chestplate,0 -ironleggings,iron_leggings,0 -ironlegs,iron_leggings,0 -ironpants,iron_leggings,0 -ileggings,iron_leggings,0 -ilegs,iron_leggings,0 -ipants,iron_leggings,0 -steelleggings,iron_leggings,0 -steellegs,iron_leggings,0 -steelpants,iron_leggings,0 -sleggings,iron_leggings,0 -slegs,iron_leggings,0 -spants,iron_leggings,0 -ironboots,iron_boots,0 -ironshoes,iron_boots,0 -iboots,iron_boots,0 -ishoes,iron_boots,0 -steelboots,iron_boots,0 -steelshoes,iron_boots,0 -sboots,iron_boots,0 -sshoes,iron_boots,0 -diamondhelmet,diamond_helmet,0 -diamondhelm,diamond_helmet,0 -diamondhat,diamond_helmet,0 -diamondcoif,diamond_helmet,0 -dhelmet,diamond_helmet,0 -dhelm,diamond_helmet,0 -dhat,diamond_helmet,0 -dcoif,diamond_helmet,0 -crystalhelmet,diamond_helmet,0 -crystalhelm,diamond_helmet,0 -crystalhat,diamond_helmet,0 -crystalcoif,diamond_helmet,0 -chelmet,diamond_helmet,0 -chelm,diamond_helmet,0 -chat,diamond_helmet,0 -ccoif,diamond_helmet,0 -diamondchestplate,diamond_chestplate,0 -diamondplatebody,diamond_chestplate,0 -diamondplate,diamond_chestplate,0 -diamondshirt,diamond_chestplate,0 -diamondtunic,diamond_chestplate,0 -dchestplate,diamond_chestplate,0 -dplatebody,diamond_chestplate,0 -dplate,diamond_chestplate,0 -dshirt,diamond_chestplate,0 -dtunic,diamond_chestplate,0 -crystalchestplate,diamond_chestplate,0 -crystalplatebody,diamond_chestplate,0 -crystalplate,diamond_chestplate,0 -crystalshirt,diamond_chestplate,0 -crystaltunic,diamond_chestplate,0 -cchestplate,diamond_chestplate,0 -cplatebody,diamond_chestplate,0 -cplate,diamond_chestplate,0 -cshirt,diamond_chestplate,0 -ctunic,diamond_chestplate,0 -diamondleggings,diamond_leggings,0 -diamondlegs,diamond_leggings,0 -diamondpants,diamond_leggings,0 -dleggings,diamond_leggings,0 -dlegs,diamond_leggings,0 -dpants,diamond_leggings,0 -crystalleggings,diamond_leggings,0 -crystallegs,diamond_leggings,0 -crystalpants,diamond_leggings,0 -cleggings,diamond_leggings,0 -clegs,diamond_leggings,0 -cpants,diamond_leggings,0 -diamondboots,diamond_boots,0 -diamondshoes,diamond_boots,0 -dboots,diamond_boots,0 -dshoes,diamond_boots,0 -crystalboots,diamond_boots,0 -crystalshoes,diamond_boots,0 -cboots,diamond_boots,0 -cshoes,diamond_boots,0 -goldhelmet,gold_helmet,0 -goldhelm,gold_helmet,0 -goldhat,gold_helmet,0 -goldcoif,gold_helmet,0 -ghelmet,gold_helmet,0 -ghelm,gold_helmet,0 -ghat,gold_helmet,0 -gcoif,gold_helmet,0 -goldchestplate,gold_chestplate,0 -goldplatebody,gold_chestplate,0 -goldshirt,gold_chestplate,0 -goldtunic,gold_chestplate,0 -gchestplate,gold_chestplate,0 -gplatebody,gold_chestplate,0 -gplateplate,gold_chestplate,0 -gshirt,gold_chestplate,0 -gtunic,gold_chestplate,0 -goldleggings,gold_leggings,0 -goldlegs,gold_leggings,0 -goldpants,gold_leggings,0 -gleggings,gold_leggings,0 -glegs,gold_leggings,0 -gpants,gold_leggings,0 -goldboots,gold_boots,0 -goldshoes,gold_boots,0 -gboots,gold_boots,0 -gshoes,gold_boots,0 -flint,flint,0 -pork,pork,0 -porkchop,pork,0 -rawpork,pork,0 -rpork,pork,0 -rawporkchop,pork,0 -rporkchop,pork,0 -cookedpork,grilled_pork,0 -grilledpork,grilled_pork,0 -grillpork,grilled_pork,0 -gpork,grilled_pork,0 -cookpork,grilled_pork,0 -cpork,grilled_pork,0 -grilledporkchop,grilled_pork,0 -grillporkchop,grilled_pork,0 -gporkchop,grilled_pork,0 -cookedporkchop,grilled_pork,0 -cookporkchop,grilled_pork,0 -cporkchop,grilled_pork,0 -bacon,grilled_pork,0 -painting,painting,0 -picture,painting,0 -goldenapple,golden_apple,0 -goldapple,golden_apple,0 -gapple,golden_apple,0 -enchantedgoldenapple,golden_apple,1 -enchantedgoldapple,golden_apple,1 -enchantedgapple,golden_apple,1 -supergoldenapple,golden_apple,1 -supergoldapple,golden_apple,1 -supergapple,golden_apple,1 -magicalgoldenapple,golden_apple,1 -magicalgoldapple,golden_apple,1 -magicalgapple,golden_apple,1 -magicgoldenapple,golden_apple,1 -magicgoldapple,golden_apple,1 -magicgapple,golden_apple,1 -egoldenapple,golden_apple,1 -egoldapple,golden_apple,1 -egapple,golden_apple,1 -sgoldenapple,golden_apple,1 -sgoldapple,golden_apple,1 -sgapple,golden_apple,1 -mgoldenapple,golden_apple,1 -mgoldapple,golden_apple,1 -mgapple,golden_apple,1 -sign,sign,0 -woodendoor,wood_door,0 -wooddoor,wood_door,0 -wdoor,wood_door,0 -door,wood_door,0 -oakdoor,wood_door,0 -odoor,wood_door,0 -bucket,bucket,0 -bukkit,bucket,0 -waterbucket,water_bucket,0 -waterbukkit,water_bucket,0 -wbucket,water_bucket,0 -wbukkit,water_bucket,0 -magmabucket,lava_bucket,0 -magmabukkit,lava_bucket,0 -lavabucket,lava_bucket,0 -lavabukkit,lava_bucket,0 -lbucket,lava_bucket,0 -lbukkit,lava_bucket,0 -minecart,minecart,0 -mcart,minecart,0 -cart,minecart,0 -saddle,saddle,0 -irondoor,iron_door,0 -idoor,iron_door,0 -steeldoor,iron_door,0 -sdoor,iron_door,0 -dooriron,iron_door,0 -doori,iron_door,0 -doorsteel,iron_door,0 -doors,iron_door,0 -redstonedust,redstone,0 -redstone,redstone,0 -rstonedust,redstone,0 -rstone,redstone,0 -redsdust,redstone,0 -reddust,redstone,0 -rsdust,redstone,0 -rdust,redstone,0 -snow,snow_ball,0 -snowball,snow_ball,0 -snball,snow_ball,0 -sball,snow_ball,0 -boat,boat,0 -leather,leather,0 -cowhide,leather,0 -hide,leather,0 -milkbucket,milk_bucket,0 -milkbukkit,milk_bucket,0 -mbucket,milk_bucket,0 -mbukkit,milk_bucket,0 -claybrick,clay_brick,0 -brick,clay_brick,0 -redbrick,clay_brick,0 -rbrick,clay_brick,0 -clayball,clay_ball,0 -cball,clay_ball,0 -clay,clay_ball,0 -reeds,sugar_cane,0 -reed,sugar_cane,0 -sugarcane,sugar_cane,0 -scane,sugar_cane,0 -bamboo,sugar_cane,0 -paper,paper,0 -papyrus,paper,0 -book,book,0 -slimeball,slime_ball,0 -slball,slime_ball,0 -chestminecart,storage_minecart,0 -storageminecart,storage_minecart,0 -storagemcart,storage_minecart,0 -chestmcart,storage_minecart,0 -storagecart,storage_minecart,0 -chestcart,storage_minecart,0 -sminecart,storage_minecart,0 -cminecart,storage_minecart,0 -smcart,storage_minecart,0 -cmcart,storage_minecart,0 -scart,storage_minecart,0 -ccart,storage_minecart,0 -furnaceminecart,powered_minecart,0 -engineminecart,powered_minecart,0 -poweredminecart,powered_minecart,0 -powerminecart,powered_minecart,0 -enginemcart,powered_minecart,0 -poweredmcart,powered_minecart,0 -powermcart,powered_minecart,0 -furnacemcart,powered_minecart,0 -enginecart,powered_minecart,0 -poweredcart,powered_minecart,0 -powercart,powered_minecart,0 -furnacecart,powered_minecart,0 -eminecart,powered_minecart,0 -pminecart,powered_minecart,0 -fminecart,powered_minecart,0 -emcart,powered_minecart,0 -pmcart,powered_minecart,0 -fmcart,powered_minecart,0 -ecart,powered_minecart,0 -pcart,powered_minecart,0 -fcart,powered_minecart,0 -egg,egg,0 -compass,compass,0 -fishingrod,fishing_rod,0 -fishrod,fishing_rod,0 -frod,fishing_rod,0 -rod,fishing_rod,0 -watch,watch,0 -goldwatch,watch,0 -goldclock,watch,0 -gwatch,watch,0 -gclock,watch,0 -clock,watch,0 -glowstonedust,glowstone_dust,0 -glowingstonedust,glowstone_dust,0 -lightstonedust,glowstone_dust,0 -lbdust,glowstone_dust,0 -gbdust,glowstone_dust,0 -lsdust,glowstone_dust,0 -gsdust,glowstone_dust,0 -rawfish,raw_fish,0 -rafish,raw_fish,0 -fish,raw_fish,0 -rawsalmonfish,raw_fish,1 -rasalmonfish,raw_fish,1 -salmonfish,raw_fish,1 -rawsalmon,raw_fish,1 -rasalmon,raw_fish,1 -salmon,raw_fish,1 -sfish,raw_fish,1 -fishs,raw_fish,1 -rawclownfish,raw_fish,2 -raclownfish,raw_fish,2 -clownfish,raw_fish,2 -rawnemo,raw_fish,2 -ranemo,raw_fish,2 -nemo,raw_fish,2 -nemofish,raw_fish,2 -fishnemo,raw_fish,2 -clfish,raw_fish,2 -fishcl,raw_fish,2 -nfish,raw_fish,2 -fishn,raw_fish,2 -rawpufferfish,raw_fish,3 -rapufferfish,raw_fish,3 -pufferfish,raw_fish,3 -pufffish,raw_fish,3 -fishpuff,raw_fish,3 -pfish,raw_fish,3 -fishp,raw_fish,3 -cookedfish,cooked_fish,0 -cookfish,cooked_fish,0 -cfish,cooked_fish,0 -grilledfish,cooked_fish,0 -grillfish,cooked_fish,0 -gfish,cooked_fish,0 -roastedfish,cooked_fish,0 -roastfish,cooked_fish,0 -rofish,cooked_fish,0 -cookedsalmonfish,cooked_fish,1 -cooksalmonfish,cooked_fish,1 -csalmonfish,cooked_fish,1 -grilledsalmonfish,cooked_fish,1 -grillsalmonfish,cooked_fish,1 -gsalmonfish,cooked_fish,1 -roastedsalmonfish,cooked_fish,1 -roastsalmonfish,cooked_fish,1 -rosalmonfish,cooked_fish,1 -cookedsalmon,cooked_fish,1 -cooksalmon,cooked_fish,1 -csalmon,cooked_fish,1 -grilledsalmon,cooked_fish,1 -grillsalmon,cooked_fish,1 -gsalmon,cooked_fish,1 -roastedsalmon,cooked_fish,1 -roastsalmon,cooked_fish,1 -rosalmon,cooked_fish,1 -dye,ink_sack,0 -inksack,ink_sack,0 -inksac,ink_sack,0 -isack,ink_sack,0 -isac,ink_sack,0 -sack,ink_sack,0 -sac,ink_sack,0 -blackinksack,ink_sack,0 -blackinksac,ink_sack,0 -blackisack,ink_sack,0 -blackisac,ink_sack,0 -blacksack,ink_sack,0 -blacksac,ink_sack,0 -inksackblack,ink_sack,0 -inksacblack,ink_sack,0 -isackblack,ink_sack,0 -isacblack,ink_sack,0 -sackblack,ink_sack,0 -sacblack,ink_sack,0 -blackinksackcolour,ink_sack,0 -blackinksaccolour,ink_sack,0 -blackisackcolour,ink_sack,0 -blackisaccolour,ink_sack,0 -blacksackcolour,ink_sack,0 -blacksaccolour,ink_sack,0 -inksackblackcolour,ink_sack,0 -inksacblackcolour,ink_sack,0 -isackblackcolour,ink_sack,0 -isacclackcolour,ink_sack,0 -sackblackcolour,ink_sack,0 -sacblackcolour,ink_sack,0 -blackinksackcolor,ink_sack,0 -blackinksaccolor,ink_sack,0 -blackisackcolor,ink_sack,0 -blackisaccolor,ink_sack,0 -blacksackcolor,ink_sack,0 -blacksaccolor,ink_sack,0 -inksackblackcolor,ink_sack,0 -inksacblackcolor,ink_sack,0 -isackblackcolor,ink_sack,0 -isacblackcolor,ink_sack,0 -sackblackcolor,ink_sack,0 -sacblackcolor,ink_sack,0 -blackinksackdye,ink_sack,0 -blackinksacdye,ink_sack,0 -blackisackdye,ink_sack,0 -blackisacdye,ink_sack,0 -blacksackdye,ink_sack,0 -blacksacdye,ink_sack,0 -inksackblackdye,ink_sack,0 -inksacblackdye,ink_sack,0 -isackblackdye,ink_sack,0 -isacclackdye,ink_sack,0 -sackblackdye,ink_sack,0 -sacblackdye,ink_sack,0 -blackcolor,ink_sack,0 -blackdye,ink_sack,0 -rosered,ink_sack,1 -roseredcolor,ink_sack,1 -roseredcolour,ink_sack,1 -rosereddye,ink_sack,1 -redrosecolor,ink_sack,1 -redrosecolour,ink_sack,1 -redrosedye,ink_sack,1 -redr,ink_sack,1 -redrcolor,ink_sack,1 -redrcolour,ink_sack,1 -redrdye,ink_sack,1 -redcolor,ink_sack,1 -redcolour,ink_sack,1 -reddye,ink_sack,1 -cactusgreen,ink_sack,2 -greencactus,ink_sack,2 -cactusgreencolour,ink_sack,2 -greencactuscolour,ink_sack,2 -cactusgreencolor,ink_sack,2 -greencactuscolor,ink_sack,2 -cactusgreendye,ink_sack,2 -greencactusdye,ink_sack,2 -greencolour,ink_sack,2 -greencolor,ink_sack,2 -greendye,ink_sack,2 -cocoabeans,ink_sack,3 -cocoabean,ink_sack,3 -cocobeans,ink_sack,3 -cocobean,ink_sack,3 -cbeans,ink_sack,3 -cbean,ink_sack,3 -beans,ink_sack,3 -bean,ink_sack,3 -browncocoabeans,ink_sack,3 -browncocoabean,ink_sack,3 -browncocobeans,ink_sack,3 -browncocobean,ink_sack,3 -browncbeans,ink_sack,3 -browncbean,ink_sack,3 -brownbeans,ink_sack,3 -brownbean,ink_sack,3 -brownb,ink_sack,3 -cocoabeanscolour,ink_sack,3 -cocoabeancolour,ink_sack,3 -cocobeanscolour,ink_sack,3 -cocobeancolour,ink_sack,3 -cbeanscolour,ink_sack,3 -cbeancolour,ink_sack,3 -beanscolour,ink_sack,3 -beancolour,ink_sack,3 -browncocoabeanscolour,ink_sack,3 -browncocoabeancolour,ink_sack,3 -browncocobeanscolour,ink_sack,3 -browncocobeancolour,ink_sack,3 -browncbeanscolour,ink_sack,3 -browncbeancolour,ink_sack,3 -brownbeanscolour,ink_sack,3 -brownbeancolour,ink_sack,3 -brownbcolour,ink_sack,3 -cocoabeanscolor,ink_sack,3 -cocoabeancolor,ink_sack,3 -cocobeanscolor,ink_sack,3 -cocobeancolor,ink_sack,3 -cbeanscolor,ink_sack,3 -cbeancolor,ink_sack,3 -beanscolor,ink_sack,3 -beancolor,ink_sack,3 -browncocoabeanscolor,ink_sack,3 -browncocoabeancolor,ink_sack,3 -browncocobeanscolor,ink_sack,3 -browncocobeancolor,ink_sack,3 -browncbeanscolor,ink_sack,3 -browncbeancolor,ink_sack,3 -brownbeanscolor,ink_sack,3 -brownbeancolor,ink_sack,3 -brownbcolor,ink_sack,3 -cocoabeansdye,ink_sack,3 -cocoabeandye,ink_sack,3 -cocobeansdye,ink_sack,3 -cocobeandye,ink_sack,3 -cbeansdye,ink_sack,3 -cbeandye,ink_sack,3 -beansdye,ink_sack,3 -beandye,ink_sack,3 -browncocoabeansdye,ink_sack,3 -browncocoabeandye,ink_sack,3 -browncocobeansdye,ink_sack,3 -browncocobeandye,ink_sack,3 -browncbeansdye,ink_sack,3 -browncbeandye,ink_sack,3 -brownbeansdye,ink_sack,3 -brownbeandye,ink_sack,3 -brownbdye,ink_sack,3 -browncolour,ink_sack,3 -browncolor,ink_sack,3 -browndye,ink_sack,3 -lapislazuli,ink_sack,4 -bluelapislazuli,ink_sack,4 -bluelapisl,ink_sack,4 -bluelapis,ink_sack,4 -bluel,ink_sack,4 -lapislazuliblue,ink_sack,4 -lapislblue,ink_sack,4 -lapisblue,ink_sack,4 -lapisl,ink_sack,4 -lapis,ink_sack,4 -bluelapislazulicolour,ink_sack,4 -bluelapislcolour,ink_sack,4 -bluelapiscolour,ink_sack,4 -lapislazulibluecolour,ink_sack,4 -lapislbluecolour,ink_sack,4 -lapisbluecolour,ink_sack,4 -lapislazulicolour,ink_sack,4 -lapislcolour,ink_sack,4 -lapiscolour,ink_sack,4 -bluelapislazulicolor,ink_sack,4 -bluelapislcolor,ink_sack,4 -bluelapiscolor,ink_sack,4 -lapislazulibluecolor,ink_sack,4 -lapislbluecolor,ink_sack,4 -lapisbluecolor,ink_sack,4 -lapislazulicolor,ink_sack,4 -lapislcolor,ink_sack,4 -lapiscolor,ink_sack,4 -bluelapislazulidye,ink_sack,4 -bluelapisldye,ink_sack,4 -bluelapisdye,ink_sack,4 -lapislazulibluedye,ink_sack,4 -lapislbluedye,ink_sack,4 -lapisbluedye,ink_sack,4 -lapislazulidye,ink_sack,4 -lapisldye,ink_sack,4 -lapisdye,ink_sack,4 -bluecolour,ink_sack,4 -bluecolor,ink_sack,4 -bluedye,ink_sack,4 -purpledye,ink_sack,5 -purplecolour,ink_sack,5 -purplecolor,ink_sack,5 -cyandye,ink_sack,6 -cyancolour,ink_sack,6 -cyancolor,ink_sack,6 -lightgraydye,ink_sack,7 -lightgraycolour,ink_sack,7 -lightgraycolor,ink_sack,7 -lgraycolour,ink_sack,7 -lgraycolor,ink_sack,7 -lgraydye,ink_sack,7 -lightgreydye,ink_sack,7 -lightgreycolour,ink_sack,7 -lightgreycolor,ink_sack,7 -lgreycolour,ink_sack,7 -lgreycolor,ink_sack,7 -lgreydye,ink_sack,7 -silvercolour,ink_sack,7 -silvercolor,ink_sack,7 -silverdye,ink_sack,7 -darkgraydye,ink_sack,8 -darkgraycolour,ink_sack,8 -darkgraycolor,ink_sack,8 -dgraycolour,ink_sack,8 -dgraycolor,ink_sack,8 -dgraydye,ink_sack,8 -graycolour,ink_sack,8 -graycolor,ink_sack,8 -graydye,ink_sack,8 -darkgreydye,ink_sack,8 -darkgreycolour,ink_sack,8 -darkgreycolor,ink_sack,8 -dgreycolour,ink_sack,8 -dgreycolor,ink_sack,8 -dgreydye,ink_sack,8 -greycolour,ink_sack,8 -greycolor,ink_sack,8 -greydye,ink_sack,8 -pinkdye,ink_sack,9 -pinkcolour,ink_sack,9 -pinkcolor,ink_sack,9 -limedye,ink_sack,10 -limecolour,ink_sack,10 -limecolor,ink_sack,10 -dandelionyellow,ink_sack,11 -dandelionyellowcolour,ink_sack,11 -dandelionyellowcolor,ink_sack,11 -dandelionyellowdye,ink_sack,11 -yellowdandelioncolour,ink_sack,11 -yellowdandelioncolor,ink_sack,11 -yellowdandeliondye,ink_sack,11 -yellowd,ink_sack,11 -yellowdcolour,ink_sack,11 -yellowdcolor,ink_sack,11 -yellowddye,ink_sack,11 -dyellow,ink_sack,11 -dyellowcolour,ink_sack,11 -dyellowcolor,ink_sack,11 -dyellowdye,ink_sack,11 -yellowcolour,ink_sack,11 -yellowcolor,ink_sack,11 -yellowdye,ink_sack,11 -lightbluecolour,ink_sack,12 -lightbluecolor,ink_sack,12 -lightbluedye,ink_sack,12 -lbluecolour,ink_sack,12 -lbluecolor,ink_sack,12 -lbluedye,ink_sack,12 -magentacolour,ink_sack,13 -magentacolor,ink_sack,13 -magentadye,ink_sack,13 -orangecolour,ink_sack,14 -orangecolor,ink_sack,14 -orangedye,ink_sack,14 -bonemeal,ink_sack,15 -whitebonemeal,ink_sack,15 -whitebonemealcolour,ink_sack,15 -whitebonemealcolor,ink_sack,15 -whitebonemealdye,ink_sack,15 -bonemealwhite,ink_sack,15 -bonemealwhitecolour,ink_sack,15 -bonemealwhitecolor,ink_sack,15 -bonemealwhitedye,ink_sack,15 -whitebonem,ink_sack,15 -whitebonemcolour,ink_sack,15 -whitebonemcolor,ink_sack,15 -whitebonemdye,ink_sack,15 -bonemwhite,ink_sack,15 -bonemwhitecolour,ink_sack,15 -bonemwhitecolor,ink_sack,15 -bonemwhitedye,ink_sack,15 -bonemealcolour,ink_sack,15 -bonemealcolor,ink_sack,15 -bonemealdye,ink_sack,15 -bonem,ink_sack,15 -bonemcolour,ink_sack,15 -bonemcolor,ink_sack,15 -bonemdye,ink_sack,15 -whitecolour,ink_sack,15 -whitecolor,ink_sack,15 -whitedye,ink_sack,15 -bone,bone,0 -sugar,sugar,0 -whitedust,sugar,0 -cake,cake,0 -bed,bed -whitebed,bed,0 -wbed,bed,0 -orangebed,bed,1 -obed,bed,1 -magentabed,bed,2 -mbed,bed,2 -lightbluebed,bed,3 -lightblubed,bed,3 -lbluebed,bed,3 -lblubed,bed,3 -lbbed,bed,3 -yellowbed,bed,4 -ybed,bed,4 -lightgreenbed,bed,5 -lgreenbed,bed,5 -lightgrebed,bed,5 -lgrebed,bed,5 -limebed,bed,5 -lbed,bed,5 -pinkbed,bed,6 -pibed,bed,6 -darkgraybed,bed,7 -dgraybed,bed,7 -darkgreybed,bed,7 -dgreybed,bed,7 -darkgrabed,bed,7 -dgrabed,bed,7 -graybed,bed,7 -greybed,bed,7 -grabed,bed,7 -lgbed,bed,8 -lightgraybed,bed,8 -lgraybed,bed,8 -lightgreybed,bed,8 -lgreybed,bed,8 -lightgrabed,bed,8 -lgrabed,bed,8 -silverbed,bed,8 -sibed,bed,8 -cyanbed,bed,9 -cbed,bed,9 -purplebed,bed,10 -pubed,bed,10 -bluebed,bed,11 -blubed,bed,11 -brownbed,bed,12 -brobed,bed,12 -darkgreenbed,bed,13 -dgreenbed,bed,13 -greenbed,bed,13 -darkgrebed,bed,13 -dgrebed,bed,13 -grebed,bed,13 -redbed,bed,14 -rbed,bed,14 -blackbed,bed,15 -blabed,bed,15 -redstonerepeater,diode,0 -redstonerepeat,diode,0 -redstonedelayer,diode,0 -redstonedelay,diode,0 -redstonedioder,diode,0 -redstonediode,diode,0 -rstonerepeater,diode,0 -rstonerepeat,diode,0 -rstonedelayer,diode,0 -rstonedelay,diode,0 -rstonedioder,diode,0 -rstonediode,diode,0 -redsrepeater,diode,0 -redsrepeat,diode,0 -redsdelayer,diode,0 -redsdelay,diode,0 -redsdioder,diode,0 -redsdiode,diode,0 -rsrepeater,diode,0 -rsrepeat,diode,0 -rsdelayer,diode,0 -rsdelay,diode,0 -rsdioder,diode,0 -rsdiode,diode,0 -repeater,diode,0 -repeat,diode,0 -delayer,diode,0 -delay,diode,0 -dioder,diode,0 -diode,diode,0 -cookie,cookie,0 -chart,map,0 -map0,map,0 -map1,map,1 -map2,map,2 -map3,map,3 -map4,map,4 -map5,map,5 -map6,map,6 -map7,map,7 -map8,map,8 -map9,map,9 -map10,map,10 -map11,map,11 -map12,map,12 -map13,map,13 -map14,map,14 -map15,map,15 -shears,shears,0 -shear,shears,0 -sheers,shears,0 -sheer,shears,0 -woolcutters,shears,0 -woolcutter,shears,0 -cutterswool,shears,0 -cutterwool,shears,0 -melonslice,melon,0 -mslice,melon,0 -slicemelon,melon,0 -watermelonslice,melon,0 -greenmelonslice,melon,0 -melongreenslice,melon,0 -pumpkinseeds,pumpkin_seeds,0 -pseeds,pumpkin_seeds,0 -seedsp,pumpkin_seeds,0 -seedspumpkin,pumpkin_seeds,0 -pumpseeds,pumpkin_seeds,0 -seedspump,pumpkin_seeds,0 -melonseeds,melon_seeds,0 -mseeds,melon_seeds,0 -watermelonseeds,melon_seeds,0 -greenmelonseeds,melon_seeds,0 -gmelonseeds,melon_seeds,0 -seedsmelon,melon_seeds,0 -seedswatermelon,melon_seeds,0 -rawbeef,raw_beef,0 -rawsteak,raw_beef,0 -uncookedbeef,raw_beef,0 -uncookedsteak,raw_beef,0 -cowmeat,raw_beef,0 -plainbeef,raw_beef,0 -beef,cooked_beef,0 -steak,cooked_beef,0 -cookedbeef,cooked_beef,0 -grilledbeef,cooked_beef,0 -cookedsteak,cooked_beef,0 -grilledsteak,cooked_beef,0 -cookedcowmeat,cooked_beef,0 -rawchicken,raw_chicken,0 -uncookedchicken,raw_chicken,0 -plainchicken,raw_chicken,0 -chickenplain,raw_chicken,0 -chickenuncooked,raw_chicken,0 -chickenraw,raw_chicken,0 -cookedchicken,cooked_chicken,0 -grilledchicken,cooked_chicken,0 -toastedchicken,cooked_chicken,0 -gchicken,cooked_chicken,0 -bbqchicken,cooked_chicken,0 -friedchicken,cooked_chicken,0 -cchicken,cooked_chicken,0 -rottenflesh,rotten_flesh,0 -zombieflesh,rotten_flesh,0 -rottenmeat,rotten_flesh,0 -zombiemeat,rotten_flesh,0 -badflesh,rotten_flesh,0 -poisonflesh,rotten_flesh,0 -zombieremains,rotten_flesh,0 -enderpearl,ender_pearl,0 -endpearl,ender_pearl,0 -pearl,ender_pearl,0 -epearl,ender_pearl,0 -bluepearl,ender_pearl,0 -endergem,ender_pearl,0 -blazerod,blaze_rod,0 -goldenrod,blaze_rod,0 -goldrod,blaze_rod,0 -blazestick,blaze_rod,0 -goldstick,blaze_rod,0 -brod,blaze_rod,0 -grod,blaze_rod,0 -bstick,blaze_rod,0 -gstick,blaze_rod,0 -ghasttear,ghast_tear,0 -ghastdrop,ghast_tear,0 -ghosttear,ghast_tear,0 -ghostdrop,ghast_tear,0 -gtear,ghast_tear,0 -gdrop,ghast_tear,0 -tear,ghast_tear,0 -goldnugget,gold_nugget,0 -gnugget,gold_nugget,0 -goldpebble,gold_nugget,0 -gpebble,gold_nugget,0 -goldball,gold_nugget,0 -gball,gold_nugget,0 -netherstalk,nether_stalk,0 -deathstalk,nether_stalk,0 -hellstalk,nether_stalk,0 -nstalk,nether_stalk,0 -dstalk,nether_stalk,0 -hstalk,nether_stalk,0 -netherwarts,nether_stalk,0 -netherwart,nether_stalk,0 -netherplant,nether_stalk,0 -nethercrop,nether_stalk,0 -hellwarts,nether_stalk,0 -hellwart,nether_stalk,0 -hellplant,nether_stalk,0 -hellcrop,nether_stalk,0 -deathwarts,nether_stalk,0 -deathwart,nether_stalk,0 -deathplant,nether_stalk,0 -deathcrop,nether_stalk,0 -nwarts,nether_stalk,0 -nwart,nether_stalk,0 -ncrop,nether_stalk,0 -nplant,nether_stalk,0 -hwarts,nether_stalk,0 -hwart,nether_stalk,0 -hplant,nether_stalk,0 -hcrop,nether_stalk,0 -dwarts,nether_stalk,0 -dwart,nether_stalk,0 -dplant,nether_stalk,0 -dcrop,nether_stalk,0 -potion,potion,0 -mixture,potion,0 -potions,potion,0 -waterbottle,potion,0 -fullbottle,potion,0 -watervase,potion,0 -fullvase,potion,0 -clearpotion,potion,6 -clearpot,potion,6 -clearextendedpotion,potion,7 -clearexpotion,potion,7 -clear2potion,potion,7 -clearextendedpot,potion,7 -clearexpot,potion,7 -clear2pot,potion,7 -diffusepotion,potion,11 -diffusepot,potion,11 -artlesspotion,potion,13 -artlesspot,potion,13 -thinpotion,potion,14 -thinpot,potion,14 -thinextendedpotion,potion,15 -thinexpotion,potion,15 -thin2potion,potion,15 -thinextendedpot,potion,15 -thinexpot,potion,15 -thin2pot,potion,15 -awkwardpotion,potion,16 -awkwardpot,potion,16 -bunglingpotion,potion,22 -bunglingpot,potion,22 -bunglingextendedpotion,potion,23 -bunglingexpotion,potion,23 -bungling2potion,potion,23 -bunglingextendedpot,potion,23 -bunglingexpot,potion,23 -bungling2pot,potion,23 -smoothpotion,potion,27 -smoothpot,potion,27 -suavepotion,potion,29 -suavepot,potion,29 -debonairpotion,potion,30 -debonairpot,potion,30 -debonairextendedpotion,potion,31 -debonairexpotion,potion,31 -debonair2potion,potion,31 -debonairextendedpot,potion,31 -debonairexpot,potion,31 -debonair2pot,potion,31 -thickpotion,potion,32 -thickpot,potion,32 -charmingpotion,potion,38 -charmingpot,potion,38 -charmingextendedpotion,potion,39 -charmingexpotion,potion,39 -charming2potion,potion,39 -charmingextendedpot,potion,39 -charmingexpot,potion,39 -charming2pot,potion,39 -refinedpotion,potion,43 -refinedpot,potion,43 -cordialpotion,potion,45 -cordialpot,potion,45 -sparklingpotion,potion,46 -sparklingpot,potion,46 -sparklingextendedpotion,potion,47 -sparklingexpotion,potion,47 -sparkling2potion,potion,47 -sparklingextendedpot,potion,47 -sparklingexpot,potion,47 -sparkling2pot,potion,47 -potentpotion,potion,48 -potentpot,potion,48 -rankpotion,potion,54 -rankpot,potion,54 -rankextendedpotion,potion,55 -rankexpotion,potion,55 -rank2potion,potion,55 -rankextendedpot,potion,55 -rankexpot,potion,55 -rank2pot,potion,55 -acridpotion,potion,59 -acridpot,potion,59 -grosspotion,potion,61 -grosspot,potion,61 -stinkypotion,potion,62 -stinkypot,potion,62 -stinkyextendedpotion,potion,63 -stinkyexpotion,potion,63 -stinky2potion,potion,63 -stinkyextendedpot,potion,63 -stinkyexpot,potion,63 -stinky2pot,potion,63 -mundaneextendedpotion,potion,64 -mundaneexpotion,potion,64 -mundane2potion,potion,64 -mundaneextendedpot,potion,64 -mundaneexpot,potion,64 -mundane2pot,potion,64 -mundanepotion,potion,8192 -mundanepot,potion,8192 -regenerationpotion,potion,8193 -regeneratepotion,potion,8193 -regenpotion,potion,8193 -regenerationpot,potion,8193 -regeneratepot,potion,8193 -regenpot,potion,8193 -rpot,potion,8193 -swiftnesspotion,potion,8194 -swiftpotion,potion,8194 -speedpotion,potion,8194 -swiftnesspot,potion,8194 -swiftpot,potion,8194 -speedpot,potion,8194 -swpot,potion,8194 -fireresistancepotion,potion,8195 -fireresistpotion,potion,8195 -firerespotion,potion,8195 -fireresistancepot,potion,8195 -fireresistpot,potion,8195 -firerespot,potion,8195 -fpot,potion,8195 -poisonpotion,potion,8196 -acidpotion,potion,8196 -poisonpot,potion,8196 -acidpot,potion,8196 -ppot,potion,8196 -healingpotion,potion,8197 -healpotion,potion,8197 -lifepotion,potion,8197 -healingpot,potion,8197 -healpot,potion,8197 -lifepot,potion,8197 -hpot,potion,8197 -nightvisionpotion,potion,8198 -nvisionpotion,potion,8198 -nightvpotion,potion,8198 -darkvisionpotion,potion,8198 -dvisionpotion,potion,8198 -darkvpotion,potion,8198 -nightvisionpot,potion,8198 -nvisionpot,potion,8198 -nightvpot,potion,8198 -darkvisionpot,potion,8198 -dvisionpot,potion,8198 -darkvpot,potion,8198 -npot,potion,8198 -weaknesspotion,potion,8200 -weakpotion,potion,8200 -weaknesspot,potion,8200 -weakpot,potion,8200 -wpot,potion,8200 -strengthpotion,potion,8201 -strongpotion,potion,8201 -strpotion,potion,8201 -strengthpot,potion,8201 -strongpot,potion,8201 -strpot,potion,8201 -stpot,potion,8201 -slownesspotion,potion,8202 -slowpotion,potion,8202 -slownesspot,potion,8202 -slowpot,potion,8202 -slpot,potion,8202 -harmingpotion,potion,8204 -damagepotion,potion,8204 -dmgpotion,potion,8204 -harmingpot,potion,8204 -damagepot,potion,8204 -dmgpot,potion,8204 -dpot,potion,8204 -waterbreathingpotion,potion,8205 -waterbreathpotion,potion,8205 -breathingpotion,potion,8205 -breathpotion,potion,8205 -waterbreathingpot,potion,8205 -waterbreathpot,potion,8205 -breathingpot,potion,8205 -breathpot,potion,8205 -wbpot,potion,8205 -invisibilitypotion,potion,8206 -invisiblepotion,potion,8206 -invpotion,potion,8206 -invisibilitypot,potion,8206 -invisiblepot,potion,8206 -invpot,potion,8206 -ipot,potion,8206 -regenerationleveliipotion,potion,8225 -regenerateleveliipotion,potion,8225 -regenleveliipotion,potion,8225 -regenerationlevel2potion,potion,8225 -regeneratelevel2potion,potion,8225 -regenlevel2potion,potion,8225 -regenerationiipotion,potion,8225 -regenerateiipotion,potion,8225 -regeniipotion,potion,8225 -regenerationleveliipot,potion,8225 -regenerateleveliipot,potion,8225 -regenleveliipot,potion,8225 -regenerationlevel2pot,potion,8225 -regeneratelevel2pot,potion,8225 -regenlevel2pot,potion,8225 -regenerationiipot,potion,8225 -regenerateiipot,potion,8225 -regeniipot,potion,8225 -r2pot,potion,8225 -swiftnessleveliipotion,potion,8226 -swiftleveliipotion,potion,8226 -speedleveliipotion,potion,8226 -swiftnesslevel2potion,potion,8226 -swiftlevel2potion,potion,8226 -speedlevel2potion,potion,8226 -swiftnessiipotion,potion,8226 -swiftiipotion,potion,8226 -speediipotion,potion,8226 -swiftnessleveliipot,potion,8226 -swiftleveliipot,potion,8226 -speedleveliipot,potion,8226 -swiftnesslevel2pot,potion,8226 -swiftlevel2pot,potion,8226 -speedlevel2pot,potion,8226 -swiftnessiipot,potion,8226 -swiftiipot,potion,8226 -speediipot,potion,8226 -sw2pot,potion,8226 -poisonleveliipotion,potion,8228 -acidleveliipotion,potion,8228 -poisonlevel2potion,potion,8228 -acidlevel2potion,potion,8228 -poisoniipotion,potion,8228 -acidiipotion,potion,8228 -poisonleveliipot,potion,8228 -acidleveliipot,potion,8228 -poisonlevel2pot,potion,8228 -acidlevel2pot,potion,8228 -poisoniipot,potion,8228 -acidiipot,potion,8228 -p2pot,potion,8228 -healingleveliipotion,potion,8229 -healleveliipotion,potion,8229 -healinglevel2potion,potion,8229 -heallevel2potion,potion,8229 -healingiipotion,potion,8229 -healiipotion,potion,8229 -healingleveliipot,potion,8229 -healleveliipot,potion,8229 -healinglevel2pot,potion,8229 -heallevel2pot,potion,8229 -healingiipot,potion,8229 -healiipot,potion,8229 -h2pot,potion,8229 -strengthleveliipotion,potion,8233 -strongleveliipotion,potion,8233 -strleveliipotion,potion,8233 -strengthlevel2potion,potion,8233 -stronglevel2potion,potion,8233 -strlevel2potion,potion,8233 -strengthiipotion,potion,8233 -strongiipotion,potion,8233 -striipotion,potion,8233 -strengthleveliipot,potion,8233 -strongleveliipot,potion,8233 -strleveliipot,potion,8233 -strengthlevel2pot,potion,8233 -stronglevel2pot,potion,8233 -strlevel2pot,potion,8233 -strengthiipot,potion,8233 -strongiipot,potion,8233 -striipot,potion,8233 -st2pot,potion,8233 -leapingleveliipotion,potion,8235 -leapleveliipotion,potion,8235 -leaplevel2potion,potion,8235 -leapinglevel2potion,potion,8235 -leapingiipotion,potion,8235 -leapiipotion,potion,8235 -leapiipotion,potion,8235 -leapingiipotion,potion,8235 -leap2potion,potion,8235 -leaping2potion,potion,8235 -harmingleveliipotion,potion,8236 -damageleveliipotion,potion,8236 -dmgleveliipotion,potion,8236 -harminglevel2potion,potion,8236 -damagelevel2potion,potion,8236 -dmglevel2potion,potion,8236 -harmingiipotion,potion,8236 -damageiipotion,potion,8236 -dmgiipotion,potion,8236 -harmingleveliipot,potion,8236 -damageleveliipot,potion,8236 -dmgleveliipot,potion,8236 -harminglevel2pot,potion,8236 -damagelevel2pot,potion,8236 -dmglevel2pot,potion,8236 -harmingiipot,potion,8236 -damageiipot,potion,8236 -dmgiipot,potion,8236 -d2pot,potion,8236 -regenerationextendedpotion,potion,8257 -regenerateextendedpotion,potion,8257 -regenextendepotion,potion,8257 -regenerationexpotion,potion,8257 -regenerateexpotion,potion,8257 -regenexpotion,potion,8257 -regenerationextendedpot,potion,8257 -regenerateextendedpot,potion,8257 -regenextendepot,potion,8257 -regenerationexpot,potion,8257 -regenerateexpot,potion,8257 -regenexpot,potion,8257 -repot,potion,8257 -swiftnessextendedpotion,potion,8258 -swiftextendedpotion,potion,8258 -speedextendedpotion,potion,8258 -swiftnessexpotion,potion,8258 -swiftexpotion,potion,8258 -speedexpotion,potion,8258 -swiftnessextendedpot,potion,8258 -swiftextendedpot,potion,8258 -speedextendedpot,potion,8258 -swiftnessexpot,potion,8258 -swiftexpot,potion,8258 -speedexpot,potion,8258 -swepot,potion,8258 -fireresistancepotion,potion,8227 -fireresistpotion,potion,8227 -firerespotion,potion,8227 -fireresistpotion,potion,8227 -fireresistancepot,potion,8227 -fireresistpot,potion,8227 -firerespot,potion,8227 -frpot,potion,8227 -fireresistanceextendedpotion,potion,8259 -fireresistextendedpotion,potion,8259 -fireresextendedpotion,potion,8259 -fireresistanceexpotion,potion,8259 -fireresistexpotion,potion,8259 -fireresexpotion,potion,8259 -fireresistanceextendedpot,potion,8259 -fireresistextendedpot,potion,8259 -fireresextendedpot,potion,8259 -fireresistanceexpot,potion,8259 -fireresistexpot,potion,8259 -fireresexpot,potion,8259 -fepot,potion,8259 -poisonextendedpotion,potion,8260 -acidextendedpotion,potion,8260 -poisonexpotion,potion,8260 -acidexpotion,potion,8260 -poisonextendedpot,potion,8260 -acidextendedpot,potion,8260 -poisonexpot,potion,8260 -acidexpot,potion,8260 -pepot,potion,8260 -nightvisionextendedpotion,potion,8262 -nvisionextendedpotion,potion,8262 -nightvextendedpotion,potion,8262 -darkvisionextendedpotion,potion,8262 -dvisionextendedpotion,potion,8262 -darkvextendedpotion,potion,8262 -nightvisionexpotion,potion,8262 -nvisionexpotion,potion,8262 -nightvexpotion,potion,8262 -darkvisionexpotion,potion,8262 -dvisionexpotion,potion,8262 -darkvexpotion,potion,8262 -nightvisionextendedpot,potion,8262 -nvisionextendedpot,potion,8262 -nightvextendedpot,potion,8262 -darkvisionextendedpot,potion,8262 -dvisionextendedpot,potion,8262 -darkvextendedpot,potion,8262 -nightvisionexpot,potion,8262 -nvisionexpot,potion,8262 -nightvexpot,potion,8262 -darkvisionexpot,potion,8262 -dvisionexpot,potion,8262 -darkvexpot,potion,8262 -nepot,potion,8262 -weaknessextendedpotion,potion,8264 -weakextendedpotion,potion,8264 -weaknessexpotion,potion,8264 -weakexpotion,potion,8264 -weaknessextendedpot,potion,8264 -weakextendedpot,potion,8264 -weaknessexpot,potion,8264 -weakexpot,potion,8264 -wepot,potion,8264 -strengthextendedpotion,potion,8265 -strongextendedpotion,potion,8265 -strextendedpotion,potion,8265 -strengthexpotion,potion,8265 -strongexpotion,potion,8265 -strexpotion,potion,8265 -strengthextendedpot,potion,8265 -strongextendedpot,potion,8265 -strextendedpot,potion,8265 -strengthexpot,potion,8265 -strongexpot,potion,8265 -strexpot,potion,8265 -stepot,potion,8265 -slownessextendedpotion,potion,8266 -slowextenedpotion,potion,8266 -slownessexpotion,potion,8266 -slowexpotion,potion,8266 -slownessextendedpot,potion,8266 -slowextenedpot,potion,8266 -slownessexpot,potion,8266 -slowexpot,potion,8266 -slepot,potion,8266 -leapingpotion,potion,8267 -leappotion,potion,8267 -waterbreathingextendedpotion,potion,8269 -waterbreathextendedpotion,potion,8269 -breathingextendedpotion,potion,8269 -breathextendedpotion,potion,8269 -waterbreathingextendedpot,potion,8269 -waterbreathextendedpot,potion,8269 -breathingextendedpot,potion,8269 -breathextendedpot,potion,8269 -waterbreathingexpotion,potion,8269 -waterbreathexpotion,potion,8269 -breathingexpotion,potion,8269 -breathexpotion,potion,8269 -waterbreathingexpot,potion,8269 -waterbreathexpot,potion,8269 -breathingexpot,potion,8269 -breathexpot,potion,8269 -wbepot,potion,8269 -invisibilityextendedpotion,potion,8270 -invisibleextendedpotion,potion,8270 -invextendedpotion,potion,8270 -invisibilityexpotion,potion,8270 -invisibleexpotion,potion,8270 -invexpotion,potion,8270 -invisibilityextendedpot,potion,8270 -invisibleextendedpot,potion,8270 -invextendedpot,potion,8270 -invisibilityexpot,potion,8270 -invisibleexpot,potion,8270 -invexpot,potion,8270 -iepot,potion,8270 -regenerationdualbitpotion,potion,8289 -regeneratedualbitpotion,potion,8289 -regendualbitpotion,potion,8289 -regenerationdbpotion,potion,8289 -regeneratedbpotion,potion,8289 -regendbpotion,potion,8289 -regenerationdualbitpot,potion,8289 -regeneratedualbitpot,potion,8289 -regendualbitpot,potion,8289 -regenerationdbpot,potion,8289 -regeneratedbpot,potion,8289 -regendbpot,potion,8289 -rdbpot,potion,8289 -swiftnessdualbitpotion,potion,8290 -swiftdualbitpotion,potion,8290 -speeddualbitpotion,potion,8290 -swiftnessdualbitpot,potion,8290 -swiftdualbitpot,potion,8290 -speeddualbitpot,potion,8290 -swiftnessdbpotion,potion,8290 -swiftdbpotion,potion,8290 -speeddbpotion,potion,8290 -swiftnessdbpot,potion,8290 -swiftdbpot,potion,8290 -speeddbpot,potion,8290 -swdbpot,potion,8290 -poisondualbitpotion,potion,8292 -aciddualbitpotion,potion,8292 -poisondualbitpot,potion,8292 -aciddualbitpot,potion,8292 -poisondbpotion,potion,8292 -aciddbpotion,potion,8292 -poisondbpot,potion,8292 -aciddbpot,potion,8292 -pdbpot,potion,8292 -strengthdualbitpotion,potion,8297 -strongdualbitpotion,potion,8297 -strdualbitpotion,potion,8297 -strengthdualbitpot,potion,8297 -strongdualbitpot,potion,8297 -strdualbitpot,potion,8297 -strengthdbpotion,potion,8297 -strongdbpotion,potion,8297 -strdbpotion,potion,8297 -strengthdbpot,potion,8297 -strongdbpot,potion,8297 -strdbpot,potion,8297 -stdbpot,potion,8297 -splashmundanepotion,potion,16384 -splmundanepotion,potion,16384 -splashregenerationpotion,potion,16385 -splashregeneratepotion,potion,16385 -splashregenpotion,potion,16385 -splashregenerationpot,potion,16385 -splashregeneratepot,potion,16385 -splashregenpot,potion,16385 -regenerationsplashpotion,potion,16385 -regeneratesplashpotion,potion,16385 -regensplashpotion,potion,16385 -splregenerationpotion,potion,16385 -splregeneratepotion,potion,16385 -splregenpotion,potion,16385 -splregenerationpot,potion,16385 -splregeneratepot,potion,16385 -splregenpot,potion,16385 -sprpot,potion,16385 -splashswiftnesspotion,potion,16386 -splashswiftpotion,potion,16386 -splashspeedpotion,potion,16386 -splashswiftnesspot,potion,16386 -splashswiftpot,potion,16386 -splashspeedpot,potion,16386 -splswiftnesspotion,potion,16386 -splswiftpotion,potion,16386 -splspeedpotion,potion,16386 -splswiftnesspot,potion,16386 -splswiftpot,potion,16386 -splspeedpot,potion,16386 -spswpot,potion,16386 -splashfireresistancepotion,potion,16387 -splashfireresistpotion,potion,16387 -splashfirerespotion,potion,16387 -splashfireresistancepot,potion,16387 -splashfireresistpot,potion,16387 -splashfirerespot,potion,16387 -splfireresistancepotion,potion,16387 -splfireresistpotion,potion,16387 -splfirerespotion,potion,16387 -splfireresistancepot,potion,16387 -splfireresistpot,potion,16387 -splfirerespot,potion,16387 -spfpot,potion,16387 -splashpoisonpotion,potion,16388 -splashacidpotion,potion,16388 -splashpoisonpot,potion,16388 -splashacidpot,potion,16388 -splpoisonpotion,potion,16388 -splacidpotion,potion,16388 -splpoisonpot,potion,16388 -splacidpot,potion,16388 -spppot,potion,16388 -splashhealingpotion,potion,16389 -splashhealpotion,potion,16389 -splashlifepotion,potion,16389 -splashhealingpot,potion,16389 -splashhealpot,potion,16389 -splashlifepot,potion,16389 -splhealingpotion,potion,16389 -splhealpotion,potion,16389 -spllifepotion,potion,16389 -splhealingpot,potion,16389 -splhealpot,potion,16389 -spllifepot,potion,16389 -sphpot,potion,16389 -splashclearpotion,potion,16390 -splashclearpot,potion,16390 -splclearpotion,potion,16390 -splclearpot,potion,16390 -splashnightvisionpotion,potion,16390 -splashnvisionpotion,potion,16390 -splashnightvpotion,potion,16390 -splashdarkvisionpotion,potion,16390 -splashdvisionpotion,potion,16390 -splashdarkvpotion,potion,16390 -splashnightvisionpot,potion,16390 -splashnvisionpot,potion,16390 -splashnightvpot,potion,16390 -splashdarkvisionpot,potion,16390 -splashdvisionpot,potion,16390 -splashdarkvpot,potion,16390 -splnightvisionpotion,potion,16390 -splnvisionpotion,potion,16390 -splnightvpotion,potion,16390 -spldarkvisionpotion,potion,16390 -spldvisionpotion,potion,16390 -spldarkvpotion,potion,16390 -splnightvisionpot,potion,16390 -splnvisionpot,potion,16390 -splnightvpot,potion,16390 -spldarkvisionpot,potion,16390 -spldvisionpot,potion,16390 -spldarkvpot,potion,16390 -spnpot,potion,16390 -splashclearextendedpotion,potion,16391 -splashclearexpotion,potion,16391 -splashclear2potion,potion,16391 -splashclearextendedpot,potion,16391 -splashclearexpot,potion,16391 -splashclear2pot,potion,16391 -splclearextendedpotion,potion,16391 -splclearexpotion,potion,16391 -splclear2potion,potion,16391 -splclearextendedpot,potion,16391 -splclearexpot,potion,16391 -splclear2pot,potion,16391 -splashweaknesspotion,potion,16392 -splashweakpotion,potion,16392 -splashweaknesspot,potion,16392 -splashweakpot,potion,16392 -splweaknesspotion,potion,16392 -splweakpotion,potion,16392 -splweaknesspot,potion,16392 -splweakpot,potion,16392 -spwpot,potion,16392 -splashstrengthpotion,potion,16393 -splashstrongpotion,potion,16393 -splashstrpotion,potion,16393 -splashstrengthpot,potion,16393 -splashstrongpot,potion,16393 -splashstrpot,potion,16393 -splstrengthpotion,potion,16393 -splstrongpotion,potion,16393 -splstrpotion,potion,16393 -splstrengthpot,potion,16393 -splstrongpot,potion,16393 -splstrpot,potion,16393 -spstpot,potion,16393 -splashslownesspotion,potion,16394 -splashslowpotion,potion,16394 -splashslownesspot,potion,16394 -splashslowpot,potion,16394 -splslownesspotion,potion,16394 -splslowpotion,potion,16394 -splslownesspot,potion,16394 -splslowpot,potion,16394 -spslpot,potion,16394 -splashdiffusepotion,potion,16395 -splashdiffusepot,potion,16395 -spldiffusepotion,potion,16395 -spldiffusepot,potion,16395 -splashharmingpotion,potion,16396 -splashdamagepotion,potion,16396 -splashdmgpotion,potion,16396 -splashharmingpot,potion,16396 -splashdamagepot,potion,16396 -splashdmgpot,potion,16396 -splharmingpotion,potion,16396 -spldamagepotion,potion,16396 -spldmgpotion,potion,16396 -splharmingpot,potion,16396 -spldamagepot,potion,16396 -spldmgpot,potion,16396 -spdpot,potion,16396 -splashartlesspotion,potion,16397 -splashartlesspot,potion,16397 -splartlesspotion,potion,16397 -splartlesspot,potion,16397 -splashwaterbreathingpotion,potion,16397 -splashwaterbreathpotion,potion,16397 -splashbreathingpotion,potion,16397 -splashbreathpotion,potion,16397 -splashwaterbreathingpot,potion,16397 -splashwaterbreathpot,potion,16397 -splashbreathingpot,potion,16397 -splashbreathpot,potion,16397 -splwaterbreathingpotion,potion,16397 -splwaterbreathpotion,potion,16397 -splbreathingpotion,potion,16397 -splbreathpotion,potion,16397 -splwaterbreathingpot,potion,16397 -splwaterbreathpot,potion,16397 -splbreathingpot,potion,16397 -splbreathpot,potion,16397 -spwbpot,potion,16397 -splashthinpotion,potion,16398 -splashthinpot,potion,16398 -splthinpotion,potion,16398 -splthinpot,potion,16398 -splashinvisibilitypotion,potion,16398 -splashinvisiblepotion,potion,16398 -splashinvpotion,potion,16398 -splashinvisibilitypot,potion,16398 -splashinvisiblepot,potion,16398 -splashinvpot,potion,16398 -splinvisibilitypotion,potion,16398 -splinvisiblepotion,potion,16398 -splinvpotion,potion,16398 -splinvisibilitypot,potion,16398 -splinvisiblepot,potion,16398 -splinvpot,potion,16398 -spipot,potion,16398 -splashthinextendedpotion,potion,16399 -splashthinexpotion,potion,16399 -splashthin2potion,potion,16399 -splashthinextendedpot,potion,16399 -splashthinexpot,potion,16399 -splashthin2pot,potion,16399 -splthinextendedpotion,potion,16399 -splthinexpotion,potion,16399 -splthin2potion,potion,16399 -splthinextendedpot,potion,16399 -splthinexpot,potion,16399 -splthin2pot,potion,16399 -splashawkwardpotion,potion,16400 -splashawkwardpot,potion,16400 -splawkwardpotion,potion,16400 -splawkwardpot,potion,16400 -splashbunglingpotion,potion,16406 -splashbunglingpot,potion,16406 -splbunglingpotion,potion,16406 -splbunglingpot,potion,16406 -splashbunglingextendedpotion,potion,16407 -splashbunglingexpotion,potion,16407 -splashbungling2potion,potion,16407 -splashbunglingextendedpot,potion,16407 -splashbunglingexpot,potion,16407 -splashbungling2pot,potion,16407 -splbunglingextendedpotion,potion,16407 -splbunglingexpotion,potion,16407 -splbungling2potion,potion,16407 -splbunglingextendedpot,potion,16407 -splbunglingexpot,potion,16407 -splbungling2pot,potion,16407 -splashsmoothpotion,potion,16411 -splashsmoothpot,potion,16411 -splsmoothpotion,potion,16411 -splsmoothpot,potion,16411 -splashsuavepotion,potion,16413 -splashsuavepot,potion,16413 -splsuavepotion,potion,16413 -splsuavepot,potion,16413 -splashdebonairpotion,potion,16414 -splashdebonairpot,potion,16414 -spldebonairpotion,potion,16414 -spldebonairpot,potion,16414 -splashdebonairextendedpotion,potion,16415 -splashdebonairexpotion,potion,16415 -splashdebonair2potion,potion,16415 -splashdebonairextendedpot,potion,16415 -splashdebonairexpot,potion,16415 -splashdebonair2pot,potion,16415 -spldebonairextendedpotion,potion,16415 -spldebonairexpotion,potion,16415 -spldebonair2potion,potion,16415 -spldebonairextendedpot,potion,16415 -spldebonairexpot,potion,16415 -spldebonair2pot,potion,16415 -splashthickpotion,potion,16416 -splashthickpot,potion,16416 -splthickpotion,potion,16416 -splthickpot,potion,16416 -splashregenerationleveliipotion,potion,16417 -splashregenerateleveliipotion,potion,16417 -splashregenleveliipotion,potion,16417 -splashregenerationlevel2potion,potion,16417 -splashregeneratelevel2potion,potion,16417 -splashregenlevel2potion,potion,16417 -splashregenerationiipotion,potion,16417 -splashregenerateiipotion,potion,16417 -splashregeniipotion,potion,16417 -splashregenerationleveliipot,potion,16417 -splashregenerateleveliipot,potion,16417 -splashregenleveliipot,potion,16417 -splashregenerationlevel2pot,potion,16417 -splashregeneratelevel2pot,potion,16417 -splashregenlevel2pot,potion,16417 -splashregenerationiipot,potion,16417 -splashregenerateiipot,potion,16417 -splashregeniipot,potion,16417 -splregenerationleveliipotion,potion,16417 -splregenerateleveliipotion,potion,16417 -splregenleveliipotion,potion,16417 -splregenerationlevel2potion,potion,16417 -splregeneratelevel2potion,potion,16417 -splregenlevel2potion,potion,16417 -splregenerationiipotion,potion,16417 -splregenerateiipotion,potion,16417 -splregeniipotion,potion,16417 -splregenerationleveliipot,potion,16417 -splregenerateleveliipot,potion,16417 -splregenleveliipot,potion,16417 -splregenerationlevel2pot,potion,16417 -splregeneratelevel2pot,potion,16417 -splregenlevel2pot,potion,16417 -splregenerationiipot,potion,16417 -splregenerateiipot,potion,16417 -splregeniipot,potion,16417 -spr2pot,potion,16417 -splashswiftnessleveliipotion,potion,16418 -splashswiftleveliipotion,potion,16418 -splashspeedleveliipotion,potion,16418 -splashswiftnesslevel2potion,potion,16418 -splashswiftlevel2potion,potion,16418 -splashspeedlevel2potion,potion,16418 -splashswiftnessiipotion,potion,16418 -splashswiftiipotion,potion,16418 -splashspeediipotion,potion,16418 -splashswiftnessleveliipot,potion,16418 -splashswiftleveliipot,potion,16418 -splashspeedleveliipot,potion,16418 -splashswiftnesslevel2pot,potion,16418 -splashswiftlevel2pot,potion,16418 -splashspeedlevel2pot,potion,16418 -splashswiftnessiipot,potion,16418 -splashswiftiipot,potion,16418 -splashspeediipot,potion,16418 -splswiftnessleveliipotion,potion,16418 -splswiftleveliipotion,potion,16418 -splspeedleveliipotion,potion,16418 -splswiftnesslevel2potion,potion,16418 -splswiftlevel2potion,potion,16418 -splspeedlevel2potion,potion,16418 -splswiftnessiipotion,potion,16418 -splswiftiipotion,potion,16418 -splspeediipotion,potion,16418 -splswiftnessleveliipot,potion,16418 -splswiftleveliipot,potion,16418 -splspeedleveliipot,potion,16418 -splswiftnesslevel2pot,potion,16418 -splswiftlevel2pot,potion,16418 -splspeedlevel2pot,potion,16418 -splswiftnessiipot,potion,16418 -splswiftiipot,potion,16418 -splspeediipot,potion,16418 -spsw2pot,potion,16418 -splashpoisonleveliipotion,potion,16420 -splashacidleveliipotion,potion,16420 -splashpoisonlevel2potion,potion,16420 -splashacidlevel2potion,potion,16420 -splashpoisoniipotion,potion,16420 -splashacidiipotion,potion,16420 -splashpoisonleveliipot,potion,16420 -splashacidleveliipot,potion,16420 -splashpoisonlevel2pot,potion,16420 -splashacidlevel2pot,potion,16420 -splashpoisoniipot,potion,16420 -splashacidiipot,potion,16420 -splpoisonleveliipotion,potion,16420 -splacidleveliipotion,potion,16420 -splpoisonlevel2potion,potion,16420 -splcidlevel2potion,potion,16420 -splpoisoniipotion,potion,16420 -splacidiipotion,potion,16420 -splpoisonleveliipot,potion,16420 -splacidleveliipot,potion,16420 -splpoisonlevel2pot,potion,16420 -splacidlevel2pot,potion,16420 -splpoisoniipot,potion,16420 -splacidiipot,potion,16420 -spp2pot,potion,16420 -splashhealingleveliipotion,potion,16421 -splashhealleveliipotion,potion,16421 -splashhealinglevel2potion,potion,16421 -splashheallevel2potion,potion,16421 -splashhealingiipotion,potion,16421 -splashhealiipotion,potion,16421 -splashhealingleveliipot,potion,16421 -splashhealleveliipot,potion,16421 -splashhealinglevel2pot,potion,16421 -splashheallevel2pot,potion,16421 -splashhealingiipot,potion,16421 -splashhealiipot,potion,16421 -splhealingleveliipotion,potion,16421 -splhealleveliipotion,potion,16421 -splhealinglevel2potion,potion,16421 -splheallevel2potion,potion,16421 -splhealingiipotion,potion,16421 -splhealiipotion,potion,16421 -splhealingleveliipot,potion,16421 -splhealleveliipot,potion,16421 -splhealinglevel2pot,potion,16421 -splheallevel2pot,potion,16421 -splhealingiipot,potion,16421 -splhealiipot,potion,16421 -sph2pot,potion,16421 -splashcharmingpotion,potion,16422 -splashcharmingpot,potion,16422 -splcharmingpotion,potion,16422 -splcharmingpot,potion,16422 -splashcharmingextendedpotion,potion,16423 -splashcharmingexpotion,potion,16423 -splashcharming2potion,potion,16423 -splashcharmingextendedpot,potion,16423 -splashcharmingexpot,potion,16423 -splashcharming2pot,potion,16423 -splcharmingextendedpotion,potion,16423 -splcharmingexpotion,potion,16423 -splcharming2potion,potion,16423 -splcharmingextendedpot,potion,16423 -splcharmingexpot,potion,16423 -splcharming2pot,potion,16423 -splashstrengthleveliipotion,potion,16425 -splashstrongleveliipotion,potion,16425 -splashstrleveliipotion,potion,16425 -splashstrengthlevel2potion,potion,16425 -splashstronglevel2potion,potion,16425 -splashstrlevel2potion,potion,16425 -splashstrengthiipotion,potion,16425 -splashstrongiipotion,potion,16425 -splashstriipotion,potion,16425 -splashstrengthleveliipot,potion,16425 -splashstrongleveliipot,potion,16425 -splashstrleveliipot,potion,16425 -splashstrengthlevel2pot,potion,16425 -splashstronglevel2pot,potion,16425 -splashstrlevel2pot,potion,16425 -splashstrengthiipot,potion,16425 -splashstrongiipot,potion,16425 -splashstriipot,potion,16425 -splstrengthleveliipotion,potion,16425 -splstrongleveliipotion,potion,16425 -splstrleveliipotion,potion,16425 -splstrengthlevel2potion,potion,16425 -splstronglevel2potion,potion,16425 -splstrlevel2potion,potion,16425 -splstrengthiipotion,potion,16425 -splstrongiipotion,potion,16425 -splstriipotion,potion,16425 -splstrengthleveliipot,potion,16425 -splstrongleveliipot,potion,16425 -splstrleveliipot,potion,16425 -splstrengthlevel2pot,potion,16425 -splstronglevel2pot,potion,16425 -splstrlevel2pot,potion,16425 -splstrengthiipot,potion,16425 -splstrongiipot,potion,16425 -splstriipot,potion,16425 -spst2pot,potion,16425 -splashrefinedpotion,potion,16427 -splashrefinedpot,potion,16427 -splrefinedpotion,potion,16427 -splrefinedpot,potion,16427 -splashharmingleveliipotion,potion,16428 -splashdamageleveliipotion,potion,16428 -splashdmgleveliipotion,potion,16428 -splashharminglevel2potion,potion,16428 -splashdamagelevel2potion,potion,16428 -splashdmglevel2potion,potion,16428 -splashharmingiipotion,potion,16428 -splashdamageiipotion,potion,16428 -splashdmgiipotion,potion,16428 -splashharmingleveliipot,potion,16428 -splashdamageleveliipot,potion,16428 -splashdmgleveliipot,potion,16428 -splashharminglevel2pot,potion,16428 -splashdamagelevel2pot,potion,16428 -splashdmglevel2pot,potion,16428 -splashharmingiipot,potion,16428 -splashdamageiipot,potion,16428 -splashdmgiipot,potion,16428 -splharmingleveliipotion,potion,16428 -spldamageleveliipotion,potion,16428 -spldmgleveliipotion,potion,16428 -splharminglevel2potion,potion,16428 -spldamagelevel2potion,potion,16428 -spldmglevel2potion,potion,16428 -splharmingiipotion,potion,16428 -spldamageiipotion,potion,16428 -spldmgiipotion,potion,16428 -splharmingleveliipot,potion,16428 -spldamageleveliipot,potion,16428 -spldmgleveliipot,potion,16428 -splharminglevel2pot,potion,16428 -spldamagelevel2pot,potion,16428 -spldmglevel2pot,potion,16428 -splharmingiipot,potion,16428 -spldamageiipot,potion,16428 -spldmgiipot,potion,16428 -spd2pot,potion,16428 -splashcordialpotion,potion,16429 -splashcordialpot,potion,16429 -splcordialpotion,potion,16429 -splcordialpot,potion,16429 -splashsparklingpotion,potion,16430 -splashsparklingpot,potion,16430 -splsparklingpotion,potion,16430 -splsparklingpot,potion,16430 -splashsparklingextendedpotion,potion,16431 -splashsparklingexpotion,potion,16431 -splashsparkling2potion,potion,16431 -splashsparklingextendedpot,potion,16431 -splashsparklingexpot,potion,16431 -splashsparkling2pot,potion,16431 -splsparklingextendedpotion,potion,16431 -splsparklingexpotion,potion,16431 -splsparkling2potion,potion,16431 -splsparklingextendedpot,potion,16431 -splsparklingexpot,potion,16431 -splsparkling2pot,potion,16431 -splashpotentpotion,potion,16432 -splashpotentpot,potion,16432 -splpotentpotion,potion,16432 -splpotentpot,potion,16432 -splashrankpotion,potion,16438 -splashrankpot,potion,16438 -splrankpotion,potion,16438 -splrankpot,potion,16438 -splashrankextendedpotion,potion,16439 -splashrankexpotion,potion,16439 -splashrank2potion,potion,16439 -splashrankextendedpot,potion,16439 -splashrankexpot,potion,16439 -splashrank2pot,potion,16439 -splrankextendedpotion,potion,16439 -splrankexpotion,potion,16439 -splrank2potion,potion,16439 -splrankextendedpot,potion,16439 -splrankexpot,potion,16439 -splrank2pot,potion,16439 -splashacridpotion,potion,16443 -splashacridpot,potion,16443 -splacridpotion,potion,16443 -splacridpot,potion,16443 -splashgrosspotion,potion,16445 -splashgrosspot,potion,16445 -splgrosspotion,potion,16445 -splgrosspot,potion,16445 -splashstinkypotion,potion,16446 -splashstinkypot,potion,16446 -splstinkypotion,potion,16446 -splstinkypot,potion,16446 -splashstinkyextendedpotion,potion,16447 -splashstinkyexpotion,potion,16447 -splashstinky2potion,potion,16447 -splashstinkyextendedpot,potion,16447 -splashstinkyexpot,potion,16447 -splashstinky2pot,potion,16447 -splstinkyextendedpotion,potion,16447 -splstinkyexpotion,potion,16447 -splstinky2potion,potion,16447 -splstinkyextendedpot,potion,16447 -splstinkyexpot,potion,16447 -splstinky2pot,potion,16447 -splashmundaneextendedpotion,potion,16448 -splashmundaneexpotion,potion,16448 -splashmundane2potion,potion,16448 -splashmundaneextendedpot,potion,16448 -splashmundaneexpot,potion,16448 -splashmundane2pot,potion,16448 -splmundaneextendedpotion,potion,16448 -splmundaneexpotion,potion,16448 -splmundane2potion,potion,16448 -splmundaneextendedpot,potion,16448 -splmundaneexpot,potion,16448 -splmundane2pot,potion,16448 -splashregenerationextendedpotion,potion,16449 -splashregenerateextendedpotion,potion,16449 -splashregenextendepotion,potion,16449 -splashregenerationexpotion,potion,16449 -splashregenerateexpotion,potion,16449 -splashregenexpotion,potion,16449 -splashregenerationextendedpot,potion,16449 -splashregenerateextendedpot,potion,16449 -splashregenextendepot,potion,16449 -splashregenerationexpot,potion,16449 -splashregenerateexpot,potion,16449 -splashregenexpot,potion,16449 -splregenerationextendedpotion,potion,16449 -splregenerateextendedpotion,potion,16449 -splregenextendepotion,potion,16449 -splregenerationexpotion,potion,16449 -splregenerateexpotion,potion,16449 -splregenexpotion,potion,16449 -splregenerationextendedpot,potion,16449 -splregenerateextendedpot,potion,16449 -splregenextendepot,potion,16449 -splregenerationexpot,potion,16449 -splregenerateexpot,potion,16449 -splregenexpot,potion,16449 -sprepot,potion,16449 -splashswiftnessextendedpotion,potion,16450 -splashswiftextendedpotion,potion,16450 -splashspeedextendedpotion,potion,16450 -splashswiftnessexpotion,potion,16450 -splashswiftexpotion,potion,16450 -splashspeedexpotion,potion,16450 -splashswiftnessextendedpot,potion,16450 -splashswiftextendedpot,potion,16450 -splashspeedextendedpot,potion,16450 -splashswiftnessexpot,potion,16450 -splashswiftexpot,potion,16450 -splashspeedexpot,potion,16450 -splswiftnessextendedpotion,potion,16450 -splswiftextendedpotion,potion,16450 -splspeedextendedpotion,potion,16450 -splswiftnessexpotion,potion,16450 -splswiftexpotion,potion,16450 -splspeedexpotion,potion,16450 -splswiftnessextendedpot,potion,16450 -splswiftextendedpot,potion,16450 -splspeedextendedpot,potion,16450 -splswiftnessexpot,potion,16450 -splswiftexpot,potion,16450 -splspeedexpot,potion,16450 -spswepot,potion,16450 -splashfireresistanceextendedpotion,potion,16451 -splashfireresistextendedpotion,potion,16451 -splashfireresextendedpotion,potion,16451 -splashfireresistanceexpotion,potion,16451 -splashfireresistexpotion,potion,16451 -splashfireresexpotion,potion,16451 -splashfireresistanceextendedpot,potion,16451 -splashfireresistextendedpot,potion,16451 -splashfireresextendedpot,potion,16451 -splashfireresistanceexpot,potion,16451 -splashfireresistexpot,potion,16451 -splashfireresexpot,potion,16451 -splfireresistanceextendedpotion,potion,16451 -splfireresistextendedpotion,potion,16451 -splfireresextendedpotion,potion,16451 -splfireresistanceexpotion,potion,16451 -splfireresistexpotion,potion,16451 -splfireresexpotion,potion,16451 -splfireresistanceextendedpot,potion,16451 -splfireresistextendedpot,potion,16451 -splfireresextendedpot,potion,16451 -splfireresistanceexpot,potion,16451 -splfireresistexpot,potion,16451 -splfireresexpot,potion,16451 -spfepot,potion,16451 -splashpoisonextendedpotion,potion,16452 -splashacidextendedpotion,potion,16452 -splashpoisonexpotion,potion,16452 -splashacidexpotion,potion,16452 -splashpoisonextendedpot,potion,16452 -splashacidextendedpot,potion,16452 -splashpoisonexpot,potion,16452 -splashacidexpot,potion,16452 -splpoisonextendedpotion,potion,16452 -splacidextendedpotion,potion,16452 -splpoisonexpotion,potion,16452 -splacidexpotion,potion,16452 -splpoisonextendedpot,potion,16452 -splacidextendedpot,potion,16452 -splpoisonexpot,potion,16452 -splacidexpot,potion,16452 -sppepot,potion,16452 -splashnightvisionextendedpotion,potion,16454 -splashnvisionextendedpotion,potion,16454 -splashnightvextendedpotion,potion,16454 -splashdarkvisionextendedpotion,potion,16454 -splashdvisionextendedpotion,potion,16454 -splashdarkvextendedpotion,potion,16454 -splashnightvisionextendedpot,potion,16454 -splashnvisionextendedpot,potion,16454 -splashnightvextendedpot,potion,16454 -splashdarkvisionextendedpot,potion,16454 -splashdvisionextendedpot,potion,16454 -splashdarkvextendedpot,potion,16454 -splashnightvisionexpotion,potion,16454 -splashnvisionexpotion,potion,16454 -splashnightvexpotion,potion,16454 -splashdarkvisionexpotion,potion,16454 -splashdvisionexpotion,potion,16454 -splashdarkvexpotion,potion,16454 -splashnightvisionexpot,potion,16454 -splashnvisionexpot,potion,16454 -splashnightvexpot,potion,16454 -splashdarkvisionexpot,potion,16454 -splashdvisionexpot,potion,16454 -splashdarkvexpot,potion,16454 -splnightvisionextendedpotion,potion,16454 -splnvisionextendedpotion,potion,16454 -splnightvextendedpotion,potion,16454 -spldarkvisionextendedpotion,potion,16454 -spldvisionextendedpotion,potion,16454 -spldarkvextendedpotion,potion,16454 -splnightvisionextendedpot,potion,16454 -splnvisionextendedpot,potion,16454 -splnightvextendedpot,potion,16454 -spldarkvisionextendedpot,potion,16454 -spldvisionextendedpot,potion,16454 -spldarkvextendedpot,potion,16454 -splnightvisionexpotion,potion,16454 -splnvisionexpotion,potion,16454 -splnightvexpotion,potion,16454 -spldarkvisionexpotion,potion,16454 -spldvisionexpotion,potion,16454 -spldarkvexpotion,potion,16454 -splnightvisionexpot,potion,16454 -splnvisionexpot,potion,16454 -splnightvexpot,potion,16454 -spldarkvisionexpot,potion,16454 -spldvisionexpot,potion,16454 -spldarkvexpot,potion,16454 -spnepot,potion,16454 -splashweaknessextendedpotion,potion,16456 -splashweakextendedpotion,potion,16456 -splashweaknessexpotion,potion,16456 -splashweakexpotion,potion,16456 -splashweaknessextendedpot,potion,16456 -splashweakextendedpot,potion,16456 -splashweaknessexpot,potion,16456 -splashweakexpot,potion,16456 -splweaknessextendedpotion,potion,16456 -sphweakextendedpotion,potion,16456 -splweaknessexpotion,potion,16456 -splweakexpotion,potion,16456 -splweaknessextendedpot,potion,16456 -splweakextendedpot,potion,16456 -splweaknessexpot,potion,16456 -splweakexpot,potion,16456 -spwepot,potion,16456 -splashstrengthextendedpotion,potion,16457 -splashstrongextendedpotion,potion,16457 -splashstrextendedpotion,potion,16457 -splashstrengthexpotion,potion,16457 -splashstrongexpotion,potion,16457 -splashstrexpotion,potion,16457 -splashstrengthextendedpot,potion,16457 -splashstrongextendedpot,potion,16457 -splashstrextendedpot,potion,16457 -splashstrengthexpot,potion,16457 -splashstrongexpot,potion,16457 -splashstrexpot,potion,16457 -splstrengthextendedpotion,potion,16457 -splstrongextendedpotion,potion,16457 -splstrextendedpotion,potion,16457 -splstrengthexpotion,potion,16457 -splstrongexpotion,potion,16457 -splstrexpotion,potion,16457 -splstrengthextendedpot,potion,16457 -splstrongextendedpot,potion,16457 -splstrextendedpot,potion,16457 -splstrengthexpot,potion,16457 -splstrongexpot,potion,16457 -splstrexpot,potion,16457 -spstepot,potion,16457 -splashslownessextendedpotion,potion,16458 -splashslowextenedpotion,potion,16458 -splashslownessexpotion,potion,16458 -splashslowexpotion,potion,16458 -splashslownessextendedpot,potion,16458 -splashslowextenedpot,potion,16458 -splashslownessexpot,potion,16458 -splashslowexpot,potion,16458 -splslownessextendedpotion,potion,16458 -splslowextenedpotion,potion,16458 -splslownessexpotion,potion,16458 -splslowexpotion,potion,16458 -splslownessextendedpot,potion,16458 -splslowextenedpot,potion,16458 -splslownessexpot,potion,16458 -splslowexpot,potion,16458 -spslepot,potion,16458 -splashleapingpotion,potion,16459 -splashleappotion,potion,16459 -splleapingpotion,potion,16459 -splleappotion,potion,16459 -leapingsplashpotion,potion,16459 -leapsplashpotion,potion,16459 -leapingsplpotion,potion,16459 -leapsplpotion,potion,16459 -splashwaterbreathingextendedpotion,potion,16461 -splashwaterbreathextendedpotion,potion,16461 -splashbreathingextendedpotion,potion,16461 -splashbreathextendedpotion,potion,16461 -splashwaterbreathingextendedpot,potion,16461 -splashwaterbreathextendedpot,potion,16461 -splashbreathingextendedpot,potion,16461 -splashbreathextendedpot,potion,16461 -splwaterbreathingextendedpotion,potion,16461 -splwaterbreathextendedpotion,potion,16461 -splbreathingextendedpotion,potion,16461 -splbreathextendedpotion,potion,16461 -splwaterbreathingextendedpot,potion,16461 -splwaterbreathextendedpot,potion,16461 -splbreathingextendedpot,potion,16461 -splbreathextendedpot,potion,16461 -splashwaterbreathingexpotion,potion,16461 -splashwaterbreathexpotion,potion,16461 -splashbreathingexpotion,potion,16461 -splashbreathexpotion,potion,16461 -splashwaterbreathingexpot,potion,16461 -splashwaterbreathexpot,potion,16461 -splashbreathingexpot,potion,16461 -splashbreathexpot,potion,16461 -splwaterbreathingexpotion,potion,16461 -splwaterbreathexpotion,potion,16461 -splbreathingexpotion,potion,16461 -splbreathexpotion,potion,16461 -splwaterbreathingexpot,potion,16461 -splwaterbreathexpot,potion,16461 -splbreathingexpot,potion,16461 -splbreathexpot,potion,16461 -spwbepot,potion,16461 -splashinvisibilityextendedpotion,potion,16462 -splashinvisibleextendedpotion,potion,16462 -splashinvextendedpotion,potion,16462 -splashinvisibilityextendedpot,potion,16462 -splashinvisibleextendedpot,potion,16462 -splashinvextendedpot,potion,16462 -splashinvisibilityexpotion,potion,16462 -splashinvisibleexpotion,potion,16462 -splashinvexpotion,potion,16462 -splashinvisibilityexpot,potion,16462 -splashinvisibleexpot,potion,16462 -splashinvexpot,potion,16462 -splinvisibilityextendedpotion,potion,16462 -splinvisibleextendedpotion,potion,16462 -splinvextendedpotion,potion,16462 -splinvisibilityextendedpot,potion,16462 -splinvisibleextendedpot,potion,16462 -splinvextendedpot,potion,16462 -splinvisibilityexpotion,potion,16462 -splinvisibleexpotion,potion,16462 -splinvexpotion,potion,16462 -splinvisibilityexpot,potion,16462 -splinvisibleexpot,potion,16462 -splinvexpot,potion,16462 -spiepot,potion,16462 -splashregenerationdualbitpotion,potion,16481 -splashregeneratedualbitpotion,potion,16481 -splashregendualbitpotion,potion,16481 -splashregenerationdualbitpot,potion,16481 -splashregeneratedualbitpot,potion,16481 -splashregendualbitpot,potion,16481 -splregenerationdualbitpotion,potion,16481 -splregeneratedualbitpotion,potion,16481 -splregendualbitpotion,potion,16481 -splregenerationdualbitpot,potion,16481 -splregeneratedualbitpot,potion,16481 -splregendualbitpot,potion,16481 -splashregenerationdbpotion,potion,16481 -splashregeneratedbpotion,potion,16481 -splashregendbpotion,potion,16481 -splashregenerationdbpot,potion,16481 -splashregeneratedbpot,potion,16481 -splashregendbpot,potion,16481 -splregenerationdbpotion,potion,16481 -splregeneratedbpotion,potion,16481 -splregendbpotion,potion,16481 -splregenerationdbpot,potion,16481 -splregeneratedbpot,potion,16481 -splregendbpot,potion,16481 -sprdbpot,potion,16481 -splashswiftnessdualbitpotion,potion,16482 -splashswiftdualbitpotion,potion,16482 -splashspeeddualbitpotion,potion,16482 -splashswiftnessdualbitpot,potion,16482 -splashswiftdualbitpot,potion,16482 -splashspeeddualbitpot,potion,16482 -splswiftnessdualbitpotion,potion,16482 -splswiftdualbitpotion,potion,16482 -splspeeddualbitpotion,potion,16482 -splswiftnessdualbitpot,potion,16482 -splswiftdualbitpot,potion,16482 -splspeeddualbitpot,potion,16482 -splashswiftnessdbpotion,potion,16482 -splashswiftdbpotion,potion,16482 -splashspeeddbpotion,potion,16482 -splashswiftnessdbpot,potion,16482 -splashswiftdbpot,potion,16482 -splashspeeddbpot,potion,16482 -splswiftnessdbpotion,potion,16482 -splswiftdbpotion,potion,16482 -splspeeddbpotion,potion,16482 -splswiftnessdbpot,potion,16482 -splswiftdbpot,potion,16482 -splspeeddbpot,potion,16482 -spswdbpot,potion,16482 -splashpoisondualbitpotion,potion,16484 -splashaciddualbitpotion,potion,16484 -splashpoisondualbitpot,potion,16484 -splashaciddualbitpot,potion,16484 -splpoisondualbitpotion,potion,16484 -splaciddualbitpotion,potion,16484 -splpoisondualbitpot,potion,16484 -splaciddualbitpot,potion,16484 -splashpoisondbpotion,potion,16484 -splashaciddbpotion,potion,16484 -splashpoisondbpot,potion,16484 -splashaciddbpot,potion,16484 -splpoisondbpotion,potion,16484 -splaciddbpotion,potion,16484 -splpoisondbpot,potion,16484 -splaciddbpot,potion,16484 -sppdbpot,potion,16484 -splashstrengthdualbitpotion,potion,16489 -splashstrongdualbitpotion,potion,16489 -splashstrdualbitpotion,potion,16489 -splashstrengthdualbitpot,potion,16489 -splashstrongdualbitpot,potion,16489 -splashstrdualbitpot,potion,16489 -splstrengthdualbitpotion,potion,16489 -splstrongdualbitpotion,potion,16489 -splstrdualbitpotion,potion,16489 -splstrengthdualbitpot,potion,16489 -splstrongdualbitpot,potion,16489 -splstrdualbitpot,potion,16489 -splashstrengthdbpotion,potion,16489 -splashstrongdbpotion,potion,16489 -splashstrdbpotion,potion,16489 -splashstrengthdbpot,potion,16489 -splashstrongdbpot,potion,16489 -splashstrdbpot,potion,16489 -splstrengthdbpotion,potion,16489 -splstrongdbpotion,potion,16489 -splstrdbpotion,potion,16489 -splstrengthdbpot,potion,16489 -splstrongdbpot,potion,16489 -splstrdbpot,potion,16489 -spstdbpot,potion,16489 -potionofluck,potion,0 -potofluck,potion,0 -luckpotion,potion,0 -luckypotion,potion,0 -glassbottle,glass_bottle,0 -bottle,glass_bottle,0 -gbottle,glass_bottle,0 -gvase,glass_bottle,0 -vase,glass_bottle,0 -glassvase,glass_bottle,0 -emptyglassbottle,glass_bottle,0 -emptybottle,glass_bottle,0 -emptygbottle,glass_bottle,0 -emptygvase,glass_bottle,0 -emptyvase,glass_bottle,0 -emptyglassvase,glass_bottle,0 -eglassbottle,glass_bottle,0 -ebottle,glass_bottle,0 -egbottle,glass_bottle,0 -egvase,glass_bottle,0 -evase,glass_bottle,0 -eglassvase,glass_bottle,0 -spidereye,spider_eye,0 -eyeofspider,spider_eye,0 -seye,spider_eye,0 -fermentedspidereye,fermented_spider_eye,0 -craftedspidereye,fermented_spider_eye,0 -fspidereye,fermented_spider_eye,0 -cspidereye,fermented_spider_eye,0 -fermentedeyeofspider,fermented_spider_eye,0 -craftedeyeofspider,fermented_spider_eye,0 -feyeofspider,fermented_spider_eye,0 -ceyeofspider,fermented_spider_eye,0 -fermentedseye,fermented_spider_eye,0 -craftedseye,fermented_spider_eye,0 -fseye,fermented_spider_eye,0 -cseye,fermented_spider_eye,0 -blazepowder,blaze_powder,0 -blazedust,blaze_powder,0 -goldpowder,blaze_powder,0 -golddust,blaze_powder,0 -gdust,blaze_powder,0 -gpowder,blaze_powder,0 -bpowder,blaze_powder,0 -bdust,blaze_powder,0 -magmacream,magma_cream,0 -goldcream,magma_cream,0 -blazecream,magma_cream,0 -mcream,magma_cream,0 -gcream,magma_cream,0 -bcream,magma_cream,0 -combinedcream,magma_cream,0 -ccream,magma_cream,0 -bstand,brewing_stand_item,0 -pstand,brewing_stand_item,0 -brewingstand,brewing_stand_item,0 -potionstand,brewing_stand_item,0 -cauld,cauldron_item,0 -cauldron,cauldron_item,0 -steelcauldron,cauldron_item,0 -ironcauldron,cauldron_item,0 -icauldron,cauldron_item,0 -scauldron,cauldron_item,0 -potioncauldron,cauldron_item,0 -pcauldron,cauldron_item,0 -eyeofender,eye_of_ender,0 -endereye,eye_of_ender,0 -endeye,eye_of_ender,0 -evilendereye,eye_of_ender,0 -evileyeofender,eye_of_ender,0 -evilenderpearl,eye_of_ender,0 -eeye,eye_of_ender,0 -eofender,eye_of_ender,0 -glisteringmelon,speckled_melon,0 -speckledmelon,speckled_melon,0 -goldmelon,speckled_melon,0 -sparklymelon,speckled_melon,0 -shiningmelon,speckled_melon,0 -gmelon,speckled_melon,0 -smelon,speckled_melon,0 -creeperegg,monster_egg,50 -eggcreeper,monster_egg,50 -skeletonegg,monster_egg,51 -eggskeleton,monster_egg,51 -spideregg,monster_egg,52 -eggspider,monster_egg,52 -giantegg,monster_egg,53 -egggiant,monster_egg,53 -zombieegg,monster_egg,54 -eggzombie,monster_egg,54 -slimeegg,monster_egg,55 -eggslime,monster_egg,55 -ghastegg,monster_egg,56 -eggghast,monster_egg,56 -zombiepigmanegg,monster_egg,57 -zpigmanegg,monster_egg,57 -pigmanegg,monster_egg,57 -zombiepmanegg,monster_egg,57 -zpmanegg,monster_egg,57 -zombiepigmegg,monster_egg,57 -zpigmegg,monster_egg,57 -zombiepigegg,monster_egg,57 -zpigegg,monster_egg,57 -zombiepmegg,monster_egg,57 -zombiepegg,monster_egg,57 -eggzombiepigman,monster_egg,57 -eggzpigman,monster_egg,57 -eggpigman,monster_egg,57 -eggzombiepman,monster_egg,57 -eggzpman,monster_egg,57 -eggzombiepigm,monster_egg,57 -eggzpigm,monster_egg,57 -eggzombiepig,monster_egg,57 -eggzpig,monster_egg,57 -eggzombiepm,monster_egg,57 -eggzombiep,monster_egg,57 -endermanegg,monster_egg,58 -eggenderman,monster_egg,58 -eggcavespider,monster_egg,59 -cavespideregg,monster_egg,59 -silverfishegg,monster_egg,60 -eggsilverfish,monster_egg,60 -blazeegg,monster_egg,61 -eggblaze,monster_egg,61 -lavaslimeegg,monster_egg,62 -lavacubeegg,monster_egg,62 -magmacubeegg,monster_egg,62 -magmaslimeegg,monster_egg,62 -egglavaslime,monster_egg,62 -egglavacube,monster_egg,62 -eggmagmacube,monster_egg,62 -eggmagmaslime,monster_egg,62 -bategg,monster_egg,65 -eggbat,monster_egg,65 -witchegg,monster_egg,66 -eggwitch,monster_egg,66 -endermiteegg,monster_egg,67 -endermitespawnegg,monster_egg,67 -eggendermite,monster_egg,67 -guardianegg,monster_egg,68 -guardianspawnegg,monster_egg,68 -eggguardian,monster_egg,68 -spawneggshulker,monster_egg,69 -spawnshulker,monster_egg,69 -shulkerspawnegg,monster_egg,69 -shulkeregg,monster_egg,69 -shulkegg,monster_egg,69 -pigegg,monster_egg,90 -eggpig,monster_egg,90 -sheepegg,monster_egg,91 -eggsheep,monster_egg,91 -cowegg,monster_egg,92 -eggcow,monster_egg,92 -chickenegg,monster_egg,93 -eggchicken,monster_egg,93 -squidegg,monster_egg,94 -eggsquid,monster_egg,94 -wolfegg,monster_egg,95 -eggwolf,monster_egg,95 -mooshroomegg,monster_egg,96 -mushroomcowegg,monster_egg,96 -eggmooshroom,monster_egg,96 -eggmushroomcow,monster_egg,96 -snowgolemegg,monster_egg,97 -sgolemegg,monster_egg,97 -eggsnowgolem,monster_egg,97 -eggsgolem,monster_egg,97 -ocelotegg,monster_egg,98 -eggocelot,monster_egg,98 -irongolemegg,monster_egg,99 -igolemegg,monster_egg,99 -eggirongolem,monster_egg,99 -eggigolem,monster_egg,99 -egghorse,monster_egg,100 -horseegg,monster_egg,100 -rabbitegg,monster_egg,101 -rabbitspawnegg,monster_egg,101 -spawneggpolarbear,monster_egg,102 -spawneggpolar,monster_egg,102 -spawneggbear,monster_egg,102 -spawnpolarbear,monster_egg,102 -spawnpolar,monster_egg,102 -spawnbear,monster_egg,102 -polarbearspawnegg,monster_egg,102 -polarspawnegg,monster_egg,102 -bearspawnegg,monster_egg,102 -polarbearegg,monster_egg,102 -polaregg,monster_egg,102 -bearegg,monster_egg,102 -parrot,monster_egg,105 -villageregg,monster_egg,120 -eggvillager,monster_egg,120 -bottleofenchanting,exp_bottle,0 -enchantingbottle,exp_bottle,0 -expbottle,exp_bottle,0 -xpbottle,exp_bottle,0 -bottleexp,exp_bottle,0 -bottlexp,exp_bottle,0 -enchantbottle,exp_bottle,0 -bottleenchanting,exp_bottle,0 -bottleenchant,exp_bottle,0 -bottleoenchanting,exp_bottle,0 -firecharge,fireball,0 -fireball,fireball,0 -grenade,fireball,0 -bookandquill,book_and_quill,0 -booknquill,book_and_quill,0 -bookandfeather,book_and_quill,0 -booknfeather,book_and_quill,0 -writeablebook,book_and_quill,0 -writtenbook,written_book,0 -readablebook,written_book,0 -sealedbook,written_book,0 -diary,written_book,0 -ownedbook,written_book,0 -emerald,emerald,0 -itemframe,item_frame,0 -pictureframe,item_frame,0 -iframe,item_frame,0 -pframe,item_frame,0 -flowerpot,flower_pot_item,0 -pot,flower_pot_item,0 -carrot,carrot_item,0 -potato,potato_item,0 -rawpotato,potato_item,0 -bakedpotato,baked_potato,0 -roastedpotato,baked_potato,0 -cookedpotato,baked_potato,0 -bakepotato,baked_potato,0 -roastpotato,baked_potato,0 -cookpotato,baked_potato,0 -bpotato,baked_potato,0 -rpotato,baked_potato,0 -cpotato,baked_potato,0 -poisonouspotato,poisonous_potato,0 -poisonpotato,poisonous_potato,0 -ppotato,poisonous_potato,0 -emptymap,empty_map,0 -map,empty_map,0 -goldencarrot,golden_carrot,0 -goldcarrot,golden_carrot,0 -gcarrot,golden_carrot,0 -head,skull_item,0 -skull,skull_item,0 -skhead,skull_item,0 -skeletonhead,skull_item,0 -headskeleton,skull_item,0 -skeletonskull,skull_item,0 -skullskeleton,skull_item,0 -witherhead,skull_item,1 -witherskeletonhead,skull_item,1 -wskeletionhead,skull_item,1 -headwither,skull_item,1 -headwitherskeleton,skull_item,1 -headwskeletion,skull_item,1 -witherskull,skull_item,1 -witherskeletonskull,skull_item,1 -wskeletionskull,skull_item,1 -skullwither,skull_item,1 -skullwitherskeleton,skull_item,1 -skullwskeletion,skull_item,1 -zohead,skull_item,2 -zombiehead,skull_item,2 -headzombie,skull_item,2 -zombieskull,skull_item,2 -skullzombie,skull_item,2 -playerhead,skull_item,3 -humanhead,skull_item,3 -stevehead,skull_item,3 -headplayer,skull_item,3 -headhuman,skull_item,3 -headsteve,skull_item,3 -playerskull,skull_item,3 -humanskull,skull_item,3 -steveskull,skull_item,3 -skullplayer,skull_item,3 -skullhuman,skull_item,3 -skullsteve,skull_item,3 -crhead,skull_item,4 -creeperhead,skull_item,4 -headcreeper,skull_item,4 -creeperskull,skull_item,4 -skullcreeper,skull_item,4 -dragonhead,skull_item,5 -dragonmask,skull_item,5 -dragonheadmask,skull_item,5 -dragmask,skull_item,5 -dragonskull,skull_item,5 -dragskull,skull_item,5 -carrotonastick,carrot_stick,0 -carrotonstick,carrot_stick,0 -netherstar,nether_star,0 -hellstar,nether_star,0 -nstar,nether_star,0 -hstar,nether_star,0 -star,nether_star,0 -pumpkinpie,pumpkin_pie,0 -pumpkincake,pumpkin_pie,0 -ppie,pumpkin_pie,0 -pcake,pumpkin_pie,0 -pie,pumpkin_pie,0 -fireworkrocket,firework,0 -fireworkmissle,firework,0 -firework,firework,0 -fworkrocket,firework,0 -fworkmissle,firework,0 -fwork,firework,0 -fwrocket,firework,0 -fwmissle,firework,0 -fireworkstar,firework_charge,0 -fworkstar,firework_charge,0 -fwstar,firework_charge,0 -fireworkball,firework_charge,0 -fworkball,firework_charge,0 -fwball,firework_charge,0 -fireworkpowder,firework_charge,0 -fworkpowder,firework_charge,0 -fwpowder,firework_charge,0 -fireworkcharge,firework_charge,0 -fworkcharge,firework_charge,0 -fwcharge,firework_charge,0 -enchantedbook,enchanted_book,0 -enchantmentbook,enchanted_book,0 -enchantingbook,enchanted_book,0 -enchantbook,enchanted_book,0 -magicalbook,enchanted_book,0 -magicbook,enchanted_book,0 -ebook,enchanted_book,0 -mbook,enchanted_book,0 -redstonecomparator,redstone_comparator,0 -redstonecomparer,redstone_comparator,0 -redstonecompare,redstone_comparator,0 -rstonecomparator,redstone_comparator,0 -rstonecomparer,redstone_comparator,0 -rstonecompare,redstone_comparator,0 -redscomparator,redstone_comparator,0 -redscomparer,redstone_comparator,0 -redscompare,redstone_comparator,0 -rscomparator,redstone_comparator,0 -rscomparer,redstone_comparator,0 -rscompare,redstone_comparator,0 -comparator,redstone_comparator,0 -comparer,redstone_comparator,0 -compare,redstone_comparator,0 -netherbrick,nether_brick_item,0 -nbrick,nether_brick_item,0 -hellbrick,nether_brick_item,0 -deathbrick,nether_brick_item,0 -dbrick,nether_brick_item,0 -hbrick,nether_brick_item,0 -netherquartz,quartz,0 -deathquartz,quartz,0 -hellquartz,quartz,0 -nquartz,quartz,0 -dquartz,quartz,0 -hquartz,quartz,0 -quartz,quartz,0 -tntminecart,explosive_minecart,0 -dynamiteminecart,explosive_minecart,0 -dynamitemcart,explosive_minecart,0 -dynamitecart,explosive_minecart,0 -bombminecart,explosive_minecart,0 -bombmcart,explosive_minecart,0 -bombcart,explosive_minecart,0 -tntmcart,explosive_minecart,0 -tntcart,explosive_minecart,0 -dminecart,explosive_minecart,0 -dmcart,explosive_minecart,0 -dcart,explosive_minecart,0 -bminecart,explosive_minecart,0 -bmcart,explosive_minecart,0 -bcart,explosive_minecart,0 -tminecart,explosive_minecart,0 -tmcart,explosive_minecart,0 -tcart,explosive_minecart,0 -hopperminecart,hopper_minecart,0 -hoppermcart,hopper_minecart,0 -hoppercart,hopper_minecart,0 -hopminecart,hopper_minecart,0 -hopmcart,hopper_minecart,0 -hopcart,hopper_minecart,0 -hminecart,hopper_minecart,0 -hmcart,hopper_minecart,0 -hcart,hopper_minecart,0 -prismarineshard,prismarine_shard,0 -priseshard,prismarine_shard,0 -prisemarinecrystals,prismarine_crystals,0 -prisecrystals,prismarine_crystals,0 -rabbit,rabbit,0 -rabbitmeat,rabbit,0 -cookedrabbit,cooked_rabbit,0 -rabbitstew,rabbit_stew,0 -hasenpfeffer,rabbit_stew,0 -rabbitfoot,rabbit_foot,0 -rabbithide,rabbit_hide,0 -armorstand,armor_stand,0 -ironhorsearmor,iron_barding,0 -ironharmor,iron_barding,0 -ironarmor,iron_barding,0 -ihorsearmor,iron_barding,0 -iharmor,iron_barding,0 -iarmor,iron_barding,0 -steelhorsearmor,iron_barding,0 -steelharmor,iron_barding,0 -steelarmor,iron_barding,0 -shorsearmor,iron_barding,0 -sharmor,iron_barding,0 -sarmor,iron_barding,0 -goldenhorsearmor,gold_barding,0 -goldenharmor,gold_barding,0 -goldenarmor,gold_barding,0 -goldhorsearmor,gold_barding,0 -goldharmor,gold_barding,0 -goldarmor,gold_barding,0 -ghorsearmor,gold_barding,0 -gharmor,gold_barding,0 -garmor,gold_barding,0 -diamondhorsearmor,diamond_barding,0 -diamondharmor,diamond_barding,0 -diamondarmor,diamond_barding,0 -dhorsearmor,diamond_barding,0 -dharmor,diamond_barding,0 -darmor,diamond_barding,0 -crystalhorsearmor,diamond_barding,0 -crystalharmor,diamond_barding,0 -crystalarmor,diamond_barding,0 -chorsearmor,diamond_barding,0 -charmor,diamond_barding,0 -carmor,diamond_barding,0 -lead,leash,0 -leash,leash,0 -rope,leash,0 -nametag,name_tag,0 -tag,name_tag,0 -commandblockminecart,command_minecart,0 -cmdblockminecart,command_minecart,0 -cblockminecart,command_minecart,0 -commandminecart,command_minecart,0 -cmdminecart,command_minecart,0 -cbminecart,command_minecart,0 -commandblockcart,command_minecart,0 -cmdblockcart,command_minecart,0 -cblockcart,command_minecart,0 -commandcart,command_minecart,0 -cmdcart,command_minecart,0 -cbcart,command_minecart,0 -mutton,mutton,0 -sheepmeat,mutton,0 -cookedmutton,cooked_mutton,0 -cookedsheep,cooked_mutton,0 -banner,banner,0 -blackbanner,banner,0 -standingbanner,banner,0 -wallbanner,banner,0 -redbanner,banner,1 -greenbanner,banner,2 -brownbanner,banner,3 -bluebanner,banner,4 -purplebanner,banner,5 -cyanbanner,banner,6 -lgreybanner,banner,7 -lightgreybanner,banner,7 -greybanner,banner,8 -pinkbanner,banner,9 -limebanner,banner,10 -yellowbanner,banner,11 -lbluebanner,banner,12 -lightbluebanner,banner,12 -magentabanner,banner,13 -orangebanner,banner,14 -whitebanner,banner,15 -endcrystal,end_crystal,0 -endercrystal,end_crystal,0 -ecrystal,end_crystal,0 -dragoncrystal,end_crystal,0 -endgem,end_crystal,0 -endergem,end_crystal,0 -egem,end_crystal,0 -dragongem,end_crystal,0 -dragongem,end_crystal,0 -sprucedooritem,spruce_door_item,0 -birchdooritem,birch_door_item,0 -jungledooritem,jungle_door_item,0 -acaciadooritem,acacia_door_item,0 -darkoakdooritem,dark_oak_door_item,0 -chorusfruit,chorus_fruit,0 -chorfruit,chorus_fruit,0 -corusfruit,chorus_fruit,0 -corfruit,chorus_fruit,0 -endfruit,chorus_fruit,0 -enderfruit,chorus_fruit,0 -purpurfruit,chorus_fruit,0 -purfruit,chorus_fruit,0 -purplefruit,chorus_fruit,0 -chorusfruitpopped,chorus_fruit_popped,0 -corusfruitpopped,chorus_fruit_popped,0 -fruitpopped,chorus_fruit_popped,0 -poppedfruit,chorus_fruit_popped,0 -poppedcfruit,chorus_fruit_popped,0 -poppedendfruit,chorus_fruit_popped,0 -poppedenderfruit,chorus_fruit_popped,0 -poppedpurpurfruit,chorus_fruit_popped,0 -poppedpurfruit,chorus_fruit_popped,0 -chorpopped,chorus_fruit_popped,0 -corpopped,chorus_fruit_popped,0 -chorfruitpopped,chorus_fruit_popped,0 -corfruitpopped,chorus_fruit_popped,0 -beetroot,beetroot,0 -broot,beetroot,0 -beet,beetroot,0 -beets,beetroot,0 -beetplant,beetroot,0 -beetcrop,beetroot,0 -beetrootseed,beetroot_seeds,0 -beetrootseeds,beetroot_seeds,0 -brootseed,beetroot_seeds,0 -brootseeds,beetroot_seeds,0 -beetseed,beetroot_seeds,0 -beetseeds,beetroot_seeds,0 -beetsseeds,beetroot_seeds,0 -beetplantseeds,beetroot_seeds,0 -beetcropseeds,beetroot_seeds,0 -beetrootsoup,beetroot_soup,0 -brootsoup,beetroot_soup,0 -beetsoup,beetroot_soup,0 -beetssoup,beetroot_soup,0 -beetplantsoup,beetroot_soup,0 -beetcropsoup,beetroot_soup,0 -redsoup,beetroot_soup,0 -dragonbreath,dragons_breath,0 -dragonsbreath,dragons_breath,0 -dbreath,dragons_breath,0 -edragonbreath,dragons_breath,0 -edragonsbreath,dragons_breath,0 -dragonpotion,dragons_breath,0 -dragonfire,dragons_breath,0 -endbreath,dragons_breath,0 -dragonpot,dragons_breath,0 -watersplashpotion,splash_potion,0 -watersplashpot,splash_potion,0 -watersplash,splash_potion,0 -thrownwater,splash_potion,0 -thrownwaterpot,splash_potion,0 -splashwater,splash_potion,0 -splashpotionofluck,splash_potion,0 -splashpotofluck,splash_potion,0 -splashluckpotion,splash_potion,0 -lucksplashpotion,splash_potion,0 -luckysplashpotion,splash_potion,0 -luckysplashpot,splash_potion,0 -splashluckpot,splash_potion,0 -spectralarrow,spectral_arrow,0 -specterarrow,spectral_arrow,0 -glowstonearrow,spectral_arrow,0 -glowingarrow,spectral_arrow,0 -glowarrow,spectral_arrow,0 -arrowregeneration,tipped_arrow,0,{"Potion":"regeneration"} -regenerationarrow,tipped_arrow,0,*arrowregeneration -arrowregen,tipped_arrow,0,*arrowregeneration -regenarrow,tipped_arrow,0,*arrowregeneration -arrowswiftness,tipped_arrow,0,{"Potion":"swiftness"} -swiftnessarrow,tipped_arrow,0,*arrowswiftness -arrowswift,tipped_arrow,0,*arrowswiftness -swiftarrow,tipped_arrow,0,*arrowswiftness -arrowfireresist,tipped_arrow,0,{"Potion":"fire_resistance"} -fireresistarrow,tipped_arrow,0,*arrowfireresist -arrowfireres,tipped_arrow,0,*arrowfireresist -fireresarrow,tipped_arrow,0,*arrowfireresist -arrowhealing,tipped_arrow,0,{"Potion":"healing"} -healingarrow,tipped_arrow,0,*arrowhealing -arrowheal,tipped_arrow,0,*arrowhealing -healarrow,tipped_arrow,0,*arrowhealing -arrownightvision,tipped_arrow,0,{"Potion":"night_vision"} -nightvisionarrow,tipped_arrow,0,*arrownightvision -arrownv,tipped_arrow,0,*arrownightvision -nvarrow,tipped_arrow,0,*arrownightvision -arrowstrength,tipped_arrow,0,{"Potion":"strength"} -strengtharrow,tipped_arrow,0,*arrowstrength -arrowstr,tipped_arrow,0,*arrowstrength -strarrow,tipped_arrow,0,*arrowstrength -arrowleaping,tipped_arrow,0,{"Potion":"leaping"} -leapingarrow,tipped_arrow,0,*arrowleaping -arrowleap,tipped_arrow,0,*arrowleaping -leaparrow,tipped_arrow,0,*arrowleaping -arrowinvisibility,tipped_arrow,0,{"Potion":"invisibility"} -invisibilityarrow,tipped_arrow,0,*arrowinvisibility -arrowinvis,tipped_arrow,0,*arrowinvisibility -invisarrow,tipped_arrow,0,*arrowinvisibility -arrowpoison,tipped_arrow,0,{"Potion":"poison"} -poisonarrow,tipped_arrow,0,*arrowpoison -arrowpoi,tipped_arrow,0,*arrowpoison -poiarrow,tipped_arrow,0,*arrowpoison -arrowweakness,tipped_arrow,0,{"Potion":"weakness"} -weaknessarrow,tipped_arrow,0,*arrowweakness -arrowweak,tipped_arrow,0,*arrowweakness -weakarrow,tipped_arrow,0,*arrowweakness -arrowslowness,tipped_arrow,0,{"Potion":"slowness"} -slownessarrow,tipped_arrow,0,*arrowslowness -arrowslow,tipped_arrow,0,*arrowslowness -slowarrow,tipped_arrow,0,*arrowslowness -arrowharming,tipped_arrow,0,{"Potion":"harming"} -harmingarrow,tipped_arrow,0,*arrowharming -arrowharm,tipped_arrow,0,*arrowharming -harmarrow,tipped_arrow,0,*arrowharming -arrowwaterbreathing,tipped_arrow,0,{"Potion":"water_breathing"} -waterbreathingarrow,tipped_arrow,0,*arrowwaterbreathing -arrowwb,tipped_arrow,0,*arrowwaterbreathing -wbarrow,tipped_arrow,0,*arrowwaterbreathing -arrowluck,tipped_arrow,0,{"Potion":"luck"} -luckarrow,tipped_arrow,0,*arrowluck -arrowlucky,tipped_arrow,0,*arrowluck -luckyarrow,tipped_arrow,0,*arrowluck -arrowregeneration2,tipped_arrow,0,{"Potion":"long_regeneration"} -regenerationarrow2,tipped_arrow,0,*arrowregeneration2 -arrowregen2,tipped_arrow,0,*arrowregeneration2 -regenarrow2,tipped_arrow,0,*arrowregeneration2 -arrowswiftness2,tipped_arrow,0,{"Potion":"long_swiftness"} -swiftnessarrow2,tipped_arrow,0,*arrowswiftness2 -arrowswift2,tipped_arrow,0,*arrowswiftness2 -swiftarrow2,tipped_arrow,0,*arrowswiftness2 -arrowfireresist2,tipped_arrow,0,{"Potion":"long_fire_resistance"} -fireresistarrow2,tipped_arrow,0,*arrowfireresist2 -arrowfireres2,tipped_arrow,0,*arrowfireresist2 -fireresarrow2,tipped_arrow,0,*arrowfireresist2 -arrownightvision2,tipped_arrow,0,{"Potion":"long_night_vision"} -nightvisionarrow2,tipped_arrow,0,*arrownightvision2 -arrownv2,tipped_arrow,0,*arrownightvision2 -nvarrow2,tipped_arrow,0,*arrownightvision2 -arrowstrength2,tipped_arrow,0,{"Potion":"long_strength"} -strengtharrow2,tipped_arrow,0,*arrowstrength2 -arrowstr,tipped_arrow,0,*arrowstrength2 -strarrow,tipped_arrow,0,*arrowstrength2 -arrowleaping2,tipped_arrow,0,{"Potion":"long_leaping"} -leapingarrow2,tipped_arrow,0,*arrowleaping2 -arrowleap2,tipped_arrow,0,*arrowleaping2 -leaparrow2,tipped_arrow,0,*arrowleaping2 -arrowinvisibility2,tipped_arrow,0,{"Potion":"long_invisibility"} -invisibilityarrow2,tipped_arrow,0,*arrowinvisibility2 -arrowinvis2,tipped_arrow,0,*arrowinvisibility2 -invisarrow2,tipped_arrow,0,*arrowinvisibility2 -arrowpoison2,tipped_arrow,0,{"Potion":"long_poison"} -poisonarrow2,tipped_arrow,0,*arrowpoison2 -arrowpoi2,tipped_arrow,0,*arrowpoison2 -poiarrow2,tipped_arrow,0,*arrowpoison2 -arrowweakness2,tipped_arrow,0,{"Potion":"long_weakness"} -weaknessarrow2,tipped_arrow,0,*arrowweakness2 -arrowweak2,tipped_arrow,0,*arrowweakness2 -weakarrow2,tipped_arrow,0,*arrowweakness2 -arrowslowness2,tipped_arrow,0,{"Potion":"long_slowness"} -slownessarrow2,tipped_arrow,0,*arrowslowness2 -arrowslow2,tipped_arrow,0,*arrowslowness2 -slowarrow2,tipped_arrow,0,*arrowslowness2 -arrowwaterbreathing2,tipped_arrow,0,{"Potion":"long_water_breathing"} -waterbreathingarrow2,tipped_arrow,0,*arrowwaterbreathing2 -arrowwb2,tipped_arrow,0,*arrowwaterbreathing2 -wbarrow2,tipped_arrow,0,*arrowwaterbreathing2 -arrowregenerationii,tipped_arrow,0,{"Potion":"strong_regeneration"} -regenerationarrowii,tipped_arrow,0,*arrowregenerationii -arrowregenii,tipped_arrow,0,*arrowregenerationii -regenarrowii,tipped_arrow,0,*arrowregenerationii -arrowswiftnessii,tipped_arrow,0,{"Potion":"strong_swiftness"} -swiftnessarrowii,tipped_arrow,0,*arrowswiftnessii -arrowswiftii,tipped_arrow,0,*arrowswiftnessii -swiftarrowii,tipped_arrow,0,*arrowswiftnessii -arrowhealingii,tipped_arrow,0,{"Potion":"strong_healing"} -healingarrowii,tipped_arrow,0,*arrowhealingii -arrowhealii,tipped_arrow,0,*arrowhealingii -healarrowii,tipped_arrow,0,*arrowhealingii -arrowstrengthii,tipped_arrow,0,{"Potion":"strong_strength"} -strengtharrowii,tipped_arrow,0,*arrowstrengthii -arrowstrii,tipped_arrow,0,*arrowstrengthii -strarrowii,tipped_arrow,0,*arrowstrengthii -arrowleapingii,tipped_arrow,0,{"Potion":"strong_leaping"} -leapingarrowii,tipped_arrow,0,*arrowleapingii -arrowleapii,tipped_arrow,0,*arrowleapingii -leaparrowii,tipped_arrow,0,*arrowleapingii -arrowpoisonii,tipped_arrow,0,{"Potion":"strong_poison"} -poisonarrowii,tipped_arrow,0,*arrowpoisonii -arrowpoiii,tipped_arrow,0,*arrowpoisonii -poiarrowii,tipped_arrow,0,*arrowpoisonii -arrowharmingii,tipped_arrow,0,{"Potion":"strong_harming"} -harmingarrowii,tipped_arrow,0,*arrowharmingii -arrowharmii,tipped_arrow,0,*arrowharmingii -harmarrowii,tipped_arrow,0,*arrowharmingii -lingeringpotion,lingering_potion,0 -lingerpotion,lingering_potion,0 -lingerpot,lingering_potion,0 -aoepotion,lingering_potion,0 -aoepot,lingering_potion,0 -areapotion,lingering_potion,0 -areapot,lingering_potion,0 -cloudpotion,lingering_potion,0 -cloudpot,lingering_potion,0 -lingerpotregenerationii,lingering_potion,0,{"Potion":"strong_regeneration"} -regenerationlingerpotii,lingering_potion,0,*lingerpotregenerationii -lingerpotregenii,lingering_potion,0,*lingerpotregenerationii -regenlingerpotii,lingering_potion,0,*lingerpotregenerationii -lingerpotswiftnessii,lingering_potion,0,{"Potion":"strong_swiftness"} -swiftnesslingerpotii,lingering_potion,0,*lingerpotswiftnessii -lingerpotswiftii,lingering_potion,0,*lingerpotswiftnessii -swiftlingerpotii,lingering_potion,0,*lingerpotswiftnessii -lingerpothealingii,lingering_potion,0,{"Potion":"strong_healing"} -healinglingerpotii,lingering_potion,0,*lingerpothealingii -lingerpothealii,lingering_potion,0,*lingerpothealingii -heallingerpotii,lingering_potion,0,*lingerpothealingii -lingerpotstrengthii,lingering_potion,0,{"Potion":"strong_strength"} -strengthlingerpotii,lingering_potion,0,*lingerpotstrengthii -lingerpotstrii,lingering_potion,0,*lingerpotstrengthii -strlingerpotii,lingering_potion,0,*lingerpotstrengthii -lingerpotleapingii,lingering_potion,0,{"Potion":"strong_leaping"} -leapinglingerpotii,lingering_potion,0,*lingerpotleapingii -lingerpotleapii,lingering_potion,0,*lingerpotleapingii -leaplingerpotii,lingering_potion,0,*lingerpotleapingii -lingerpotpoisonii,lingering_potion,0,{"Potion":"strong_poison"} -poisonlingerpotii,lingering_potion,0,*lingerpotpoisonii -lingerpotpoiii,lingering_potion,0,*lingerpotpoisonii -poilingerpotii,lingering_potion,0,*lingerpotpoisonii -lingerpotharmingii,lingering_potion,0,{"Potion":"strong_harming"} -harminglingerpotii,lingering_potion,0,*lingerpotharmingii -lingerpotharmii,lingering_potion,0,*lingerpotharmingii -harmlingerpotii,lingering_potion,0,*lingerpotharmingii -lingerpotregeneration2,lingering_potion,0,{"Potion":"long_regeneration"} -regenerationlingerpot2,lingering_potion,0,*lingerpotregeneration2 -lingerpotregen2,lingering_potion,0,*lingerpotregeneration2 -regenlingerpot2,lingering_potion,0,*lingerpotregeneration2 -lingerpotswiftness2,lingering_potion,0,{"Potion":"long_swiftness"} -swiftnesslingerpot2,lingering_potion,0,*lingerpotswiftness2 -lingerpotswift2,lingering_potion,0,*lingerpotswiftness2 -swiftlingerpot2,lingering_potion,0,*lingerpotswiftness2 -lingerpotfireresist2,lingering_potion,0,{"Potion":"long_fire_resistance"} -fireresistlingerpot2,lingering_potion,0,*lingerpotfireresist2 -lingerpotfireres2,lingering_potion,0,*lingerpotfireresist2 -firereslingerpot2,lingering_potion,0,*lingerpotfireresist2 -lingerpotnightvision2,lingering_potion,0,{"Potion":"long_night_vision"} -nightvisionlingerpot2,lingering_potion,0,*lingerpotnightvision2 -lingerpotnv2,lingering_potion,0,*lingerpotnightvision2 -nvlingerpot2,lingering_potion,0,*lingerpotnightvision2 -lingerpotstrength2,lingering_potion,0,{"Potion":"long_strength"} -strengthlingerpot2,lingering_potion,0,*lingerpotstrength2 -lingerpotstr2,lingering_potion,0,*lingerpotstrength2 -strlingerpot2,lingering_potion,0,*lingerpotstrength2 -lingerpotleaping2,lingering_potion,0,{"Potion":"long_leaping"} -leapinglingerpot2,lingering_potion,0,*lingerpotleaping2 -lingerpotleap2,lingering_potion,0,*lingerpotleaping2 -leaplingerpot2,lingering_potion,0,*lingerpotleaping2 -lingerpotinvisibility2,lingering_potion,0,{"Potion":"long_invisibility"} -invisibilitylingerpot2,lingering_potion,0,*lingerpotinvisibility2 -lingerpotinvis2,lingering_potion,0,*lingerpotinvisibility2 -invislingerpot2,lingering_potion,0,*lingerpotinvisibility2 -lingerpotpoison2,lingering_potion,0,{"Potion":"long_poison"} -poisonlingerpot2,lingering_potion,0,*lingerpotpoison2 -lingerpotpo2i,lingering_potion,0,*lingerpotpoison2 -poilingerpot2,lingering_potion,0,*lingerpotpoison2 -lingerpotweakness2,lingering_potion,0,{"Potion":"long_weakness"} -weaknesslingerpot2,lingering_potion,0,*lingerpotweakness2 -lingerpotweak2,lingering_potion,0,*lingerpotweakness2 -weaklingerpot2,lingering_potion,0,*lingerpotweakness2 -lingerpotslowness2,lingering_potion,0,{"Potion":"long_slowness"} -slownesslingerpot2,lingering_potion,0,*lingerpotslowness2 -lingerpotslow2,lingering_potion,0,*lingerpotslowness2 -slowlingerpot2,lingering_potion,0,*lingerpotslowness2 -lingerpotwaterbreathing2,lingering_potion,0,{"Potion":"long_water_breathing"} -waterbreathinglingerpot2,lingering_potion,0,*lingerpotwaterbreathing2 -lingerpotwb2,lingering_potion,0,*lingerpotwaterbreathing2 -wblingerpot2,lingering_potion,0,*lingerpotwaterbreathing2 -lingerpotregeneration,lingering_potion,0,{"Potion":"regeneration"} -regenerationlingerpot,lingering_potion,0,*lingerpotregeneration -lingerpotregen,lingering_potion,0,*lingerpotregeneration -regenlingerpot,lingering_potion,0,*lingerpotregeneration -lingerpotswiftness,lingering_potion,0,{"Potion":"swiftness"} -swiftnesslingerpot,lingering_potion,0,*lingerpotswiftness -lingerpotswift,lingering_potion,0,*lingerpotswiftness -swiftlingerpot,lingering_potion,0,*lingerpotswiftness -lingerpotfireresist,lingering_potion,0,{"Potion":"fire_resistance"} -fireresistlingerpot,lingering_potion,0,*lingerpotfireresist -lingerpotfireres,lingering_potion,0,*lingerpotfireresist -firereslingerpot,lingering_potion,0,*lingerpotfireresist -lingerpothealing,lingering_potion,0,{"Potion":"healing"} -healinglingerpot,lingering_potion,0,*lingerpothealing -lingerpotheal,lingering_potion,0,*lingerpothealing -heallingerpot,lingering_potion,0,*lingerpothealing -lingerpotnightvision,lingering_potion,0,{"Potion":"night_vision"} -nightvisionlingerpot,lingering_potion,0,*lingerpotnightvision -lingerpotnv,lingering_potion,0,*lingerpotnightvision -nvlingerpot,lingering_potion,0,*lingerpotnightvision -lingerpotstrength,lingering_potion,0,{"Potion":"strength"} -strengthlingerpot,lingering_potion,0,*lingerpotstrength -lingerpotstr,lingering_potion,0,*lingerpotstrength -strlingerpot,lingering_potion,0,*lingerpotstrength -lingerpotleaping,lingering_potion,0,{"Potion":"leaping"} -leapinglingerpot,lingering_potion,0,*lingerpotleaping -lingerpotleap,lingering_potion,0,*lingerpotleaping -leaplingerpot,lingering_potion,0,*lingerpotleaping -lingerpotinvisibility,lingering_potion,0,{"Potion":"invisibility"} -invisibilitylingerpot,lingering_potion,0,*lingerpotinvisibility -lingerpotinvis,lingering_potion,0,*lingerpotinvisibility -invislingerpot,lingering_potion,0,*lingerpotinvisibility -lingerpotpoison,lingering_potion,0,{"Potion":"poison"} -poisonlingerpot,lingering_potion,0,*lingerpotpoison -lingerpotpoi,lingering_potion,0,*lingerpotpoison -poilingerpot,lingering_potion,0,*lingerpotpoison -lingerpotweakness,lingering_potion,0,{"Potion":"weakness"} -weaknesslingerpot,lingering_potion,0,*lingerpotweakness -lingerpotweak,lingering_potion,0,*lingerpotweakness -weaklingerpot,lingering_potion,0,*lingerpotweakness -lingerpotslowness,lingering_potion,0,{"Potion":"slowness"} -slownesslingerpot,lingering_potion,0,*lingerpotslowness -lingerpotslow,lingering_potion,0,*lingerpotslowness -slowlingerpot,lingering_potion,0,*lingerpotslowness -lingerpotharming,lingering_potion,0,{"Potion":"harming"} -harminglingerpot,lingering_potion,0,*lingerpotharming -lingerpotharm,lingering_potion,0,*lingerpotharming -harmlingerpot,lingering_potion,0,*lingerpotharming -lingerpotwaterbreathing,lingering_potion,0,{"Potion":"water_breathing"} -waterbreathinglingerpot,lingering_potion,0,*lingerpotwaterbreathing -lingerpotwb,lingering_potion,0,*lingerpotwaterbreathing -wblingerpot,lingering_potion,0,*lingerpotwaterbreathing -lingerpotluck,lingering_potion,0,{"Potion":"luck"} -lucklingerpot,lingering_potion,0,*lingerpotluck -lingerpotlucky,lingering_potion,0,*lingerpotluck -luckylingerpot,lingering_potion,0,*lingerpotluck -aoepotregenerationii,lingering_potion,0,{"Potion":"strong_regeneration"} -regenerationaoepotii,lingering_potion,0,*aoepotregenerationii -aoepotregenii,lingering_potion,0,*aoepotregenerationii -regenaoepotii,lingering_potion,0,*aoepotregenerationii -aoepotswiftnessii,lingering_potion,0,{"Potion":"strong_swiftness"} -swiftnessaoepotii,lingering_potion,0,*aoepotswiftnessii -aoepotswiftii,lingering_potion,0,*aoepotswiftnessii -swiftaoepotii,lingering_potion,0,*aoepotswiftnessii -aoepothealingii,lingering_potion,0,{"Potion":"strong_healing"} -healingaoepotii,lingering_potion,0,*aoepothealingii -aoepothealii,lingering_potion,0,*aoepothealingii -healaoepotii,lingering_potion,0,*aoepothealingii -aoepotstrengthii,lingering_potion,0,{"Potion":"strong_strength"} -strengthaoepotii,lingering_potion,0,*aoepotstrengthii -aoepotstrii,lingering_potion,0,*aoepotstrengthii -straoepotii,lingering_potion,0,*aoepotstrengthii -aoepotleapingii,lingering_potion,0,{"Potion":"strong_leaping"} -leapingaoepotii,lingering_potion,0,*aoepotleapingii -aoepotleapii,lingering_potion,0,*aoepotleapingii -leapaoepotii,lingering_potion,0,*aoepotleapingii -aoepotpoisonii,lingering_potion,0,{"Potion":"strong_poison"} -poisonaoepotii,lingering_potion,0,*aoepotpoisonii -aoepotpoiii,lingering_potion,0,*aoepotpoisonii -poiaoepotii,lingering_potion,0,*aoepotpoisonii -aoepotharmingii,lingering_potion,0,{"Potion":"strong_harming"} -harmingaoepotii,lingering_potion,0,*aoepotharmingii -aoepotharmii,lingering_potion,0,*aoepotharmingii -harmaoepotii,lingering_potion,0,*aoepotharmingii -aoepotregeneration2,lingering_potion,0,{"Potion":"long_regeneration"} -regenerationaoepot2,lingering_potion,0,*aoepotregeneration2 -aoepotregen2,lingering_potion,0,*aoepotregeneration2 -regenaoepot2,lingering_potion,0,*aoepotregeneration2 -aoepotswiftness2,lingering_potion,0,{"Potion":"long_swiftness"} -swiftnessaoepot2,lingering_potion,0,*aoepotswiftness2 -aoepotswift2,lingering_potion,0,*aoepotswiftness2 -swiftaoepot2,lingering_potion,0,*aoepotswiftness2 -aoepotfireresist2,lingering_potion,0,{"Potion":"long_fire_resistance"} -fireresistaoepot2,lingering_potion,0,*aoepotfireresist2 -aoepotfireres2,lingering_potion,0,*aoepotfireresist2 -fireresaoepot2,lingering_potion,0,*aoepotfireresist2 -aoepotnightvision2,lingering_potion,0,{"Potion":"long_night_vision"} -nightvisionaoepot2,lingering_potion,0,*aoepotnightvision2 -aoepotnv2,lingering_potion,0,*aoepotnightvision2 -nvaoepot2,lingering_potion,0,*aoepotnightvision2 -aoepotstrength2,lingering_potion,0,{"Potion":"long_strength"} -strengthaoepot2,lingering_potion,0,*aoepotstrength2 -aoepotstr2,lingering_potion,0,*aoepotstrength2 -straoepot2,lingering_potion,0,*aoepotstrength2 -aoepotleaping2,lingering_potion,0,{"Potion":"long_leaping"} -leapingaoepot2,lingering_potion,0,*aoepotleaping2 -aoepotleap2,lingering_potion,0,*aoepotleaping2 -leapaoepot2,lingering_potion,0,*aoepotleaping2 -aoepotinvisibility2,lingering_potion,0,{"Potion":"long_invisibility"} -invisibilityaoepot2,lingering_potion,0,*aoepotinvisibility2 -aoepotinvis2,lingering_potion,0,*aoepotinvisibility2 -invisaoepot2,lingering_potion,0,*aoepotinvisibility2 -aoepotpoison2,lingering_potion,0,{"Potion":"long_poison"} -poisonaoepot2,lingering_potion,0,*aoepotpoison2 -aoepotpo2i,lingering_potion,0,*aoepotpoison2 -poiaoepot2,lingering_potion,0,*aoepotpoison2 -aoepotweakness2,lingering_potion,0,{"Potion":"long_weakness"} -weaknessaoepot2,lingering_potion,0,*aoepotweakness2 -aoepotweak2,lingering_potion,0,*aoepotweakness2 -weakaoepot2,lingering_potion,0,*aoepotweakness2 -aoepotslowness2,lingering_potion,0,{"Potion":"long_slowness"} -slownessaoepot2,lingering_potion,0,*aoepotslowness2 -aoepotslow2,lingering_potion,0,*aoepotslowness2 -slowaoepot2,lingering_potion,0,*aoepotslowness2 -aoepotwaterbreathing2,lingering_potion,0,{"Potion":"long_water_breathing"} -waterbreathingaoepot2,lingering_potion,0,*aoepotwaterbreathing2 -aoepotwb2,lingering_potion,0,*aoepotwaterbreathing2 -wbaoepot2,lingering_potion,0,*aoepotwaterbreathing2 -aoepotregeneration,lingering_potion,0,{"Potion":"regeneration"} -regenerationaoepot,lingering_potion,0,*aoepotregeneration -aoepotregen,lingering_potion,0,*aoepotregeneration -regenaoepot,lingering_potion,0,*aoepotregeneration -aoepotswiftness,lingering_potion,0,{"Potion":"swiftness"} -swiftnessaoepot,lingering_potion,0,*aoepotswiftness -aoepotswift,lingering_potion,0,*aoepotswiftness -swiftaoepot,lingering_potion,0,*aoepotswiftness -aoepotfireresist,lingering_potion,0,{"Potion":"fire_resistance"} -fireresistaoepot,lingering_potion,0,*aoepotfireresist -aoepotfireres,lingering_potion,0,*aoepotfireresist -fireresaoepot,lingering_potion,0,*aoepotfireresist -aoepothealing,lingering_potion,0,{"Potion":"healing"} -healingaoepot,lingering_potion,0,*aoepothealing -aoepotheal,lingering_potion,0,*aoepothealing -healaoepot,lingering_potion,0,*aoepothealing -aoepotnightvision,lingering_potion,0,{"Potion":"night_vision"} -nightvisionaoepot,lingering_potion,0,*aoepotnightvision -aoepotnv,lingering_potion,0,*aoepotnightvision -nvaoepot,lingering_potion,0,*aoepotnightvision -aoepotstrength,lingering_potion,0,{"Potion":"strength"} -strengthaoepot,lingering_potion,0,*aoepotstrength -aoepotstr,lingering_potion,0,*aoepotstrength -straoepot,lingering_potion,0,*aoepotstrength -aoepotleaping,lingering_potion,0,{"Potion":"leaping"} -leapingaoepot,lingering_potion,0,*aoepotleaping -aoepotleap,lingering_potion,0,*aoepotleaping -leapaoepot,lingering_potion,0,*aoepotleaping -aoepotinvisibility,lingering_potion,0,{"Potion":"invisibility"} -invisibilityaoepot,lingering_potion,0,*aoepotinvisibility -aoepotinvis,lingering_potion,0,*aoepotinvisibility -invisaoepot,lingering_potion,0,*aoepotinvisibility -aoepotpoison,lingering_potion,0,{"Potion":"poison"} -poisonaoepot,lingering_potion,0,*aoepotpoison -aoepotpoi,lingering_potion,0,*aoepotpoison -poiaoepot,lingering_potion,0,*aoepotpoison -aoepotweakness,lingering_potion,0,{"Potion":"weakness"} -weaknessaoepot,lingering_potion,0,*aoepotweakness -aoepotweak,lingering_potion,0,*aoepotweakness -weakaoepot,lingering_potion,0,*aoepotweakness -aoepotslowness,lingering_potion,0,{"Potion":"slowness"} -slownessaoepot,lingering_potion,0,*aoepotslowness -aoepotslow,lingering_potion,0,*aoepotslowness -slowaoepot,lingering_potion,0,*aoepotslowness -aoepotharming,lingering_potion,0,{"Potion":"harming"} -harmingaoepot,lingering_potion,0,*aoepotharming -aoepotharm,lingering_potion,0,*aoepotharming -harmaoepot,lingering_potion,0,*aoepotharming -aoepotwaterbreathing,lingering_potion,0,{"Potion":"water_breathing"} -waterbreathingaoepot,lingering_potion,0,*aoepotwaterbreathing -aoepotwb,lingering_potion,0,*aoepotwaterbreathing -wbaoepot,lingering_potion,0,*aoepotwaterbreathing -aoepotluck,lingering_potion,0,{"Potion":"luck"} -luckaoepot,lingering_potion,0,*aoepotluck -aoepotlucky,lingering_potion,0,*aoepotluck -luckyaoepot,lingering_potion,0,*aoepotluck -shield,shield,0 -handshield,shield,0 -woodshield,shield,0 -woodenshield,shield,0 -elytra,elytra,0 -hangglider,elytra,0 -glider,elytra,0 -wings,elytra,0 -wing,elytra,0 -playerwings,elytra,0 -playerwing,elytra,0 -pwings,elytra,0 -pwing,elytra,0 -spruceboat,boat_spruce,0 -birchboat,boat_birch,0 -jungleboat,boat_jungle,0 -acaciaboat,boat_acacia,0 -darkoakboat,boat_dark_oak,0 -totemofundying,boat_dark_oak,0 -totem,totem,0 -shulkershell,shulker_shell,0 -ironnugget,iron_nugget,0 -knowledgebook,knowledge_book,0 -13disc,gold_record,0 -goldmusicrecord,gold_record,0 -goldmusicdisk,gold_record,0 -goldmusicdisc,gold_record,0 -goldmusiccd,gold_record,0 -13musicrecord,gold_record,0 -13musicdisk,gold_record,0 -13musicdisc,gold_record,0 -13musiccd,gold_record,0 -gomusicrecord,gold_record,0 -gomusicdisk,gold_record,0 -gomusicdisc,gold_record,0 -gomusiccd,gold_record,0 -goldmrecord,gold_record,0 -goldmdisk,gold_record,0 -goldmdisc,gold_record,0 -goldmcd,gold_record,0 -13mrecord,gold_record,0 -13mdisk,gold_record,0 -13mdisc,gold_record,0 -13mcd,gold_record,0 -gomrecord,gold_record,0 -gomdisk,gold_record,0 -gomdisc,gold_record,0 -gomcd,gold_record,0 -goldrecord,gold_record,0 -golddisk,gold_record,0 -golddisc,gold_record,0 -goldcd,gold_record,0 -13record,gold_record,0 -13disk,gold_record,0 -13cd,gold_record,0 -gorecord,gold_record,0 -godisk,gold_record,0 -godisc,gold_record,0 -gocd,gold_record,0 -record1,gold_record,0 -disk1,gold_record,0 -disc1,gold_record,0 -cd1,gold_record,0 -1record,gold_record,0 -1disk,gold_record,0 -1disc,gold_record,0 -1cd,gold_record,0 -catdisc,green_record,0 -greenmusicrecord,green_record,0 -greenmusicdisk,green_record,0 -greenmusicdisc,green_record,0 -greenmusiccd,green_record,0 -catmusicrecord,green_record,0 -catmusicdisk,green_record,0 -catmusicdisc,green_record,0 -catmusiccd,green_record,0 -grmusicrecord,green_record,0 -grmusicdisk,green_record,0 -grmusicdisc,green_record,0 -grmusiccd,green_record,0 -greenmrecord,green_record,0 -greenmdisk,green_record,0 -greenmdisc,green_record,0 -greenmcd,green_record,0 -catmrecord,green_record,0 -catmdisk,green_record,0 -catmdisc,green_record,0 -catmcd,green_record,0 -grmrecord,green_record,0 -grmdisk,green_record,0 -grmdisc,green_record,0 -grmcd,green_record,0 -greenrecord,green_record,0 -greendisk,green_record,0 -greendisc,green_record,0 -greencd,green_record,0 -catrecord,green_record,0 -catdisk,green_record,0 -catcd,green_record,0 -grrecord,green_record,0 -grdisk,green_record,0 -grdisc,green_record,0 -grcd,green_record,0 -record2,green_record,0 -disk2,green_record,0 -disc2,green_record,0 -cd2,green_record,0 -2record,green_record,0 -2disk,green_record,0 -2disc,green_record,0 -2cd,green_record,0 -blocksdisc,record_3,0 -orangemusicrecord,record_3,0 -orangemusicdisk,record_3,0 -orangemusicdisc,record_3,0 -orangemusiccd,record_3,0 -blocksmusicrecord,record_3,0 -blocksmusicdisk,record_3,0 -blocksmusicdisc,record_3,0 -blocksmusiccd,record_3,0 -ormusicrecord,record_3,0 -ormusicdisk,record_3,0 -ormusicdisc,record_3,0 -ormusiccd,record_3,0 -orangemrecord,record_3,0 -orangemdisk,record_3,0 -orangemdisc,record_3,0 -orangemcd,record_3,0 -blocksmrecord,record_3,0 -blocksmdisk,record_3,0 -blocksmdisc,record_3,0 -blocksmcd,record_3,0 -ormrecord,record_3,0 -ormdisk,record_3,0 -ormdisc,record_3,0 -ormcd,record_3,0 -orangerecord,record_3,0 -orangedisk,record_3,0 -orangedisc,record_3,0 -orangecd,record_3,0 -blocksrecord,record_3,0 -blocksdisk,record_3,0 -blockscd,record_3,0 -orrecord,record_3,0 -ordisk,record_3,0 -ordisc,record_3,0 -orcd,record_3,0 -record3,record_3,0 -disk3,record_3,0 -disc3,record_3,0 -cd3,record_3,0 -3record,record_3,0 -3disk,record_3,0 -3disc,record_3,0 -3cd,record_3,0 -chirpdisc,record_4,0 -redmusicrecord,record_4,0 -redmusicdisk,record_4,0 -redmusicdisc,record_4,0 -redmusiccd,record_4,0 -chirpmusicrecord,record_4,0 -chirpmusicdisk,record_4,0 -chirpmusicdisc,record_4,0 -chirpmusiccd,record_4,0 -remusicrecord,record_4,0 -remusicdisk,record_4,0 -remusicdisc,record_4,0 -remusiccd,record_4,0 -redmrecord,record_4,0 -redmdisk,record_4,0 -redmdisc,record_4,0 -redmcd,record_4,0 -chirpmrecord,record_4,0 -chirpmdisk,record_4,0 -chirpmdisc,record_4,0 -chirpmcd,record_4,0 -remrecord,record_4,0 -remdisk,record_4,0 -remdisc,record_4,0 -remcd,record_4,0 -redrecord,record_4,0 -reddisk,record_4,0 -reddisc,record_4,0 -redcd,record_4,0 -chirprecord,record_4,0 -chirpdisk,record_4,0 -chirpcd,record_4,0 -rerecord,record_4,0 -redisk,record_4,0 -redisc,record_4,0 -recd,record_4,0 -record4,record_4,0 -disk4,record_4,0 -disc4,record_4,0 -cd4,record_4,0 -4record,record_4,0 -4disk,record_4,0 -4disc,record_4,0 -4cd,record_4,0 -fardisc,record_5,0 -lightgreenmusicrecord,record_5,0 -lightgreenmusicdisk,record_5,0 -lightgreenmusicdisc,record_5,0 -lightgreenmusiccd,record_5,0 -lgreenmusicrecord,record_5,0 -lgreenmusicdisk,record_5,0 -lgreenmusicdisc,record_5,0 -lgreenmusiccd,record_5,0 -lightgrmusicrecord,record_5,0 -lightgrmusicdisk,record_5,0 -lightgrmusicdisc,record_5,0 -lightgrmusiccd,record_5,0 -farmusicrecord,record_5,0 -farmusicdisk,record_5,0 -farmusicdisc,record_5,0 -farmusiccd,record_5,0 -lgrmusicrecord,record_5,0 -lgrmusicdisk,record_5,0 -lgrmusicdisc,record_5,0 -lgrmusiccd,record_5,0 -lightgreenmrecord,record_5,0 -lightgreenmdisk,record_5,0 -lightgreenmdisc,record_5,0 -lightgreenmcd,record_5,0 -lgreenmrecord,record_5,0 -lgreenmdisk,record_5,0 -lgreenmdisc,record_5,0 -lgreenmcd,record_5,0 -lightgrmrecord,record_5,0 -lightgrmdisk,record_5,0 -lightgrmdisc,record_5,0 -lightgrmcd,record_5,0 -farmrecord,record_5,0 -farmdisk,record_5,0 -farmdisc,record_5,0 -farmcd,record_5,0 -lgrmrecord,record_5,0 -lgrmdisk,record_5,0 -lgrmdisc,record_5,0 -lgrmcd,record_5,0 -lightgreenrecord,record_5,0 -lightgreendisk,record_5,0 -lightgreendisc,record_5,0 -lightgreencd,record_5,0 -lgreenrecord,record_5,0 -lgreendisk,record_5,0 -lgreendisc,record_5,0 -lgreencd,record_5,0 -lightgrrecord,record_5,0 -lightgrdisk,record_5,0 -lightgrdisc,record_5,0 -lightgrcd,record_5,0 -farrecord,record_5,0 -fardisk,record_5,0 -farcd,record_5,0 -lgrrecord,record_5,0 -lgrdisk,record_5,0 -lgrdisc,record_5,0 -lgrcd,record_5,0 -record5,record_5,0 -disk5,record_5,0 -disc5,record_5,0 -cd5,record_5,0 -5record,record_5,0 -5disk,record_5,0 -5disc,record_5,0 -5cd,record_5,0 -malldisc,record_6,0 -purplemusicrecord,record_6,0 -purplemusicdisk,record_6,0 -purplemusicdisc,record_6,0 -purplemusiccd,record_6,0 -mallmusicrecord,record_6,0 -mallmusicdisk,record_6,0 -mallmusicdisc,record_6,0 -mallmusiccd,record_6,0 -pumusicrecord,record_6,0 -pumusicdisk,record_6,0 -pumusicdisc,record_6,0 -pumusiccd,record_6,0 -purplemrecord,record_6,0 -purplemdisk,record_6,0 -purplemdisc,record_6,0 -purplemcd,record_6,0 -mallmrecord,record_6,0 -mallmdisk,record_6,0 -mallmdisc,record_6,0 -mallmcd,record_6,0 -pumrecord,record_6,0 -pumdisk,record_6,0 -pumdisc,record_6,0 -pumcd,record_6,0 -purplerecord,record_6,0 -purpledisk,record_6,0 -purpledisc,record_6,0 -purplecd,record_6,0 -mallrecord,record_6,0 -malldisk,record_6,0 -mallcd,record_6,0 -purecord,record_6,0 -pudisk,record_6,0 -pudisc,record_6,0 -pucd,record_6,0 -record6,record_6,0 -disk6,record_6,0 -disc6,record_6,0 -cd6,record_6,0 -6record,record_6,0 -6disk,record_6,0 -6disc,record_6,0 -6cd,record_6,0 -mellohidisc,record_7,0 -pinkmusicrecord,record_7,0 -pinkmusicdisk,record_7,0 -pinkmusicdisc,record_7,0 -pinkmusiccd,record_7,0 -mellohimusicrecord,record_7,0 -mellohimusicdisk,record_7,0 -mellohimusicdisc,record_7,0 -mellohimusiccd,record_7,0 -pimusicrecord,record_7,0 -pimusicdisk,record_7,0 -pimusicdisc,record_7,0 -pimusiccd,record_7,0 -pinkmrecord,record_7,0 -pinkmdisk,record_7,0 -pinkmdisc,record_7,0 -pinkmcd,record_7,0 -mellohimrecord,record_7,0 -mellohimdisk,record_7,0 -mellohimdisc,record_7,0 -mellohimcd,record_7,0 -pimrecord,record_7,0 -pimdisk,record_7,0 -pimdisc,record_7,0 -pimcd,record_7,0 -pinkrecord,record_7,0 -pinkdisk,record_7,0 -pinkdisc,record_7,0 -pinkcd,record_7,0 -mellohirecord,record_7,0 -mellohidisk,record_7,0 -mellohicd,record_7,0 -pirecord,record_7,0 -pidisk,record_7,0 -pidisc,record_7,0 -picd,record_7,0 -record7,record_7,0 -disk7,record_7,0 -disc7,record_7,0 -cd7,record_7,0 -7record,record_7,0 -7disk,record_7,0 -7disc,record_7,0 -7cd,record_7,0 -staldisc,record_8,0 -blackmusicrecord,record_8,0 -blackmusicdisk,record_8,0 -blackmusicdisc,record_8,0 -blackmusiccd,record_8,0 -stalmusicrecord,record_8,0 -stalmusicdisk,record_8,0 -stalmusicdisc,record_8,0 -stalmusiccd,record_8,0 -blmusicrecord,record_8,0 -blmusicdisk,record_8,0 -blmusicdisc,record_8,0 -blmusiccd,record_8,0 -blackmrecord,record_8,0 -blackmdisk,record_8,0 -blackmdisc,record_8,0 -blackmcd,record_8,0 -stalmrecord,record_8,0 -stalmdisk,record_8,0 -stalmdisc,record_8,0 -stalmcd,record_8,0 -blmrecord,record_8,0 -blmdisk,record_8,0 -blmdisc,record_8,0 -blmcd,record_8,0 -blackrecord,record_8,0 -blackdisk,record_8,0 -blackdisc,record_8,0 -blackcd,record_8,0 -stalrecord,record_8,0 -staldisk,record_8,0 -stalcd,record_8,0 -blrecord,record_8,0 -bldisk,record_8,0 -bldisc,record_8,0 -blcd,record_8,0 -record8,record_8,0 -disk8,record_8,0 -disc8,record_8,0 -cd8,record_8,0 -8record,record_8,0 -8disk,record_8,0 -8disc,record_8,0 -8cd,record_8,0 -straddisc,record_9,0 -whitemusicrecord,record_9,0 -whitemusicdisk,record_9,0 -whitemusicdisc,record_9,0 -whitemusiccd,record_9,0 -stradmusicrecord,record_9,0 -stradmusicdisk,record_9,0 -stradmusicdisc,record_9,0 -stradmusiccd,record_9,0 -whmusicrecord,record_9,0 -whmusicdisk,record_9,0 -whmusicdisc,record_9,0 -whmusiccd,record_9,0 -whitemrecord,record_9,0 -whitemdisk,record_9,0 -whitemdisc,record_9,0 -whitemcd,record_9,0 -stradmrecord,record_9,0 -stradmdisk,record_9,0 -stradmdisc,record_9,0 -stradmcd,record_9,0 -whmrecord,record_9,0 -whmdisk,record_9,0 -whmdisc,record_9,0 -whmcd,record_9,0 -whiterecord,record_9,0 -whitedisk,record_9,0 -whitedisc,record_9,0 -whitecd,record_9,0 -stradrecord,record_9,0 -straddisk,record_9,0 -stradcd,record_9,0 -whrecord,record_9,0 -whdisk,record_9,0 -whdisc,record_9,0 -whcd,record_9,0 -record9,record_9,0 -disk9,record_9,0 -disc9,record_9,0 -cd9,record_9,0 -9record,record_9,0 -9disk,record_9,0 -9disc,record_9,0 -9cd,record_9,0 -warddisc,record_10,0 -darkgreenmusicrecord,record_10,0 -darkgreenmusicdisk,record_10,0 -darkgreenmusicdisc,record_10,0 -darkgreenmusiccd,record_10,0 -dgreenmusicrecord,record_10,0 -dgreenmusicdisk,record_10,0 -dgreenmusicdisc,record_10,0 -dgreenmusiccd,record_10,0 -darkgrmusicrecord,record_10,0 -darkgrmusicdisk,record_10,0 -darkgrmusicdisc,record_10,0 -darkgrmusiccd,record_10,0 -wardmusicrecord,record_10,0 -wardmusicdisk,record_10,0 -wardmusicdisc,record_10,0 -wardmusiccd,record_10,0 -dgrmusicrecord,record_10,0 -dgrmusicdisk,record_10,0 -dgrmusicdisc,record_10,0 -dgrmusiccd,record_10,0 -darkgreenmrecord,record_10,0 -darkgreenmdisk,record_10,0 -darkgreenmdisc,record_10,0 -darkgreenmcd,record_10,0 -dgreenmrecord,record_10,0 -dgreenmdisk,record_10,0 -dgreenmdisc,record_10,0 -dgreenmcd,record_10,0 -darkgrmrecord,record_10,0 -darkgrmdisk,record_10,0 -darkgrmdisc,record_10,0 -darkgrmcd,record_10,0 -wardmrecord,record_10,0 -wardmdisk,record_10,0 -wardmdisc,record_10,0 -wardmcd,record_10,0 -dgrmrecord,record_10,0 -dgrmdisk,record_10,0 -dgrmdisc,record_10,0 -dgrmcd,record_10,0 -darkgreenrecord,record_10,0 -darkgreendisk,record_10,0 -darkgreendisc,record_10,0 -darkgreencd,record_10,0 -dgreenrecord,record_10,0 -dgreendisk,record_10,0 -dgreendisc,record_10,0 -dgreencd,record_10,0 -darkgrrecord,record_10,0 -darkgrdisk,record_10,0 -darkgrdisc,record_10,0 -darkgrcd,record_10,0 -wardrecord,record_10,0 -warddisk,record_10,0 -wardcd,record_10,0 -dgrrecord,record_10,0 -dgrdisk,record_10,0 -dgrdisc,record_10,0 -dgrcd,record_10,0 -record10,record_10,0 -disk10,record_10,0 -disc10,record_10,0 -cd10,record_10,0 -10record,record_10,0 -10disk,record_10,0 -10disc,record_10,0 -10cd,record_10,0 -11disc,record_11,0 -crackedmusicrecord,record_11,0 -crackedmusicdisk,record_11,0 -crackedmusicdisc,record_11,0 -crackedmusiccd,record_11,0 -crackmusicrecord,record_11,0 -crackmusicdisk,record_11,0 -crackmusicdisc,record_11,0 -crackmusiccd,record_11,0 -11musicrecord,record_11,0 -11musicdisk,record_11,0 -11musicdisc,record_11,0 -11musiccd,record_11,0 -cmusicrecord,record_11,0 -cmusicdisk,record_11,0 -cmusicdisc,record_11,0 -cmusiccd,record_11,0 -crackedmrecord,record_11,0 -crackedmdisk,record_11,0 -crackedmdisc,record_11,0 -crackedmcd,record_11,0 -crackmrecord,record_11,0 -crackmdisk,record_11,0 -crackmdisc,record_11,0 -crackmcd,record_11,0 -11mrecord,record_11,0 -11mdisk,record_11,0 -11mdisc,record_11,0 -11mcd,record_11,0 -cmrecord,record_11,0 -cmdisk,record_11,0 -cmdisc,record_11,0 -cmcd,record_11,0 -crackedrecord,record_11,0 -crackeddisk,record_11,0 -crackeddisc,record_11,0 -crackedcd,record_11,0 -crackrecord,record_11,0 -crackdisk,record_11,0 -crackdisc,record_11,0 -crackcd,record_11,0 -crecord,record_11,0 -cdisk,record_11,0 -cdisc,record_11,0 -ccd,record_11,0 -record11,record_11,0 -disk11,record_11,0 -disc11,record_11,0 -cd11,record_11,0 -11record,record_11,0 -11disk,record_11,0 -11cd,record_11,0 -waitdisc,record_12,0 -waitmusicrecord,record_12,0 -waitmusicdisk,record_12,0 -waitmusicdisc,record_12,0 -waitmusiccd,record_12,0 -bluemusicrecord,record_12,0 -bluemusicdisk,record_12,0 -bluemusicdisc,record_12,0 -bluemusiccd,record_12,0 -12musicrecord,record_12,0 -12musicdisk,record_12,0 -12musicdisc,record_12,0 -12musiccd,record_12,0 -cyanmusicrecord,record_12,0 -cyanmusicdisk,record_12,0 -cyanmusicdisc,record_12,0 -cyanmusiccd,record_12,0 -waitmrecord,record_12,0 -waitmdisk,record_12,0 -waitmdisc,record_12,0 -waitmcd,record_12,0 -bluemrecord,record_12,0 -bluemdisk,record_12,0 -bluemdisc,record_12,0 -bluemcd,record_12,0 -12mrecord,record_12,0 -12mdisk,record_12,0 -12mdisc,record_12,0 -12mcd,record_12,0 -cyanmrecord,record_12,0 -cyanmdisk,record_12,0 -cyanmdisc,record_12,0 -cyanmcd,record_12,0 -waitrecord,record_12,0 -waitdisk,record_12,0 -waitcd,record_12,0 -bluerecord,record_12,0 -bluedisk,record_12,0 -bluedisc,record_12,0 -bluecd,record_12,0 -cyanrecord,record_12,0 -cyandisk,record_12,0 -cyandisc,record_12,0 -cyancd,record_12,0 -record12,record_12,0 -disk12,record_12,0 -disc12,record_12,0 -cd12,record_12,0 -12record,record_12,0 -12disk,record_12,0 -12disc,record_12,0 -12cd,record_12,0 - -#70c43971d25c82f4a8ddcd8d8aba83e \ No newline at end of file diff --git a/plugins/Essentials/items.json b/plugins/Essentials/items.json new file mode 100644 index 00000000..872e5b76 --- /dev/null +++ b/plugins/Essentials/items.json @@ -0,0 +1,24886 @@ +#version: 2.17.2.113 +{ + "acacia_boat": { + "material": "ACACIA_BOAT" + }, + "acaciaboat": "acacia_boat", + "aboat": "acacia_boat", + "acacia_button": { + "material": "ACACIA_BUTTON" + }, + "acaciabutton": "acacia_button", + "acacia_door": { + "material": "ACACIA_DOOR" + }, + "acaciadoor": "acacia_door", + "acacia_fence": { + "material": "ACACIA_FENCE" + }, + "acaciafence": "acacia_fence", + "afence": "acacia_fence", + "acacia_fence_gate": { + "material": "ACACIA_FENCE_GATE" + }, + "acaciafencegate": "acacia_fence_gate", + "acaciagate": "acacia_fence_gate", + "afencegate": "acacia_fence_gate", + "agate": "acacia_fence_gate", + "acacia_leaves": { + "material": "ACACIA_LEAVES" + }, + "acacialeaves": "acacia_leaves", + "acaciatreeleaves": "acacia_leaves", + "acacialogleaves": "acacia_leaves", + "acaciatrunkleaves": "acacia_leaves", + "acaciawoodleaves": "acacia_leaves", + "acaciatreeleaf": "acacia_leaves", + "acacialogleaf": "acacia_leaves", + "acaciatrunkleaf": "acacia_leaves", + "acaciawoodleaf": "acacia_leaves", + "acacialeaf": "acacia_leaves", + "acaciatreeleave": "acacia_leaves", + "acacialogleave": "acacia_leaves", + "acaciatrunkleave": "acacia_leaves", + "acaciawoodleave": "acacia_leaves", + "acacialeave": "acacia_leaves", + "atreeleaves": "acacia_leaves", + "alogleaves": "acacia_leaves", + "atrunkleaves": "acacia_leaves", + "awoodleaves": "acacia_leaves", + "aleaves": "acacia_leaves", + "atreeleaf": "acacia_leaves", + "alogleaf": "acacia_leaves", + "atrunkleaf": "acacia_leaves", + "awoodleaf": "acacia_leaves", + "aleaf": "acacia_leaves", + "atreeleave": "acacia_leaves", + "alogleave": "acacia_leaves", + "atrunkleave": "acacia_leaves", + "awoodleave": "acacia_leaves", + "aleave": "acacia_leaves", + "acacia_log": { + "material": "ACACIA_LOG" + }, + "acacialog": "acacia_log", + "acacia": "acacia_log", + "logacacia": "acacia_log", + "acaciatrunk": "acacia_log", + "acaciatree": "acacia_log", + "a": "acacia_log", + "loga": "acacia_log", + "atrunk": "acacia_log", + "alog": "acacia_log", + "atree": "acacia_log", + "acacia_planks": { + "material": "ACACIA_PLANKS" + }, + "acaciaplanks": "acacia_planks", + "acaciawoodenplank": "acacia_planks", + "acaciawoodplank": "acacia_planks", + "acaciawplank": "acacia_planks", + "acaciaplankwooden": "acacia_planks", + "acaciaplankwood": "acacia_planks", + "acaciaplankw": "acacia_planks", + "acaciaplank": "acacia_planks", + "awoodenplank": "acacia_planks", + "awoodplank": "acacia_planks", + "awplank": "acacia_planks", + "aplankwooden": "acacia_planks", + "aplankwood": "acacia_planks", + "aplankw": "acacia_planks", + "aplank": "acacia_planks", + "acacia_pressure_plate": { + "material": "ACACIA_PRESSURE_PLATE" + }, + "acaciapressureplate": "acacia_pressure_plate", + "acaciapressplate": "acacia_pressure_plate", + "acaciapplate": "acacia_pressure_plate", + "acaciaplate": "acacia_pressure_plate", + "apressureplate": "acacia_pressure_plate", + "apressplate": "acacia_pressure_plate", + "applate": "acacia_pressure_plate", + "aplate": "acacia_pressure_plate", + "acacia_sapling": { + "material": "ACACIA_SAPLING" + }, + "acaciasapling": "acacia_sapling", + "acaciatreesapling": "acacia_sapling", + "acacialogsapling": "acacia_sapling", + "acaciatrunksapling": "acacia_sapling", + "acaciawoodsapling": "acacia_sapling", + "asapling": "acacia_sapling", + "atreesapling": "acacia_sapling", + "alogsapling": "acacia_sapling", + "atrunksapling": "acacia_sapling", + "awoodsapling": "acacia_sapling", + "acacia_sign": { + "material": "ACACIA_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "acaciasign": "acacia_sign", + "acacia_slab": { + "material": "ACACIA_SLAB" + }, + "acaciaslab": "acacia_slab", + "acaciawoodenstep": "acacia_slab", + "acaciawoodstep": "acacia_slab", + "acaciawstep": "acacia_slab", + "acaciastep": "acacia_slab", + "acaciawoodenslab": "acacia_slab", + "acaciawoodslab": "acacia_slab", + "acaciawslab": "acacia_slab", + "acaciawoodenhalfblock": "acacia_slab", + "acaciawoodhalfblock": "acacia_slab", + "acaciawhalfblock": "acacia_slab", + "acaciahalfblock": "acacia_slab", + "awoodenstep": "acacia_slab", + "awoodstep": "acacia_slab", + "awstep": "acacia_slab", + "astep": "acacia_slab", + "awoodenslab": "acacia_slab", + "awoodslab": "acacia_slab", + "awslab": "acacia_slab", + "awoodenhalfblock": "acacia_slab", + "awoodhalfblock": "acacia_slab", + "awhalfblock": "acacia_slab", + "ahalfblock": "acacia_slab", + "acacia_stairs": { + "material": "ACACIA_STAIRS" + }, + "acaciastairs": "acacia_stairs", + "acaciawoodenstairs": "acacia_stairs", + "acaciawoodstairs": "acacia_stairs", + "acaciawstairs": "acacia_stairs", + "acaciawoodenstair": "acacia_stairs", + "acaciawoodstair": "acacia_stairs", + "acaciawstair": "acacia_stairs", + "acaciastair": "acacia_stairs", + "awoodenstairs": "acacia_stairs", + "awoodstairs": "acacia_stairs", + "awstairs": "acacia_stairs", + "awoodenstair": "acacia_stairs", + "awoodstair": "acacia_stairs", + "awstair": "acacia_stairs", + "astair": "acacia_stairs", + "acacia_trapdoor": { + "material": "ACACIA_TRAPDOOR" + }, + "acaciatrapdoor": "acacia_trapdoor", + "acaciadoortrap": "acacia_trapdoor", + "acaciahatch": "acacia_trapdoor", + "acaciatdoor": "acacia_trapdoor", + "acaciadoort": "acacia_trapdoor", + "acaciatrapd": "acacia_trapdoor", + "acaciadtrap": "acacia_trapdoor", + "atrapdoor": "acacia_trapdoor", + "adoortrap": "acacia_trapdoor", + "ahatch": "acacia_trapdoor", + "atdoor": "acacia_trapdoor", + "adoort": "acacia_trapdoor", + "atrapd": "acacia_trapdoor", + "adtrap": "acacia_trapdoor", + "acacia_wall_sign": { + "material": "ACACIA_WALL_SIGN", + "unspawnable": true + }, + "acaciawallsign": "acacia_wall_sign", + "acacia_wood": { + "material": "ACACIA_WOOD" + }, + "acaciawood": "acacia_wood", + "acacialogall": "acacia_wood", + "acaciatrunkall": "acacia_wood", + "acaciatreeall": "acacia_wood", + "awood": "acacia_wood", + "alogall": "acacia_wood", + "atrunkall": "acacia_wood", + "atreeall": "acacia_wood", + "activator_rail": { + "material": "ACTIVATOR_RAIL" + }, + "activatorrail": "activator_rail", + "activatorrails": "activator_rail", + "activatortrack": "activator_rail", + "activaterails": "activator_rail", + "activaterail": "activator_rail", + "activatetrack": "activator_rail", + "triggerrails": "activator_rail", + "triggerrail": "activator_rail", + "triggertrack": "activator_rail", + "arails": "activator_rail", + "arail": "activator_rail", + "atrack": "activator_rail", + "trails": "activator_rail", + "trail": "activator_rail", + "ttrack": "activator_rail", + "air": { + "material": "AIR" + }, + "allium": { + "material": "ALLIUM" + }, + "magentaallium": "allium", + "magentaflower": "allium", + "andesite": { + "material": "ANDESITE" + }, + "astone": "andesite", + "andesite_slab": { + "material": "ANDESITE_SLAB" + }, + "andesiteslab": "andesite_slab", + "andesite_stairs": { + "material": "ANDESITE_STAIRS" + }, + "andesitestairs": "andesite_stairs", + "andesite_wall": { + "material": "ANDESITE_WALL" + }, + "andesitewall": "andesite_wall", + "anvil": { + "material": "ANVIL" + }, + "apple": { + "material": "APPLE" + }, + "armor_stand": { + "material": "ARMOR_STAND" + }, + "armorstand": "armor_stand", + "arrow": { + "material": "ARROW" + }, + "attached_melon_stem": { + "material": "ATTACHED_MELON_STEM", + "unspawnable": true + }, + "attachedmelonstem": "attached_melon_stem", + "attached_pumpkin_stem": { + "material": "ATTACHED_PUMPKIN_STEM", + "unspawnable": true + }, + "attachedpumpkinstem": "attached_pumpkin_stem", + "azure_bluet": { + "material": "AZURE_BLUET" + }, + "azurebluet": "azure_bluet", + "whiteazurebluet": "azure_bluet", + "abluet": "azure_bluet", + "azureb": "azure_bluet", + "houstonia": "azure_bluet", + "baked_potato": { + "material": "BAKED_POTATO" + }, + "bakedpotato": "baked_potato", + "bamboo": { + "material": "BAMBOO" + }, + "bamboo_sapling": { + "material": "BAMBOO_SAPLING", + "unspawnable": true + }, + "bamboosapling": "bamboo_sapling", + "barrel": { + "material": "BARREL" + }, + "barrier": { + "material": "BARRIER" + }, + "bat_spawn_egg": { + "material": "BAT_SPAWN_EGG" + }, + "batspawnegg": "bat_spawn_egg", + "bategg": "bat_spawn_egg", + "eggbat": "bat_spawn_egg", + "spawneggbat": "bat_spawn_egg", + "batspawn": "bat_spawn_egg", + "spawnbat": "bat_spawn_egg", + "beacon": { + "material": "BEACON" + }, + "beaconblock": "beacon", + "bedrock": { + "material": "BEDROCK" + }, + "oprock": "bedrock", + "opblock": "bedrock", + "adminblock": "bedrock", + "adminrock": "bedrock", + "adminium": "bedrock", + "beef": { + "material": "BEEF" + }, + "rawbeef": "beef", + "rawsteak": "beef", + "rawcowmeat": "beef", + "rabeef": "beef", + "rasteak": "beef", + "racowmeat": "beef", + "uncookedbeef": "beef", + "uncookedsteak": "beef", + "uncookedcowmeat": "beef", + "plainbeef": "beef", + "plainsteak": "beef", + "plaincowmeat": "beef", + "steak": "beef", + "cowmeat": "beef", + "beetroot": { + "material": "BEETROOT" + }, + "broot": "beetroot", + "beet": "beetroot", + "beets": "beetroot", + "beetplant": "beetroot", + "beetcrop": "beetroot", + "beetroots": { + "material": "BEETROOTS", + "unspawnable": true + }, + "beetroot_seeds": { + "material": "BEETROOT_SEEDS" + }, + "beetrootseeds": "beetroot_seeds", + "beetrootseed": "beetroot_seeds", + "brootseed": "beetroot_seeds", + "brootseeds": "beetroot_seeds", + "beetseed": "beetroot_seeds", + "beetseeds": "beetroot_seeds", + "beetsseeds": "beetroot_seeds", + "beetplantseeds": "beetroot_seeds", + "beetcropseeds": "beetroot_seeds", + "beetroot_soup": { + "material": "BEETROOT_SOUP" + }, + "beetrootsoup": "beetroot_soup", + "brootsoup": "beetroot_soup", + "beetsoup": "beetroot_soup", + "beetssoup": "beetroot_soup", + "beetplantsoup": "beetroot_soup", + "beetcropsoup": "beetroot_soup", + "redsoup": "beetroot_soup", + "bell": { + "material": "BELL" + }, + "birch_boat": { + "material": "BIRCH_BOAT" + }, + "birchboat": "birch_boat", + "bboat": "birch_boat", + "lightboat": "birch_boat", + "lboat": "birch_boat", + "whiteboat": "birch_boat", + "wboat": "birch_boat", + "birch_button": { + "material": "BIRCH_BUTTON" + }, + "birchbutton": "birch_button", + "birch_door": { + "material": "BIRCH_DOOR" + }, + "birchdoor": "birch_door", + "birch_fence": { + "material": "BIRCH_FENCE" + }, + "birchfence": "birch_fence", + "bfence": "birch_fence", + "lightfence": "birch_fence", + "lfence": "birch_fence", + "whitefence": "birch_fence", + "wfence": "birch_fence", + "birch_fence_gate": { + "material": "BIRCH_FENCE_GATE" + }, + "birchfencegate": "birch_fence_gate", + "birchgate": "birch_fence_gate", + "bfencegate": "birch_fence_gate", + "bgate": "birch_fence_gate", + "lightfencegate": "birch_fence_gate", + "lightgate": "birch_fence_gate", + "lfencegate": "birch_fence_gate", + "lgate": "birch_fence_gate", + "whitefencegate": "birch_fence_gate", + "whitegate": "birch_fence_gate", + "wfencegate": "birch_fence_gate", + "wgate": "birch_fence_gate", + "birch_leaves": { + "material": "BIRCH_LEAVES" + }, + "birchleaves": "birch_leaves", + "birchtreeleaves": "birch_leaves", + "birchlogleaves": "birch_leaves", + "birchtrunkleaves": "birch_leaves", + "birchwoodleaves": "birch_leaves", + "birchtreeleaf": "birch_leaves", + "birchlogleaf": "birch_leaves", + "birchtrunkleaf": "birch_leaves", + "birchwoodleaf": "birch_leaves", + "birchleaf": "birch_leaves", + "birchtreeleave": "birch_leaves", + "birchlogleave": "birch_leaves", + "birchtrunkleave": "birch_leaves", + "birchwoodleave": "birch_leaves", + "birchleave": "birch_leaves", + "btreeleaves": "birch_leaves", + "blogleaves": "birch_leaves", + "btrunkleaves": "birch_leaves", + "bwoodleaves": "birch_leaves", + "bleaves": "birch_leaves", + "btreeleaf": "birch_leaves", + "blogleaf": "birch_leaves", + "btrunkleaf": "birch_leaves", + "bwoodleaf": "birch_leaves", + "bleaf": "birch_leaves", + "btreeleave": "birch_leaves", + "blogleave": "birch_leaves", + "btrunkleave": "birch_leaves", + "bwoodleave": "birch_leaves", + "bleave": "birch_leaves", + "lighttreeleaves": "birch_leaves", + "lightlogleaves": "birch_leaves", + "lighttrunkleaves": "birch_leaves", + "lightwoodleaves": "birch_leaves", + "lightleaves": "birch_leaves", + "lighttreeleaf": "birch_leaves", + "lightlogleaf": "birch_leaves", + "lighttrunkleaf": "birch_leaves", + "lightwoodleaf": "birch_leaves", + "lightleaf": "birch_leaves", + "lighttreeleave": "birch_leaves", + "lightlogleave": "birch_leaves", + "lighttrunkleave": "birch_leaves", + "lightwoodleave": "birch_leaves", + "lightleave": "birch_leaves", + "ltreeleaves": "birch_leaves", + "llogleaves": "birch_leaves", + "ltrunkleaves": "birch_leaves", + "lwoodleaves": "birch_leaves", + "lleaves": "birch_leaves", + "ltreeleaf": "birch_leaves", + "llogleaf": "birch_leaves", + "ltrunkleaf": "birch_leaves", + "lwoodleaf": "birch_leaves", + "lleaf": "birch_leaves", + "ltreeleave": "birch_leaves", + "llogleave": "birch_leaves", + "ltrunkleave": "birch_leaves", + "lwoodleave": "birch_leaves", + "lleave": "birch_leaves", + "whitetreeleaves": "birch_leaves", + "whitelogleaves": "birch_leaves", + "whitetrunkleaves": "birch_leaves", + "whitewoodleaves": "birch_leaves", + "whiteleaves": "birch_leaves", + "whitetreeleaf": "birch_leaves", + "whitelogleaf": "birch_leaves", + "whitetrunkleaf": "birch_leaves", + "whitewoodleaf": "birch_leaves", + "whiteleaf": "birch_leaves", + "whitetreeleave": "birch_leaves", + "whitelogleave": "birch_leaves", + "whitetrunkleave": "birch_leaves", + "whitewoodleave": "birch_leaves", + "whiteleave": "birch_leaves", + "wtreeleaves": "birch_leaves", + "wlogleaves": "birch_leaves", + "wtrunkleaves": "birch_leaves", + "wwoodleaves": "birch_leaves", + "wleaves": "birch_leaves", + "wtreeleaf": "birch_leaves", + "wlogleaf": "birch_leaves", + "wtrunkleaf": "birch_leaves", + "wwoodleaf": "birch_leaves", + "wleaf": "birch_leaves", + "wtreeleave": "birch_leaves", + "wlogleave": "birch_leaves", + "wtrunkleave": "birch_leaves", + "wwoodleave": "birch_leaves", + "wleave": "birch_leaves", + "birch_log": { + "material": "BIRCH_LOG" + }, + "birchlog": "birch_log", + "birch": "birch_log", + "logbirch": "birch_log", + "birchtrunk": "birch_log", + "birchtree": "birch_log", + "b": "birch_log", + "logb": "birch_log", + "btrunk": "birch_log", + "blog": "birch_log", + "btree": "birch_log", + "light": "birch_log", + "loglight": "birch_log", + "lighttrunk": "birch_log", + "lightlog": "birch_log", + "lighttree": "birch_log", + "l": "birch_log", + "logl": "birch_log", + "ltrunk": "birch_log", + "llog": "birch_log", + "ltree": "birch_log", + "white": "birch_log", + "logwhite": "birch_log", + "whitetrunk": "birch_log", + "whitelog": "birch_log", + "whitetree": "birch_log", + "w": "birch_log", + "logw": "birch_log", + "wtrunk": "birch_log", + "wlog": "birch_log", + "wtree": "birch_log", + "birch_planks": { + "material": "BIRCH_PLANKS" + }, + "birchplanks": "birch_planks", + "birchwoodenplank": "birch_planks", + "birchwoodplank": "birch_planks", + "birchwplank": "birch_planks", + "birchplankwooden": "birch_planks", + "birchplankwood": "birch_planks", + "birchplankw": "birch_planks", + "birchplank": "birch_planks", + "bwoodenplank": "birch_planks", + "bwoodplank": "birch_planks", + "bwplank": "birch_planks", + "bplankwooden": "birch_planks", + "bplankwood": "birch_planks", + "bplankw": "birch_planks", + "bplank": "birch_planks", + "lightwoodenplank": "birch_planks", + "lightwoodplank": "birch_planks", + "lightwplank": "birch_planks", + "lightplankwooden": "birch_planks", + "lightplankwood": "birch_planks", + "lightplankw": "birch_planks", + "lightplank": "birch_planks", + "lwoodenplank": "birch_planks", + "lwoodplank": "birch_planks", + "lwplank": "birch_planks", + "lplankwooden": "birch_planks", + "lplankwood": "birch_planks", + "lplankw": "birch_planks", + "lplank": "birch_planks", + "whitewoodenplank": "birch_planks", + "whitewoodplank": "birch_planks", + "whitewplank": "birch_planks", + "whiteplankwooden": "birch_planks", + "whiteplankwood": "birch_planks", + "whiteplankw": "birch_planks", + "whiteplank": "birch_planks", + "wwoodenplank": "birch_planks", + "wwoodplank": "birch_planks", + "wwplank": "birch_planks", + "wplankwooden": "birch_planks", + "wplankwood": "birch_planks", + "wplankw": "birch_planks", + "wplank": "oak_planks", + "birch_pressure_plate": { + "material": "BIRCH_PRESSURE_PLATE" + }, + "birchpressureplate": "birch_pressure_plate", + "birchpressplate": "birch_pressure_plate", + "birchpplate": "birch_pressure_plate", + "birchplate": "birch_pressure_plate", + "bpressureplate": "birch_pressure_plate", + "bpressplate": "birch_pressure_plate", + "bpplate": "birch_pressure_plate", + "bplate": "birch_pressure_plate", + "lightpressureplate": "birch_pressure_plate", + "lightpressplate": "birch_pressure_plate", + "lightpplate": "birch_pressure_plate", + "lightplate": "birch_pressure_plate", + "lpressureplate": "birch_pressure_plate", + "lpressplate": "birch_pressure_plate", + "lpplate": "birch_pressure_plate", + "whitepressureplate": "birch_pressure_plate", + "whitepressplate": "birch_pressure_plate", + "whitepplate": "birch_pressure_plate", + "whiteplate": "birch_pressure_plate", + "wpressureplate": "birch_pressure_plate", + "wpressplate": "birch_pressure_plate", + "wpplate": "birch_pressure_plate", + "wplate": "birch_pressure_plate", + "birch_sapling": { + "material": "BIRCH_SAPLING" + }, + "birchsapling": "birch_sapling", + "birchtreesapling": "birch_sapling", + "birchlogsapling": "birch_sapling", + "birchtrunksapling": "birch_sapling", + "birchwoodsapling": "birch_sapling", + "bsapling": "birch_sapling", + "btreesapling": "birch_sapling", + "blogsapling": "birch_sapling", + "btrunksapling": "birch_sapling", + "bwoodsapling": "birch_sapling", + "lightsapling": "birch_sapling", + "lighttreesapling": "birch_sapling", + "lightlogsapling": "birch_sapling", + "lighttrunksapling": "birch_sapling", + "lightwoodsapling": "birch_sapling", + "lsapling": "birch_sapling", + "ltreesapling": "birch_sapling", + "llogsapling": "birch_sapling", + "ltrunksapling": "birch_sapling", + "lwoodsapling": "birch_sapling", + "whitesapling": "birch_sapling", + "whitetreesapling": "birch_sapling", + "whitelogsapling": "birch_sapling", + "whitetrunksapling": "birch_sapling", + "whitewoodsapling": "birch_sapling", + "wsapling": "birch_sapling", + "wtreesapling": "birch_sapling", + "wlogsapling": "birch_sapling", + "wtrunksapling": "birch_sapling", + "wwoodsapling": "birch_sapling", + "birch_sign": { + "material": "BIRCH_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "birchsign": "birch_sign", + "birch_slab": { + "material": "BIRCH_SLAB" + }, + "birchslab": "birch_slab", + "birchwoodenstep": "birch_slab", + "birchwoodstep": "birch_slab", + "birchwstep": "birch_slab", + "birchstep": "birch_slab", + "birchwoodenslab": "birch_slab", + "birchwoodslab": "birch_slab", + "birchwslab": "birch_slab", + "birchwoodenhalfblock": "birch_slab", + "birchwoodhalfblock": "birch_slab", + "birchwhalfblock": "birch_slab", + "birchhalfblock": "birch_slab", + "bwoodenstep": "birch_slab", + "bwoodstep": "birch_slab", + "bwstep": "birch_slab", + "bstep": "birch_slab", + "bwoodenslab": "birch_slab", + "bwoodslab": "birch_slab", + "bwslab": "birch_slab", + "bwoodenhalfblock": "birch_slab", + "bwoodhalfblock": "birch_slab", + "bwhalfblock": "birch_slab", + "bhalfblock": "birch_slab", + "lightwoodenstep": "birch_slab", + "lightwoodstep": "birch_slab", + "lightwstep": "birch_slab", + "lightstep": "birch_slab", + "lightwoodenslab": "birch_slab", + "lightwoodslab": "birch_slab", + "lightwslab": "birch_slab", + "lightwoodenhalfblock": "birch_slab", + "lightwoodhalfblock": "birch_slab", + "lightwhalfblock": "birch_slab", + "lighthalfblock": "birch_slab", + "lwoodenstep": "birch_slab", + "lwoodstep": "birch_slab", + "lwstep": "birch_slab", + "lstep": "birch_slab", + "lwoodenslab": "birch_slab", + "lwoodslab": "birch_slab", + "lwslab": "birch_slab", + "lwoodenhalfblock": "birch_slab", + "lwoodhalfblock": "birch_slab", + "lwhalfblock": "birch_slab", + "lhalfblock": "birch_slab", + "whitewoodenstep": "birch_slab", + "whitewoodstep": "birch_slab", + "whitewstep": "birch_slab", + "whitestep": "birch_slab", + "whitewoodenslab": "birch_slab", + "whitewoodslab": "birch_slab", + "whitewslab": "birch_slab", + "whitewoodenhalfblock": "birch_slab", + "whitewoodhalfblock": "birch_slab", + "whitewhalfblock": "birch_slab", + "whitehalfblock": "birch_slab", + "wwoodenstep": "birch_slab", + "wwoodstep": "birch_slab", + "wwstep": "birch_slab", + "wstep": "petrified_oak_slab", + "wwoodenslab": "birch_slab", + "wwoodslab": "birch_slab", + "wwslab": "birch_slab", + "wwoodenhalfblock": "birch_slab", + "wwoodhalfblock": "birch_slab", + "wwhalfblock": "birch_slab", + "whalfblock": "petrified_oak_slab", + "birch_stairs": { + "material": "BIRCH_STAIRS" + }, + "birchstairs": "birch_stairs", + "birchwoodenstairs": "birch_stairs", + "birchwoodstairs": "birch_stairs", + "birchwstairs": "birch_stairs", + "birchwoodenstair": "birch_stairs", + "birchwoodstair": "birch_stairs", + "birchwstair": "birch_stairs", + "birchstair": "birch_stairs", + "bwoodenstairs": "birch_stairs", + "bwoodstairs": "birch_stairs", + "bwstairs": "birch_stairs", + "bwoodenstair": "birch_stairs", + "bwoodstair": "birch_stairs", + "bwstair": "birch_stairs", + "bstair": "birch_stairs", + "lightwoodenstairs": "birch_stairs", + "lightwoodstairs": "birch_stairs", + "lightwstairs": "birch_stairs", + "lightwoodenstair": "birch_stairs", + "lightwoodstair": "birch_stairs", + "lightwstair": "birch_stairs", + "lightstair": "birch_stairs", + "lwoodenstairs": "birch_stairs", + "lwoodstairs": "birch_stairs", + "lwstairs": "birch_stairs", + "lwoodenstair": "birch_stairs", + "lwoodstair": "birch_stairs", + "lwstair": "birch_stairs", + "lstair": "birch_stairs", + "whitewoodenstairs": "birch_stairs", + "whitewoodstairs": "birch_stairs", + "whitewstairs": "birch_stairs", + "whitewoodenstair": "birch_stairs", + "whitewoodstair": "birch_stairs", + "whitewstair": "birch_stairs", + "whitestair": "birch_stairs", + "wwoodenstairs": "birch_stairs", + "wwoodstairs": "birch_stairs", + "wwstairs": "birch_stairs", + "wwoodenstair": "birch_stairs", + "wwoodstair": "birch_stairs", + "wwstair": "birch_stairs", + "wstair": "oak_stairs", + "birch_trapdoor": { + "material": "BIRCH_TRAPDOOR" + }, + "birchtrapdoor": "birch_trapdoor", + "birchdoortrap": "birch_trapdoor", + "birchhatch": "birch_trapdoor", + "birchtdoor": "birch_trapdoor", + "birchdoort": "birch_trapdoor", + "birchtrapd": "birch_trapdoor", + "birchdtrap": "birch_trapdoor", + "btrapdoor": "birch_trapdoor", + "bdoortrap": "birch_trapdoor", + "bhatch": "birch_trapdoor", + "btdoor": "birch_trapdoor", + "bdoort": "birch_trapdoor", + "btrapd": "birch_trapdoor", + "bdtrap": "birch_trapdoor", + "lighttrapdoor": "birch_trapdoor", + "lightdoortrap": "birch_trapdoor", + "lighthatch": "birch_trapdoor", + "lighttdoor": "birch_trapdoor", + "lightdoort": "birch_trapdoor", + "lighttrapd": "birch_trapdoor", + "lightdtrap": "birch_trapdoor", + "ltrapdoor": "birch_trapdoor", + "ldoortrap": "birch_trapdoor", + "lhatch": "birch_trapdoor", + "ltdoor": "birch_trapdoor", + "ldoort": "birch_trapdoor", + "ltrapd": "birch_trapdoor", + "ldtrap": "birch_trapdoor", + "whitetrapdoor": "birch_trapdoor", + "whitedoortrap": "birch_trapdoor", + "whitehatch": "birch_trapdoor", + "whitetdoor": "birch_trapdoor", + "whitedoort": "birch_trapdoor", + "whitetrapd": "birch_trapdoor", + "whitedtrap": "birch_trapdoor", + "wtrapdoor": "birch_trapdoor", + "wdoortrap": "birch_trapdoor", + "whatch": "birch_trapdoor", + "wtdoor": "birch_trapdoor", + "wdoort": "birch_trapdoor", + "wtrapd": "birch_trapdoor", + "wdtrap": "birch_trapdoor", + "birch_wall_sign": { + "material": "BIRCH_WALL_SIGN", + "unspawnable": true + }, + "birchwallsign": "birch_wall_sign", + "birch_wood": { + "material": "BIRCH_WOOD" + }, + "birchwood": "birch_wood", + "birchlogall": "birch_wood", + "birchtrunkall": "birch_wood", + "birchtreeall": "birch_wood", + "bwood": "birch_wood", + "blogall": "birch_wood", + "btrunkall": "birch_wood", + "btreeall": "birch_wood", + "lightwood": "birch_wood", + "lightlogall": "birch_wood", + "lighttrunkall": "birch_wood", + "lighttreeall": "birch_wood", + "lwood": "birch_wood", + "llogall": "birch_wood", + "ltrunkall": "birch_wood", + "ltreeall": "birch_wood", + "whitewood": "birch_wood", + "whitelogall": "birch_wood", + "whitetrunkall": "birch_wood", + "whitetreeall": "birch_wood", + "wwood": "birch_wood", + "wlogall": "birch_wood", + "wtrunkall": "birch_wood", + "wtreeall": "birch_wood", + "black_banner": { + "material": "BLACK_BANNER" + }, + "blackbanner": "black_banner", + "bkstandingbanner": "black_banner", + "bkbanner": "black_banner", + "blastandingbanner": "black_banner", + "blabanner": "black_banner", + "blackstandingbanner": "black_banner", + "black_bed": { + "material": "BLACK_BED" + }, + "blackbed": "black_bed", + "bkbed": "black_bed", + "blabed": "black_bed", + "black_carpet": { + "material": "BLACK_CARPET" + }, + "blackcarpet": "black_carpet", + "bkcarpet": "black_carpet", + "bkfloor": "black_carpet", + "blacarpet": "black_carpet", + "blafloor": "black_carpet", + "blackfloor": "black_carpet", + "black_concrete": { + "material": "BLACK_CONCRETE" + }, + "blackconcrete": "black_concrete", + "bkconcrete": "black_concrete", + "blaconcrete": "black_concrete", + "black_concrete_powder": { + "material": "BLACK_CONCRETE_POWDER" + }, + "blackconcretepowder": "black_concrete_powder", + "bkconcretepowder": "black_concrete_powder", + "bkconcretesand": "black_concrete_powder", + "bkcpowder": "black_concrete_powder", + "bkcdust": "black_concrete_powder", + "bkcp": "black_concrete_powder", + "blaconcretepowder": "black_concrete_powder", + "blaconcretesand": "black_concrete_powder", + "blacpowder": "black_concrete_powder", + "blacdust": "black_concrete_powder", + "blacp": "black_concrete_powder", + "blackconcretesand": "black_concrete_powder", + "blackcpowder": "black_concrete_powder", + "blackcdust": "black_concrete_powder", + "blackcp": "black_concrete_powder", + "black_dye": { + "material": "BLACK_DYE" + }, + "blackdye": "black_dye", + "black_glazed_terracotta": { + "material": "BLACK_GLAZED_TERRACOTTA" + }, + "blackglazedterracotta": "black_glazed_terracotta", + "bkglazedtcota": "black_glazed_terracotta", + "bkglazedterra": "black_glazed_terracotta", + "bkglazedterracotta": "black_glazed_terracotta", + "bkglazedterracota": "black_glazed_terracotta", + "blaglazedtcota": "black_glazed_terracotta", + "blaglazedterra": "black_glazed_terracotta", + "blaglazedterracotta": "black_glazed_terracotta", + "blaglazedterracota": "black_glazed_terracotta", + "blackglazedtcota": "black_glazed_terracotta", + "blackglazedterra": "black_glazed_terracotta", + "blackglazedterracota": "black_glazed_terracotta", + "black_shulker_box": { + "material": "BLACK_SHULKER_BOX" + }, + "blackshulkerbox": "black_shulker_box", + "bkshulkerbox": "black_shulker_box", + "bkchest": "black_shulker_box", + "blashulkerbox": "black_shulker_box", + "blachest": "black_shulker_box", + "blackchest": "black_shulker_box", + "black_stained_glass": { + "material": "BLACK_STAINED_GLASS" + }, + "blackstainedglass": "black_stained_glass", + "bkglass": "black_stained_glass", + "bksglass": "black_stained_glass", + "bkstainedglass": "black_stained_glass", + "blaglass": "black_stained_glass", + "blasglass": "black_stained_glass", + "blastainedglass": "black_stained_glass", + "blackglass": "black_stained_glass", + "blacksglass": "black_stained_glass", + "black_stained_glass_pane": { + "material": "BLACK_STAINED_GLASS_PANE" + }, + "blackstainedglasspane": "black_stained_glass_pane", + "bkglasspane": "black_stained_glass_pane", + "bksglasspane": "black_stained_glass_pane", + "bkstainedglasspane": "black_stained_glass_pane", + "bkgpane": "black_stained_glass_pane", + "blaglasspane": "black_stained_glass_pane", + "blasglasspane": "black_stained_glass_pane", + "blastainedglasspane": "black_stained_glass_pane", + "blagpane": "black_stained_glass_pane", + "blackglasspane": "black_stained_glass_pane", + "blacksglasspane": "black_stained_glass_pane", + "blackgpane": "black_stained_glass_pane", + "black_terracotta": { + "material": "BLACK_TERRACOTTA" + }, + "blackterracotta": "black_terracotta", + "bkclay": "black_terracotta", + "bksclay": "black_terracotta", + "bkstainedclay": "black_terracotta", + "bkterra": "black_terracotta", + "bktcota": "black_terracotta", + "bkterracota": "black_terracotta", + "bkterracotta": "black_terracotta", + "blaclay": "black_terracotta", + "blasclay": "black_terracotta", + "blastainedclay": "black_terracotta", + "blaterra": "black_terracotta", + "blatcota": "black_terracotta", + "blaterracota": "black_terracotta", + "blaterracotta": "black_terracotta", + "blackclay": "black_terracotta", + "blacksclay": "black_terracotta", + "blackstainedclay": "black_terracotta", + "blackterra": "black_terracotta", + "blacktcota": "black_terracotta", + "blackterracota": "black_terracotta", + "black_wall_banner": { + "material": "BLACK_WALL_BANNER", + "unspawnable": true + }, + "blackwallbanner": "black_wall_banner", + "black_wool": { + "material": "BLACK_WOOL" + }, + "blackwool": "black_wool", + "bkwool": "black_wool", + "bkcloth": "black_wool", + "bkcotton": "black_wool", + "blawool": "black_wool", + "blacloth": "black_wool", + "blacotton": "black_wool", + "blackcloth": "black_wool", + "blackcotton": "black_wool", + "blast_furnace": { + "material": "BLAST_FURNACE" + }, + "blastfurnace": "blast_furnace", + "blaze_powder": { + "material": "BLAZE_POWDER" + }, + "blazepowder": "blaze_powder", + "blaze_rod": { + "material": "BLAZE_ROD" + }, + "blazerod": "blaze_rod", + "blaze_spawn_egg": { + "material": "BLAZE_SPAWN_EGG" + }, + "blazespawnegg": "blaze_spawn_egg", + "blazeegg": "blaze_spawn_egg", + "eggblaze": "blaze_spawn_egg", + "spawneggblaze": "blaze_spawn_egg", + "blazespawn": "blaze_spawn_egg", + "spawnblaze": "blaze_spawn_egg", + "blue_banner": { + "material": "BLUE_BANNER" + }, + "bluebanner": "blue_banner", + "blustandingbanner": "blue_banner", + "blubanner": "blue_banner", + "bluestandingbanner": "blue_banner", + "blue_bed": { + "material": "BLUE_BED" + }, + "bluebed": "blue_bed", + "blubed": "blue_bed", + "blue_carpet": { + "material": "BLUE_CARPET" + }, + "bluecarpet": "blue_carpet", + "blucarpet": "blue_carpet", + "blufloor": "blue_carpet", + "bluefloor": "blue_carpet", + "blue_concrete": { + "material": "BLUE_CONCRETE" + }, + "blueconcrete": "blue_concrete", + "bluconcrete": "blue_concrete", + "blue_concrete_powder": { + "material": "BLUE_CONCRETE_POWDER" + }, + "blueconcretepowder": "blue_concrete_powder", + "bluconcretepowder": "blue_concrete_powder", + "bluconcretesand": "blue_concrete_powder", + "blucpowder": "blue_concrete_powder", + "blucdust": "blue_concrete_powder", + "blucp": "blue_concrete_powder", + "blueconcretesand": "blue_concrete_powder", + "bluecpowder": "blue_concrete_powder", + "bluecdust": "blue_concrete_powder", + "bluecp": "blue_concrete_powder", + "blue_dye": { + "material": "BLUE_DYE" + }, + "bluedye": "blue_dye", + "blue_glazed_terracotta": { + "material": "BLUE_GLAZED_TERRACOTTA" + }, + "blueglazedterracotta": "blue_glazed_terracotta", + "bluglazedtcota": "blue_glazed_terracotta", + "bluglazedterra": "blue_glazed_terracotta", + "bluglazedterracotta": "blue_glazed_terracotta", + "bluglazedterracota": "blue_glazed_terracotta", + "blueglazedtcota": "blue_glazed_terracotta", + "blueglazedterra": "blue_glazed_terracotta", + "blueglazedterracota": "blue_glazed_terracotta", + "blue_ice": { + "material": "BLUE_ICE" + }, + "blueice": "blue_ice", + "blue_orchid": { + "material": "BLUE_ORCHID" + }, + "blueorchid": "blue_orchid", + "cyanorchid": "blue_orchid", + "lightblueorchid": "blue_orchid", + "lblueorchid": "blue_orchid", + "orchid": "blue_orchid", + "cyanflower": "blue_orchid", + "lightblueflower": "blue_orchid", + "lblueflower": "blue_orchid", + "blue_shulker_box": { + "material": "BLUE_SHULKER_BOX" + }, + "blueshulkerbox": "blue_shulker_box", + "blushulkerbox": "blue_shulker_box", + "bluchest": "blue_shulker_box", + "bluechest": "blue_shulker_box", + "blue_stained_glass": { + "material": "BLUE_STAINED_GLASS" + }, + "bluestainedglass": "blue_stained_glass", + "bluglass": "blue_stained_glass", + "blusglass": "blue_stained_glass", + "blustainedglass": "blue_stained_glass", + "blueglass": "blue_stained_glass", + "bluesglass": "blue_stained_glass", + "blue_stained_glass_pane": { + "material": "BLUE_STAINED_GLASS_PANE" + }, + "bluestainedglasspane": "blue_stained_glass_pane", + "bluglasspane": "blue_stained_glass_pane", + "blusglasspane": "blue_stained_glass_pane", + "blustainedglasspane": "blue_stained_glass_pane", + "blugpane": "blue_stained_glass_pane", + "blueglasspane": "blue_stained_glass_pane", + "bluesglasspane": "blue_stained_glass_pane", + "bluegpane": "blue_stained_glass_pane", + "blue_terracotta": { + "material": "BLUE_TERRACOTTA" + }, + "blueterracotta": "blue_terracotta", + "bluclay": "blue_terracotta", + "blusclay": "blue_terracotta", + "blustainedclay": "blue_terracotta", + "bluterra": "blue_terracotta", + "blutcota": "blue_terracotta", + "bluterracota": "blue_terracotta", + "bluterracotta": "blue_terracotta", + "blueclay": "blue_terracotta", + "bluesclay": "blue_terracotta", + "bluestainedclay": "blue_terracotta", + "blueterra": "blue_terracotta", + "bluetcota": "blue_terracotta", + "blueterracota": "blue_terracotta", + "blue_wall_banner": { + "material": "BLUE_WALL_BANNER", + "unspawnable": true + }, + "bluewallbanner": "blue_wall_banner", + "blue_wool": { + "material": "BLUE_WOOL" + }, + "bluewool": "blue_wool", + "bluwool": "blue_wool", + "blucloth": "blue_wool", + "blucotton": "blue_wool", + "bluecloth": "blue_wool", + "bluecotton": "blue_wool", + "bone": { + "material": "BONE" + }, + "bone_block": { + "material": "BONE_BLOCK" + }, + "boneblock": "bone_block", + "bone_meal": { + "material": "BONE_MEAL" + }, + "bonemeal": "bone_meal", + "book": { + "material": "BOOK" + }, + "bookshelf": { + "material": "BOOKSHELF" + }, + "bshelf": "bookshelf", + "bookcase": "bookshelf", + "casebook": "bookshelf", + "shelfbook": "bookshelf", + "bookblock": "bookshelf", + "blockbook": "bookshelf", + "bow": { + "material": "BOW" + }, + "bowl": { + "material": "BOWL" + }, + "brain_coral": { + "material": "BRAIN_CORAL" + }, + "braincoral": "brain_coral", + "brain_coral_block": { + "material": "BRAIN_CORAL_BLOCK" + }, + "braincoralblock": "brain_coral_block", + "brain_coral_fan": { + "material": "BRAIN_CORAL_FAN" + }, + "braincoralfan": "brain_coral_fan", + "brain_coral_wall_fan": { + "material": "BRAIN_CORAL_WALL_FAN", + "unspawnable": true + }, + "braincoralwallfan": "brain_coral_wall_fan", + "bread": { + "material": "BREAD" + }, + "brewing_stand": { + "material": "BREWING_STAND" + }, + "brewingstand": "brewing_stand", + "brick": { + "material": "BRICK" + }, + "bricks": { + "material": "BRICKS" + }, + "brick_slab": { + "material": "BRICK_SLAB" + }, + "brickslab": "brick_slab", + "brick_stairs": { + "material": "BRICK_STAIRS" + }, + "brickstairs": "brick_stairs", + "brick_wall": { + "material": "BRICK_WALL" + }, + "brickwall": "brick_wall", + "brown_banner": { + "material": "BROWN_BANNER" + }, + "brownbanner": "brown_banner", + "brostandingbanner": "brown_banner", + "brobanner": "brown_banner", + "brownstandingbanner": "brown_banner", + "brown_bed": { + "material": "BROWN_BED" + }, + "brownbed": "brown_bed", + "brobed": "brown_bed", + "brown_carpet": { + "material": "BROWN_CARPET" + }, + "browncarpet": "brown_carpet", + "brocarpet": "brown_carpet", + "brofloor": "brown_carpet", + "brownfloor": "brown_carpet", + "brown_concrete": { + "material": "BROWN_CONCRETE" + }, + "brownconcrete": "brown_concrete", + "broconcrete": "brown_concrete", + "brown_concrete_powder": { + "material": "BROWN_CONCRETE_POWDER" + }, + "brownconcretepowder": "brown_concrete_powder", + "broconcretepowder": "brown_concrete_powder", + "broconcretesand": "brown_concrete_powder", + "brocpowder": "brown_concrete_powder", + "brocdust": "brown_concrete_powder", + "brocp": "brown_concrete_powder", + "brownconcretesand": "brown_concrete_powder", + "browncpowder": "brown_concrete_powder", + "browncdust": "brown_concrete_powder", + "browncp": "brown_concrete_powder", + "brown_dye": { + "material": "BROWN_DYE" + }, + "browndye": "brown_dye", + "brown_glazed_terracotta": { + "material": "BROWN_GLAZED_TERRACOTTA" + }, + "brownglazedterracotta": "brown_glazed_terracotta", + "broglazedtcota": "brown_glazed_terracotta", + "broglazedterra": "brown_glazed_terracotta", + "broglazedterracotta": "brown_glazed_terracotta", + "broglazedterracota": "brown_glazed_terracotta", + "brownglazedtcota": "brown_glazed_terracotta", + "brownglazedterra": "brown_glazed_terracotta", + "brownglazedterracota": "brown_glazed_terracotta", + "brown_mushroom": { + "material": "BROWN_MUSHROOM" + }, + "brownmushroom": "brown_mushroom", + "brownmush": "brown_mushroom", + "brownshroom": "brown_mushroom", + "bmushroom": "brown_mushroom", + "bmush": "brown_mushroom", + "bshroom": "brown_mushroom", + "brown_mushroom_block": { + "material": "BROWN_MUSHROOM_BLOCK" + }, + "brownmushroomblock": "brown_mushroom_block", + "giantbrownmushroom": "brown_mushroom_block", + "giantbrownmush": "brown_mushroom_block", + "gbrownmushroom": "brown_mushroom_block", + "gbrownmush": "brown_mushroom_block", + "hugebrownmushroom": "brown_mushroom_block", + "hugebrownmush": "brown_mushroom_block", + "hbrownmushroom": "brown_mushroom_block", + "hbrownmush": "brown_mushroom_block", + "bigbrownmushroom": "brown_mushroom_block", + "bigbrownmush": "brown_mushroom_block", + "bbrownmushroom": "brown_mushroom_block", + "bbrownmush": "brown_mushroom_block", + "giantbmushroom": "brown_mushroom_block", + "giantbmush": "brown_mushroom_block", + "gbmushroom": "brown_mushroom_block", + "gbmush": "brown_mushroom_block", + "hugebmushroom": "brown_mushroom_block", + "hugebmush": "brown_mushroom_block", + "hbmushroom": "brown_mushroom_block", + "hbmush": "brown_mushroom_block", + "bigbmushroom": "brown_mushroom_block", + "bigbmush": "brown_mushroom_block", + "bbmushroom": "brown_mushroom_block", + "bbmush": "brown_mushroom_block", + "brown_shulker_box": { + "material": "BROWN_SHULKER_BOX" + }, + "brownshulkerbox": "brown_shulker_box", + "broshulkerbox": "brown_shulker_box", + "brochest": "brown_shulker_box", + "brownchest": "brown_shulker_box", + "brown_stained_glass": { + "material": "BROWN_STAINED_GLASS" + }, + "brownstainedglass": "brown_stained_glass", + "broglass": "brown_stained_glass", + "brosglass": "brown_stained_glass", + "brostainedglass": "brown_stained_glass", + "brownglass": "brown_stained_glass", + "brownsglass": "brown_stained_glass", + "brown_stained_glass_pane": { + "material": "BROWN_STAINED_GLASS_PANE" + }, + "brownstainedglasspane": "brown_stained_glass_pane", + "broglasspane": "brown_stained_glass_pane", + "brosglasspane": "brown_stained_glass_pane", + "brostainedglasspane": "brown_stained_glass_pane", + "brogpane": "brown_stained_glass_pane", + "brownglasspane": "brown_stained_glass_pane", + "brownsglasspane": "brown_stained_glass_pane", + "browngpane": "brown_stained_glass_pane", + "brown_terracotta": { + "material": "BROWN_TERRACOTTA" + }, + "brownterracotta": "brown_terracotta", + "broclay": "brown_terracotta", + "brosclay": "brown_terracotta", + "brostainedclay": "brown_terracotta", + "broterra": "brown_terracotta", + "brotcota": "brown_terracotta", + "broterracota": "brown_terracotta", + "broterracotta": "brown_terracotta", + "brownclay": "brown_terracotta", + "brownsclay": "brown_terracotta", + "brownstainedclay": "brown_terracotta", + "brownterra": "brown_terracotta", + "browntcota": "brown_terracotta", + "brownterracota": "brown_terracotta", + "brown_wall_banner": { + "material": "BROWN_WALL_BANNER", + "unspawnable": true + }, + "brownwallbanner": "brown_wall_banner", + "brown_wool": { + "material": "BROWN_WOOL" + }, + "brownwool": "brown_wool", + "browool": "brown_wool", + "brocloth": "brown_wool", + "brocotton": "brown_wool", + "browncloth": "brown_wool", + "browncotton": "brown_wool", + "bubble_column": { + "material": "BUBBLE_COLUMN", + "unspawnable": true + }, + "bubblecolumn": "bubble_column", + "bubble_coral": { + "material": "BUBBLE_CORAL" + }, + "bubblecoral": "bubble_coral", + "bubble_coral_block": { + "material": "BUBBLE_CORAL_BLOCK" + }, + "bubblecoralblock": "bubble_coral_block", + "bubble_coral_fan": { + "material": "BUBBLE_CORAL_FAN" + }, + "bubblecoralfan": "bubble_coral_fan", + "bubble_coral_wall_fan": { + "material": "BUBBLE_CORAL_WALL_FAN", + "unspawnable": true + }, + "bubblecoralwallfan": "bubble_coral_wall_fan", + "bucket": { + "material": "BUCKET" + }, + "cactus": { + "material": "CACTUS" + }, + "cactuses": "cactus", + "cacti": "cactus", + "cake": { + "material": "CAKE" + }, + "campfire": { + "material": "CAMPFIRE" + }, + "carrot": { + "material": "CARROT" + }, + "carrots": { + "material": "CARROTS", + "unspawnable": true + }, + "carrot_on_a_stick": { + "material": "CARROT_ON_A_STICK" + }, + "carrotonastick": "carrot_on_a_stick", + "cartography_table": { + "material": "CARTOGRAPHY_TABLE" + }, + "cartographytable": "cartography_table", + "carved_pumpkin": { + "material": "CARVED_PUMPKIN" + }, + "carvedpumpkin": "carved_pumpkin", + "hollowpumpkin": "carved_pumpkin", + "cutpumpkin": "carved_pumpkin", + "oldpumpkin": "carved_pumpkin", + "legacypumpkin": "carved_pumpkin", + "cat_spawn_egg": { + "material": "CAT_SPAWN_EGG" + }, + "catspawnegg": "cat_spawn_egg", + "cauldron": { + "material": "CAULDRON" + }, + "cave_air": { + "material": "CAVE_AIR", + "unspawnable": true + }, + "caveair": "cave_air", + "cave_spider_spawn_egg": { + "material": "CAVE_SPIDER_SPAWN_EGG" + }, + "cavespiderspawnegg": "cave_spider_spawn_egg", + "cavespideregg": "cave_spider_spawn_egg", + "eggcavespider": "cave_spider_spawn_egg", + "spawneggcavespider": "cave_spider_spawn_egg", + "cavespiderspawn": "cave_spider_spawn_egg", + "spawncavespider": "cave_spider_spawn_egg", + "chainmail_boots": { + "material": "CHAINMAIL_BOOTS" + }, + "chainmailboots": "chainmail_boots", + "chainmailshoes": "chainmail_boots", + "chainmboots": "chainmail_boots", + "chainmshoes": "chainmail_boots", + "cmailboots": "chainmail_boots", + "cmailshoes": "chainmail_boots", + "chainboots": "chainmail_boots", + "chainshoes": "chainmail_boots", + "cmboots": "chainmail_boots", + "cmshoes": "chainmail_boots", + "chainmail_chestplate": { + "material": "CHAINMAIL_CHESTPLATE" + }, + "chainmailchestplate": "chainmail_chestplate", + "chainmailplatebody": "chainmail_chestplate", + "chainmailplate": "chainmail_chestplate", + "chainmailshirt": "chainmail_chestplate", + "chainmailtunic": "chainmail_chestplate", + "chainmchestplate": "chainmail_chestplate", + "chainmplatebody": "chainmail_chestplate", + "chainmplate": "chainmail_chestplate", + "chainmshirt": "chainmail_chestplate", + "chainmtunic": "chainmail_chestplate", + "cmailchestplate": "chainmail_chestplate", + "cmailplatebody": "chainmail_chestplate", + "cmailplate": "chainmail_chestplate", + "cmailshirt": "chainmail_chestplate", + "cmailtunic": "chainmail_chestplate", + "chainchestplate": "chainmail_chestplate", + "chainplatebody": "chainmail_chestplate", + "chainplate": "chainmail_chestplate", + "chainshirt": "chainmail_chestplate", + "chaintunic": "chainmail_chestplate", + "cmchestplate": "chainmail_chestplate", + "cmplatebody": "chainmail_chestplate", + "cmplate": "chainmail_chestplate", + "cmshirt": "chainmail_chestplate", + "cmtunic": "chainmail_chestplate", + "chainmail_helmet": { + "material": "CHAINMAIL_HELMET" + }, + "chainmailhelmet": "chainmail_helmet", + "chainmailhelm": "chainmail_helmet", + "chainmailhat": "chainmail_helmet", + "chainmailcoif": "chainmail_helmet", + "chainmhelmet": "chainmail_helmet", + "chainmhelm": "chainmail_helmet", + "chainmhat": "chainmail_helmet", + "chainmcoif": "chainmail_helmet", + "cmailhelmet": "chainmail_helmet", + "cmailhelm": "chainmail_helmet", + "cmailhat": "chainmail_helmet", + "cmailcoif": "chainmail_helmet", + "chainhelmet": "chainmail_helmet", + "chainhelm": "chainmail_helmet", + "chainhat": "chainmail_helmet", + "chaincoif": "chainmail_helmet", + "cmhelmet": "chainmail_helmet", + "cmhelm": "chainmail_helmet", + "cmhat": "chainmail_helmet", + "cmcoif": "chainmail_helmet", + "chainmail_leggings": { + "material": "CHAINMAIL_LEGGINGS" + }, + "chainmailleggings": "chainmail_leggings", + "chainmaillegs": "chainmail_leggings", + "chainmailpants": "chainmail_leggings", + "chainmleggings": "chainmail_leggings", + "chainmlegs": "chainmail_leggings", + "chainmpants": "chainmail_leggings", + "cmailleggings": "chainmail_leggings", + "cmaillegs": "chainmail_leggings", + "cmailpants": "chainmail_leggings", + "chainleggings": "chainmail_leggings", + "chainlegs": "chainmail_leggings", + "chainpants": "chainmail_leggings", + "cmleggings": "chainmail_leggings", + "cmlegs": "chainmail_leggings", + "cmpants": "chainmail_leggings", + "chain_command_block": { + "material": "CHAIN_COMMAND_BLOCK" + }, + "chaincommandblock": "chain_command_block", + "charcoal": { + "material": "CHARCOAL" + }, + "chest": { + "material": "CHEST" + }, + "container": "chest", + "chest_minecart": { + "material": "CHEST_MINECART" + }, + "chestminecart": "chest_minecart", + "storageminecart": "chest_minecart", + "storagemcart": "chest_minecart", + "storagemc": "chest_minecart", + "storagecart": "chest_minecart", + "chestmcart": "chest_minecart", + "chestmc": "chest_minecart", + "chestcart": "chest_minecart", + "sminecart": "chest_minecart", + "smcart": "chest_minecart", + "smc": "chest_minecart", + "scart": "chest_minecart", + "cminecart": "chest_minecart", + "cmcart": "chest_minecart", + "cmc": "chest_minecart", + "ccart": "chest_minecart", + "chicken": { + "material": "CHICKEN" + }, + "rawchicken": "chicken", + "rachicken": "chicken", + "uncookedchicken": "chicken", + "plainchicken": "chicken", + "chicken_spawn_egg": { + "material": "CHICKEN_SPAWN_EGG" + }, + "chickenspawnegg": "chicken_spawn_egg", + "chickenegg": "chicken_spawn_egg", + "eggchicken": "chicken_spawn_egg", + "spawneggchicken": "chicken_spawn_egg", + "chickenspawn": "chicken_spawn_egg", + "spawnchicken": "chicken_spawn_egg", + "chipped_anvil": { + "material": "CHIPPED_ANVIL" + }, + "chippedanvil": "chipped_anvil", + "slightlydamagedanvil": "chipped_anvil", + "slightdamageanvil": "chipped_anvil", + "chiseled_quartz_block": { + "material": "CHISELED_QUARTZ_BLOCK" + }, + "chiseledquartzblock": "chiseled_quartz_block", + "chiselquartzblock": "chiseled_quartz_block", + "cquartzblock": "chiseled_quartz_block", + "cqblock": "chiseled_quartz_block", + "pillarquartzblock": "chiseled_quartz_block", + "pquartzblock": "chiseled_quartz_block", + "pqblock": "chiseled_quartz_block", + "chiseled_red_sandstone": { + "material": "CHISELED_RED_SANDSTONE" + }, + "chiseledredsandstone": "chiseled_red_sandstone", + "crstone": "chiseled_red_sandstone", + "redsandstonechiseled": "chiseled_red_sandstone", + "circleredsandstone": "chiseled_red_sandstone", + "ciredsandstone": "chiseled_red_sandstone", + "chiseledrsandstone": "chiseled_red_sandstone", + "circlersandstone": "chiseled_red_sandstone", + "cirsandstone": "chiseled_red_sandstone", + "chiseledrsandst": "chiseled_red_sandstone", + "circlersandst": "chiseled_red_sandstone", + "cirsandst": "chiseled_red_sandstone", + "chiseledrsastone": "chiseled_red_sandstone", + "circlersastone": "chiseled_red_sandstone", + "cirsastone": "chiseled_red_sandstone", + "chiseled_sandstone": { + "material": "CHISELED_SANDSTONE" + }, + "chiseledsandstone": "chiseled_sandstone", + "cpstone": "chiseled_sandstone", + "creepersandstone": "chiseled_sandstone", + "creepersastone": "chiseled_sandstone", + "creepsandstone": "chiseled_sandstone", + "creepsastone": "chiseled_sandstone", + "csandstone": "chiseled_sandstone", + "csastone": "chiseled_sandstone", + "hieroglyphicsandstone": "chiseled_sandstone", + "hieroglyphicsastone": "chiseled_sandstone", + "hieroglyphsandstone": "chiseled_sandstone", + "hieroglyphsastone": "chiseled_sandstone", + "hsandstone": "chiseled_sandstone", + "hsastone": "chiseled_sandstone", + "pyramidsandstone": "chiseled_sandstone", + "pyramidsastone": "chiseled_sandstone", + "psandstone": "chiseled_sandstone", + "psastone": "chiseled_sandstone", + "chiseledsastone": "chiseled_sandstone", + "chiselsandstone": "chiseled_sandstone", + "chiselsastone": "chiseled_sandstone", + "circlesandstone": "chiseled_sandstone", + "cisandstone": "chiseled_sandstone", + "chiseledsandst": "chiseled_sandstone", + "circlesandst": "chiseled_sandstone", + "cisandst": "chiseled_sandstone", + "circlesastone": "chiseled_sandstone", + "cisastone": "chiseled_sandstone", + "chiseled_stone_bricks": { + "material": "CHISELED_STONE_BRICKS" + }, + "chiseledstonebricks": "chiseled_stone_bricks", + "chiseledstonebrick": "chiseled_stone_bricks", + "circlestonebrick": "chiseled_stone_bricks", + "cistonebrick": "chiseled_stone_bricks", + "chiseledstonebrickblock": "chiseled_stone_bricks", + "circlestonebrickblock": "chiseled_stone_bricks", + "cistonebrickblock": "chiseled_stone_bricks", + "chiseledstonebb": "chiseled_stone_bricks", + "circlestonebb": "chiseled_stone_bricks", + "cistonebb": "chiseled_stone_bricks", + "chiseledsbrick": "chiseled_stone_bricks", + "circlesbrick": "chiseled_stone_bricks", + "cisbrick": "chiseled_stone_bricks", + "chiseledsbricks": "chiseled_stone_bricks", + "circlesbricks": "chiseled_stone_bricks", + "cisbricks": "chiseled_stone_bricks", + "chiseledsbrickblock": "chiseled_stone_bricks", + "circlesbrickblock": "chiseled_stone_bricks", + "cisbrickblock": "chiseled_stone_bricks", + "circlestonebricks": "chiseled_stone_bricks", + "cistonebricks": "chiseled_stone_bricks", + "chiseledsbb": "chiseled_stone_bricks", + "circlesbb": "chiseled_stone_bricks", + "cisbb": "chiseled_stone_bricks", + "chorus_flower": { + "material": "CHORUS_FLOWER" + }, + "chorusflower": "chorus_flower", + "chorus_fruit": { + "material": "CHORUS_FRUIT" + }, + "chorusfruit": "chorus_fruit", + "chorus": "chorus_fruit", + "unpoppedchorus": "chorus_fruit", + "unpopchorus": "chorus_fruit", + "chorus_plant": { + "material": "CHORUS_PLANT" + }, + "chorusplant": "chorus_plant", + "clay": { + "material": "CLAY" + }, + "clay_ball": { + "material": "CLAY_BALL" + }, + "clayball": "clay_ball", + "clock": { + "material": "CLOCK" + }, + "coal": { + "material": "COAL" + }, + "coal_block": { + "material": "COAL_BLOCK" + }, + "coalblock": "coal_block", + "blockcoal": "coal_block", + "cblock": "coal_block", + "blockc": "coal_block", + "coal_ore": { + "material": "COAL_ORE" + }, + "coalore": "coal_ore", + "coalo": "coal_ore", + "orecoal": "coal_ore", + "ocoal": "coal_ore", + "core": "coal_ore", + "co": "coal_ore", + "orec": "coal_ore", + "oc": "coal_ore", + "coarse_dirt": { + "material": "COARSE_DIRT" + }, + "coarsedirt": "coarse_dirt", + "cdirt": "coarse_dirt", + "grasslessdirt": "coarse_dirt", + "grasslessearth": "coarse_dirt", + "grasslessland": "coarse_dirt", + "coarseland": "coarse_dirt", + "coarseearth": "coarse_dirt", + "cobblestone": { + "material": "COBBLESTONE" + }, + "cstone": "cobblestone", + "cobble": "cobblestone", + "cobblestone_slab": { + "material": "COBBLESTONE_SLAB" + }, + "cobblestoneslab": "cobblestone_slab", + "cobblestonesl": "cobblestone_slab", + "cstoneslab": "cobblestone_slab", + "cstonesl": "cobblestone_slab", + "cobbleslab": "cobblestone_slab", + "cobblesl": "cobblestone_slab", + "cobblestone_stairs": { + "material": "COBBLESTONE_STAIRS" + }, + "cobblestonestairs": "cobblestone_stairs", + "cobblestonestair": "cobblestone_stairs", + "cobblestonest": "cobblestone_stairs", + "cstonestair": "cobblestone_stairs", + "cstonestairs": "cobblestone_stairs", + "cstonest": "cobblestone_stairs", + "cobblestair": "cobblestone_stairs", + "cobblestairs": "cobblestone_stairs", + "cobblest": "cobblestone_stairs", + "cobblestone_wall": { + "material": "COBBLESTONE_WALL" + }, + "cobblestonewall": "cobblestone_wall", + "cobblewall": "cobblestone_wall", + "cstonewall": "cobblestone_wall", + "cswall": "cobblestone_wall", + "cwall": "cobblestone_wall", + "cobblestonefence": "cobblestone_wall", + "cobblefence": "cobblestone_wall", + "cstonefence": "cobblestone_wall", + "csfence": "cobblestone_wall", + "cfence": "cobblestone_wall", + "stonewall": "cobblestone_wall", + "swall": "cobblestone_wall", + "cobweb": { + "material": "COBWEB" + }, + "spiderweb": "cobweb", + "sweb": "cobweb", + "cweb": "cobweb", + "web": "cobweb", + "cocoa": { + "material": "COCOA", + "unspawnable": true + }, + "cocoa_beans": { + "material": "COCOA_BEANS" + }, + "cocoabeans": "cocoa_beans", + "cocoaplant": "cocoa_beans", + "cocoplant": "cocoa_beans", + "cplant": "cocoa_beans", + "cocoafruit": "cocoa_beans", + "cocofruit": "cocoa_beans", + "cfruit": "cocoa_beans", + "cocoapod": "cocoa_beans", + "cocopod": "cocoa_beans", + "cpod": "cocoa_beans", + "cod": { + "material": "COD" + }, + "rawfish": "cod", + "rawcod": "cod", + "rafish": "cod", + "racod": "cod", + "uncookedfish": "cod", + "uncookedcod": "cod", + "plainfish": "cod", + "plaincod": "cod", + "fish": "cod", + "cod_bucket": { + "material": "COD_BUCKET" + }, + "codbucket": "cod_bucket", + "codpail": "cod_bucket", + "cod_spawn_egg": { + "material": "COD_SPAWN_EGG" + }, + "codspawnegg": "cod_spawn_egg", + "codegg": "cod_spawn_egg", + "eggcod": "cod_spawn_egg", + "spawneggcod": "cod_spawn_egg", + "codspawn": "cod_spawn_egg", + "spawncod": "cod_spawn_egg", + "command_block": { + "material": "COMMAND_BLOCK" + }, + "commandblock": "command_block", + "blockcommand": "command_block", + "cmdblock": "command_block", + "blockcmd": "command_block", + "macroblock": "command_block", + "blockmacro": "command_block", + "command_block_minecart": { + "material": "COMMAND_BLOCK_MINECART" + }, + "commandblockminecart": "command_block_minecart", + "cmdblockminecart": "command_block_minecart", + "cmdblockmcart": "command_block_minecart", + "cmdblockmc": "command_block_minecart", + "cmdblockcart": "command_block_minecart", + "cblockminecart": "command_block_minecart", + "cblockmcart": "command_block_minecart", + "cblockmc": "command_block_minecart", + "cblockcart": "command_block_minecart", + "commandminecart": "command_block_minecart", + "commandmcart": "command_block_minecart", + "commandmc": "command_block_minecart", + "commandcart": "command_block_minecart", + "cmdminecart": "command_block_minecart", + "cmdmcart": "command_block_minecart", + "cmdmc": "command_block_minecart", + "cmdcart": "command_block_minecart", + "cbminecart": "command_block_minecart", + "cbmcart": "command_block_minecart", + "cbmc": "command_block_minecart", + "cbcart": "command_block_minecart", + "commandblockmcart": "command_block_minecart", + "commandblockmc": "command_block_minecart", + "commandblockcart": "command_block_minecart", + "comparator": { + "material": "COMPARATOR" + }, + "compass": { + "material": "COMPASS" + }, + "composter": { + "material": "COMPOSTER" + }, + "conduit": { + "material": "CONDUIT" + }, + "cooked_beef": { + "material": "COOKED_BEEF" + }, + "cookedbeef": "cooked_beef", + "beefcooked": "cooked_beef", + "beefcook": "cooked_beef", + "beefc": "cooked_beef", + "beefgrilled": "cooked_beef", + "beefgrill": "cooked_beef", + "beefg": "cooked_beef", + "beefroasted": "cooked_beef", + "beefroast": "cooked_beef", + "beefro": "cooked_beef", + "beefbbq": "cooked_beef", + "beeftoasted": "cooked_beef", + "cookbeef": "cooked_beef", + "cbeef": "cooked_beef", + "grilledbeef": "cooked_beef", + "grillbeef": "cooked_beef", + "gbeef": "cooked_beef", + "roastedbeef": "cooked_beef", + "roastbeef": "cooked_beef", + "robeef": "cooked_beef", + "bbqbeef": "cooked_beef", + "toastedbeef": "cooked_beef", + "steakcooked": "cooked_beef", + "steakcook": "cooked_beef", + "steakc": "cooked_beef", + "steakgrilled": "cooked_beef", + "steakgrill": "cooked_beef", + "steakg": "cooked_beef", + "steakroasted": "cooked_beef", + "steakroast": "cooked_beef", + "steakro": "cooked_beef", + "steakbbq": "cooked_beef", + "steaktoasted": "cooked_beef", + "cookedsteak": "cooked_beef", + "cooksteak": "cooked_beef", + "csteak": "cooked_beef", + "grilledsteak": "cooked_beef", + "grillsteak": "cooked_beef", + "gsteak": "cooked_beef", + "roastedsteak": "cooked_beef", + "roaststeak": "cooked_beef", + "rosteak": "cooked_beef", + "bbqsteak": "cooked_beef", + "toastedsteak": "cooked_beef", + "cowmeatcooked": "cooked_beef", + "cowmeatcook": "cooked_beef", + "cowmeatc": "cooked_beef", + "cowmeatgrilled": "cooked_beef", + "cowmeatgrill": "cooked_beef", + "cowmeatg": "cooked_beef", + "cowmeatroasted": "cooked_beef", + "cowmeatroast": "cooked_beef", + "cowmeatro": "cooked_beef", + "cowmeatbbq": "cooked_beef", + "cowmeattoasted": "cooked_beef", + "cookedcowmeat": "cooked_beef", + "cookcowmeat": "cooked_beef", + "ccowmeat": "cooked_beef", + "grilledcowmeat": "cooked_beef", + "grillcowmeat": "cooked_beef", + "gcowmeat": "cooked_beef", + "roastedcowmeat": "cooked_beef", + "roastcowmeat": "cooked_beef", + "rocowmeat": "cooked_beef", + "bbqcowmeat": "cooked_beef", + "toastedcowmeat": "cooked_beef", + "cooked_chicken": { + "material": "COOKED_CHICKEN" + }, + "cookedchicken": "cooked_chicken", + "chickencooked": "cooked_chicken", + "chickencook": "cooked_chicken", + "chickenc": "cooked_chicken", + "chickengrilled": "cooked_chicken", + "chickengrill": "cooked_chicken", + "chickeng": "cooked_chicken", + "chickenroasted": "cooked_chicken", + "chickenroast": "cooked_chicken", + "chickenro": "cooked_chicken", + "chickenbbq": "cooked_chicken", + "chickentoasted": "cooked_chicken", + "cookchicken": "cooked_chicken", + "cchicken": "cooked_chicken", + "grilledchicken": "cooked_chicken", + "grillchicken": "cooked_chicken", + "gchicken": "cooked_chicken", + "roastedchicken": "cooked_chicken", + "roastchicken": "cooked_chicken", + "rochicken": "cooked_chicken", + "bbqchicken": "cooked_chicken", + "toastedchicken": "cooked_chicken", + "cooked_cod": { + "material": "COOKED_COD" + }, + "cookedcod": "cooked_cod", + "fishcooked": "cooked_cod", + "fishcook": "cooked_cod", + "fishc": "cooked_cod", + "fishgrilled": "cooked_cod", + "fishgrill": "cooked_cod", + "fishg": "cooked_cod", + "fishroasted": "cooked_cod", + "fishroast": "cooked_cod", + "fishro": "cooked_cod", + "fishbbq": "cooked_cod", + "fishtoasted": "cooked_cod", + "cookedfish": "cooked_cod", + "cookfish": "cooked_cod", + "cfish": "cooked_cod", + "grilledfish": "cooked_cod", + "grillfish": "cooked_cod", + "gfish": "cooked_cod", + "roastedfish": "cooked_cod", + "roastfish": "cooked_cod", + "rofish": "cooked_cod", + "bbqfish": "cooked_cod", + "toastedfish": "cooked_cod", + "codcooked": "cooked_cod", + "codcook": "cooked_cod", + "codc": "cooked_cod", + "codgrilled": "cooked_cod", + "codgrill": "cooked_cod", + "codg": "cooked_cod", + "codroasted": "cooked_cod", + "codroast": "cooked_cod", + "codro": "cooked_cod", + "codbbq": "cooked_cod", + "codtoasted": "cooked_cod", + "cookcod": "cooked_cod", + "ccod": "cooked_cod", + "grilledcod": "cooked_cod", + "grillcod": "cooked_cod", + "gcod": "cooked_cod", + "roastedcod": "cooked_cod", + "roastcod": "cooked_cod", + "rocod": "cooked_cod", + "bbqcod": "cooked_cod", + "toastedcod": "cooked_cod", + "cooked_mutton": { + "material": "COOKED_MUTTON" + }, + "cookedmutton": "cooked_mutton", + "muttoncooked": "cooked_mutton", + "muttoncook": "cooked_mutton", + "muttonc": "cooked_mutton", + "muttongrilled": "cooked_mutton", + "muttongrill": "cooked_mutton", + "muttong": "cooked_mutton", + "muttonroasted": "cooked_mutton", + "muttonroast": "cooked_mutton", + "muttonro": "cooked_mutton", + "muttonbbq": "cooked_mutton", + "muttontoasted": "cooked_mutton", + "cookmutton": "cooked_mutton", + "cmutton": "cooked_mutton", + "grilledmutton": "cooked_mutton", + "grillmutton": "cooked_mutton", + "gmutton": "cooked_mutton", + "roastedmutton": "cooked_mutton", + "roastmutton": "cooked_mutton", + "romutton": "cooked_mutton", + "bbqmutton": "cooked_mutton", + "toastedmutton": "cooked_mutton", + "sheepmeatcooked": "cooked_mutton", + "sheepmeatcook": "cooked_mutton", + "sheepmeatc": "cooked_mutton", + "sheepmeatgrilled": "cooked_mutton", + "sheepmeatgrill": "cooked_mutton", + "sheepmeatg": "cooked_mutton", + "sheepmeatroasted": "cooked_mutton", + "sheepmeatroast": "cooked_mutton", + "sheepmeatro": "cooked_mutton", + "sheepmeatbbq": "cooked_mutton", + "sheepmeattoasted": "cooked_mutton", + "cookedsheepmeat": "cooked_mutton", + "cooksheepmeat": "cooked_mutton", + "csheepmeat": "cooked_mutton", + "grilledsheepmeat": "cooked_mutton", + "grillsheepmeat": "cooked_mutton", + "gsheepmeat": "cooked_mutton", + "roastedsheepmeat": "cooked_mutton", + "roastsheepmeat": "cooked_mutton", + "rosheepmeat": "cooked_mutton", + "bbqsheepmeat": "cooked_mutton", + "toastedsheepmeat": "cooked_mutton", + "cooked_porkchop": { + "material": "COOKED_PORKCHOP" + }, + "cookedporkchop": "cooked_porkchop", + "porkcooked": "cooked_porkchop", + "porkcook": "cooked_porkchop", + "porkc": "cooked_porkchop", + "porkgrilled": "cooked_porkchop", + "porkgrill": "cooked_porkchop", + "porkg": "cooked_porkchop", + "porkroasted": "cooked_porkchop", + "porkroast": "cooked_porkchop", + "porkro": "cooked_porkchop", + "porkbbq": "cooked_porkchop", + "porktoasted": "cooked_porkchop", + "cookedpork": "cooked_porkchop", + "cookpork": "cooked_porkchop", + "cpork": "cooked_porkchop", + "grilledpork": "cooked_porkchop", + "grillpork": "cooked_porkchop", + "gpork": "cooked_porkchop", + "roastedpork": "cooked_porkchop", + "roastpork": "cooked_porkchop", + "ropork": "cooked_porkchop", + "bbqpork": "cooked_porkchop", + "toastedpork": "cooked_porkchop", + "porkchopcooked": "cooked_porkchop", + "porkchopcook": "cooked_porkchop", + "porkchopc": "cooked_porkchop", + "porkchopgrilled": "cooked_porkchop", + "porkchopgrill": "cooked_porkchop", + "porkchopg": "cooked_porkchop", + "porkchoproasted": "cooked_porkchop", + "porkchoproast": "cooked_porkchop", + "porkchopro": "cooked_porkchop", + "porkchopbbq": "cooked_porkchop", + "porkchoptoasted": "cooked_porkchop", + "cookporkchop": "cooked_porkchop", + "cporkchop": "cooked_porkchop", + "grilledporkchop": "cooked_porkchop", + "grillporkchop": "cooked_porkchop", + "gporkchop": "cooked_porkchop", + "roastedporkchop": "cooked_porkchop", + "roastporkchop": "cooked_porkchop", + "roporkchop": "cooked_porkchop", + "bbqporkchop": "cooked_porkchop", + "toastedporkchop": "cooked_porkchop", + "cooked_rabbit": { + "material": "COOKED_RABBIT" + }, + "cookedrabbit": "cooked_rabbit", + "rabbitcooked": "cooked_rabbit", + "rabbitcook": "cooked_rabbit", + "rabbitc": "cooked_rabbit", + "rabbitgrilled": "cooked_rabbit", + "rabbitgrill": "cooked_rabbit", + "rabbitg": "cooked_rabbit", + "rabbitroasted": "cooked_rabbit", + "rabbitroast": "cooked_rabbit", + "rabbitro": "cooked_rabbit", + "rabbitbbq": "cooked_rabbit", + "rabbittoasted": "cooked_rabbit", + "cookrabbit": "cooked_rabbit", + "crabbit": "cooked_rabbit", + "grilledrabbit": "cooked_rabbit", + "grillrabbit": "cooked_rabbit", + "grabbit": "cooked_rabbit", + "roastedrabbit": "cooked_rabbit", + "roastrabbit": "cooked_rabbit", + "rorabbit": "cooked_rabbit", + "bbqrabbit": "cooked_rabbit", + "toastedrabbit": "cooked_rabbit", + "harecooked": "cooked_rabbit", + "harecook": "cooked_rabbit", + "harec": "cooked_rabbit", + "haregrilled": "cooked_rabbit", + "haregrill": "cooked_rabbit", + "hareg": "cooked_rabbit", + "hareroasted": "cooked_rabbit", + "hareroast": "cooked_rabbit", + "harero": "cooked_rabbit", + "harebbq": "cooked_rabbit", + "haretoasted": "cooked_rabbit", + "cookedhare": "cooked_rabbit", + "cookhare": "cooked_rabbit", + "chare": "cooked_rabbit", + "grilledhare": "cooked_rabbit", + "grillhare": "cooked_rabbit", + "ghare": "cooked_rabbit", + "roastedhare": "cooked_rabbit", + "roasthare": "cooked_rabbit", + "rohare": "cooked_rabbit", + "bbqhare": "cooked_rabbit", + "toastedhare": "cooked_rabbit", + "hasenpfeffercooked": "cooked_rabbit", + "hasenpfeffercook": "cooked_rabbit", + "hasenpfefferc": "cooked_rabbit", + "hasenpfeffergrilled": "cooked_rabbit", + "hasenpfeffergrill": "cooked_rabbit", + "hasenpfefferg": "cooked_rabbit", + "hasenpfefferroasted": "cooked_rabbit", + "hasenpfefferroast": "cooked_rabbit", + "hasenpfefferro": "cooked_rabbit", + "hasenpfefferbbq": "cooked_rabbit", + "hasenpfeffertoasted": "cooked_rabbit", + "cookedhasenpfeffer": "cooked_rabbit", + "cookhasenpfeffer": "cooked_rabbit", + "chasenpfeffer": "cooked_rabbit", + "grilledhasenpfeffer": "cooked_rabbit", + "grillhasenpfeffer": "cooked_rabbit", + "ghasenpfeffer": "cooked_rabbit", + "roastedhasenpfeffer": "cooked_rabbit", + "roasthasenpfeffer": "cooked_rabbit", + "rohasenpfeffer": "cooked_rabbit", + "bbqhasenpfeffer": "cooked_rabbit", + "toastedhasenpfeffer": "cooked_rabbit", + "cooked_salmon": { + "material": "COOKED_SALMON" + }, + "cookedsalmon": "cooked_salmon", + "salmoncooked": "cooked_salmon", + "salmoncook": "cooked_salmon", + "salmonc": "cooked_salmon", + "salmongrilled": "cooked_salmon", + "salmongrill": "cooked_salmon", + "salmong": "cooked_salmon", + "salmonroasted": "cooked_salmon", + "salmonroast": "cooked_salmon", + "salmonro": "cooked_salmon", + "salmonbbq": "cooked_salmon", + "salmontoasted": "cooked_salmon", + "cooksalmon": "cooked_salmon", + "csalmon": "cooked_salmon", + "grilledsalmon": "cooked_salmon", + "grillsalmon": "cooked_salmon", + "gsalmon": "cooked_salmon", + "roastedsalmon": "cooked_salmon", + "roastsalmon": "cooked_salmon", + "rosalmon": "cooked_salmon", + "bbqsalmon": "cooked_salmon", + "toastedsalmon": "cooked_salmon", + "salmonfishcooked": "cooked_salmon", + "salmonfishcook": "cooked_salmon", + "salmonfishc": "cooked_salmon", + "salmonfishgrilled": "cooked_salmon", + "salmonfishgrill": "cooked_salmon", + "salmonfishg": "cooked_salmon", + "salmonfishroasted": "cooked_salmon", + "salmonfishroast": "cooked_salmon", + "salmonfishro": "cooked_salmon", + "salmonfishbbq": "cooked_salmon", + "salmonfishtoasted": "cooked_salmon", + "cookedsalmonfish": "cooked_salmon", + "cooksalmonfish": "cooked_salmon", + "csalmonfish": "cooked_salmon", + "grilledsalmonfish": "cooked_salmon", + "grillsalmonfish": "cooked_salmon", + "gsalmonfish": "cooked_salmon", + "roastedsalmonfish": "cooked_salmon", + "roastsalmonfish": "cooked_salmon", + "rosalmonfish": "cooked_salmon", + "bbqsalmonfish": "cooked_salmon", + "toastedsalmonfish": "cooked_salmon", + "sfishcooked": "cooked_salmon", + "sfishcook": "cooked_salmon", + "sfishc": "cooked_salmon", + "sfishgrilled": "cooked_salmon", + "sfishgrill": "cooked_salmon", + "sfishg": "cooked_salmon", + "sfishroasted": "cooked_salmon", + "sfishroast": "cooked_salmon", + "sfishro": "cooked_salmon", + "sfishbbq": "cooked_salmon", + "sfishtoasted": "cooked_salmon", + "cookedsfish": "cooked_salmon", + "cooksfish": "cooked_salmon", + "csfish": "cooked_salmon", + "grilledsfish": "cooked_salmon", + "grillsfish": "cooked_salmon", + "gsfish": "cooked_salmon", + "roastedsfish": "cooked_salmon", + "roastsfish": "cooked_salmon", + "rosfish": "cooked_salmon", + "bbqsfish": "cooked_salmon", + "toastedsfish": "cooked_salmon", + "fishscooked": "cooked_salmon", + "fishscook": "cooked_salmon", + "fishsc": "cooked_salmon", + "fishsgrilled": "cooked_salmon", + "fishsgrill": "cooked_salmon", + "fishsg": "cooked_salmon", + "fishsroasted": "cooked_salmon", + "fishsroast": "cooked_salmon", + "fishsro": "cooked_salmon", + "fishsbbq": "cooked_salmon", + "fishstoasted": "cooked_salmon", + "cookedfishs": "cooked_salmon", + "cookfishs": "cooked_salmon", + "cfishs": "cooked_salmon", + "grilledfishs": "cooked_salmon", + "grillfishs": "cooked_salmon", + "gfishs": "cooked_salmon", + "roastedfishs": "cooked_salmon", + "roastfishs": "cooked_salmon", + "rofishs": "cooked_salmon", + "bbqfishs": "cooked_salmon", + "toastedfishs": "cooked_salmon", + "cookie": { + "material": "COOKIE" + }, + "cornflower": { + "material": "CORNFLOWER" + }, + "cow_spawn_egg": { + "material": "COW_SPAWN_EGG" + }, + "cowspawnegg": "cow_spawn_egg", + "cowegg": "cow_spawn_egg", + "eggcow": "cow_spawn_egg", + "spawneggcow": "cow_spawn_egg", + "cowspawn": "cow_spawn_egg", + "spawncow": "cow_spawn_egg", + "cracked_stone_bricks": { + "material": "CRACKED_STONE_BRICKS" + }, + "crackedstonebricks": "cracked_stone_bricks", + "crackedstonebrick": "cracked_stone_bricks", + "crackstonebrick": "cracked_stone_bricks", + "crstonebrick": "cracked_stone_bricks", + "cstonebrick": "cracked_stone_bricks", + "crackedstonebrickblock": "cracked_stone_bricks", + "crackstonebrickblock": "cracked_stone_bricks", + "crstonebrickblock": "cracked_stone_bricks", + "cstonebrickblock": "cracked_stone_bricks", + "crackedstonebb": "cracked_stone_bricks", + "crackstonebb": "cracked_stone_bricks", + "crstonebb": "cracked_stone_bricks", + "cstonebb": "cracked_stone_bricks", + "crackedsbrick": "cracked_stone_bricks", + "cracksbrick": "cracked_stone_bricks", + "crsbrick": "cracked_stone_bricks", + "csbrick": "cracked_stone_bricks", + "crackedsbricks": "cracked_stone_bricks", + "cracksbricks": "cracked_stone_bricks", + "crsbricks": "cracked_stone_bricks", + "csbricks": "cracked_stone_bricks", + "crackedsbrickblock": "cracked_stone_bricks", + "cracksbrickblock": "cracked_stone_bricks", + "crsbrickblock": "cracked_stone_bricks", + "csbrickblock": "cracked_stone_bricks", + "crackstonebricks": "cracked_stone_bricks", + "crstonebricks": "cracked_stone_bricks", + "cstonebricks": "cracked_stone_bricks", + "crackedsbb": "cracked_stone_bricks", + "cracksbb": "cracked_stone_bricks", + "crsbb": "cracked_stone_bricks", + "csbb": "cracked_stone_bricks", + "crafting_table": { + "material": "CRAFTING_TABLE" + }, + "craftingtable": "crafting_table", + "workbench": "crafting_table", + "craftingbench": "crafting_table", + "crafterbench": "crafting_table", + "craftbench": "crafting_table", + "worktable": "crafting_table", + "craftertable": "crafting_table", + "crafttable": "crafting_table", + "wbench": "crafting_table", + "cbench": "crafting_table", + "creeper_banner_pattern": { + "material": "CREEPER_BANNER_PATTERN" + }, + "creeperbannerpattern": "creeper_banner_pattern", + "creeper_head": { + "material": "CREEPER_HEAD" + }, + "creeperhead": "creeper_head", + "creeperskull": "creeper_head", + "headcreeper": "creeper_head", + "stevecreeper": "creeper_head", + "creepermask": "creeper_head", + "creeperheadmask": "creeper_head", + "crhead": "creeper_head", + "crskull": "creeper_head", + "headcr": "creeper_head", + "stevecr": "creeper_head", + "crmask": "creeper_head", + "crheadmask": "creeper_head", + "creeper_spawn_egg": { + "material": "CREEPER_SPAWN_EGG" + }, + "creeperspawnegg": "creeper_spawn_egg", + "creeperegg": "creeper_spawn_egg", + "eggcreeper": "creeper_spawn_egg", + "spawneggcreeper": "creeper_spawn_egg", + "creeperspawn": "creeper_spawn_egg", + "spawncreeper": "creeper_spawn_egg", + "cregg": "creeper_spawn_egg", + "eggcr": "creeper_spawn_egg", + "crspawnegg": "creeper_spawn_egg", + "spawneggcr": "creeper_spawn_egg", + "crspawn": "creeper_spawn_egg", + "spawncr": "creeper_spawn_egg", + "creeper_wall_head": { + "material": "CREEPER_WALL_HEAD", + "unspawnable": true + }, + "creeperwallhead": "creeper_wall_head", + "crossbow": { + "material": "CROSSBOW" + }, + "cut_red_sandstone": { + "material": "CUT_RED_SANDSTONE" + }, + "cutredsandstone": "cut_red_sandstone", + "srstone": "cut_red_sandstone", + "redsandstonesmooth": "cut_red_sandstone", + "smoothredsandstone": "smooth_red_sandstone", + "cutrsandstone": "cut_red_sandstone_slab", + "cutrsandst": "cut_red_sandstone_slab", + "cutrsastone": "cut_red_sandstone_slab", + "cut_red_sandstone_slab": { + "material": "CUT_RED_SANDSTONE_SLAB" + }, + "cutredsandstoneslab": "cut_red_sandstone_slab", + "cut_sandstone": { + "material": "CUT_SANDSTONE" + }, + "cutsandstone": "cut_sandstone", + "smstone": "smooth_stone_slab", + "smoothsastone": "smooth_sandstone_stairs", + "ssandstone": "cut_sandstone", + "smsastone": "smooth_sandstone_stairs", + "ssastone": "cut_sandstone", + "cutsandst": "cut_sandstone_slab", + "cutsastone": "cut_sandstone_slab", + "cut_sandstone_slab": { + "material": "CUT_SANDSTONE_SLAB" + }, + "cutsandstoneslab": "cut_sandstone_slab", + "cyan_banner": { + "material": "CYAN_BANNER" + }, + "cyanbanner": "cyan_banner", + "cstandingbanner": "cyan_banner", + "cbanner": "cyan_banner", + "cyanstandingbanner": "cyan_banner", + "cyan_bed": { + "material": "CYAN_BED" + }, + "cyanbed": "cyan_bed", + "cbed": "cyan_bed", + "cyan_carpet": { + "material": "CYAN_CARPET" + }, + "cyancarpet": "cyan_carpet", + "ccarpet": "cyan_carpet", + "cfloor": "cyan_carpet", + "cyanfloor": "cyan_carpet", + "cyan_concrete": { + "material": "CYAN_CONCRETE" + }, + "cyanconcrete": "cyan_concrete", + "cconcrete": "cyan_concrete", + "cyan_concrete_powder": { + "material": "CYAN_CONCRETE_POWDER" + }, + "cyanconcretepowder": "cyan_concrete_powder", + "cconcretepowder": "cyan_concrete_powder", + "cconcretesand": "cyan_concrete_powder", + "ccpowder": "cyan_concrete_powder", + "ccdust": "cyan_concrete_powder", + "ccp": "cyan_concrete_powder", + "cyanconcretesand": "cyan_concrete_powder", + "cyancpowder": "cyan_concrete_powder", + "cyancdust": "cyan_concrete_powder", + "cyancp": "cyan_concrete_powder", + "cyan_dye": { + "material": "CYAN_DYE" + }, + "cyandye": "cyan_dye", + "cyan_glazed_terracotta": { + "material": "CYAN_GLAZED_TERRACOTTA" + }, + "cyanglazedterracotta": "cyan_glazed_terracotta", + "cglazedtcota": "cyan_glazed_terracotta", + "cglazedterra": "cyan_glazed_terracotta", + "cglazedterracotta": "cyan_glazed_terracotta", + "cglazedterracota": "cyan_glazed_terracotta", + "cyanglazedtcota": "cyan_glazed_terracotta", + "cyanglazedterra": "cyan_glazed_terracotta", + "cyanglazedterracota": "cyan_glazed_terracotta", + "cyan_shulker_box": { + "material": "CYAN_SHULKER_BOX" + }, + "cyanshulkerbox": "cyan_shulker_box", + "cshulkerbox": "cyan_shulker_box", + "cchest": "cyan_shulker_box", + "cyanchest": "cyan_shulker_box", + "cyan_stained_glass": { + "material": "CYAN_STAINED_GLASS" + }, + "cyanstainedglass": "cyan_stained_glass", + "cglass": "cyan_stained_glass", + "csglass": "cyan_stained_glass", + "cstainedglass": "cyan_stained_glass", + "cyanglass": "cyan_stained_glass", + "cyansglass": "cyan_stained_glass", + "cyan_stained_glass_pane": { + "material": "CYAN_STAINED_GLASS_PANE" + }, + "cyanstainedglasspane": "cyan_stained_glass_pane", + "cglasspane": "cyan_stained_glass_pane", + "csglasspane": "cyan_stained_glass_pane", + "cstainedglasspane": "cyan_stained_glass_pane", + "cgpane": "cyan_stained_glass_pane", + "cyanglasspane": "cyan_stained_glass_pane", + "cyansglasspane": "cyan_stained_glass_pane", + "cyangpane": "cyan_stained_glass_pane", + "cyan_terracotta": { + "material": "CYAN_TERRACOTTA" + }, + "cyanterracotta": "cyan_terracotta", + "cclay": "cyan_terracotta", + "csclay": "cyan_terracotta", + "cstainedclay": "cyan_terracotta", + "cterra": "cyan_terracotta", + "ctcota": "cyan_terracotta", + "cterracota": "cyan_terracotta", + "cterracotta": "cyan_terracotta", + "cyanclay": "cyan_terracotta", + "cyansclay": "cyan_terracotta", + "cyanstainedclay": "cyan_terracotta", + "cyanterra": "cyan_terracotta", + "cyantcota": "cyan_terracotta", + "cyanterracota": "cyan_terracotta", + "cyan_wall_banner": { + "material": "CYAN_WALL_BANNER", + "unspawnable": true + }, + "cyanwallbanner": "cyan_wall_banner", + "cyan_wool": { + "material": "CYAN_WOOL" + }, + "cyanwool": "cyan_wool", + "cwool": "cyan_wool", + "ccloth": "cyan_wool", + "ccotton": "cyan_wool", + "cyancloth": "cyan_wool", + "cyancotton": "cyan_wool", + "damaged_anvil": { + "material": "DAMAGED_ANVIL" + }, + "damagedanvil": "damaged_anvil", + "verydamagedanvil": "damaged_anvil", + "dandelion": { + "material": "DANDELION" + }, + "yellowdandelion": "dandelion", + "ydandelion": "dandelion", + "yellowflower": "dandelion", + "yflower": "dandelion", + "flower": "dandelion", + "dark_oak_boat": { + "material": "DARK_OAK_BOAT" + }, + "darkoakboat": "dark_oak_boat", + "doakboat": "dark_oak_boat", + "doboat": "dark_oak_boat", + "dark_oak_button": { + "material": "DARK_OAK_BUTTON" + }, + "darkoakbutton": "dark_oak_button", + "dark_oak_door": { + "material": "DARK_OAK_DOOR" + }, + "darkoakdoor": "dark_oak_door", + "dark_oak_fence": { + "material": "DARK_OAK_FENCE" + }, + "darkoakfence": "dark_oak_fence", + "doakfence": "dark_oak_fence", + "dofence": "dark_oak_fence", + "dark_oak_fence_gate": { + "material": "DARK_OAK_FENCE_GATE" + }, + "darkoakfencegate": "dark_oak_fence_gate", + "darkoakgate": "dark_oak_fence_gate", + "doakfencegate": "dark_oak_fence_gate", + "doakgate": "dark_oak_fence_gate", + "dofencegate": "dark_oak_fence_gate", + "dogate": "dark_oak_fence_gate", + "dark_oak_leaves": { + "material": "DARK_OAK_LEAVES" + }, + "darkoakleaves": "dark_oak_leaves", + "darkoaktreeleaves": "dark_oak_leaves", + "darkoaklogleaves": "dark_oak_leaves", + "darkoaktrunkleaves": "dark_oak_leaves", + "darkoakwoodleaves": "dark_oak_leaves", + "darkoaktreeleaf": "dark_oak_leaves", + "darkoaklogleaf": "dark_oak_leaves", + "darkoaktrunkleaf": "dark_oak_leaves", + "darkoakwoodleaf": "dark_oak_leaves", + "darkoakleaf": "dark_oak_leaves", + "darkoaktreeleave": "dark_oak_leaves", + "darkoaklogleave": "dark_oak_leaves", + "darkoaktrunkleave": "dark_oak_leaves", + "darkoakwoodleave": "dark_oak_leaves", + "darkoakleave": "dark_oak_leaves", + "doaktreeleaves": "dark_oak_leaves", + "doaklogleaves": "dark_oak_leaves", + "doaktrunkleaves": "dark_oak_leaves", + "doakwoodleaves": "dark_oak_leaves", + "doakleaves": "dark_oak_leaves", + "doaktreeleaf": "dark_oak_leaves", + "doaklogleaf": "dark_oak_leaves", + "doaktrunkleaf": "dark_oak_leaves", + "doakwoodleaf": "dark_oak_leaves", + "doakleaf": "dark_oak_leaves", + "doaktreeleave": "dark_oak_leaves", + "doaklogleave": "dark_oak_leaves", + "doaktrunkleave": "dark_oak_leaves", + "doakwoodleave": "dark_oak_leaves", + "doakleave": "dark_oak_leaves", + "dotreeleaves": "dark_oak_leaves", + "dologleaves": "dark_oak_leaves", + "dotrunkleaves": "dark_oak_leaves", + "dowoodleaves": "dark_oak_leaves", + "doleaves": "dark_oak_leaves", + "dotreeleaf": "dark_oak_leaves", + "dologleaf": "dark_oak_leaves", + "dotrunkleaf": "dark_oak_leaves", + "dowoodleaf": "dark_oak_leaves", + "doleaf": "dark_oak_leaves", + "dotreeleave": "dark_oak_leaves", + "dologleave": "dark_oak_leaves", + "dotrunkleave": "dark_oak_leaves", + "dowoodleave": "dark_oak_leaves", + "doleave": "dark_oak_leaves", + "dark_oak_log": { + "material": "DARK_OAK_LOG" + }, + "darkoaklog": "dark_oak_log", + "darkoak": "dark_oak_log", + "logdarkoak": "dark_oak_log", + "darkoaktrunk": "dark_oak_log", + "darkoaktree": "dark_oak_log", + "doak": "dark_oak_log", + "logdoak": "dark_oak_log", + "doaktrunk": "dark_oak_log", + "doaklog": "dark_oak_log", + "doaktree": "dark_oak_log", + "do": "diamond_ore", + "logdo": "dark_oak_log", + "dotrunk": "dark_oak_log", + "dolog": "dark_oak_log", + "dotree": "dark_oak_log", + "dark_oak_planks": { + "material": "DARK_OAK_PLANKS" + }, + "darkoakplanks": "dark_oak_planks", + "darkoakwoodenplank": "dark_oak_planks", + "darkoakwoodplank": "dark_oak_planks", + "darkoakwplank": "dark_oak_planks", + "darkoakplankwooden": "dark_oak_planks", + "darkoakplankwood": "dark_oak_planks", + "darkoakplankw": "dark_oak_planks", + "darkoakplank": "dark_oak_planks", + "doakwoodenplank": "dark_oak_planks", + "doakwoodplank": "dark_oak_planks", + "doakwplank": "dark_oak_planks", + "doakplankwooden": "dark_oak_planks", + "doakplankwood": "dark_oak_planks", + "doakplankw": "dark_oak_planks", + "doakplank": "dark_oak_planks", + "dowoodenplank": "dark_oak_planks", + "dowoodplank": "dark_oak_planks", + "dowplank": "dark_oak_planks", + "doplankwooden": "dark_oak_planks", + "doplankwood": "dark_oak_planks", + "doplankw": "dark_oak_planks", + "doplank": "dark_oak_planks", + "dark_oak_pressure_plate": { + "material": "DARK_OAK_PRESSURE_PLATE" + }, + "darkoakpressureplate": "dark_oak_pressure_plate", + "darkoakpressplate": "dark_oak_pressure_plate", + "darkoakpplate": "dark_oak_pressure_plate", + "darkoakplate": "dark_oak_pressure_plate", + "doakpressureplate": "dark_oak_pressure_plate", + "doakpressplate": "dark_oak_pressure_plate", + "doakpplate": "dark_oak_pressure_plate", + "doakplate": "dark_oak_pressure_plate", + "dopressureplate": "dark_oak_pressure_plate", + "dopressplate": "dark_oak_pressure_plate", + "dopplate": "dark_oak_pressure_plate", + "doplate": "dark_oak_pressure_plate", + "dark_oak_sapling": { + "material": "DARK_OAK_SAPLING" + }, + "darkoaksapling": "dark_oak_sapling", + "darkoaktreesapling": "dark_oak_sapling", + "darkoaklogsapling": "dark_oak_sapling", + "darkoaktrunksapling": "dark_oak_sapling", + "darkoakwoodsapling": "dark_oak_sapling", + "doaksapling": "dark_oak_sapling", + "doaktreesapling": "dark_oak_sapling", + "doaklogsapling": "dark_oak_sapling", + "doaktrunksapling": "dark_oak_sapling", + "doakwoodsapling": "dark_oak_sapling", + "dosapling": "dark_oak_sapling", + "dotreesapling": "dark_oak_sapling", + "dologsapling": "dark_oak_sapling", + "dotrunksapling": "dark_oak_sapling", + "dowoodsapling": "dark_oak_sapling", + "dark_oak_sign": { + "material": "DARK_OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "darkoaksign": "dark_oak_sign", + "dark_oak_slab": { + "material": "DARK_OAK_SLAB" + }, + "darkoakslab": "dark_oak_slab", + "darkoakwoodenstep": "dark_oak_slab", + "darkoakwoodstep": "dark_oak_slab", + "darkoakwstep": "dark_oak_slab", + "darkoakstep": "dark_oak_slab", + "darkoakwoodenslab": "dark_oak_slab", + "darkoakwoodslab": "dark_oak_slab", + "darkoakwslab": "dark_oak_slab", + "darkoakwoodenhalfblock": "dark_oak_slab", + "darkoakwoodhalfblock": "dark_oak_slab", + "darkoakwhalfblock": "dark_oak_slab", + "darkoakhalfblock": "dark_oak_slab", + "doakwoodenstep": "dark_oak_slab", + "doakwoodstep": "dark_oak_slab", + "doakwstep": "dark_oak_slab", + "doakstep": "dark_oak_slab", + "doakwoodenslab": "dark_oak_slab", + "doakwoodslab": "dark_oak_slab", + "doakwslab": "dark_oak_slab", + "doakwoodenhalfblock": "dark_oak_slab", + "doakwoodhalfblock": "dark_oak_slab", + "doakwhalfblock": "dark_oak_slab", + "doakhalfblock": "dark_oak_slab", + "dowoodenstep": "dark_oak_slab", + "dowoodstep": "dark_oak_slab", + "dowstep": "dark_oak_slab", + "dostep": "dark_oak_slab", + "dowoodenslab": "dark_oak_slab", + "dowoodslab": "dark_oak_slab", + "dowslab": "dark_oak_slab", + "dowoodenhalfblock": "dark_oak_slab", + "dowoodhalfblock": "dark_oak_slab", + "dowhalfblock": "dark_oak_slab", + "dohalfblock": "dark_oak_slab", + "dark_oak_stairs": { + "material": "DARK_OAK_STAIRS" + }, + "darkoakstairs": "dark_oak_stairs", + "darkoakwoodenstairs": "dark_oak_stairs", + "darkoakwoodstairs": "dark_oak_stairs", + "darkoakwstairs": "dark_oak_stairs", + "darkoakwoodenstair": "dark_oak_stairs", + "darkoakwoodstair": "dark_oak_stairs", + "darkoakwstair": "dark_oak_stairs", + "darkoakstair": "dark_oak_stairs", + "doakwoodenstairs": "dark_oak_stairs", + "doakwoodstairs": "dark_oak_stairs", + "doakwstairs": "dark_oak_stairs", + "doakwoodenstair": "dark_oak_stairs", + "doakwoodstair": "dark_oak_stairs", + "doakwstair": "dark_oak_stairs", + "doakstair": "dark_oak_stairs", + "dowoodenstairs": "dark_oak_stairs", + "dowoodstairs": "dark_oak_stairs", + "dowstairs": "dark_oak_stairs", + "dowoodenstair": "dark_oak_stairs", + "dowoodstair": "dark_oak_stairs", + "dowstair": "dark_oak_stairs", + "dostair": "dark_oak_stairs", + "dark_oak_trapdoor": { + "material": "DARK_OAK_TRAPDOOR" + }, + "darkoaktrapdoor": "dark_oak_trapdoor", + "darkoakdoortrap": "dark_oak_trapdoor", + "darkoakhatch": "dark_oak_trapdoor", + "darkoaktdoor": "dark_oak_trapdoor", + "darkoakdoort": "dark_oak_trapdoor", + "darkoaktrapd": "dark_oak_trapdoor", + "darkoakdtrap": "dark_oak_trapdoor", + "doaktrapdoor": "dark_oak_trapdoor", + "doakdoortrap": "dark_oak_trapdoor", + "doakhatch": "dark_oak_trapdoor", + "doaktdoor": "dark_oak_trapdoor", + "doakdoort": "dark_oak_trapdoor", + "doaktrapd": "dark_oak_trapdoor", + "doakdtrap": "dark_oak_trapdoor", + "dotrapdoor": "dark_oak_trapdoor", + "dodoortrap": "dark_oak_trapdoor", + "dohatch": "dark_oak_trapdoor", + "dotdoor": "dark_oak_trapdoor", + "dodoort": "dark_oak_trapdoor", + "dotrapd": "dark_oak_trapdoor", + "dodtrap": "dark_oak_trapdoor", + "dark_oak_wall_sign": { + "material": "DARK_OAK_WALL_SIGN", + "unspawnable": true + }, + "darkoakwallsign": "dark_oak_wall_sign", + "dark_oak_wood": { + "material": "DARK_OAK_WOOD" + }, + "darkoakwood": "dark_oak_wood", + "darkoaklogall": "dark_oak_wood", + "darkoaktrunkall": "dark_oak_wood", + "darkoaktreeall": "dark_oak_wood", + "doakwood": "dark_oak_wood", + "doaklogall": "dark_oak_wood", + "doaktrunkall": "dark_oak_wood", + "doaktreeall": "dark_oak_wood", + "dowood": "dark_oak_wood", + "dologall": "dark_oak_wood", + "dotrunkall": "dark_oak_wood", + "dotreeall": "dark_oak_wood", + "dark_prismarine": { + "material": "DARK_PRISMARINE" + }, + "darkprismarine": "dark_prismarine", + "dark_prismarine_slab": { + "material": "DARK_PRISMARINE_SLAB" + }, + "darkprismarineslab": "dark_prismarine_slab", + "darkprismarinesl": "dark_prismarine_slab", + "dprismarineslab": "dark_prismarine_slab", + "dprismarinesl": "dark_prismarine_slab", + "darkprisslab": "dark_prismarine_slab", + "darkprissl": "dark_prismarine_slab", + "dprisslab": "dark_prismarine_slab", + "dprissl": "dark_prismarine_slab", + "darkseaslab": "dark_prismarine_slab", + "darkseasl": "dark_prismarine_slab", + "dseaslab": "dark_prismarine_slab", + "dseasl": "dark_prismarine_slab", + "dark_prismarine_stairs": { + "material": "DARK_PRISMARINE_STAIRS" + }, + "darkprismarinestairs": "dark_prismarine_stairs", + "darkprismarinestair": "dark_prismarine_stairs", + "darkprismarinest": "dark_prismarine_stairs", + "dprismarinestairs": "dark_prismarine_stairs", + "dprismarinestair": "dark_prismarine_stairs", + "dprismarinest": "dark_prismarine_stairs", + "darkprisstairs": "dark_prismarine_stairs", + "darkprisstair": "dark_prismarine_stairs", + "darkprisst": "dark_prismarine_stairs", + "dprisstairs": "dark_prismarine_stairs", + "dprisstair": "dark_prismarine_stairs", + "dprisst": "dark_prismarine_stairs", + "darkseastairs": "dark_prismarine_stairs", + "darkseastair": "dark_prismarine_stairs", + "darkseast": "dark_prismarine_stairs", + "dseastairs": "dark_prismarine_stairs", + "dseastair": "dark_prismarine_stairs", + "dseast": "dark_prismarine_stairs", + "daylight_detector": { + "material": "DAYLIGHT_DETECTOR" + }, + "daylightdetector": "daylight_detector", + "daylightsensor": "daylight_detector", + "daylightsense": "daylight_detector", + "lightsensor": "daylight_detector", + "lightsense": "daylight_detector", + "daysensor": "daylight_detector", + "daysense": "daylight_detector", + "timesensor": "daylight_detector", + "timesense": "daylight_detector", + "dead_brain_coral": { + "material": "DEAD_BRAIN_CORAL" + }, + "deadbraincoral": "dead_brain_coral", + "dead_brain_coral_block": { + "material": "DEAD_BRAIN_CORAL_BLOCK" + }, + "deadbraincoralblock": "dead_brain_coral_block", + "dead_brain_coral_fan": { + "material": "DEAD_BRAIN_CORAL_FAN" + }, + "deadbraincoralfan": "dead_brain_coral_fan", + "dead_brain_coral_wall_fan": { + "material": "DEAD_BRAIN_CORAL_WALL_FAN", + "unspawnable": true + }, + "deadbraincoralwallfan": "dead_brain_coral_wall_fan", + "dead_bubble_coral": { + "material": "DEAD_BUBBLE_CORAL" + }, + "deadbubblecoral": "dead_bubble_coral", + "dead_bubble_coral_block": { + "material": "DEAD_BUBBLE_CORAL_BLOCK" + }, + "deadbubblecoralblock": "dead_bubble_coral_block", + "dead_bubble_coral_fan": { + "material": "DEAD_BUBBLE_CORAL_FAN" + }, + "deadbubblecoralfan": "dead_bubble_coral_fan", + "dead_bubble_coral_wall_fan": { + "material": "DEAD_BUBBLE_CORAL_WALL_FAN", + "unspawnable": true + }, + "deadbubblecoralwallfan": "dead_bubble_coral_wall_fan", + "dead_bush": { + "material": "DEAD_BUSH" + }, + "deadbush": "dead_bush", + "bush": "dead_bush", + "deadshrub": "dead_bush", + "dshrub": "dead_bush", + "dbush": "dead_bush", + "deadsapling": "dead_bush", + "dead_fire_coral": { + "material": "DEAD_FIRE_CORAL" + }, + "deadfirecoral": "dead_fire_coral", + "dead_fire_coral_block": { + "material": "DEAD_FIRE_CORAL_BLOCK" + }, + "deadfirecoralblock": "dead_fire_coral_block", + "dead_fire_coral_fan": { + "material": "DEAD_FIRE_CORAL_FAN" + }, + "deadfirecoralfan": "dead_fire_coral_fan", + "dead_fire_coral_wall_fan": { + "material": "DEAD_FIRE_CORAL_WALL_FAN", + "unspawnable": true + }, + "deadfirecoralwallfan": "dead_fire_coral_wall_fan", + "dead_horn_coral": { + "material": "DEAD_HORN_CORAL" + }, + "deadhorncoral": "dead_horn_coral", + "dead_horn_coral_block": { + "material": "DEAD_HORN_CORAL_BLOCK" + }, + "deadhorncoralblock": "dead_horn_coral_block", + "dead_horn_coral_fan": { + "material": "DEAD_HORN_CORAL_FAN" + }, + "deadhorncoralfan": "dead_horn_coral_fan", + "dead_horn_coral_wall_fan": { + "material": "DEAD_HORN_CORAL_WALL_FAN", + "unspawnable": true + }, + "deadhorncoralwallfan": "dead_horn_coral_wall_fan", + "dead_tube_coral": { + "material": "DEAD_TUBE_CORAL" + }, + "deadtubecoral": "dead_tube_coral", + "dead_tube_coral_block": { + "material": "DEAD_TUBE_CORAL_BLOCK" + }, + "deadtubecoralblock": "dead_tube_coral_block", + "dead_tube_coral_fan": { + "material": "DEAD_TUBE_CORAL_FAN" + }, + "deadtubecoralfan": "dead_tube_coral_fan", + "dead_tube_coral_wall_fan": { + "material": "DEAD_TUBE_CORAL_WALL_FAN", + "unspawnable": true + }, + "deadtubecoralwallfan": "dead_tube_coral_wall_fan", + "debug_stick": { + "material": "DEBUG_STICK" + }, + "debugstick": "debug_stick", + "detector_rail": { + "material": "DETECTOR_RAIL" + }, + "detectorrail": "detector_rail", + "detectorrails": "detector_rail", + "detectortrack": "detector_rail", + "detectingrails": "detector_rail", + "detectingrail": "detector_rail", + "detectingtrack": "detector_rail", + "detectrails": "detector_rail", + "detectrail": "detector_rail", + "detecttrack": "detector_rail", + "drails": "detector_rail", + "drail": "detector_rail", + "dtrack": "detector_rail", + "diamond": { + "material": "DIAMOND" + }, + "diamond_axe": { + "material": "DIAMOND_AXE" + }, + "diamondaxe": "diamond_axe", + "crystalaxe": "diamond_axe", + "daxe": "diamond_axe", + "diamond_block": { + "material": "DIAMOND_BLOCK" + }, + "diamondblock": "diamond_block", + "crystalblock": "diamond_block", + "blockcrystal": "diamond_block", + "blockdiamond": "diamond_block", + "dblock": "diamond_block", + "blockd": "diamond_block", + "diamond_boots": { + "material": "DIAMOND_BOOTS" + }, + "diamondboots": "diamond_boots", + "crystalboots": "diamond_boots", + "crystalshoes": "diamond_boots", + "diamondshoes": "diamond_boots", + "dboots": "diamond_boots", + "dshoes": "diamond_boots", + "diamond_chestplate": { + "material": "DIAMOND_CHESTPLATE" + }, + "diamondchestplate": "diamond_chestplate", + "crystalchestplate": "diamond_chestplate", + "crystalplatebody": "diamond_chestplate", + "crystalplate": "diamond_chestplate", + "crystalshirt": "diamond_chestplate", + "crystaltunic": "diamond_chestplate", + "diamondplatebody": "diamond_chestplate", + "diamondplate": "diamond_chestplate", + "diamondshirt": "diamond_chestplate", + "diamondtunic": "diamond_chestplate", + "dchestplate": "diamond_chestplate", + "dplatebody": "diamond_chestplate", + "dplate": "diamond_chestplate", + "dshirt": "diamond_chestplate", + "dtunic": "diamond_chestplate", + "diamond_helmet": { + "material": "DIAMOND_HELMET" + }, + "diamondhelmet": "diamond_helmet", + "crystalhelmet": "diamond_helmet", + "crystalhelm": "diamond_helmet", + "crystalhat": "diamond_helmet", + "crystalcoif": "diamond_helmet", + "diamondhelm": "diamond_helmet", + "diamondhat": "diamond_helmet", + "diamondcoif": "diamond_helmet", + "dhelmet": "diamond_helmet", + "dhelm": "diamond_helmet", + "dhat": "diamond_helmet", + "dcoif": "diamond_helmet", + "diamond_hoe": { + "material": "DIAMOND_HOE" + }, + "diamondhoe": "diamond_hoe", + "crystalhoe": "diamond_hoe", + "dhoe": "diamond_hoe", + "diamond_horse_armor": { + "material": "DIAMOND_HORSE_ARMOR" + }, + "diamondhorsearmor": "diamond_horse_armor", + "crystalhorsearmor": "diamond_horse_armor", + "crystalharmor": "diamond_horse_armor", + "crystalarmor": "diamond_horse_armor", + "diamondharmor": "diamond_horse_armor", + "diamondarmor": "diamond_horse_armor", + "dhorsearmor": "diamond_horse_armor", + "dharmor": "diamond_horse_armor", + "darmor": "diamond_horse_armor", + "diamond_leggings": { + "material": "DIAMOND_LEGGINGS" + }, + "diamondleggings": "diamond_leggings", + "crystalleggings": "diamond_leggings", + "crystallegs": "diamond_leggings", + "crystalpants": "diamond_leggings", + "diamondlegs": "diamond_leggings", + "diamondpants": "diamond_leggings", + "dleggings": "diamond_leggings", + "dlegs": "diamond_leggings", + "dpants": "diamond_leggings", + "diamond_ore": { + "material": "DIAMOND_ORE" + }, + "diamondore": "diamond_ore", + "crystalore": "diamond_ore", + "crystalo": "diamond_ore", + "orecrystal": "diamond_ore", + "ocrystal": "diamond_ore", + "diamondo": "diamond_ore", + "orediamond": "diamond_ore", + "odiamond": "diamond_ore", + "dore": "diamond_ore", + "ored": "redstone_ore", + "od": "diamond_ore", + "diamond_pickaxe": { + "material": "DIAMOND_PICKAXE" + }, + "diamondpickaxe": "diamond_pickaxe", + "crystalpickaxe": "diamond_pickaxe", + "crystalpick": "diamond_pickaxe", + "diamondpick": "diamond_pickaxe", + "dpickaxe": "diamond_pickaxe", + "dpick": "diamond_pickaxe", + "diamond_shovel": { + "material": "DIAMOND_SHOVEL" + }, + "diamondshovel": "diamond_shovel", + "crystalshovel": "diamond_shovel", + "crystalspade": "diamond_shovel", + "diamondspade": "diamond_shovel", + "dshovel": "diamond_shovel", + "dspade": "diamond_shovel", + "diamond_sword": { + "material": "DIAMOND_SWORD" + }, + "diamondsword": "diamond_sword", + "crystalsword": "diamond_sword", + "dsword": "diamond_sword", + "diorite": { + "material": "DIORITE" + }, + "dstone": "diorite", + "diorite_slab": { + "material": "DIORITE_SLAB" + }, + "dioriteslab": "diorite_slab", + "diorite_stairs": { + "material": "DIORITE_STAIRS" + }, + "dioritestairs": "diorite_stairs", + "diorite_wall": { + "material": "DIORITE_WALL" + }, + "dioritewall": "diorite_wall", + "dirt": { + "material": "DIRT" + }, + "earth": "dirt", + "land": "dirt", + "dispenser": { + "material": "DISPENSER" + }, + "dispense": "dispenser", + "dolphin_spawn_egg": { + "material": "DOLPHIN_SPAWN_EGG" + }, + "dolphinspawnegg": "dolphin_spawn_egg", + "dolphinegg": "dolphin_spawn_egg", + "eggdolphin": "dolphin_spawn_egg", + "spawneggdolphin": "dolphin_spawn_egg", + "dolphinspawn": "dolphin_spawn_egg", + "spawndolphin": "dolphin_spawn_egg", + "eccoegg": "dolphin_spawn_egg", + "eggecco": "dolphin_spawn_egg", + "eccospawnegg": "dolphin_spawn_egg", + "spawneggecco": "dolphin_spawn_egg", + "eccospawn": "dolphin_spawn_egg", + "spawnecco": "dolphin_spawn_egg", + "donkey_spawn_egg": { + "material": "DONKEY_SPAWN_EGG" + }, + "donkeyspawnegg": "donkey_spawn_egg", + "donkeyegg": "donkey_spawn_egg", + "eggdonkey": "donkey_spawn_egg", + "spawneggdonkey": "donkey_spawn_egg", + "donkeyspawn": "donkey_spawn_egg", + "spawndonkey": "donkey_spawn_egg", + "dragon_breath": { + "material": "DRAGON_BREATH" + }, + "dragonbreath": "dragon_breath", + "dragon_egg": { + "material": "DRAGON_EGG" + }, + "dragonegg": "dragon_egg", + "enderdragonegg": "dragon_egg", + "endegg": "dragon_egg", + "degg": "dragon_egg", + "bossegg": "dragon_egg", + "begg": "dragon_egg", + "dragon_head": { + "material": "DRAGON_HEAD" + }, + "dragonhead": "dragon_head", + "dragonskull": "dragon_head", + "headdragon": "dragon_head", + "stevedragon": "dragon_head", + "dragonmask": "dragon_head", + "dragonheadmask": "dragon_head", + "dragon_wall_head": { + "material": "DRAGON_WALL_HEAD", + "unspawnable": true + }, + "dragonwallhead": "dragon_wall_head", + "dried_kelp": { + "material": "DRIED_KELP" + }, + "driedkelp": "dried_kelp", + "dried_kelp_block": { + "material": "DRIED_KELP_BLOCK" + }, + "driedkelpblock": "dried_kelp_block", + "dropper": { + "material": "DROPPER" + }, + "drowned_spawn_egg": { + "material": "DROWNED_SPAWN_EGG" + }, + "drownedspawnegg": "drowned_spawn_egg", + "drownedegg": "drowned_spawn_egg", + "eggdrowned": "drowned_spawn_egg", + "spawneggdrowned": "drowned_spawn_egg", + "drownedspawn": "drowned_spawn_egg", + "spawndrowned": "drowned_spawn_egg", + "egg": { + "material": "EGG" + }, + "elder_guardian_spawn_egg": { + "material": "ELDER_GUARDIAN_SPAWN_EGG" + }, + "elderguardianspawnegg": "elder_guardian_spawn_egg", + "elderguardianegg": "elder_guardian_spawn_egg", + "eggelderguardian": "elder_guardian_spawn_egg", + "spawneggelderguardian": "elder_guardian_spawn_egg", + "elderguardianspawn": "elder_guardian_spawn_egg", + "spawnelderguardian": "elder_guardian_spawn_egg", + "eguardianegg": "elder_guardian_spawn_egg", + "eggeguardian": "elder_guardian_spawn_egg", + "eguardianspawnegg": "elder_guardian_spawn_egg", + "spawneggeguardian": "elder_guardian_spawn_egg", + "eguardianspawn": "elder_guardian_spawn_egg", + "spawneguardian": "elder_guardian_spawn_egg", + "elytra": { + "material": "ELYTRA" + }, + "hangglider": "elytra", + "glider": "elytra", + "wings": "elytra", + "wing": "elytra", + "playerwings": "elytra", + "playerwing": "elytra", + "pwings": "elytra", + "pwing": "elytra", + "emerald": { + "material": "EMERALD" + }, + "emerald_block": { + "material": "EMERALD_BLOCK" + }, + "emeraldblock": "emerald_block", + "blockemerald": "emerald_block", + "eblock": "emerald_block", + "blocke": "emerald_block", + "emerald_ore": { + "material": "EMERALD_ORE" + }, + "emeraldore": "emerald_ore", + "emeraldo": "emerald_ore", + "oreemerald": "emerald_ore", + "oemerald": "emerald_ore", + "eore": "emerald_ore", + "eo": "emerald_ore", + "oree": "emerald_ore", + "oe": "emerald_ore", + "enchanted_book": { + "material": "ENCHANTED_BOOK" + }, + "enchantedbook": "enchanted_book", + "enchanted_golden_apple": { + "material": "ENCHANTED_GOLDEN_APPLE" + }, + "enchantedgoldenapple": "enchanted_golden_apple", + "notchapple": "enchanted_golden_apple", + "godapple": "enchanted_golden_apple", + "enchgoldapple": "enchanted_golden_apple", + "enchanting_table": { + "material": "ENCHANTING_TABLE" + }, + "enchantingtable": "enchanting_table", + "enchantmenttable": "enchanting_table", + "enchanttable": "enchanting_table", + "etable": "enchanting_table", + "magicaltable": "enchanting_table", + "magictable": "enchanting_table", + "mtable": "enchanting_table", + "enchantmentdesk": "enchanting_table", + "enchantingdesk": "enchanting_table", + "enchantdesk": "enchanting_table", + "edesk": "enchanting_table", + "magicaldesk": "enchanting_table", + "magicdesk": "enchanting_table", + "mdesk": "enchanting_table", + "booktable": "enchanting_table", + "bookdesk": "enchanting_table", + "btable": "enchanting_table", + "bdesk": "enchanting_table", + "enderman_spawn_egg": { + "material": "ENDERMAN_SPAWN_EGG" + }, + "endermanspawnegg": "enderman_spawn_egg", + "endermanegg": "enderman_spawn_egg", + "eggenderman": "enderman_spawn_egg", + "spawneggenderman": "enderman_spawn_egg", + "endermanspawn": "enderman_spawn_egg", + "spawnenderman": "enderman_spawn_egg", + "endermite_spawn_egg": { + "material": "ENDERMITE_SPAWN_EGG" + }, + "endermitespawnegg": "endermite_spawn_egg", + "endermiteegg": "endermite_spawn_egg", + "eggendermite": "endermite_spawn_egg", + "spawneggendermite": "endermite_spawn_egg", + "endermitespawn": "endermite_spawn_egg", + "spawnendermite": "endermite_spawn_egg", + "ender_chest": { + "material": "ENDER_CHEST" + }, + "enderchest": "ender_chest", + "endchest": "ender_chest", + "echest": "ender_chest", + "chestender": "ender_chest", + "chestend": "ender_chest", + "cheste": "ender_chest", + "endercontainer": "ender_chest", + "endcontainer": "ender_chest", + "econtainer": "ender_chest", + "ender_eye": { + "material": "ENDER_EYE" + }, + "endereye": "ender_eye", + "ender_pearl": { + "material": "ENDER_PEARL" + }, + "enderpearl": "ender_pearl", + "end_crystal": { + "material": "END_CRYSTAL" + }, + "endcrystal": "end_crystal", + "end_gateway": { + "material": "END_GATEWAY", + "unspawnable": true + }, + "endgateway": "end_gateway", + "end_portal": { + "material": "END_PORTAL", + "unspawnable": true + }, + "endportal": "end_portal", + "endergoo": "end_portal", + "enderportal": "end_portal", + "endgoo": "end_portal", + "eportal": "end_portal", + "egoo": "end_portal", + "end_portal_frame": { + "material": "END_PORTAL_FRAME" + }, + "endportalframe": "end_portal_frame", + "endergooframe": "end_portal_frame", + "enderportalframe": "end_portal_frame", + "endgooframe": "end_portal_frame", + "eportalframe": "end_portal_frame", + "egooframe": "end_portal_frame", + "enderframe": "end_portal_frame", + "endframe": "end_portal_frame", + "end_rod": { + "material": "END_ROD" + }, + "endrod": "end_rod", + "end_stone": { + "material": "END_STONE" + }, + "endstone": "end_stone", + "enderstone": "end_stone", + "endrock": "end_stone", + "enderrock": "end_stone", + "erock": "end_stone", + "estone": "end_stone", + "end_stone_bricks": { + "material": "END_STONE_BRICKS" + }, + "endstonebricks": "end_stone_bricks", + "end_stone_brick_slab": { + "material": "END_STONE_BRICK_SLAB" + }, + "endstonebrickslab": "end_stone_brick_slab", + "stoneslab": "stone_slab", + "stonesl": "stone_slab", + "smoothstoneslab": "smooth_stone_slab", + "smoothstonesl": "stone_slab", + "sstoneslab": "stone_slab", + "sstonesl": "stone_slab", + "end_stone_brick_stairs": { + "material": "END_STONE_BRICK_STAIRS" + }, + "endstonebrickstairs": "end_stone_brick_stairs", + "stonestair": "stone_stairs", + "stonestairs": "stone_stairs", + "stonest": "stone_stairs", + "smoothstonestair": "stone_stairs", + "smoothstonestairs": "stone_stairs", + "smoothstonest": "stone_stairs", + "sstonestair": "stone_stairs", + "sstonestairs": "stone_stairs", + "sstonest": "stone_stairs", + "end_stone_brick_wall": { + "material": "END_STONE_BRICK_WALL" + }, + "endstonebrickwall": "end_stone_brick_wall", + "evoker_spawn_egg": { + "material": "EVOKER_SPAWN_EGG" + }, + "evokerspawnegg": "evoker_spawn_egg", + "evokeregg": "evoker_spawn_egg", + "eggevoker": "evoker_spawn_egg", + "spawneggevoker": "evoker_spawn_egg", + "evokerspawn": "evoker_spawn_egg", + "spawnevoker": "evoker_spawn_egg", + "experience_bottle": { + "material": "EXPERIENCE_BOTTLE" + }, + "experiencebottle": "experience_bottle", + "farmland": { + "material": "FARMLAND" + }, + "feather": { + "material": "FEATHER" + }, + "fermented_spider_eye": { + "material": "FERMENTED_SPIDER_EYE" + }, + "fermentedspidereye": "fermented_spider_eye", + "fern": { + "material": "FERN" + }, + "filled_map": { + "material": "FILLED_MAP" + }, + "filledmap": "filled_map", + "fire": { + "material": "FIRE", + "unspawnable": true + }, + "firework_rocket": { + "material": "FIREWORK_ROCKET" + }, + "fireworkrocket": "firework_rocket", + "firework_star": { + "material": "FIREWORK_STAR" + }, + "fireworkstar": "firework_star", + "fire_charge": { + "material": "FIRE_CHARGE" + }, + "firecharge": "fire_charge", + "fire_coral": { + "material": "FIRE_CORAL" + }, + "firecoral": "fire_coral", + "fire_coral_block": { + "material": "FIRE_CORAL_BLOCK" + }, + "firecoralblock": "fire_coral_block", + "fire_coral_fan": { + "material": "FIRE_CORAL_FAN" + }, + "firecoralfan": "fire_coral_fan", + "fire_coral_wall_fan": { + "material": "FIRE_CORAL_WALL_FAN", + "unspawnable": true + }, + "firecoralwallfan": "fire_coral_wall_fan", + "fishing_rod": { + "material": "FISHING_ROD" + }, + "fishingrod": "fishing_rod", + "fletching_table": { + "material": "FLETCHING_TABLE" + }, + "fletchingtable": "fletching_table", + "flint": { + "material": "FLINT" + }, + "flint_and_steel": { + "material": "FLINT_AND_STEEL" + }, + "flintandsteel": "flint_and_steel", + "flower_banner_pattern": { + "material": "FLOWER_BANNER_PATTERN" + }, + "flowerbannerpattern": "flower_banner_pattern", + "flower_pot": { + "material": "FLOWER_POT" + }, + "flowerpot": "flower_pot", + "fox_spawn_egg": { + "material": "FOX_SPAWN_EGG" + }, + "foxspawnegg": "fox_spawn_egg", + "frosted_ice": { + "material": "FROSTED_ICE", + "unspawnable": true + }, + "frostedice": "frosted_ice", + "furnace": { + "material": "FURNACE" + }, + "furnace_minecart": { + "material": "FURNACE_MINECART" + }, + "furnaceminecart": "furnace_minecart", + "engineminecart": "furnace_minecart", + "enginemcart": "furnace_minecart", + "enginemc": "furnace_minecart", + "enginecart": "furnace_minecart", + "poweredminecart": "furnace_minecart", + "poweredmcart": "furnace_minecart", + "poweredmc": "furnace_minecart", + "poweredcart": "furnace_minecart", + "powerminecart": "furnace_minecart", + "powermcart": "furnace_minecart", + "powermc": "furnace_minecart", + "powercart": "furnace_minecart", + "furnacemcart": "furnace_minecart", + "furnacemc": "furnace_minecart", + "furnacecart": "furnace_minecart", + "eminecart": "furnace_minecart", + "emcart": "furnace_minecart", + "emc": "furnace_minecart", + "ecart": "furnace_minecart", + "pminecart": "furnace_minecart", + "pmcart": "furnace_minecart", + "pmc": "furnace_minecart", + "pcart": "furnace_minecart", + "fminecart": "furnace_minecart", + "fmcart": "furnace_minecart", + "fmc": "furnace_minecart", + "fcart": "furnace_minecart", + "ghast_spawn_egg": { + "material": "GHAST_SPAWN_EGG" + }, + "ghastspawnegg": "ghast_spawn_egg", + "ghastegg": "ghast_spawn_egg", + "eggghast": "ghast_spawn_egg", + "spawneggghast": "ghast_spawn_egg", + "ghastspawn": "ghast_spawn_egg", + "spawnghast": "ghast_spawn_egg", + "ghast_tear": { + "material": "GHAST_TEAR" + }, + "ghasttear": "ghast_tear", + "glass": { + "material": "GLASS" + }, + "blockglass": "glass", + "glassblock": "glass", + "glass_bottle": { + "material": "GLASS_BOTTLE" + }, + "glassbottle": "glass_bottle", + "glass_pane": { + "material": "GLASS_PANE" + }, + "glasspane": "glass_pane", + "glassp": "glass_pane", + "paneglass": "glass_pane", + "pglass": "glass_pane", + "flatglass": "glass_pane", + "fglass": "glass_pane", + "skinnyglass": "glass_pane", + "glassflat": "glass_pane", + "glassf": "glass_pane", + "glassskinny": "glass_pane", + "glasss": "glass_pane", + "glistering_melon_slice": { + "material": "GLISTERING_MELON_SLICE" + }, + "glisteringmelonslice": "glistering_melon_slice", + "globe_banner_pattern": { + "material": "GLOBE_BANNER_PATTERN" + }, + "globebannerpattern": "globe_banner_pattern", + "glowstone": { + "material": "GLOWSTONE" + }, + "glowingstoneblock": "glowstone", + "lightstoneblock": "glowstone", + "glowstoneblock": "glowstone", + "blockglowingstone": "glowstone", + "blocklightstone": "glowstone", + "blockglowstone": "glowstone", + "glowingstone": "glowstone", + "lightstone": "glowstone", + "glowingblock": "glowstone", + "lightblock": "glowstone", + "glowblock": "glowstone", + "lstone": "glowstone", + "glowstone_dust": { + "material": "GLOWSTONE_DUST" + }, + "glowstonedust": "glowstone_dust", + "golden_apple": { + "material": "GOLDEN_APPLE" + }, + "goldenapple": "golden_apple", + "goldapple": "golden_apple", + "newgoldapple": "golden_apple", + "notnotchapple": "golden_apple", + "golden_axe": { + "material": "GOLDEN_AXE" + }, + "goldenaxe": "golden_axe", + "goldaxe": "golden_axe", + "gaxe": "golden_axe", + "golden_boots": { + "material": "GOLDEN_BOOTS" + }, + "goldenboots": "golden_boots", + "goldboots": "golden_boots", + "goldshoes": "golden_boots", + "gboots": "golden_boots", + "gshoes": "golden_boots", + "golden_carrot": { + "material": "GOLDEN_CARROT" + }, + "goldencarrot": "golden_carrot", + "golden_chestplate": { + "material": "GOLDEN_CHESTPLATE" + }, + "goldenchestplate": "golden_chestplate", + "goldchestplate": "golden_chestplate", + "goldplatebody": "golden_chestplate", + "goldplate": "golden_chestplate", + "goldshirt": "golden_chestplate", + "goldtunic": "golden_chestplate", + "gchestplate": "golden_chestplate", + "gplatebody": "golden_chestplate", + "gplate": "golden_chestplate", + "gshirt": "golden_chestplate", + "gtunic": "golden_chestplate", + "golden_helmet": { + "material": "GOLDEN_HELMET" + }, + "goldenhelmet": "golden_helmet", + "goldhelmet": "golden_helmet", + "goldhelm": "golden_helmet", + "goldhat": "golden_helmet", + "goldcoif": "golden_helmet", + "ghelmet": "golden_helmet", + "ghelm": "golden_helmet", + "ghat": "golden_helmet", + "gcoif": "golden_helmet", + "golden_hoe": { + "material": "GOLDEN_HOE" + }, + "goldenhoe": "golden_hoe", + "goldhoe": "golden_hoe", + "ghoe": "golden_hoe", + "golden_horse_armor": { + "material": "GOLDEN_HORSE_ARMOR" + }, + "goldenhorsearmor": "golden_horse_armor", + "goldhorsearmor": "golden_horse_armor", + "goldharmor": "golden_horse_armor", + "goldarmor": "golden_horse_armor", + "ghorsearmor": "golden_horse_armor", + "gharmor": "golden_horse_armor", + "garmor": "golden_horse_armor", + "golden_leggings": { + "material": "GOLDEN_LEGGINGS" + }, + "goldenleggings": "golden_leggings", + "goldleggings": "golden_leggings", + "goldlegs": "golden_leggings", + "goldpants": "golden_leggings", + "gleggings": "golden_leggings", + "glegs": "golden_leggings", + "gpants": "golden_leggings", + "golden_pickaxe": { + "material": "GOLDEN_PICKAXE" + }, + "goldenpickaxe": "golden_pickaxe", + "goldpickaxe": "golden_pickaxe", + "goldpick": "golden_pickaxe", + "gpickaxe": "golden_pickaxe", + "gpick": "golden_pickaxe", + "golden_shovel": { + "material": "GOLDEN_SHOVEL" + }, + "goldenshovel": "golden_shovel", + "goldshovel": "golden_shovel", + "goldspade": "golden_shovel", + "gshovel": "golden_shovel", + "gspade": "golden_shovel", + "golden_sword": { + "material": "GOLDEN_SWORD" + }, + "goldensword": "golden_sword", + "goldsword": "golden_sword", + "gsword": "golden_sword", + "gold_block": { + "material": "GOLD_BLOCK" + }, + "goldblock": "gold_block", + "blockgold": "gold_block", + "gblock": "gold_block", + "blockg": "gold_block", + "gold_ingot": { + "material": "GOLD_INGOT" + }, + "goldingot": "gold_ingot", + "goldbar": "gold_ingot", + "goldi": "gold_ingot", + "ingotgold": "gold_ingot", + "bargold": "gold_ingot", + "igold": "gold_ingot", + "gingot": "gold_ingot", + "gbar": "gold_ingot", + "gi": "gold_ingot", + "ingotg": "gold_ingot", + "barg": "gold_ingot", + "ig": "gold_ingot", + "gold_nugget": { + "material": "GOLD_NUGGET" + }, + "goldnugget": "gold_nugget", + "gold_ore": { + "material": "GOLD_ORE" + }, + "goldore": "gold_ore", + "goldo": "gold_ore", + "oregold": "gold_ore", + "ogold": "gold_ore", + "gore": "gold_ore", + "go": "gold_ore", + "oreg": "gold_ore", + "og": "gold_ore", + "granite": { + "material": "GRANITE" + }, + "gstone": "granite", + "granite_slab": { + "material": "GRANITE_SLAB" + }, + "graniteslab": "granite_slab", + "granite_stairs": { + "material": "GRANITE_STAIRS" + }, + "granitestairs": "granite_stairs", + "granite_wall": { + "material": "GRANITE_WALL" + }, + "granitewall": "granite_wall", + "grass": { + "material": "GRASS" + }, + "grass_block": { + "material": "GRASS_BLOCK" + }, + "grassblock": "grass_block", + "greendirt": "grass_block", + "greenearth": "grass_block", + "greenland": "grass_block", + "grass_path": { + "material": "GRASS_PATH" + }, + "grasspath": "grass_path", + "gravel": { + "material": "GRAVEL" + }, + "gray_banner": { + "material": "GRAY_BANNER" + }, + "graybanner": "gray_banner", + "grastandingbanner": "gray_banner", + "grabanner": "gray_banner", + "greystandingbanner": "gray_banner", + "greybanner": "gray_banner", + "graystandingbanner": "gray_banner", + "dgrastandingbanner": "gray_banner", + "dgrabanner": "gray_banner", + "darkgrastandingbanner": "gray_banner", + "darkgrabanner": "gray_banner", + "dgreystandingbanner": "gray_banner", + "dgreybanner": "gray_banner", + "dgraystandingbanner": "gray_banner", + "dgraybanner": "gray_banner", + "darkgreystandingbanner": "gray_banner", + "darkgreybanner": "gray_banner", + "darkgraystandingbanner": "gray_banner", + "darkgraybanner": "gray_banner", + "gray_bed": { + "material": "GRAY_BED" + }, + "graybed": "gray_bed", + "grabed": "gray_bed", + "greybed": "gray_bed", + "dgrabed": "gray_bed", + "darkgrabed": "gray_bed", + "dgreybed": "gray_bed", + "dgraybed": "gray_bed", + "darkgreybed": "gray_bed", + "darkgraybed": "gray_bed", + "gray_carpet": { + "material": "GRAY_CARPET" + }, + "graycarpet": "gray_carpet", + "gracarpet": "gray_carpet", + "grafloor": "gray_carpet", + "greycarpet": "gray_carpet", + "greyfloor": "gray_carpet", + "grayfloor": "gray_carpet", + "dgracarpet": "gray_carpet", + "dgrafloor": "gray_carpet", + "darkgracarpet": "gray_carpet", + "darkgrafloor": "gray_carpet", + "dgreycarpet": "gray_carpet", + "dgreyfloor": "gray_carpet", + "dgraycarpet": "gray_carpet", + "dgrayfloor": "gray_carpet", + "darkgreycarpet": "gray_carpet", + "darkgreyfloor": "gray_carpet", + "darkgraycarpet": "gray_carpet", + "darkgrayfloor": "gray_carpet", + "gray_concrete": { + "material": "GRAY_CONCRETE" + }, + "grayconcrete": "gray_concrete", + "graconcrete": "gray_concrete", + "greyconcrete": "gray_concrete", + "dgraconcrete": "gray_concrete", + "darkgraconcrete": "gray_concrete", + "dgreyconcrete": "gray_concrete", + "dgrayconcrete": "gray_concrete", + "darkgreyconcrete": "gray_concrete", + "darkgrayconcrete": "gray_concrete", + "gray_concrete_powder": { + "material": "GRAY_CONCRETE_POWDER" + }, + "grayconcretepowder": "gray_concrete_powder", + "graconcretepowder": "gray_concrete_powder", + "graconcretesand": "gray_concrete_powder", + "gracpowder": "gray_concrete_powder", + "gracdust": "gray_concrete_powder", + "gracp": "gray_concrete_powder", + "greyconcretepowder": "gray_concrete_powder", + "greyconcretesand": "gray_concrete_powder", + "greycpowder": "gray_concrete_powder", + "greycdust": "gray_concrete_powder", + "greycp": "gray_concrete_powder", + "grayconcretesand": "gray_concrete_powder", + "graycpowder": "gray_concrete_powder", + "graycdust": "gray_concrete_powder", + "graycp": "gray_concrete_powder", + "dgraconcretepowder": "gray_concrete_powder", + "dgraconcretesand": "gray_concrete_powder", + "dgracpowder": "gray_concrete_powder", + "dgracdust": "gray_concrete_powder", + "dgracp": "gray_concrete_powder", + "darkgraconcretepowder": "gray_concrete_powder", + "darkgraconcretesand": "gray_concrete_powder", + "darkgracpowder": "gray_concrete_powder", + "darkgracdust": "gray_concrete_powder", + "darkgracp": "gray_concrete_powder", + "dgreyconcretepowder": "gray_concrete_powder", + "dgreyconcretesand": "gray_concrete_powder", + "dgreycpowder": "gray_concrete_powder", + "dgreycdust": "gray_concrete_powder", + "dgreycp": "gray_concrete_powder", + "dgrayconcretepowder": "gray_concrete_powder", + "dgrayconcretesand": "gray_concrete_powder", + "dgraycpowder": "gray_concrete_powder", + "dgraycdust": "gray_concrete_powder", + "dgraycp": "gray_concrete_powder", + "darkgreyconcretepowder": "gray_concrete_powder", + "darkgreyconcretesand": "gray_concrete_powder", + "darkgreycpowder": "gray_concrete_powder", + "darkgreycdust": "gray_concrete_powder", + "darkgreycp": "gray_concrete_powder", + "darkgrayconcretepowder": "gray_concrete_powder", + "darkgrayconcretesand": "gray_concrete_powder", + "darkgraycpowder": "gray_concrete_powder", + "darkgraycdust": "gray_concrete_powder", + "darkgraycp": "gray_concrete_powder", + "gray_dye": { + "material": "GRAY_DYE" + }, + "graydye": "gray_dye", + "gray_glazed_terracotta": { + "material": "GRAY_GLAZED_TERRACOTTA" + }, + "grayglazedterracotta": "gray_glazed_terracotta", + "graglazedtcota": "gray_glazed_terracotta", + "graglazedterra": "gray_glazed_terracotta", + "graglazedterracotta": "gray_glazed_terracotta", + "graglazedterracota": "gray_glazed_terracotta", + "greyglazedtcota": "gray_glazed_terracotta", + "greyglazedterra": "gray_glazed_terracotta", + "greyglazedterracotta": "gray_glazed_terracotta", + "greyglazedterracota": "gray_glazed_terracotta", + "grayglazedtcota": "gray_glazed_terracotta", + "grayglazedterra": "gray_glazed_terracotta", + "grayglazedterracota": "gray_glazed_terracotta", + "dgraglazedtcota": "gray_glazed_terracotta", + "dgraglazedterra": "gray_glazed_terracotta", + "dgraglazedterracotta": "gray_glazed_terracotta", + "dgraglazedterracota": "gray_glazed_terracotta", + "darkgraglazedtcota": "gray_glazed_terracotta", + "darkgraglazedterra": "gray_glazed_terracotta", + "darkgraglazedterracotta": "gray_glazed_terracotta", + "darkgraglazedterracota": "gray_glazed_terracotta", + "dgreyglazedtcota": "gray_glazed_terracotta", + "dgreyglazedterra": "gray_glazed_terracotta", + "dgreyglazedterracotta": "gray_glazed_terracotta", + "dgreyglazedterracota": "gray_glazed_terracotta", + "dgrayglazedtcota": "gray_glazed_terracotta", + "dgrayglazedterra": "gray_glazed_terracotta", + "dgrayglazedterracotta": "gray_glazed_terracotta", + "dgrayglazedterracota": "gray_glazed_terracotta", + "darkgreyglazedtcota": "gray_glazed_terracotta", + "darkgreyglazedterra": "gray_glazed_terracotta", + "darkgreyglazedterracotta": "gray_glazed_terracotta", + "darkgreyglazedterracota": "gray_glazed_terracotta", + "darkgrayglazedtcota": "gray_glazed_terracotta", + "darkgrayglazedterra": "gray_glazed_terracotta", + "darkgrayglazedterracotta": "gray_glazed_terracotta", + "darkgrayglazedterracota": "gray_glazed_terracotta", + "gray_shulker_box": { + "material": "GRAY_SHULKER_BOX" + }, + "grayshulkerbox": "gray_shulker_box", + "grashulkerbox": "gray_shulker_box", + "grachest": "gray_shulker_box", + "greyshulkerbox": "gray_shulker_box", + "greychest": "gray_shulker_box", + "graychest": "gray_shulker_box", + "dgrashulkerbox": "gray_shulker_box", + "dgrachest": "gray_shulker_box", + "darkgrashulkerbox": "gray_shulker_box", + "darkgrachest": "gray_shulker_box", + "dgreyshulkerbox": "gray_shulker_box", + "dgreychest": "gray_shulker_box", + "dgrayshulkerbox": "gray_shulker_box", + "dgraychest": "gray_shulker_box", + "darkgreyshulkerbox": "gray_shulker_box", + "darkgreychest": "gray_shulker_box", + "darkgrayshulkerbox": "gray_shulker_box", + "darkgraychest": "gray_shulker_box", + "gray_stained_glass": { + "material": "GRAY_STAINED_GLASS" + }, + "graystainedglass": "gray_stained_glass", + "graglass": "gray_stained_glass", + "grasglass": "gray_stained_glass", + "grastainedglass": "gray_stained_glass", + "greyglass": "gray_stained_glass", + "greysglass": "gray_stained_glass", + "greystainedglass": "gray_stained_glass", + "grayglass": "gray_stained_glass", + "graysglass": "gray_stained_glass", + "dgraglass": "gray_stained_glass", + "dgrasglass": "gray_stained_glass", + "dgrastainedglass": "gray_stained_glass", + "darkgraglass": "gray_stained_glass", + "darkgrasglass": "gray_stained_glass", + "darkgrastainedglass": "gray_stained_glass", + "dgreyglass": "gray_stained_glass", + "dgreysglass": "gray_stained_glass", + "dgreystainedglass": "gray_stained_glass", + "dgrayglass": "gray_stained_glass", + "dgraysglass": "gray_stained_glass", + "dgraystainedglass": "gray_stained_glass", + "darkgreyglass": "gray_stained_glass", + "darkgreysglass": "gray_stained_glass", + "darkgreystainedglass": "gray_stained_glass", + "darkgrayglass": "gray_stained_glass", + "darkgraysglass": "gray_stained_glass", + "darkgraystainedglass": "gray_stained_glass", + "gray_stained_glass_pane": { + "material": "GRAY_STAINED_GLASS_PANE" + }, + "graystainedglasspane": "gray_stained_glass_pane", + "graglasspane": "gray_stained_glass_pane", + "grasglasspane": "gray_stained_glass_pane", + "grastainedglasspane": "gray_stained_glass_pane", + "gragpane": "gray_stained_glass_pane", + "greyglasspane": "gray_stained_glass_pane", + "greysglasspane": "gray_stained_glass_pane", + "greystainedglasspane": "gray_stained_glass_pane", + "greygpane": "gray_stained_glass_pane", + "grayglasspane": "gray_stained_glass_pane", + "graysglasspane": "gray_stained_glass_pane", + "graygpane": "gray_stained_glass_pane", + "dgraglasspane": "gray_stained_glass_pane", + "dgrasglasspane": "gray_stained_glass_pane", + "dgrastainedglasspane": "gray_stained_glass_pane", + "dgragpane": "gray_stained_glass_pane", + "darkgraglasspane": "gray_stained_glass_pane", + "darkgrasglasspane": "gray_stained_glass_pane", + "darkgrastainedglasspane": "gray_stained_glass_pane", + "darkgragpane": "gray_stained_glass_pane", + "dgreyglasspane": "gray_stained_glass_pane", + "dgreysglasspane": "gray_stained_glass_pane", + "dgreystainedglasspane": "gray_stained_glass_pane", + "dgreygpane": "gray_stained_glass_pane", + "dgrayglasspane": "gray_stained_glass_pane", + "dgraysglasspane": "gray_stained_glass_pane", + "dgraystainedglasspane": "gray_stained_glass_pane", + "dgraygpane": "gray_stained_glass_pane", + "darkgreyglasspane": "gray_stained_glass_pane", + "darkgreysglasspane": "gray_stained_glass_pane", + "darkgreystainedglasspane": "gray_stained_glass_pane", + "darkgreygpane": "gray_stained_glass_pane", + "darkgrayglasspane": "gray_stained_glass_pane", + "darkgraysglasspane": "gray_stained_glass_pane", + "darkgraystainedglasspane": "gray_stained_glass_pane", + "darkgraygpane": "gray_stained_glass_pane", + "gray_terracotta": { + "material": "GRAY_TERRACOTTA" + }, + "grayterracotta": "gray_terracotta", + "graclay": "gray_terracotta", + "grasclay": "gray_terracotta", + "grastainedclay": "gray_terracotta", + "graterra": "gray_terracotta", + "gratcota": "gray_terracotta", + "graterracota": "gray_terracotta", + "graterracotta": "gray_terracotta", + "greyclay": "gray_terracotta", + "greysclay": "gray_terracotta", + "greystainedclay": "gray_terracotta", + "greyterra": "gray_terracotta", + "greytcota": "gray_terracotta", + "greyterracota": "gray_terracotta", + "greyterracotta": "gray_terracotta", + "grayclay": "gray_terracotta", + "graysclay": "gray_terracotta", + "graystainedclay": "gray_terracotta", + "grayterra": "gray_terracotta", + "graytcota": "gray_terracotta", + "grayterracota": "gray_terracotta", + "dgraclay": "gray_terracotta", + "dgrasclay": "gray_terracotta", + "dgrastainedclay": "gray_terracotta", + "dgraterra": "gray_terracotta", + "dgratcota": "gray_terracotta", + "dgraterracota": "gray_terracotta", + "dgraterracotta": "gray_terracotta", + "darkgraclay": "gray_terracotta", + "darkgrasclay": "gray_terracotta", + "darkgrastainedclay": "gray_terracotta", + "darkgraterra": "gray_terracotta", + "darkgratcota": "gray_terracotta", + "darkgraterracota": "gray_terracotta", + "darkgraterracotta": "gray_terracotta", + "dgreyclay": "gray_terracotta", + "dgreysclay": "gray_terracotta", + "dgreystainedclay": "gray_terracotta", + "dgreyterra": "gray_terracotta", + "dgreytcota": "gray_terracotta", + "dgreyterracota": "gray_terracotta", + "dgreyterracotta": "gray_terracotta", + "dgrayclay": "gray_terracotta", + "dgraysclay": "gray_terracotta", + "dgraystainedclay": "gray_terracotta", + "dgrayterra": "gray_terracotta", + "dgraytcota": "gray_terracotta", + "dgrayterracota": "gray_terracotta", + "dgrayterracotta": "gray_terracotta", + "darkgreyclay": "gray_terracotta", + "darkgreysclay": "gray_terracotta", + "darkgreystainedclay": "gray_terracotta", + "darkgreyterra": "gray_terracotta", + "darkgreytcota": "gray_terracotta", + "darkgreyterracota": "gray_terracotta", + "darkgreyterracotta": "gray_terracotta", + "darkgrayclay": "gray_terracotta", + "darkgraysclay": "gray_terracotta", + "darkgraystainedclay": "gray_terracotta", + "darkgrayterra": "gray_terracotta", + "darkgraytcota": "gray_terracotta", + "darkgrayterracota": "gray_terracotta", + "darkgrayterracotta": "gray_terracotta", + "gray_wall_banner": { + "material": "GRAY_WALL_BANNER", + "unspawnable": true + }, + "graywallbanner": "gray_wall_banner", + "gray_wool": { + "material": "GRAY_WOOL" + }, + "graywool": "gray_wool", + "grawool": "gray_wool", + "gracloth": "gray_wool", + "gracotton": "gray_wool", + "greywool": "gray_wool", + "greycloth": "gray_wool", + "greycotton": "gray_wool", + "graycloth": "gray_wool", + "graycotton": "gray_wool", + "dgrawool": "gray_wool", + "dgracloth": "gray_wool", + "dgracotton": "gray_wool", + "darkgrawool": "gray_wool", + "darkgracloth": "gray_wool", + "darkgracotton": "gray_wool", + "dgreywool": "gray_wool", + "dgreycloth": "gray_wool", + "dgreycotton": "gray_wool", + "dgraywool": "gray_wool", + "dgraycloth": "gray_wool", + "dgraycotton": "gray_wool", + "darkgreywool": "gray_wool", + "darkgreycloth": "gray_wool", + "darkgreycotton": "gray_wool", + "darkgraywool": "gray_wool", + "darkgraycloth": "gray_wool", + "darkgraycotton": "gray_wool", + "green_banner": { + "material": "GREEN_BANNER" + }, + "greenbanner": "green_banner", + "grestandingbanner": "green_banner", + "grebanner": "green_banner", + "dgrestandingbanner": "green_banner", + "dgrebanner": "green_banner", + "darkgrestandingbanner": "green_banner", + "darkgrebanner": "green_banner", + "greenstandingbanner": "green_banner", + "dgreenstandingbanner": "green_banner", + "dgreenbanner": "green_banner", + "darkgreenstandingbanner": "green_banner", + "darkgreenbanner": "green_banner", + "green_bed": { + "material": "GREEN_BED" + }, + "greenbed": "green_bed", + "grebed": "green_bed", + "dgrebed": "green_bed", + "darkgrebed": "green_bed", + "dgreenbed": "green_bed", + "darkgreenbed": "green_bed", + "green_carpet": { + "material": "GREEN_CARPET" + }, + "greencarpet": "green_carpet", + "grecarpet": "green_carpet", + "grefloor": "green_carpet", + "dgrecarpet": "green_carpet", + "dgrefloor": "green_carpet", + "darkgrecarpet": "green_carpet", + "darkgrefloor": "green_carpet", + "greenfloor": "green_carpet", + "dgreencarpet": "green_carpet", + "dgreenfloor": "green_carpet", + "darkgreencarpet": "green_carpet", + "darkgreenfloor": "green_carpet", + "green_concrete": { + "material": "GREEN_CONCRETE" + }, + "greenconcrete": "green_concrete", + "greconcrete": "green_concrete", + "dgreconcrete": "green_concrete", + "darkgreconcrete": "green_concrete", + "dgreenconcrete": "green_concrete", + "darkgreenconcrete": "green_concrete", + "green_concrete_powder": { + "material": "GREEN_CONCRETE_POWDER" + }, + "greenconcretepowder": "green_concrete_powder", + "greconcretepowder": "green_concrete_powder", + "greconcretesand": "green_concrete_powder", + "grecpowder": "green_concrete_powder", + "grecdust": "green_concrete_powder", + "grecp": "green_concrete_powder", + "dgreconcretepowder": "green_concrete_powder", + "dgreconcretesand": "green_concrete_powder", + "dgrecpowder": "green_concrete_powder", + "dgrecdust": "green_concrete_powder", + "dgrecp": "green_concrete_powder", + "darkgreconcretepowder": "green_concrete_powder", + "darkgreconcretesand": "green_concrete_powder", + "darkgrecpowder": "green_concrete_powder", + "darkgrecdust": "green_concrete_powder", + "darkgrecp": "green_concrete_powder", + "greenconcretesand": "green_concrete_powder", + "greencpowder": "green_concrete_powder", + "greencdust": "green_concrete_powder", + "greencp": "green_concrete_powder", + "dgreenconcretepowder": "green_concrete_powder", + "dgreenconcretesand": "green_concrete_powder", + "dgreencpowder": "green_concrete_powder", + "dgreencdust": "green_concrete_powder", + "dgreencp": "green_concrete_powder", + "darkgreenconcretepowder": "green_concrete_powder", + "darkgreenconcretesand": "green_concrete_powder", + "darkgreencpowder": "green_concrete_powder", + "darkgreencdust": "green_concrete_powder", + "darkgreencp": "green_concrete_powder", + "green_dye": { + "material": "GREEN_DYE", + "fallbacks": [ + "CACTUS_GREEN" + ] + }, + "greendye": "green_dye", + "green_glazed_terracotta": { + "material": "GREEN_GLAZED_TERRACOTTA" + }, + "greenglazedterracotta": "green_glazed_terracotta", + "greglazedtcota": "green_glazed_terracotta", + "greglazedterra": "green_glazed_terracotta", + "greglazedterracotta": "green_glazed_terracotta", + "greglazedterracota": "green_glazed_terracotta", + "dgreglazedtcota": "green_glazed_terracotta", + "dgreglazedterra": "green_glazed_terracotta", + "dgreglazedterracotta": "green_glazed_terracotta", + "dgreglazedterracota": "green_glazed_terracotta", + "darkgreglazedtcota": "green_glazed_terracotta", + "darkgreglazedterra": "green_glazed_terracotta", + "darkgreglazedterracotta": "green_glazed_terracotta", + "darkgreglazedterracota": "green_glazed_terracotta", + "greenglazedtcota": "green_glazed_terracotta", + "greenglazedterra": "green_glazed_terracotta", + "greenglazedterracota": "green_glazed_terracotta", + "dgreenglazedtcota": "green_glazed_terracotta", + "dgreenglazedterra": "green_glazed_terracotta", + "dgreenglazedterracotta": "green_glazed_terracotta", + "dgreenglazedterracota": "green_glazed_terracotta", + "darkgreenglazedtcota": "green_glazed_terracotta", + "darkgreenglazedterra": "green_glazed_terracotta", + "darkgreenglazedterracotta": "green_glazed_terracotta", + "darkgreenglazedterracota": "green_glazed_terracotta", + "green_shulker_box": { + "material": "GREEN_SHULKER_BOX" + }, + "greenshulkerbox": "green_shulker_box", + "greshulkerbox": "green_shulker_box", + "grechest": "green_shulker_box", + "dgreshulkerbox": "green_shulker_box", + "dgrechest": "green_shulker_box", + "darkgreshulkerbox": "green_shulker_box", + "darkgrechest": "green_shulker_box", + "greenchest": "green_shulker_box", + "dgreenshulkerbox": "green_shulker_box", + "dgreenchest": "green_shulker_box", + "darkgreenshulkerbox": "green_shulker_box", + "darkgreenchest": "green_shulker_box", + "green_stained_glass": { + "material": "GREEN_STAINED_GLASS" + }, + "greenstainedglass": "green_stained_glass", + "greglass": "green_stained_glass", + "gresglass": "green_stained_glass", + "grestainedglass": "green_stained_glass", + "dgreglass": "green_stained_glass", + "dgresglass": "green_stained_glass", + "dgrestainedglass": "green_stained_glass", + "darkgreglass": "green_stained_glass", + "darkgresglass": "green_stained_glass", + "darkgrestainedglass": "green_stained_glass", + "greenglass": "green_stained_glass", + "greensglass": "green_stained_glass", + "dgreenglass": "green_stained_glass", + "dgreensglass": "green_stained_glass", + "dgreenstainedglass": "green_stained_glass", + "darkgreenglass": "green_stained_glass", + "darkgreensglass": "green_stained_glass", + "darkgreenstainedglass": "green_stained_glass", + "green_stained_glass_pane": { + "material": "GREEN_STAINED_GLASS_PANE" + }, + "greenstainedglasspane": "green_stained_glass_pane", + "greglasspane": "green_stained_glass_pane", + "gresglasspane": "green_stained_glass_pane", + "grestainedglasspane": "green_stained_glass_pane", + "gregpane": "green_stained_glass_pane", + "dgreglasspane": "green_stained_glass_pane", + "dgresglasspane": "green_stained_glass_pane", + "dgrestainedglasspane": "green_stained_glass_pane", + "dgregpane": "green_stained_glass_pane", + "darkgreglasspane": "green_stained_glass_pane", + "darkgresglasspane": "green_stained_glass_pane", + "darkgrestainedglasspane": "green_stained_glass_pane", + "darkgregpane": "green_stained_glass_pane", + "greenglasspane": "green_stained_glass_pane", + "greensglasspane": "green_stained_glass_pane", + "greengpane": "green_stained_glass_pane", + "dgreenglasspane": "green_stained_glass_pane", + "dgreensglasspane": "green_stained_glass_pane", + "dgreenstainedglasspane": "green_stained_glass_pane", + "dgreengpane": "green_stained_glass_pane", + "darkgreenglasspane": "green_stained_glass_pane", + "darkgreensglasspane": "green_stained_glass_pane", + "darkgreenstainedglasspane": "green_stained_glass_pane", + "darkgreengpane": "green_stained_glass_pane", + "green_terracotta": { + "material": "GREEN_TERRACOTTA" + }, + "greenterracotta": "green_terracotta", + "greclay": "green_terracotta", + "gresclay": "green_terracotta", + "grestainedclay": "green_terracotta", + "greterra": "green_terracotta", + "gretcota": "green_terracotta", + "greterracota": "green_terracotta", + "greterracotta": "green_terracotta", + "dgreclay": "green_terracotta", + "dgresclay": "green_terracotta", + "dgrestainedclay": "green_terracotta", + "dgreterra": "green_terracotta", + "dgretcota": "green_terracotta", + "dgreterracota": "green_terracotta", + "dgreterracotta": "green_terracotta", + "darkgreclay": "green_terracotta", + "darkgresclay": "green_terracotta", + "darkgrestainedclay": "green_terracotta", + "darkgreterra": "green_terracotta", + "darkgretcota": "green_terracotta", + "darkgreterracota": "green_terracotta", + "darkgreterracotta": "green_terracotta", + "greenclay": "green_terracotta", + "greensclay": "green_terracotta", + "greenstainedclay": "green_terracotta", + "greenterra": "green_terracotta", + "greentcota": "green_terracotta", + "greenterracota": "green_terracotta", + "dgreenclay": "green_terracotta", + "dgreensclay": "green_terracotta", + "dgreenstainedclay": "green_terracotta", + "dgreenterra": "green_terracotta", + "dgreentcota": "green_terracotta", + "dgreenterracota": "green_terracotta", + "dgreenterracotta": "green_terracotta", + "darkgreenclay": "green_terracotta", + "darkgreensclay": "green_terracotta", + "darkgreenstainedclay": "green_terracotta", + "darkgreenterra": "green_terracotta", + "darkgreentcota": "green_terracotta", + "darkgreenterracota": "green_terracotta", + "darkgreenterracotta": "green_terracotta", + "green_wall_banner": { + "material": "GREEN_WALL_BANNER", + "unspawnable": true + }, + "greenwallbanner": "green_wall_banner", + "green_wool": { + "material": "GREEN_WOOL" + }, + "greenwool": "green_wool", + "grewool": "green_wool", + "grecloth": "green_wool", + "grecotton": "green_wool", + "dgrewool": "green_wool", + "dgrecloth": "green_wool", + "dgrecotton": "green_wool", + "darkgrewool": "green_wool", + "darkgrecloth": "green_wool", + "darkgrecotton": "green_wool", + "greencloth": "green_wool", + "greencotton": "green_wool", + "dgreenwool": "green_wool", + "dgreencloth": "green_wool", + "dgreencotton": "green_wool", + "darkgreenwool": "green_wool", + "darkgreencloth": "green_wool", + "darkgreencotton": "green_wool", + "grindstone": { + "material": "GRINDSTONE" + }, + "guardian_spawn_egg": { + "material": "GUARDIAN_SPAWN_EGG" + }, + "guardianspawnegg": "guardian_spawn_egg", + "guardianegg": "guardian_spawn_egg", + "eggguardian": "guardian_spawn_egg", + "spawneggguardian": "guardian_spawn_egg", + "guardianspawn": "guardian_spawn_egg", + "spawnguardian": "guardian_spawn_egg", + "gunpowder": { + "material": "GUNPOWDER" + }, + "hay_block": { + "material": "HAY_BLOCK" + }, + "hayblock": "hay_block", + "hay": "hay_block", + "haybale": "hay_block", + "baleofhay": "hay_block", + "hayofbale": "hay_block", + "heart_of_the_sea": { + "material": "HEART_OF_THE_SEA" + }, + "heartofthesea": "heart_of_the_sea", + "heavy_weighted_pressure_plate": { + "material": "HEAVY_WEIGHTED_PRESSURE_PLATE" + }, + "heavyweightedpressureplate": "heavy_weighted_pressure_plate", + "hopper": { + "material": "HOPPER" + }, + "chestpuller": "hopper", + "chestpull": "hopper", + "cheststorer": "hopper", + "cheststore": "hopper", + "itempuller": "hopper", + "itempull": "hopper", + "itemstorer": "hopper", + "itemstore": "hopper", + "hopper_minecart": { + "material": "HOPPER_MINECART" + }, + "hopperminecart": "hopper_minecart", + "hoppermcart": "hopper_minecart", + "hoppermc": "hopper_minecart", + "hoppercart": "hopper_minecart", + "hopminecart": "hopper_minecart", + "hopmcart": "hopper_minecart", + "hopmc": "hopper_minecart", + "hopcart": "hopper_minecart", + "hminecart": "hopper_minecart", + "hmcart": "hopper_minecart", + "hmc": "hopper_minecart", + "hcart": "hopper_minecart", + "horn_coral": { + "material": "HORN_CORAL" + }, + "horncoral": "horn_coral", + "horn_coral_block": { + "material": "HORN_CORAL_BLOCK" + }, + "horncoralblock": "horn_coral_block", + "horn_coral_fan": { + "material": "HORN_CORAL_FAN" + }, + "horncoralfan": "horn_coral_fan", + "horn_coral_wall_fan": { + "material": "HORN_CORAL_WALL_FAN", + "unspawnable": true + }, + "horncoralwallfan": "horn_coral_wall_fan", + "horse_spawn_egg": { + "material": "HORSE_SPAWN_EGG" + }, + "horsespawnegg": "horse_spawn_egg", + "horseegg": "horse_spawn_egg", + "egghorse": "horse_spawn_egg", + "spawnegghorse": "horse_spawn_egg", + "horsespawn": "horse_spawn_egg", + "spawnhorse": "horse_spawn_egg", + "husk_spawn_egg": { + "material": "HUSK_SPAWN_EGG" + }, + "huskspawnegg": "husk_spawn_egg", + "huskegg": "husk_spawn_egg", + "egghusk": "husk_spawn_egg", + "spawnegghusk": "husk_spawn_egg", + "huskspawn": "husk_spawn_egg", + "spawnhusk": "husk_spawn_egg", + "ice": { + "material": "ICE" + }, + "frozenwater": "ice", + "waterfrozen": "ice", + "freezewater": "ice", + "waterfreeze": "ice", + "infested_chiseled_stone_bricks": { + "material": "INFESTED_CHISELED_STONE_BRICKS" + }, + "infestedchiseledstonebricks": "infested_chiseled_stone_bricks", + "silverfishchiseledstonebrick": "infested_chiseled_stone_bricks", + "silverfishcirclestonebrick": "infested_chiseled_stone_bricks", + "silverfishcistonebrick": "infested_chiseled_stone_bricks", + "sfishchiseledstonebrick": "infested_chiseled_stone_bricks", + "sfishcirclestonebrick": "infested_chiseled_stone_bricks", + "sfishcistonebrick": "infested_chiseled_stone_bricks", + "fishchiseledstonebrick": "infested_chiseled_stone_bricks", + "fishcirclestonebrick": "infested_chiseled_stone_bricks", + "fishcistonebrick": "infested_chiseled_stone_bricks", + "infestedchiseledstonebrick": "infested_chiseled_stone_bricks", + "infestedcirclestonebrick": "infested_chiseled_stone_bricks", + "infestedcistonebrick": "infested_chiseled_stone_bricks", + "monstereggchiseledstonebrick": "infested_chiseled_stone_bricks", + "monstereggcirclestonebrick": "infested_chiseled_stone_bricks", + "monstereggcistonebrick": "infested_chiseled_stone_bricks", + "meggchiseledstonebrick": "infested_chiseled_stone_bricks", + "meggcirclestonebrick": "infested_chiseled_stone_bricks", + "meggcistonebrick": "infested_chiseled_stone_bricks", + "trapchiseledstonebrick": "infested_chiseled_stone_bricks", + "trapcirclestonebrick": "infested_chiseled_stone_bricks", + "trapcistonebrick": "infested_chiseled_stone_bricks", + "sfchiseledstonebrick": "infested_chiseled_stone_bricks", + "sfcirclestonebrick": "infested_chiseled_stone_bricks", + "sfcistonebrick": "infested_chiseled_stone_bricks", + "mechiseledstonebrick": "infested_chiseled_stone_bricks", + "mecirclestonebrick": "infested_chiseled_stone_bricks", + "mecistonebrick": "infested_chiseled_stone_bricks", + "silverfishchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "silverfishcirclestonebrickblock": "infested_chiseled_stone_bricks", + "silverfishcistonebrickblock": "infested_chiseled_stone_bricks", + "sfishchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "sfishcirclestonebrickblock": "infested_chiseled_stone_bricks", + "sfishcistonebrickblock": "infested_chiseled_stone_bricks", + "fishchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "fishcirclestonebrickblock": "infested_chiseled_stone_bricks", + "fishcistonebrickblock": "infested_chiseled_stone_bricks", + "infestedchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "infestedcirclestonebrickblock": "infested_chiseled_stone_bricks", + "infestedcistonebrickblock": "infested_chiseled_stone_bricks", + "monstereggchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "monstereggcirclestonebrickblock": "infested_chiseled_stone_bricks", + "monstereggcistonebrickblock": "infested_chiseled_stone_bricks", + "meggchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "meggcirclestonebrickblock": "infested_chiseled_stone_bricks", + "meggcistonebrickblock": "infested_chiseled_stone_bricks", + "trapchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "trapcirclestonebrickblock": "infested_chiseled_stone_bricks", + "trapcistonebrickblock": "infested_chiseled_stone_bricks", + "sfchiseledstonebrickblock": "infested_chiseled_stone_bricks", + "sfcirclestonebrickblock": "infested_chiseled_stone_bricks", + "sfcistonebrickblock": "infested_chiseled_stone_bricks", + "mechiseledstonebrickblock": "infested_chiseled_stone_bricks", + "mecirclestonebrickblock": "infested_chiseled_stone_bricks", + "mecistonebrickblock": "infested_chiseled_stone_bricks", + "silverfishchiseledstonebb": "infested_chiseled_stone_bricks", + "silverfishcirclestonebb": "infested_chiseled_stone_bricks", + "silverfishcistonebb": "infested_chiseled_stone_bricks", + "sfishchiseledstonebb": "infested_chiseled_stone_bricks", + "sfishcirclestonebb": "infested_chiseled_stone_bricks", + "sfishcistonebb": "infested_chiseled_stone_bricks", + "fishchiseledstonebb": "infested_chiseled_stone_bricks", + "fishcirclestonebb": "infested_chiseled_stone_bricks", + "fishcistonebb": "infested_chiseled_stone_bricks", + "infestedchiseledstonebb": "infested_chiseled_stone_bricks", + "infestedcirclestonebb": "infested_chiseled_stone_bricks", + "infestedcistonebb": "infested_chiseled_stone_bricks", + "monstereggchiseledstonebb": "infested_chiseled_stone_bricks", + "monstereggcirclestonebb": "infested_chiseled_stone_bricks", + "monstereggcistonebb": "infested_chiseled_stone_bricks", + "meggchiseledstonebb": "infested_chiseled_stone_bricks", + "meggcirclestonebb": "infested_chiseled_stone_bricks", + "meggcistonebb": "infested_chiseled_stone_bricks", + "trapchiseledstonebb": "infested_chiseled_stone_bricks", + "trapcirclestonebb": "infested_chiseled_stone_bricks", + "trapcistonebb": "infested_chiseled_stone_bricks", + "sfchiseledstonebb": "infested_chiseled_stone_bricks", + "sfcirclestonebb": "infested_chiseled_stone_bricks", + "sfcistonebb": "infested_chiseled_stone_bricks", + "mechiseledstonebb": "infested_chiseled_stone_bricks", + "mecirclestonebb": "infested_chiseled_stone_bricks", + "mecistonebb": "infested_chiseled_stone_bricks", + "silverfishchiseledsbrick": "infested_chiseled_stone_bricks", + "silverfishcirclesbrick": "infested_chiseled_stone_bricks", + "silverfishcisbrick": "infested_chiseled_stone_bricks", + "sfishchiseledsbrick": "infested_chiseled_stone_bricks", + "sfishcirclesbrick": "infested_chiseled_stone_bricks", + "sfishcisbrick": "infested_chiseled_stone_bricks", + "fishchiseledsbrick": "infested_chiseled_stone_bricks", + "fishcirclesbrick": "infested_chiseled_stone_bricks", + "fishcisbrick": "infested_chiseled_stone_bricks", + "infestedchiseledsbrick": "infested_chiseled_stone_bricks", + "infestedcirclesbrick": "infested_chiseled_stone_bricks", + "infestedcisbrick": "infested_chiseled_stone_bricks", + "monstereggchiseledsbrick": "infested_chiseled_stone_bricks", + "monstereggcirclesbrick": "infested_chiseled_stone_bricks", + "monstereggcisbrick": "infested_chiseled_stone_bricks", + "meggchiseledsbrick": "infested_chiseled_stone_bricks", + "meggcirclesbrick": "infested_chiseled_stone_bricks", + "meggcisbrick": "infested_chiseled_stone_bricks", + "trapchiseledsbrick": "infested_chiseled_stone_bricks", + "trapcirclesbrick": "infested_chiseled_stone_bricks", + "trapcisbrick": "infested_chiseled_stone_bricks", + "sfchiseledsbrick": "infested_chiseled_stone_bricks", + "sfcirclesbrick": "infested_chiseled_stone_bricks", + "sfcisbrick": "infested_chiseled_stone_bricks", + "mechiseledsbrick": "infested_chiseled_stone_bricks", + "mecirclesbrick": "infested_chiseled_stone_bricks", + "mecisbrick": "infested_chiseled_stone_bricks", + "silverfishchiseledsbricks": "infested_chiseled_stone_bricks", + "silverfishcirclesbricks": "infested_chiseled_stone_bricks", + "silverfishcisbricks": "infested_chiseled_stone_bricks", + "sfishchiseledsbricks": "infested_chiseled_stone_bricks", + "sfishcirclesbricks": "infested_chiseled_stone_bricks", + "sfishcisbricks": "infested_chiseled_stone_bricks", + "fishchiseledsbricks": "infested_chiseled_stone_bricks", + "fishcirclesbricks": "infested_chiseled_stone_bricks", + "fishcisbricks": "infested_chiseled_stone_bricks", + "infestedchiseledsbricks": "infested_chiseled_stone_bricks", + "infestedcirclesbricks": "infested_chiseled_stone_bricks", + "infestedcisbricks": "infested_chiseled_stone_bricks", + "monstereggchiseledsbricks": "infested_chiseled_stone_bricks", + "monstereggcirclesbricks": "infested_chiseled_stone_bricks", + "monstereggcisbricks": "infested_chiseled_stone_bricks", + "meggchiseledsbricks": "infested_chiseled_stone_bricks", + "meggcirclesbricks": "infested_chiseled_stone_bricks", + "meggcisbricks": "infested_chiseled_stone_bricks", + "trapchiseledsbricks": "infested_chiseled_stone_bricks", + "trapcirclesbricks": "infested_chiseled_stone_bricks", + "trapcisbricks": "infested_chiseled_stone_bricks", + "sfchiseledsbricks": "infested_chiseled_stone_bricks", + "sfcirclesbricks": "infested_chiseled_stone_bricks", + "sfcisbricks": "infested_chiseled_stone_bricks", + "mechiseledsbricks": "infested_chiseled_stone_bricks", + "mecirclesbricks": "infested_chiseled_stone_bricks", + "mecisbricks": "infested_chiseled_stone_bricks", + "silverfishchiseledsbrickblock": "infested_chiseled_stone_bricks", + "silverfishcirclesbrickblock": "infested_chiseled_stone_bricks", + "silverfishcisbrickblock": "infested_chiseled_stone_bricks", + "sfishchiseledsbrickblock": "infested_chiseled_stone_bricks", + "sfishcirclesbrickblock": "infested_chiseled_stone_bricks", + "sfishcisbrickblock": "infested_chiseled_stone_bricks", + "fishchiseledsbrickblock": "infested_chiseled_stone_bricks", + "fishcirclesbrickblock": "infested_chiseled_stone_bricks", + "fishcisbrickblock": "infested_chiseled_stone_bricks", + "infestedchiseledsbrickblock": "infested_chiseled_stone_bricks", + "infestedcirclesbrickblock": "infested_chiseled_stone_bricks", + "infestedcisbrickblock": "infested_chiseled_stone_bricks", + "monstereggchiseledsbrickblock": "infested_chiseled_stone_bricks", + "monstereggcirclesbrickblock": "infested_chiseled_stone_bricks", + "monstereggcisbrickblock": "infested_chiseled_stone_bricks", + "meggchiseledsbrickblock": "infested_chiseled_stone_bricks", + "meggcirclesbrickblock": "infested_chiseled_stone_bricks", + "meggcisbrickblock": "infested_chiseled_stone_bricks", + "trapchiseledsbrickblock": "infested_chiseled_stone_bricks", + "trapcirclesbrickblock": "infested_chiseled_stone_bricks", + "trapcisbrickblock": "infested_chiseled_stone_bricks", + "sfchiseledsbrickblock": "infested_chiseled_stone_bricks", + "sfcirclesbrickblock": "infested_chiseled_stone_bricks", + "sfcisbrickblock": "infested_chiseled_stone_bricks", + "mechiseledsbrickblock": "infested_chiseled_stone_bricks", + "mecirclesbrickblock": "infested_chiseled_stone_bricks", + "mecisbrickblock": "infested_chiseled_stone_bricks", + "silverfishchiseledstonebricks": "infested_chiseled_stone_bricks", + "silverfishcirclestonebricks": "infested_chiseled_stone_bricks", + "silverfishcistonebricks": "infested_chiseled_stone_bricks", + "sfishchiseledstonebricks": "infested_chiseled_stone_bricks", + "sfishcirclestonebricks": "infested_chiseled_stone_bricks", + "sfishcistonebricks": "infested_chiseled_stone_bricks", + "fishchiseledstonebricks": "infested_chiseled_stone_bricks", + "fishcirclestonebricks": "infested_chiseled_stone_bricks", + "fishcistonebricks": "infested_chiseled_stone_bricks", + "infestedcirclestonebricks": "infested_chiseled_stone_bricks", + "infestedcistonebricks": "infested_chiseled_stone_bricks", + "monstereggchiseledstonebricks": "infested_chiseled_stone_bricks", + "monstereggcirclestonebricks": "infested_chiseled_stone_bricks", + "monstereggcistonebricks": "infested_chiseled_stone_bricks", + "meggchiseledstonebricks": "infested_chiseled_stone_bricks", + "meggcirclestonebricks": "infested_chiseled_stone_bricks", + "meggcistonebricks": "infested_chiseled_stone_bricks", + "trapchiseledstonebricks": "infested_chiseled_stone_bricks", + "trapcirclestonebricks": "infested_chiseled_stone_bricks", + "trapcistonebricks": "infested_chiseled_stone_bricks", + "sfchiseledstonebricks": "infested_chiseled_stone_bricks", + "sfcirclestonebricks": "infested_chiseled_stone_bricks", + "sfcistonebricks": "infested_chiseled_stone_bricks", + "mechiseledstonebricks": "infested_chiseled_stone_bricks", + "mecirclestonebricks": "infested_chiseled_stone_bricks", + "mecistonebricks": "infested_chiseled_stone_bricks", + "silverfishchiseledsbb": "infested_chiseled_stone_bricks", + "silverfishcirclesbb": "infested_chiseled_stone_bricks", + "silverfishcisbb": "infested_chiseled_stone_bricks", + "sfishchiseledsbb": "infested_chiseled_stone_bricks", + "sfishcirclesbb": "infested_chiseled_stone_bricks", + "sfishcisbb": "infested_chiseled_stone_bricks", + "fishchiseledsbb": "infested_chiseled_stone_bricks", + "fishcirclesbb": "infested_chiseled_stone_bricks", + "fishcisbb": "infested_chiseled_stone_bricks", + "infestedchiseledsbb": "infested_chiseled_stone_bricks", + "infestedcirclesbb": "infested_chiseled_stone_bricks", + "infestedcisbb": "infested_chiseled_stone_bricks", + "monstereggchiseledsbb": "infested_chiseled_stone_bricks", + "monstereggcirclesbb": "infested_chiseled_stone_bricks", + "monstereggcisbb": "infested_chiseled_stone_bricks", + "meggchiseledsbb": "infested_chiseled_stone_bricks", + "meggcirclesbb": "infested_chiseled_stone_bricks", + "meggcisbb": "infested_chiseled_stone_bricks", + "trapchiseledsbb": "infested_chiseled_stone_bricks", + "trapcirclesbb": "infested_chiseled_stone_bricks", + "trapcisbb": "infested_chiseled_stone_bricks", + "sfchiseledsbb": "infested_chiseled_stone_bricks", + "sfcirclesbb": "infested_chiseled_stone_bricks", + "sfcisbb": "infested_chiseled_stone_bricks", + "mechiseledsbb": "infested_chiseled_stone_bricks", + "mecirclesbb": "infested_chiseled_stone_bricks", + "mecisbb": "infested_chiseled_stone_bricks", + "infested_cobblestone": { + "material": "INFESTED_COBBLESTONE" + }, + "infestedcobblestone": "infested_cobblestone", + "silverfishcobblestone": "infested_cobblestone", + "sfishcobblestone": "infested_cobblestone", + "fishcobblestone": "infested_cobblestone", + "monstereggcobblestone": "infested_cobblestone", + "meggcobblestone": "infested_cobblestone", + "trapcobblestone": "infested_cobblestone", + "sfcobblestone": "infested_cobblestone", + "mecobblestone": "infested_cobblestone", + "silverfishcstone": "infested_cobblestone", + "sfishcstone": "infested_cobblestone", + "fishcstone": "infested_cobblestone", + "infestedcstone": "infested_cobblestone", + "monstereggcstone": "infested_cobblestone", + "meggcstone": "infested_cobblestone", + "trapcstone": "infested_cobblestone", + "sfcstone": "infested_cobblestone", + "mecstone": "infested_cobblestone", + "silverfishcobble": "infested_cobblestone", + "sfishcobble": "infested_cobblestone", + "fishcobble": "infested_cobblestone", + "infestedcobble": "infested_cobblestone", + "monstereggcobble": "infested_cobblestone", + "meggcobble": "infested_cobblestone", + "trapcobble": "infested_cobblestone", + "sfcobble": "infested_cobblestone", + "mecobble": "infested_cobblestone", + "infested_cracked_stone_bricks": { + "material": "INFESTED_CRACKED_STONE_BRICKS" + }, + "infestedcrackedstonebricks": "infested_cracked_stone_bricks", + "silverfishcrackedstonebrick": "infested_cracked_stone_bricks", + "silverfishcrackstonebrick": "infested_cracked_stone_bricks", + "silverfishcrstonebrick": "infested_cracked_stone_bricks", + "silverfishcstonebrick": "infested_cracked_stone_bricks", + "sfishcrackedstonebrick": "infested_cracked_stone_bricks", + "sfishcrackstonebrick": "infested_cracked_stone_bricks", + "sfishcrstonebrick": "infested_cracked_stone_bricks", + "sfishcstonebrick": "infested_cracked_stone_bricks", + "fishcrackedstonebrick": "infested_cracked_stone_bricks", + "fishcrackstonebrick": "infested_cracked_stone_bricks", + "fishcrstonebrick": "infested_cracked_stone_bricks", + "fishcstonebrick": "infested_cracked_stone_bricks", + "infestedcrackedstonebrick": "infested_cracked_stone_bricks", + "infestedcrackstonebrick": "infested_cracked_stone_bricks", + "infestedcrstonebrick": "infested_cracked_stone_bricks", + "infestedcstonebrick": "infested_cracked_stone_bricks", + "monstereggcrackedstonebrick": "infested_cracked_stone_bricks", + "monstereggcrackstonebrick": "infested_cracked_stone_bricks", + "monstereggcrstonebrick": "infested_cracked_stone_bricks", + "monstereggcstonebrick": "infested_cracked_stone_bricks", + "meggcrackedstonebrick": "infested_cracked_stone_bricks", + "meggcrackstonebrick": "infested_cracked_stone_bricks", + "meggcrstonebrick": "infested_cracked_stone_bricks", + "meggcstonebrick": "infested_cracked_stone_bricks", + "trapcrackedstonebrick": "infested_cracked_stone_bricks", + "trapcrackstonebrick": "infested_cracked_stone_bricks", + "trapcrstonebrick": "infested_cracked_stone_bricks", + "trapcstonebrick": "infested_cracked_stone_bricks", + "sfcrackedstonebrick": "infested_cracked_stone_bricks", + "sfcrackstonebrick": "infested_cracked_stone_bricks", + "sfcrstonebrick": "infested_cracked_stone_bricks", + "sfcstonebrick": "infested_cracked_stone_bricks", + "mecrackedstonebrick": "infested_cracked_stone_bricks", + "mecrackstonebrick": "infested_cracked_stone_bricks", + "mecrstonebrick": "infested_cracked_stone_bricks", + "mecstonebrick": "infested_cracked_stone_bricks", + "silverfishcrackedstonebrickblock": "infested_cracked_stone_bricks", + "silverfishcrackstonebrickblock": "infested_cracked_stone_bricks", + "silverfishcrstonebrickblock": "infested_cracked_stone_bricks", + "silverfishcstonebrickblock": "infested_cracked_stone_bricks", + "sfishcrackedstonebrickblock": "infested_cracked_stone_bricks", + "sfishcrackstonebrickblock": "infested_cracked_stone_bricks", + "sfishcrstonebrickblock": "infested_cracked_stone_bricks", + "sfishcstonebrickblock": "infested_cracked_stone_bricks", + "fishcrackedstonebrickblock": "infested_cracked_stone_bricks", + "fishcrackstonebrickblock": "infested_cracked_stone_bricks", + "fishcrstonebrickblock": "infested_cracked_stone_bricks", + "fishcstonebrickblock": "infested_cracked_stone_bricks", + "infestedcrackedstonebrickblock": "infested_cracked_stone_bricks", + "infestedcrackstonebrickblock": "infested_cracked_stone_bricks", + "infestedcrstonebrickblock": "infested_cracked_stone_bricks", + "infestedcstonebrickblock": "infested_cracked_stone_bricks", + "monstereggcrackedstonebrickblock": "infested_cracked_stone_bricks", + "monstereggcrackstonebrickblock": "infested_cracked_stone_bricks", + "monstereggcrstonebrickblock": "infested_cracked_stone_bricks", + "monstereggcstonebrickblock": "infested_cracked_stone_bricks", + "meggcrackedstonebrickblock": "infested_cracked_stone_bricks", + "meggcrackstonebrickblock": "infested_cracked_stone_bricks", + "meggcrstonebrickblock": "infested_cracked_stone_bricks", + "meggcstonebrickblock": "infested_cracked_stone_bricks", + "trapcrackedstonebrickblock": "infested_cracked_stone_bricks", + "trapcrackstonebrickblock": "infested_cracked_stone_bricks", + "trapcrstonebrickblock": "infested_cracked_stone_bricks", + "trapcstonebrickblock": "infested_cracked_stone_bricks", + "sfcrackedstonebrickblock": "infested_cracked_stone_bricks", + "sfcrackstonebrickblock": "infested_cracked_stone_bricks", + "sfcrstonebrickblock": "infested_cracked_stone_bricks", + "sfcstonebrickblock": "infested_cracked_stone_bricks", + "mecrackedstonebrickblock": "infested_cracked_stone_bricks", + "mecrackstonebrickblock": "infested_cracked_stone_bricks", + "mecrstonebrickblock": "infested_cracked_stone_bricks", + "mecstonebrickblock": "infested_cracked_stone_bricks", + "silverfishcrackedstonebb": "infested_cracked_stone_bricks", + "silverfishcrackstonebb": "infested_cracked_stone_bricks", + "silverfishcrstonebb": "infested_cracked_stone_bricks", + "silverfishcstonebb": "infested_cracked_stone_bricks", + "sfishcrackedstonebb": "infested_cracked_stone_bricks", + "sfishcrackstonebb": "infested_cracked_stone_bricks", + "sfishcrstonebb": "infested_cracked_stone_bricks", + "sfishcstonebb": "infested_cracked_stone_bricks", + "fishcrackedstonebb": "infested_cracked_stone_bricks", + "fishcrackstonebb": "infested_cracked_stone_bricks", + "fishcrstonebb": "infested_cracked_stone_bricks", + "fishcstonebb": "infested_cracked_stone_bricks", + "infestedcrackedstonebb": "infested_cracked_stone_bricks", + "infestedcrackstonebb": "infested_cracked_stone_bricks", + "infestedcrstonebb": "infested_cracked_stone_bricks", + "infestedcstonebb": "infested_cracked_stone_bricks", + "monstereggcrackedstonebb": "infested_cracked_stone_bricks", + "monstereggcrackstonebb": "infested_cracked_stone_bricks", + "monstereggcrstonebb": "infested_cracked_stone_bricks", + "monstereggcstonebb": "infested_cracked_stone_bricks", + "meggcrackedstonebb": "infested_cracked_stone_bricks", + "meggcrackstonebb": "infested_cracked_stone_bricks", + "meggcrstonebb": "infested_cracked_stone_bricks", + "meggcstonebb": "infested_cracked_stone_bricks", + "trapcrackedstonebb": "infested_cracked_stone_bricks", + "trapcrackstonebb": "infested_cracked_stone_bricks", + "trapcrstonebb": "infested_cracked_stone_bricks", + "trapcstonebb": "infested_cracked_stone_bricks", + "sfcrackedstonebb": "infested_cracked_stone_bricks", + "sfcrackstonebb": "infested_cracked_stone_bricks", + "sfcrstonebb": "infested_cracked_stone_bricks", + "sfcstonebb": "infested_cracked_stone_bricks", + "mecrackedstonebb": "infested_cracked_stone_bricks", + "mecrackstonebb": "infested_cracked_stone_bricks", + "mecrstonebb": "infested_cracked_stone_bricks", + "mecstonebb": "infested_cracked_stone_bricks", + "silverfishcrackedsbrick": "infested_cracked_stone_bricks", + "silverfishcracksbrick": "infested_cracked_stone_bricks", + "silverfishcrsbrick": "infested_cracked_stone_bricks", + "silverfishcsbrick": "infested_cracked_stone_bricks", + "sfishcrackedsbrick": "infested_cracked_stone_bricks", + "sfishcracksbrick": "infested_cracked_stone_bricks", + "sfishcrsbrick": "infested_cracked_stone_bricks", + "sfishcsbrick": "infested_cracked_stone_bricks", + "fishcrackedsbrick": "infested_cracked_stone_bricks", + "fishcracksbrick": "infested_cracked_stone_bricks", + "fishcrsbrick": "infested_cracked_stone_bricks", + "fishcsbrick": "infested_cracked_stone_bricks", + "infestedcrackedsbrick": "infested_cracked_stone_bricks", + "infestedcracksbrick": "infested_cracked_stone_bricks", + "infestedcrsbrick": "infested_cracked_stone_bricks", + "infestedcsbrick": "infested_cracked_stone_bricks", + "monstereggcrackedsbrick": "infested_cracked_stone_bricks", + "monstereggcracksbrick": "infested_cracked_stone_bricks", + "monstereggcrsbrick": "infested_cracked_stone_bricks", + "monstereggcsbrick": "infested_cracked_stone_bricks", + "meggcrackedsbrick": "infested_cracked_stone_bricks", + "meggcracksbrick": "infested_cracked_stone_bricks", + "meggcrsbrick": "infested_cracked_stone_bricks", + "meggcsbrick": "infested_cracked_stone_bricks", + "trapcrackedsbrick": "infested_cracked_stone_bricks", + "trapcracksbrick": "infested_cracked_stone_bricks", + "trapcrsbrick": "infested_cracked_stone_bricks", + "trapcsbrick": "infested_cracked_stone_bricks", + "sfcrackedsbrick": "infested_cracked_stone_bricks", + "sfcracksbrick": "infested_cracked_stone_bricks", + "sfcrsbrick": "infested_cracked_stone_bricks", + "sfcsbrick": "infested_cracked_stone_bricks", + "mecrackedsbrick": "infested_cracked_stone_bricks", + "mecracksbrick": "infested_cracked_stone_bricks", + "mecrsbrick": "infested_cracked_stone_bricks", + "mecsbrick": "infested_cracked_stone_bricks", + "silverfishcrackedsbricks": "infested_cracked_stone_bricks", + "silverfishcracksbricks": "infested_cracked_stone_bricks", + "silverfishcrsbricks": "infested_cracked_stone_bricks", + "silverfishcsbricks": "infested_cracked_stone_bricks", + "sfishcrackedsbricks": "infested_cracked_stone_bricks", + "sfishcracksbricks": "infested_cracked_stone_bricks", + "sfishcrsbricks": "infested_cracked_stone_bricks", + "sfishcsbricks": "infested_cracked_stone_bricks", + "fishcrackedsbricks": "infested_cracked_stone_bricks", + "fishcracksbricks": "infested_cracked_stone_bricks", + "fishcrsbricks": "infested_cracked_stone_bricks", + "fishcsbricks": "infested_cracked_stone_bricks", + "infestedcrackedsbricks": "infested_cracked_stone_bricks", + "infestedcracksbricks": "infested_cracked_stone_bricks", + "infestedcrsbricks": "infested_cracked_stone_bricks", + "infestedcsbricks": "infested_cracked_stone_bricks", + "monstereggcrackedsbricks": "infested_cracked_stone_bricks", + "monstereggcracksbricks": "infested_cracked_stone_bricks", + "monstereggcrsbricks": "infested_cracked_stone_bricks", + "monstereggcsbricks": "infested_cracked_stone_bricks", + "meggcrackedsbricks": "infested_cracked_stone_bricks", + "meggcracksbricks": "infested_cracked_stone_bricks", + "meggcrsbricks": "infested_cracked_stone_bricks", + "meggcsbricks": "infested_cracked_stone_bricks", + "trapcrackedsbricks": "infested_cracked_stone_bricks", + "trapcracksbricks": "infested_cracked_stone_bricks", + "trapcrsbricks": "infested_cracked_stone_bricks", + "trapcsbricks": "infested_cracked_stone_bricks", + "sfcrackedsbricks": "infested_cracked_stone_bricks", + "sfcracksbricks": "infested_cracked_stone_bricks", + "sfcrsbricks": "infested_cracked_stone_bricks", + "sfcsbricks": "infested_cracked_stone_bricks", + "mecrackedsbricks": "infested_cracked_stone_bricks", + "mecracksbricks": "infested_cracked_stone_bricks", + "mecrsbricks": "infested_cracked_stone_bricks", + "mecsbricks": "infested_cracked_stone_bricks", + "silverfishcrackedsbrickblock": "infested_cracked_stone_bricks", + "silverfishcracksbrickblock": "infested_cracked_stone_bricks", + "silverfishcrsbrickblock": "infested_cracked_stone_bricks", + "silverfishcsbrickblock": "infested_cracked_stone_bricks", + "sfishcrackedsbrickblock": "infested_cracked_stone_bricks", + "sfishcracksbrickblock": "infested_cracked_stone_bricks", + "sfishcrsbrickblock": "infested_cracked_stone_bricks", + "sfishcsbrickblock": "infested_cracked_stone_bricks", + "fishcrackedsbrickblock": "infested_cracked_stone_bricks", + "fishcracksbrickblock": "infested_cracked_stone_bricks", + "fishcrsbrickblock": "infested_cracked_stone_bricks", + "fishcsbrickblock": "infested_cracked_stone_bricks", + "infestedcrackedsbrickblock": "infested_cracked_stone_bricks", + "infestedcracksbrickblock": "infested_cracked_stone_bricks", + "infestedcrsbrickblock": "infested_cracked_stone_bricks", + "infestedcsbrickblock": "infested_cracked_stone_bricks", + "monstereggcrackedsbrickblock": "infested_cracked_stone_bricks", + "monstereggcracksbrickblock": "infested_cracked_stone_bricks", + "monstereggcrsbrickblock": "infested_cracked_stone_bricks", + "monstereggcsbrickblock": "infested_cracked_stone_bricks", + "meggcrackedsbrickblock": "infested_cracked_stone_bricks", + "meggcracksbrickblock": "infested_cracked_stone_bricks", + "meggcrsbrickblock": "infested_cracked_stone_bricks", + "meggcsbrickblock": "infested_cracked_stone_bricks", + "trapcrackedsbrickblock": "infested_cracked_stone_bricks", + "trapcracksbrickblock": "infested_cracked_stone_bricks", + "trapcrsbrickblock": "infested_cracked_stone_bricks", + "trapcsbrickblock": "infested_cracked_stone_bricks", + "sfcrackedsbrickblock": "infested_cracked_stone_bricks", + "sfcracksbrickblock": "infested_cracked_stone_bricks", + "sfcrsbrickblock": "infested_cracked_stone_bricks", + "sfcsbrickblock": "infested_cracked_stone_bricks", + "mecrackedsbrickblock": "infested_cracked_stone_bricks", + "mecracksbrickblock": "infested_cracked_stone_bricks", + "mecrsbrickblock": "infested_cracked_stone_bricks", + "mecsbrickblock": "infested_cracked_stone_bricks", + "silverfishcrackedstonebricks": "infested_cracked_stone_bricks", + "silverfishcrackstonebricks": "infested_cracked_stone_bricks", + "silverfishcrstonebricks": "infested_cracked_stone_bricks", + "silverfishcstonebricks": "infested_cracked_stone_bricks", + "sfishcrackedstonebricks": "infested_cracked_stone_bricks", + "sfishcrackstonebricks": "infested_cracked_stone_bricks", + "sfishcrstonebricks": "infested_cracked_stone_bricks", + "sfishcstonebricks": "infested_cracked_stone_bricks", + "fishcrackedstonebricks": "infested_cracked_stone_bricks", + "fishcrackstonebricks": "infested_cracked_stone_bricks", + "fishcrstonebricks": "infested_cracked_stone_bricks", + "fishcstonebricks": "infested_cracked_stone_bricks", + "infestedcrackstonebricks": "infested_cracked_stone_bricks", + "infestedcrstonebricks": "infested_cracked_stone_bricks", + "infestedcstonebricks": "infested_cracked_stone_bricks", + "monstereggcrackedstonebricks": "infested_cracked_stone_bricks", + "monstereggcrackstonebricks": "infested_cracked_stone_bricks", + "monstereggcrstonebricks": "infested_cracked_stone_bricks", + "monstereggcstonebricks": "infested_cracked_stone_bricks", + "meggcrackedstonebricks": "infested_cracked_stone_bricks", + "meggcrackstonebricks": "infested_cracked_stone_bricks", + "meggcrstonebricks": "infested_cracked_stone_bricks", + "meggcstonebricks": "infested_cracked_stone_bricks", + "trapcrackedstonebricks": "infested_cracked_stone_bricks", + "trapcrackstonebricks": "infested_cracked_stone_bricks", + "trapcrstonebricks": "infested_cracked_stone_bricks", + "trapcstonebricks": "infested_cracked_stone_bricks", + "sfcrackedstonebricks": "infested_cracked_stone_bricks", + "sfcrackstonebricks": "infested_cracked_stone_bricks", + "sfcrstonebricks": "infested_cracked_stone_bricks", + "sfcstonebricks": "infested_cracked_stone_bricks", + "mecrackedstonebricks": "infested_cracked_stone_bricks", + "mecrackstonebricks": "infested_cracked_stone_bricks", + "mecrstonebricks": "infested_cracked_stone_bricks", + "mecstonebricks": "infested_cracked_stone_bricks", + "silverfishcrackedsbb": "infested_cracked_stone_bricks", + "silverfishcracksbb": "infested_cracked_stone_bricks", + "silverfishcrsbb": "infested_cracked_stone_bricks", + "silverfishcsbb": "infested_cracked_stone_bricks", + "sfishcrackedsbb": "infested_cracked_stone_bricks", + "sfishcracksbb": "infested_cracked_stone_bricks", + "sfishcrsbb": "infested_cracked_stone_bricks", + "sfishcsbb": "infested_cracked_stone_bricks", + "fishcrackedsbb": "infested_cracked_stone_bricks", + "fishcracksbb": "infested_cracked_stone_bricks", + "fishcrsbb": "infested_cracked_stone_bricks", + "fishcsbb": "infested_cracked_stone_bricks", + "infestedcrackedsbb": "infested_cracked_stone_bricks", + "infestedcracksbb": "infested_cracked_stone_bricks", + "infestedcrsbb": "infested_cracked_stone_bricks", + "infestedcsbb": "infested_cracked_stone_bricks", + "monstereggcrackedsbb": "infested_cracked_stone_bricks", + "monstereggcracksbb": "infested_cracked_stone_bricks", + "monstereggcrsbb": "infested_cracked_stone_bricks", + "monstereggcsbb": "infested_cracked_stone_bricks", + "meggcrackedsbb": "infested_cracked_stone_bricks", + "meggcracksbb": "infested_cracked_stone_bricks", + "meggcrsbb": "infested_cracked_stone_bricks", + "meggcsbb": "infested_cracked_stone_bricks", + "trapcrackedsbb": "infested_cracked_stone_bricks", + "trapcracksbb": "infested_cracked_stone_bricks", + "trapcrsbb": "infested_cracked_stone_bricks", + "trapcsbb": "infested_cracked_stone_bricks", + "sfcrackedsbb": "infested_cracked_stone_bricks", + "sfcracksbb": "infested_cracked_stone_bricks", + "sfcrsbb": "infested_cracked_stone_bricks", + "sfcsbb": "infested_cracked_stone_bricks", + "mecrackedsbb": "infested_cracked_stone_bricks", + "mecracksbb": "infested_cracked_stone_bricks", + "mecrsbb": "infested_cracked_stone_bricks", + "mecsbb": "infested_cracked_stone_bricks", + "infested_mossy_stone_bricks": { + "material": "INFESTED_MOSSY_STONE_BRICKS" + }, + "infestedmossystonebricks": "infested_mossy_stone_bricks", + "silverfishmossystonebrick": "infested_mossy_stone_bricks", + "silverfishmossstonebrick": "infested_mossy_stone_bricks", + "silverfishmstonebrick": "infested_mossy_stone_bricks", + "sfishmossystonebrick": "infested_mossy_stone_bricks", + "sfishmossstonebrick": "infested_mossy_stone_bricks", + "sfishmstonebrick": "infested_mossy_stone_bricks", + "fishmossystonebrick": "infested_mossy_stone_bricks", + "fishmossstonebrick": "infested_mossy_stone_bricks", + "fishmstonebrick": "infested_mossy_stone_bricks", + "infestedmossystonebrick": "infested_mossy_stone_bricks", + "infestedmossstonebrick": "infested_mossy_stone_bricks", + "infestedmstonebrick": "infested_mossy_stone_bricks", + "monstereggmossystonebrick": "infested_mossy_stone_bricks", + "monstereggmossstonebrick": "infested_mossy_stone_bricks", + "monstereggmstonebrick": "infested_mossy_stone_bricks", + "meggmossystonebrick": "infested_mossy_stone_bricks", + "meggmossstonebrick": "infested_mossy_stone_bricks", + "meggmstonebrick": "infested_mossy_stone_bricks", + "trapmossystonebrick": "infested_mossy_stone_bricks", + "trapmossstonebrick": "infested_mossy_stone_bricks", + "trapmstonebrick": "infested_mossy_stone_bricks", + "sfmossystonebrick": "infested_mossy_stone_bricks", + "sfmossstonebrick": "infested_mossy_stone_bricks", + "sfmstonebrick": "infested_mossy_stone_bricks", + "memossystonebrick": "infested_mossy_stone_bricks", + "memossstonebrick": "infested_mossy_stone_bricks", + "memstonebrick": "infested_mossy_stone_bricks", + "silverfishmossystonebrickblock": "infested_mossy_stone_bricks", + "silverfishmossstonebrickblock": "infested_mossy_stone_bricks", + "silverfishmstonebrickblock": "infested_mossy_stone_bricks", + "sfishmossystonebrickblock": "infested_mossy_stone_bricks", + "sfishmossstonebrickblock": "infested_mossy_stone_bricks", + "sfishmstonebrickblock": "infested_mossy_stone_bricks", + "fishmossystonebrickblock": "infested_mossy_stone_bricks", + "fishmossstonebrickblock": "infested_mossy_stone_bricks", + "fishmstonebrickblock": "infested_mossy_stone_bricks", + "infestedmossystonebrickblock": "infested_mossy_stone_bricks", + "infestedmossstonebrickblock": "infested_mossy_stone_bricks", + "infestedmstonebrickblock": "infested_mossy_stone_bricks", + "monstereggmossystonebrickblock": "infested_mossy_stone_bricks", + "monstereggmossstonebrickblock": "infested_mossy_stone_bricks", + "monstereggmstonebrickblock": "infested_mossy_stone_bricks", + "meggmossystonebrickblock": "infested_mossy_stone_bricks", + "meggmossstonebrickblock": "infested_mossy_stone_bricks", + "meggmstonebrickblock": "infested_mossy_stone_bricks", + "trapmossystonebrickblock": "infested_mossy_stone_bricks", + "trapmossstonebrickblock": "infested_mossy_stone_bricks", + "trapmstonebrickblock": "infested_mossy_stone_bricks", + "sfmossystonebrickblock": "infested_mossy_stone_bricks", + "sfmossstonebrickblock": "infested_mossy_stone_bricks", + "sfmstonebrickblock": "infested_mossy_stone_bricks", + "memossystonebrickblock": "infested_mossy_stone_bricks", + "memossstonebrickblock": "infested_mossy_stone_bricks", + "memstonebrickblock": "infested_mossy_stone_bricks", + "silverfishmossystonebb": "infested_mossy_stone_bricks", + "silverfishmossstonebb": "infested_mossy_stone_bricks", + "silverfishmstonebb": "infested_mossy_stone_bricks", + "sfishmossystonebb": "infested_mossy_stone_bricks", + "sfishmossstonebb": "infested_mossy_stone_bricks", + "sfishmstonebb": "infested_mossy_stone_bricks", + "fishmossystonebb": "infested_mossy_stone_bricks", + "fishmossstonebb": "infested_mossy_stone_bricks", + "fishmstonebb": "infested_mossy_stone_bricks", + "infestedmossystonebb": "infested_mossy_stone_bricks", + "infestedmossstonebb": "infested_mossy_stone_bricks", + "infestedmstonebb": "infested_mossy_stone_bricks", + "monstereggmossystonebb": "infested_mossy_stone_bricks", + "monstereggmossstonebb": "infested_mossy_stone_bricks", + "monstereggmstonebb": "infested_mossy_stone_bricks", + "meggmossystonebb": "infested_mossy_stone_bricks", + "meggmossstonebb": "infested_mossy_stone_bricks", + "meggmstonebb": "infested_mossy_stone_bricks", + "trapmossystonebb": "infested_mossy_stone_bricks", + "trapmossstonebb": "infested_mossy_stone_bricks", + "trapmstonebb": "infested_mossy_stone_bricks", + "sfmossystonebb": "infested_mossy_stone_bricks", + "sfmossstonebb": "infested_mossy_stone_bricks", + "sfmstonebb": "infested_mossy_stone_bricks", + "memossystonebb": "infested_mossy_stone_bricks", + "memossstonebb": "infested_mossy_stone_bricks", + "memstonebb": "infested_mossy_stone_bricks", + "silverfishmossysbrick": "infested_mossy_stone_bricks", + "silverfishmosssbrick": "infested_mossy_stone_bricks", + "silverfishmsbrick": "infested_mossy_stone_bricks", + "sfishmossysbrick": "infested_mossy_stone_bricks", + "sfishmosssbrick": "infested_mossy_stone_bricks", + "sfishmsbrick": "infested_mossy_stone_bricks", + "fishmossysbrick": "infested_mossy_stone_bricks", + "fishmosssbrick": "infested_mossy_stone_bricks", + "fishmsbrick": "infested_mossy_stone_bricks", + "infestedmossysbrick": "infested_mossy_stone_bricks", + "infestedmosssbrick": "infested_mossy_stone_bricks", + "infestedmsbrick": "infested_mossy_stone_bricks", + "monstereggmossysbrick": "infested_mossy_stone_bricks", + "monstereggmosssbrick": "infested_mossy_stone_bricks", + "monstereggmsbrick": "infested_mossy_stone_bricks", + "meggmossysbrick": "infested_mossy_stone_bricks", + "meggmosssbrick": "infested_mossy_stone_bricks", + "meggmsbrick": "infested_mossy_stone_bricks", + "trapmossysbrick": "infested_mossy_stone_bricks", + "trapmosssbrick": "infested_mossy_stone_bricks", + "trapmsbrick": "infested_mossy_stone_bricks", + "sfmossysbrick": "infested_mossy_stone_bricks", + "sfmosssbrick": "infested_mossy_stone_bricks", + "sfmsbrick": "infested_mossy_stone_bricks", + "memossysbrick": "infested_mossy_stone_bricks", + "memosssbrick": "infested_mossy_stone_bricks", + "memsbrick": "infested_mossy_stone_bricks", + "silverfishmossysbricks": "infested_mossy_stone_bricks", + "silverfishmosssbricks": "infested_mossy_stone_bricks", + "silverfishmsbricks": "infested_mossy_stone_bricks", + "sfishmossysbricks": "infested_mossy_stone_bricks", + "sfishmosssbricks": "infested_mossy_stone_bricks", + "sfishmsbricks": "infested_mossy_stone_bricks", + "fishmossysbricks": "infested_mossy_stone_bricks", + "fishmosssbricks": "infested_mossy_stone_bricks", + "fishmsbricks": "infested_mossy_stone_bricks", + "infestedmossysbricks": "infested_mossy_stone_bricks", + "infestedmosssbricks": "infested_mossy_stone_bricks", + "infestedmsbricks": "infested_mossy_stone_bricks", + "monstereggmossysbricks": "infested_mossy_stone_bricks", + "monstereggmosssbricks": "infested_mossy_stone_bricks", + "monstereggmsbricks": "infested_mossy_stone_bricks", + "meggmossysbricks": "infested_mossy_stone_bricks", + "meggmosssbricks": "infested_mossy_stone_bricks", + "meggmsbricks": "infested_mossy_stone_bricks", + "trapmossysbricks": "infested_mossy_stone_bricks", + "trapmosssbricks": "infested_mossy_stone_bricks", + "trapmsbricks": "infested_mossy_stone_bricks", + "sfmossysbricks": "infested_mossy_stone_bricks", + "sfmosssbricks": "infested_mossy_stone_bricks", + "sfmsbricks": "infested_mossy_stone_bricks", + "memossysbricks": "infested_mossy_stone_bricks", + "memosssbricks": "infested_mossy_stone_bricks", + "memsbricks": "infested_mossy_stone_bricks", + "silverfishmossysbrickblock": "infested_mossy_stone_bricks", + "silverfishmosssbrickblock": "infested_mossy_stone_bricks", + "silverfishmsbrickblock": "infested_mossy_stone_bricks", + "sfishmossysbrickblock": "infested_mossy_stone_bricks", + "sfishmosssbrickblock": "infested_mossy_stone_bricks", + "sfishmsbrickblock": "infested_mossy_stone_bricks", + "fishmossysbrickblock": "infested_mossy_stone_bricks", + "fishmosssbrickblock": "infested_mossy_stone_bricks", + "fishmsbrickblock": "infested_mossy_stone_bricks", + "infestedmossysbrickblock": "infested_mossy_stone_bricks", + "infestedmosssbrickblock": "infested_mossy_stone_bricks", + "infestedmsbrickblock": "infested_mossy_stone_bricks", + "monstereggmossysbrickblock": "infested_mossy_stone_bricks", + "monstereggmosssbrickblock": "infested_mossy_stone_bricks", + "monstereggmsbrickblock": "infested_mossy_stone_bricks", + "meggmossysbrickblock": "infested_mossy_stone_bricks", + "meggmosssbrickblock": "infested_mossy_stone_bricks", + "meggmsbrickblock": "infested_mossy_stone_bricks", + "trapmossysbrickblock": "infested_mossy_stone_bricks", + "trapmosssbrickblock": "infested_mossy_stone_bricks", + "trapmsbrickblock": "infested_mossy_stone_bricks", + "sfmossysbrickblock": "infested_mossy_stone_bricks", + "sfmosssbrickblock": "infested_mossy_stone_bricks", + "sfmsbrickblock": "infested_mossy_stone_bricks", + "memossysbrickblock": "infested_mossy_stone_bricks", + "memosssbrickblock": "infested_mossy_stone_bricks", + "memsbrickblock": "infested_mossy_stone_bricks", + "silverfishmossystonebricks": "infested_mossy_stone_bricks", + "silverfishmossstonebricks": "infested_mossy_stone_bricks", + "silverfishmstonebricks": "infested_mossy_stone_bricks", + "sfishmossystonebricks": "infested_mossy_stone_bricks", + "sfishmossstonebricks": "infested_mossy_stone_bricks", + "sfishmstonebricks": "infested_mossy_stone_bricks", + "fishmossystonebricks": "infested_mossy_stone_bricks", + "fishmossstonebricks": "infested_mossy_stone_bricks", + "fishmstonebricks": "infested_mossy_stone_bricks", + "infestedmossstonebricks": "infested_mossy_stone_bricks", + "infestedmstonebricks": "infested_mossy_stone_bricks", + "monstereggmossystonebricks": "infested_mossy_stone_bricks", + "monstereggmossstonebricks": "infested_mossy_stone_bricks", + "monstereggmstonebricks": "infested_mossy_stone_bricks", + "meggmossystonebricks": "infested_mossy_stone_bricks", + "meggmossstonebricks": "infested_mossy_stone_bricks", + "meggmstonebricks": "infested_mossy_stone_bricks", + "trapmossystonebricks": "infested_mossy_stone_bricks", + "trapmossstonebricks": "infested_mossy_stone_bricks", + "trapmstonebricks": "infested_mossy_stone_bricks", + "sfmossystonebricks": "infested_mossy_stone_bricks", + "sfmossstonebricks": "infested_mossy_stone_bricks", + "sfmstonebricks": "infested_mossy_stone_bricks", + "memossystonebricks": "infested_mossy_stone_bricks", + "memossstonebricks": "infested_mossy_stone_bricks", + "memstonebricks": "infested_mossy_stone_bricks", + "silverfishmossysbb": "infested_mossy_stone_bricks", + "silverfishmosssbb": "infested_mossy_stone_bricks", + "silverfishmsbb": "infested_mossy_stone_bricks", + "sfishmossysbb": "infested_mossy_stone_bricks", + "sfishmosssbb": "infested_mossy_stone_bricks", + "sfishmsbb": "infested_mossy_stone_bricks", + "fishmossysbb": "infested_mossy_stone_bricks", + "fishmosssbb": "infested_mossy_stone_bricks", + "fishmsbb": "infested_mossy_stone_bricks", + "infestedmossysbb": "infested_mossy_stone_bricks", + "infestedmosssbb": "infested_mossy_stone_bricks", + "infestedmsbb": "infested_mossy_stone_bricks", + "monstereggmossysbb": "infested_mossy_stone_bricks", + "monstereggmosssbb": "infested_mossy_stone_bricks", + "monstereggmsbb": "infested_mossy_stone_bricks", + "meggmossysbb": "infested_mossy_stone_bricks", + "meggmosssbb": "infested_mossy_stone_bricks", + "meggmsbb": "infested_mossy_stone_bricks", + "trapmossysbb": "infested_mossy_stone_bricks", + "trapmosssbb": "infested_mossy_stone_bricks", + "trapmsbb": "infested_mossy_stone_bricks", + "sfmossysbb": "infested_mossy_stone_bricks", + "sfmosssbb": "infested_mossy_stone_bricks", + "sfmsbb": "infested_mossy_stone_bricks", + "memossysbb": "infested_mossy_stone_bricks", + "memosssbb": "infested_mossy_stone_bricks", + "memsbb": "infested_mossy_stone_bricks", + "infested_stone": { + "material": "INFESTED_STONE" + }, + "infestedstone": "infested_stone", + "silverfishstone": "infested_stone", + "sfishstone": "infested_stone", + "fishstone": "infested_stone", + "monstereggstone": "infested_stone", + "meggstone": "infested_stone", + "trapstone": "infested_stone", + "sfstone": "infested_stone", + "mestone": "infested_stone", + "silverfishsmoothstone": "infested_stone", + "sfishsmoothstone": "infested_stone", + "fishsmoothstone": "infested_stone", + "infestedsmoothstone": "infested_stone", + "monstereggsmoothstone": "infested_stone", + "meggsmoothstone": "infested_stone", + "trapsmoothstone": "infested_stone", + "sfsmoothstone": "infested_stone", + "mesmoothstone": "infested_stone", + "silverfishsstone": "infested_stone", + "sfishsstone": "infested_stone", + "fishsstone": "infested_stone", + "infestedsstone": "infested_stone", + "monstereggsstone": "infested_stone", + "meggsstone": "infested_stone", + "trapsstone": "infested_stone", + "sfsstone": "infested_stone", + "messtone": "infested_stone", + "infested_stone_bricks": { + "material": "INFESTED_STONE_BRICKS" + }, + "infestedstonebricks": "infested_stone_bricks", + "silverfishstonebrick": "infested_stone_bricks", + "sfishstonebrick": "infested_stone_bricks", + "fishstonebrick": "infested_stone_bricks", + "infestedstonebrick": "infested_stone_bricks", + "monstereggstonebrick": "infested_stone_bricks", + "meggstonebrick": "infested_stone_bricks", + "trapstonebrick": "infested_stone_bricks", + "sfstonebrick": "infested_stone_bricks", + "mestonebrick": "infested_stone_bricks", + "silverfishstonebrickblock": "infested_stone_bricks", + "sfishstonebrickblock": "infested_stone_bricks", + "fishstonebrickblock": "infested_stone_bricks", + "infestedstonebrickblock": "infested_stone_bricks", + "monstereggstonebrickblock": "infested_stone_bricks", + "meggstonebrickblock": "infested_stone_bricks", + "trapstonebrickblock": "infested_stone_bricks", + "sfstonebrickblock": "infested_stone_bricks", + "mestonebrickblock": "infested_stone_bricks", + "silverfishstonebb": "infested_stone_bricks", + "sfishstonebb": "infested_stone_bricks", + "fishstonebb": "infested_stone_bricks", + "infestedstonebb": "infested_stone_bricks", + "monstereggstonebb": "infested_stone_bricks", + "meggstonebb": "infested_stone_bricks", + "trapstonebb": "infested_stone_bricks", + "sfstonebb": "infested_stone_bricks", + "mestonebb": "infested_stone_bricks", + "silverfishsbrick": "infested_stone_bricks", + "sfishsbrick": "infested_stone_bricks", + "fishsbrick": "infested_stone_bricks", + "infestedsbrick": "infested_stone_bricks", + "monstereggsbrick": "infested_stone_bricks", + "meggsbrick": "infested_stone_bricks", + "trapsbrick": "infested_stone_bricks", + "sfsbrick": "infested_stone_bricks", + "mesbrick": "infested_stone_bricks", + "silverfishsbricks": "infested_stone_bricks", + "sfishsbricks": "infested_stone_bricks", + "fishsbricks": "infested_stone_bricks", + "infestedsbricks": "infested_stone_bricks", + "monstereggsbricks": "infested_stone_bricks", + "meggsbricks": "infested_stone_bricks", + "trapsbricks": "infested_stone_bricks", + "sfsbricks": "infested_stone_bricks", + "mesbricks": "infested_stone_bricks", + "silverfishsbrickblock": "infested_stone_bricks", + "sfishsbrickblock": "infested_stone_bricks", + "fishsbrickblock": "infested_stone_bricks", + "infestedsbrickblock": "infested_stone_bricks", + "monstereggsbrickblock": "infested_stone_bricks", + "meggsbrickblock": "infested_stone_bricks", + "trapsbrickblock": "infested_stone_bricks", + "sfsbrickblock": "infested_stone_bricks", + "mesbrickblock": "infested_stone_bricks", + "silverfishstonebricks": "infested_stone_bricks", + "sfishstonebricks": "infested_stone_bricks", + "fishstonebricks": "infested_stone_bricks", + "monstereggstonebricks": "infested_stone_bricks", + "meggstonebricks": "infested_stone_bricks", + "trapstonebricks": "infested_stone_bricks", + "sfstonebricks": "infested_stone_bricks", + "mestonebricks": "infested_stone_bricks", + "silverfishsbb": "infested_stone_bricks", + "sfishsbb": "infested_stone_bricks", + "fishsbb": "infested_stone_bricks", + "infestedsbb": "infested_stone_bricks", + "monstereggsbb": "infested_stone_bricks", + "meggsbb": "infested_stone_bricks", + "trapsbb": "infested_stone_bricks", + "sfsbb": "infested_stone_bricks", + "mesbb": "infested_stone_bricks", + "ink_sac": { + "material": "INK_SAC" + }, + "inksac": "ink_sac", + "iron_axe": { + "material": "IRON_AXE" + }, + "ironaxe": "iron_axe", + "iaxe": "iron_axe", + "steelaxe": "iron_axe", + "saxe": "stone_axe", + "staxe": "iron_axe", + "iron_bars": { + "material": "IRON_BARS" + }, + "ironbars": "iron_bars", + "ironbarsb": "iron_bars", + "ironbarsblock": "iron_bars", + "ironfence": "iron_bars", + "metalbars": "iron_bars", + "metalbarsb": "iron_bars", + "metalbarsblock": "iron_bars", + "metalfence": "iron_bars", + "jailbars": "iron_bars", + "jailbarsb": "iron_bars", + "jailbarsblock": "iron_bars", + "jailfence": "iron_bars", + "mbars": "iron_bars", + "mbarsb": "iron_bars", + "mbarsblock": "iron_bars", + "mfence": "iron_bars", + "jbars": "iron_bars", + "jbarsb": "iron_bars", + "jbarsblock": "iron_bars", + "ibars": "iron_bars", + "ibarsb": "iron_bars", + "ibarsblock": "iron_bars", + "ifence": "iron_bars", + "iron_block": { + "material": "IRON_BLOCK" + }, + "ironblock": "iron_block", + "blockiron": "iron_block", + "iblock": "iron_block", + "blocki": "iron_block", + "steelblock": "iron_block", + "blocksteel": "iron_block", + "sblock": "iron_block", + "blocks": "iron_block", + "stblock": "iron_block", + "blockst": "iron_block", + "iron_boots": { + "material": "IRON_BOOTS" + }, + "ironboots": "iron_boots", + "ironshoes": "iron_boots", + "iboots": "iron_boots", + "ishoes": "iron_boots", + "steelboots": "iron_boots", + "steelshoes": "iron_boots", + "sboots": "iron_boots", + "sshoes": "iron_boots", + "stboots": "iron_boots", + "stshoes": "iron_boots", + "iron_chestplate": { + "material": "IRON_CHESTPLATE" + }, + "ironchestplate": "iron_chestplate", + "ironplatebody": "iron_chestplate", + "ironplate": "iron_chestplate", + "ironshirt": "iron_chestplate", + "irontunic": "iron_chestplate", + "ichestplate": "iron_chestplate", + "iplatebody": "iron_chestplate", + "iplate": "iron_chestplate", + "ishirt": "iron_chestplate", + "itunic": "iron_chestplate", + "steelchestplate": "iron_chestplate", + "steelplatebody": "iron_chestplate", + "steelplate": "iron_chestplate", + "steelshirt": "iron_chestplate", + "steeltunic": "iron_chestplate", + "schestplate": "iron_chestplate", + "splatebody": "iron_chestplate", + "sshirt": "iron_chestplate", + "stunic": "iron_chestplate", + "stchestplate": "iron_chestplate", + "stplatebody": "iron_chestplate", + "stplate": "iron_chestplate", + "stshirt": "iron_chestplate", + "sttunic": "iron_chestplate", + "iron_door": { + "material": "IRON_DOOR" + }, + "irondoor": "iron_door", + "dooriron": "iron_trapdoor", + "idoor": "iron_trapdoor", + "doori": "iron_trapdoor", + "steeldoor": "iron_trapdoor", + "doorsteel": "iron_trapdoor", + "sdoor": "iron_trapdoor", + "doors": "iron_trapdoor", + "stdoor": "spruce_trapdoor", + "doorst": "iron_trapdoor", + "iron_helmet": { + "material": "IRON_HELMET" + }, + "ironhelmet": "iron_helmet", + "ironhelm": "iron_helmet", + "ironhat": "iron_helmet", + "ironcoif": "iron_helmet", + "ihelmet": "iron_helmet", + "ihelm": "iron_helmet", + "ihat": "iron_helmet", + "icoif": "iron_helmet", + "steelhelmet": "iron_helmet", + "steelhelm": "iron_helmet", + "steelhat": "iron_helmet", + "steelcoif": "iron_helmet", + "shelmet": "iron_helmet", + "shelm": "iron_helmet", + "shat": "iron_helmet", + "scoif": "iron_helmet", + "sthelmet": "iron_helmet", + "sthelm": "iron_helmet", + "sthat": "iron_helmet", + "stcoif": "iron_helmet", + "iron_hoe": { + "material": "IRON_HOE" + }, + "ironhoe": "iron_hoe", + "ihoe": "iron_hoe", + "steelhoe": "iron_hoe", + "shoe": "stone_hoe", + "sthoe": "iron_hoe", + "iron_horse_armor": { + "material": "IRON_HORSE_ARMOR" + }, + "ironhorsearmor": "iron_horse_armor", + "ironharmor": "iron_horse_armor", + "ironarmor": "iron_horse_armor", + "ihorsearmor": "iron_horse_armor", + "iharmor": "iron_horse_armor", + "iarmor": "iron_horse_armor", + "steelhorsearmor": "iron_horse_armor", + "steelharmor": "iron_horse_armor", + "steelarmor": "iron_horse_armor", + "shorsearmor": "iron_horse_armor", + "sharmor": "iron_horse_armor", + "sarmor": "iron_horse_armor", + "sthorsearmor": "iron_horse_armor", + "stharmor": "iron_horse_armor", + "starmor": "iron_horse_armor", + "iron_ingot": { + "material": "IRON_INGOT" + }, + "ironingot": "iron_ingot", + "ironbar": "iron_ingot", + "ironi": "iron_ingot", + "ingotiron": "iron_ingot", + "bariron": "iron_ingot", + "iiron": "iron_ingot", + "iingot": "iron_ingot", + "ibar": "iron_ingot", + "ingoti": "iron_ingot", + "bari": "iron_ingot", + "steelingot": "iron_ingot", + "steelbar": "iron_ingot", + "steeli": "iron_ingot", + "ingotsteel": "iron_ingot", + "barsteel": "iron_ingot", + "isteel": "iron_ingot", + "singot": "iron_ingot", + "sbar": "iron_ingot", + "stingot": "iron_ingot", + "stbar": "iron_ingot", + "sti": "iron_ingot", + "ingotst": "iron_ingot", + "barst": "iron_ingot", + "ist": "iron_ingot", + "iron_leggings": { + "material": "IRON_LEGGINGS" + }, + "ironleggings": "iron_leggings", + "ironlegs": "iron_leggings", + "ironpants": "iron_leggings", + "ileggings": "iron_leggings", + "ilegs": "iron_leggings", + "ipants": "iron_leggings", + "steelleggings": "iron_leggings", + "steellegs": "iron_leggings", + "steelpants": "iron_leggings", + "sleggings": "iron_leggings", + "slegs": "iron_leggings", + "spants": "iron_leggings", + "stleggings": "iron_leggings", + "stlegs": "iron_leggings", + "stpants": "iron_leggings", + "iron_nugget": { + "material": "IRON_NUGGET" + }, + "ironnugget": "iron_nugget", + "iron_ore": { + "material": "IRON_ORE" + }, + "ironore": "iron_ore", + "irono": "iron_ore", + "oreiron": "iron_ore", + "oiron": "iron_ore", + "iore": "iron_ore", + "orei": "iron_ore", + "steelore": "iron_ore", + "steelo": "iron_ore", + "oresteel": "iron_ore", + "osteel": "iron_ore", + "sore": "iron_ore", + "ores": "iron_ore", + "store": "iron_ore", + "sto": "iron_ore", + "orest": "iron_ore", + "ost": "iron_ore", + "iron_pickaxe": { + "material": "IRON_PICKAXE" + }, + "ironpickaxe": "iron_pickaxe", + "ironpick": "iron_pickaxe", + "ipickaxe": "iron_pickaxe", + "ipick": "iron_pickaxe", + "steelpickaxe": "iron_pickaxe", + "steelpick": "iron_pickaxe", + "spickaxe": "stone_pickaxe", + "spick": "stone_pickaxe", + "stpickaxe": "iron_pickaxe", + "stpick": "iron_pickaxe", + "iron_shovel": { + "material": "IRON_SHOVEL" + }, + "ironshovel": "iron_shovel", + "ironspade": "iron_shovel", + "ishovel": "iron_shovel", + "ispade": "iron_shovel", + "steelshovel": "iron_shovel", + "steelspade": "iron_shovel", + "sshovel": "stone_shovel", + "sspade": "stone_shovel", + "stshovel": "iron_shovel", + "stspade": "iron_shovel", + "iron_sword": { + "material": "IRON_SWORD" + }, + "ironsword": "iron_sword", + "isword": "iron_sword", + "steelsword": "iron_sword", + "ssword": "stone_sword", + "stsword": "iron_sword", + "iron_trapdoor": { + "material": "IRON_TRAPDOOR" + }, + "irontrapdoor": "iron_trapdoor", + "item_frame": { + "material": "ITEM_FRAME" + }, + "itemframe": "item_frame", + "jack_o_lantern": { + "material": "JACK_O_LANTERN" + }, + "jackolantern": "jack_o_lantern", + "pumpkinlantern": "jack_o_lantern", + "glowingpumpkin": "jack_o_lantern", + "lightpumpkin": "jack_o_lantern", + "jpumpkin": "jack_o_lantern", + "plantren": "jack_o_lantern", + "glowpumpkin": "jack_o_lantern", + "gpumpkin": "jack_o_lantern", + "lpumpkin": "jack_o_lantern", + "jigsaw": { + "material": "JIGSAW" + }, + "jukebox": { + "material": "JUKEBOX" + }, + "jbox": "jukebox", + "jungle_boat": { + "material": "JUNGLE_BOAT" + }, + "jungleboat": "jungle_boat", + "jboat": "jungle_boat", + "forestboat": "jungle_boat", + "fboat": "jungle_boat", + "jungle_button": { + "material": "JUNGLE_BUTTON" + }, + "junglebutton": "jungle_button", + "jungle_door": { + "material": "JUNGLE_DOOR" + }, + "jungledoor": "jungle_door", + "jungle_fence": { + "material": "JUNGLE_FENCE" + }, + "junglefence": "jungle_fence", + "jfence": "jungle_fence", + "forestfence": "jungle_fence", + "ffence": "jungle_fence", + "jungle_fence_gate": { + "material": "JUNGLE_FENCE_GATE" + }, + "junglefencegate": "jungle_fence_gate", + "junglegate": "jungle_fence_gate", + "jfencegate": "jungle_fence_gate", + "jgate": "jungle_fence_gate", + "forestfencegate": "jungle_fence_gate", + "forestgate": "jungle_fence_gate", + "ffencegate": "jungle_fence_gate", + "fgate": "jungle_fence_gate", + "jungle_leaves": { + "material": "JUNGLE_LEAVES" + }, + "jungleleaves": "jungle_leaves", + "jungletreeleaves": "jungle_leaves", + "junglelogleaves": "jungle_leaves", + "jungletrunkleaves": "jungle_leaves", + "junglewoodleaves": "jungle_leaves", + "jungletreeleaf": "jungle_leaves", + "junglelogleaf": "jungle_leaves", + "jungletrunkleaf": "jungle_leaves", + "junglewoodleaf": "jungle_leaves", + "jungleleaf": "jungle_leaves", + "jungletreeleave": "jungle_leaves", + "junglelogleave": "jungle_leaves", + "jungletrunkleave": "jungle_leaves", + "junglewoodleave": "jungle_leaves", + "jungleleave": "jungle_leaves", + "jtreeleaves": "jungle_leaves", + "jlogleaves": "jungle_leaves", + "jtrunkleaves": "jungle_leaves", + "jwoodleaves": "jungle_leaves", + "jleaves": "jungle_leaves", + "jtreeleaf": "jungle_leaves", + "jlogleaf": "jungle_leaves", + "jtrunkleaf": "jungle_leaves", + "jwoodleaf": "jungle_leaves", + "jleaf": "jungle_leaves", + "jtreeleave": "jungle_leaves", + "jlogleave": "jungle_leaves", + "jtrunkleave": "jungle_leaves", + "jwoodleave": "jungle_leaves", + "jleave": "jungle_leaves", + "foresttreeleaves": "jungle_leaves", + "forestlogleaves": "jungle_leaves", + "foresttrunkleaves": "jungle_leaves", + "forestwoodleaves": "jungle_leaves", + "forestleaves": "jungle_leaves", + "foresttreeleaf": "jungle_leaves", + "forestlogleaf": "jungle_leaves", + "foresttrunkleaf": "jungle_leaves", + "forestwoodleaf": "jungle_leaves", + "forestleaf": "jungle_leaves", + "foresttreeleave": "jungle_leaves", + "forestlogleave": "jungle_leaves", + "foresttrunkleave": "jungle_leaves", + "forestwoodleave": "jungle_leaves", + "forestleave": "jungle_leaves", + "ftreeleaves": "jungle_leaves", + "flogleaves": "jungle_leaves", + "ftrunkleaves": "jungle_leaves", + "fwoodleaves": "jungle_leaves", + "fleaves": "jungle_leaves", + "ftreeleaf": "jungle_leaves", + "flogleaf": "jungle_leaves", + "ftrunkleaf": "jungle_leaves", + "fwoodleaf": "jungle_leaves", + "fleaf": "jungle_leaves", + "ftreeleave": "jungle_leaves", + "flogleave": "jungle_leaves", + "ftrunkleave": "jungle_leaves", + "fwoodleave": "jungle_leaves", + "fleave": "jungle_leaves", + "jungle_log": { + "material": "JUNGLE_LOG" + }, + "junglelog": "jungle_log", + "jungle": "jungle_log", + "logjungle": "jungle_log", + "jungletrunk": "jungle_log", + "jungletree": "jungle_log", + "j": "jungle_log", + "logj": "jungle_log", + "jtrunk": "jungle_log", + "jlog": "jungle_log", + "jtree": "jungle_log", + "forest": "jungle_log", + "logforest": "jungle_log", + "foresttrunk": "jungle_log", + "forestlog": "jungle_log", + "foresttree": "jungle_log", + "f": "jungle_log", + "logf": "jungle_log", + "ftrunk": "jungle_log", + "flog": "jungle_log", + "ftree": "jungle_log", + "jungle_planks": { + "material": "JUNGLE_PLANKS" + }, + "jungleplanks": "jungle_planks", + "junglewoodenplank": "jungle_planks", + "junglewoodplank": "jungle_planks", + "junglewplank": "jungle_planks", + "jungleplankwooden": "jungle_planks", + "jungleplankwood": "jungle_planks", + "jungleplankw": "jungle_planks", + "jungleplank": "jungle_planks", + "jwoodenplank": "jungle_planks", + "jwoodplank": "jungle_planks", + "jwplank": "jungle_planks", + "jplankwooden": "jungle_planks", + "jplankwood": "jungle_planks", + "jplankw": "jungle_planks", + "jplank": "jungle_planks", + "forestwoodenplank": "jungle_planks", + "forestwoodplank": "jungle_planks", + "forestwplank": "jungle_planks", + "forestplankwooden": "jungle_planks", + "forestplankwood": "jungle_planks", + "forestplankw": "jungle_planks", + "forestplank": "jungle_planks", + "fwoodenplank": "jungle_planks", + "fwoodplank": "jungle_planks", + "fwplank": "jungle_planks", + "fplankwooden": "jungle_planks", + "fplankwood": "jungle_planks", + "fplankw": "jungle_planks", + "fplank": "jungle_planks", + "jungle_pressure_plate": { + "material": "JUNGLE_PRESSURE_PLATE" + }, + "junglepressureplate": "jungle_pressure_plate", + "junglepressplate": "jungle_pressure_plate", + "junglepplate": "jungle_pressure_plate", + "jungleplate": "jungle_pressure_plate", + "jpressureplate": "jungle_pressure_plate", + "jpressplate": "jungle_pressure_plate", + "jpplate": "jungle_pressure_plate", + "jplate": "jungle_pressure_plate", + "forestpressureplate": "jungle_pressure_plate", + "forestpressplate": "jungle_pressure_plate", + "forestpplate": "jungle_pressure_plate", + "forestplate": "jungle_pressure_plate", + "fpressureplate": "jungle_pressure_plate", + "fpressplate": "jungle_pressure_plate", + "fpplate": "jungle_pressure_plate", + "fplate": "jungle_pressure_plate", + "jungle_sapling": { + "material": "JUNGLE_SAPLING" + }, + "junglesapling": "jungle_sapling", + "jungletreesapling": "jungle_sapling", + "junglelogsapling": "jungle_sapling", + "jungletrunksapling": "jungle_sapling", + "junglewoodsapling": "jungle_sapling", + "jsapling": "jungle_sapling", + "jtreesapling": "jungle_sapling", + "jlogsapling": "jungle_sapling", + "jtrunksapling": "jungle_sapling", + "jwoodsapling": "jungle_sapling", + "forestsapling": "jungle_sapling", + "foresttreesapling": "jungle_sapling", + "forestlogsapling": "jungle_sapling", + "foresttrunksapling": "jungle_sapling", + "forestwoodsapling": "jungle_sapling", + "fsapling": "jungle_sapling", + "ftreesapling": "jungle_sapling", + "flogsapling": "jungle_sapling", + "ftrunksapling": "jungle_sapling", + "fwoodsapling": "jungle_sapling", + "jungle_sign": { + "material": "JUNGLE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "junglesign": "jungle_sign", + "jungle_slab": { + "material": "JUNGLE_SLAB" + }, + "jungleslab": "jungle_slab", + "junglewoodenstep": "jungle_slab", + "junglewoodstep": "jungle_slab", + "junglewstep": "jungle_slab", + "junglestep": "jungle_slab", + "junglewoodenslab": "jungle_slab", + "junglewoodslab": "jungle_slab", + "junglewslab": "jungle_slab", + "junglewoodenhalfblock": "jungle_slab", + "junglewoodhalfblock": "jungle_slab", + "junglewhalfblock": "jungle_slab", + "junglehalfblock": "jungle_slab", + "jwoodenstep": "jungle_slab", + "jwoodstep": "jungle_slab", + "jwstep": "jungle_slab", + "jstep": "jungle_slab", + "jwoodenslab": "jungle_slab", + "jwoodslab": "jungle_slab", + "jwslab": "jungle_slab", + "jwoodenhalfblock": "jungle_slab", + "jwoodhalfblock": "jungle_slab", + "jwhalfblock": "jungle_slab", + "jhalfblock": "jungle_slab", + "forestwoodenstep": "jungle_slab", + "forestwoodstep": "jungle_slab", + "forestwstep": "jungle_slab", + "foreststep": "jungle_slab", + "forestwoodenslab": "jungle_slab", + "forestwoodslab": "jungle_slab", + "forestwslab": "jungle_slab", + "forestwoodenhalfblock": "jungle_slab", + "forestwoodhalfblock": "jungle_slab", + "forestwhalfblock": "jungle_slab", + "foresthalfblock": "jungle_slab", + "fwoodenstep": "jungle_slab", + "fwoodstep": "jungle_slab", + "fwstep": "jungle_slab", + "fstep": "jungle_slab", + "fwoodenslab": "jungle_slab", + "fwoodslab": "jungle_slab", + "fwslab": "jungle_slab", + "fwoodenhalfblock": "jungle_slab", + "fwoodhalfblock": "jungle_slab", + "fwhalfblock": "jungle_slab", + "fhalfblock": "jungle_slab", + "jungle_stairs": { + "material": "JUNGLE_STAIRS" + }, + "junglestairs": "jungle_stairs", + "junglewoodenstairs": "jungle_stairs", + "junglewoodstairs": "jungle_stairs", + "junglewstairs": "jungle_stairs", + "junglewoodenstair": "jungle_stairs", + "junglewoodstair": "jungle_stairs", + "junglewstair": "jungle_stairs", + "junglestair": "jungle_stairs", + "jwoodenstairs": "jungle_stairs", + "jwoodstairs": "jungle_stairs", + "jwstairs": "jungle_stairs", + "jwoodenstair": "jungle_stairs", + "jwoodstair": "jungle_stairs", + "jwstair": "jungle_stairs", + "jstair": "jungle_stairs", + "forestwoodenstairs": "jungle_stairs", + "forestwoodstairs": "jungle_stairs", + "forestwstairs": "jungle_stairs", + "forestwoodenstair": "jungle_stairs", + "forestwoodstair": "jungle_stairs", + "forestwstair": "jungle_stairs", + "foreststair": "jungle_stairs", + "fwoodenstairs": "jungle_stairs", + "fwoodstairs": "jungle_stairs", + "fwstairs": "jungle_stairs", + "fwoodenstair": "jungle_stairs", + "fwoodstair": "jungle_stairs", + "fwstair": "jungle_stairs", + "fstair": "jungle_stairs", + "jungle_trapdoor": { + "material": "JUNGLE_TRAPDOOR" + }, + "jungletrapdoor": "jungle_trapdoor", + "jungledoortrap": "jungle_trapdoor", + "junglehatch": "jungle_trapdoor", + "jungletdoor": "jungle_trapdoor", + "jungledoort": "jungle_trapdoor", + "jungletrapd": "jungle_trapdoor", + "jungledtrap": "jungle_trapdoor", + "jtrapdoor": "jungle_trapdoor", + "jdoortrap": "jungle_trapdoor", + "jhatch": "jungle_trapdoor", + "jtdoor": "jungle_trapdoor", + "jdoort": "jungle_trapdoor", + "jtrapd": "jungle_trapdoor", + "jdtrap": "jungle_trapdoor", + "foresttrapdoor": "jungle_trapdoor", + "forestdoortrap": "jungle_trapdoor", + "foresthatch": "jungle_trapdoor", + "foresttdoor": "jungle_trapdoor", + "forestdoort": "jungle_trapdoor", + "foresttrapd": "jungle_trapdoor", + "forestdtrap": "jungle_trapdoor", + "ftrapdoor": "jungle_trapdoor", + "fdoortrap": "jungle_trapdoor", + "fhatch": "jungle_trapdoor", + "ftdoor": "jungle_trapdoor", + "fdoort": "jungle_trapdoor", + "ftrapd": "jungle_trapdoor", + "fdtrap": "jungle_trapdoor", + "jungle_wall_sign": { + "material": "JUNGLE_WALL_SIGN", + "unspawnable": true + }, + "junglewallsign": "jungle_wall_sign", + "jungle_wood": { + "material": "JUNGLE_WOOD" + }, + "junglewood": "jungle_wood", + "junglelogall": "jungle_wood", + "jungletrunkall": "jungle_wood", + "jungletreeall": "jungle_wood", + "jwood": "jungle_wood", + "jlogall": "jungle_wood", + "jtrunkall": "jungle_wood", + "jtreeall": "jungle_wood", + "forestwood": "jungle_wood", + "forestlogall": "jungle_wood", + "foresttrunkall": "jungle_wood", + "foresttreeall": "jungle_wood", + "fwood": "jungle_wood", + "flogall": "jungle_wood", + "ftrunkall": "jungle_wood", + "ftreeall": "jungle_wood", + "kelp": { + "material": "KELP" + }, + "kelp_plant": { + "material": "KELP_PLANT", + "unspawnable": true + }, + "kelpplant": "kelp_plant", + "knowledge_book": { + "material": "KNOWLEDGE_BOOK" + }, + "knowledgebook": "knowledge_book", + "ladder": { + "material": "LADDER" + }, + "lantern": { + "material": "LANTERN" + }, + "lapis_block": { + "material": "LAPIS_BLOCK" + }, + "lapisblock": "lapis_block", + "lapislazuliblock": "lapis_block", + "blocklapislazuli": "lapis_block", + "blocklapis": "lapis_block", + "lblock": "lapis_block", + "blockl": "lapis_block", + "lapis_lazuli": { + "material": "LAPIS_LAZULI" + }, + "lapislazuli": "lapis_lazuli", + "lapis_ore": { + "material": "LAPIS_ORE" + }, + "lapisore": "lapis_ore", + "lapislazuliore": "lapis_ore", + "lapislazulio": "lapis_ore", + "orelapislazuli": "lapis_ore", + "olapislazuli": "lapis_ore", + "lapiso": "lapis_ore", + "orelapis": "lapis_ore", + "olapis": "lapis_ore", + "lore": "lapis_ore", + "lo": "lapis_ore", + "orel": "lapis_ore", + "ol": "lapis_ore", + "large_fern": { + "material": "LARGE_FERN" + }, + "largefern": "large_fern", + "lava": { + "material": "LAVA", + "unspawnable": true + }, + "stationarylava": "lava", + "stilllava": "lava", + "slava": "lava", + "lava_bucket": { + "material": "LAVA_BUCKET" + }, + "lavabucket": "lava_bucket", + "lead": { + "material": "LEAD" + }, + "leather": { + "material": "LEATHER" + }, + "leather_boots": { + "material": "LEATHER_BOOTS" + }, + "leatherboots": "leather_boots", + "leathershoes": "leather_boots", + "lboots": "leather_boots", + "lshoes": "leather_boots", + "leather_chestplate": { + "material": "LEATHER_CHESTPLATE" + }, + "leatherchestplate": "leather_chestplate", + "leatherplatebody": "leather_chestplate", + "leatherplate": "leather_chestplate", + "leathershirt": "leather_chestplate", + "leathertunic": "leather_chestplate", + "lchestplate": "leather_chestplate", + "lplatebody": "leather_chestplate", + "lplate": "leather_chestplate", + "lshirt": "leather_chestplate", + "ltunic": "leather_chestplate", + "leather_helmet": { + "material": "LEATHER_HELMET" + }, + "leatherhelmet": "leather_helmet", + "leatherhelm": "leather_helmet", + "leatherhat": "leather_helmet", + "leathercoif": "leather_helmet", + "lhelmet": "leather_helmet", + "lhelm": "leather_helmet", + "lhat": "leather_helmet", + "lcoif": "leather_helmet", + "leather_horse_armor": { + "material": "LEATHER_HORSE_ARMOR" + }, + "leatherhorsearmor": "leather_horse_armor", + "leatherharmor": "leather_horse_armor", + "leatherarmor": "leather_horse_armor", + "lhorsearmor": "leather_horse_armor", + "lharmor": "leather_horse_armor", + "larmor": "leather_horse_armor", + "leather_leggings": { + "material": "LEATHER_LEGGINGS" + }, + "leatherleggings": "leather_leggings", + "leatherlegs": "leather_leggings", + "leatherpants": "leather_leggings", + "lleggings": "leather_leggings", + "llegs": "leather_leggings", + "lpants": "leather_leggings", + "lectern": { + "material": "LECTERN" + }, + "lever": { + "material": "LEVER" + }, + "light_blue_banner": { + "material": "LIGHT_BLUE_BANNER" + }, + "lightbluebanner": "light_blue_banner", + "lbstandingbanner": "light_blue_banner", + "lbbanner": "light_blue_banner", + "lblustandingbanner": "light_blue_banner", + "lblubanner": "light_blue_banner", + "lightblustandingbanner": "light_blue_banner", + "lightblubanner": "light_blue_banner", + "lbluestandingbanner": "light_blue_banner", + "lbluebanner": "light_blue_banner", + "lightbluestandingbanner": "light_blue_banner", + "light_blue_bed": { + "material": "LIGHT_BLUE_BED" + }, + "lightbluebed": "light_blue_bed", + "lbbed": "light_blue_bed", + "lblubed": "light_blue_bed", + "lightblubed": "light_blue_bed", + "lbluebed": "light_blue_bed", + "light_blue_carpet": { + "material": "LIGHT_BLUE_CARPET" + }, + "lightbluecarpet": "light_blue_carpet", + "lbcarpet": "light_blue_carpet", + "lbfloor": "light_blue_carpet", + "lblucarpet": "light_blue_carpet", + "lblufloor": "light_blue_carpet", + "lightblucarpet": "light_blue_carpet", + "lightblufloor": "light_blue_carpet", + "lbluecarpet": "light_blue_carpet", + "lbluefloor": "light_blue_carpet", + "lightbluefloor": "light_blue_carpet", + "light_blue_concrete": { + "material": "LIGHT_BLUE_CONCRETE" + }, + "lightblueconcrete": "light_blue_concrete", + "lbconcrete": "light_blue_concrete", + "lbluconcrete": "light_blue_concrete", + "lightbluconcrete": "light_blue_concrete", + "lblueconcrete": "light_blue_concrete", + "light_blue_concrete_powder": { + "material": "LIGHT_BLUE_CONCRETE_POWDER" + }, + "lightblueconcretepowder": "light_blue_concrete_powder", + "lbconcretepowder": "light_blue_concrete_powder", + "lbconcretesand": "light_blue_concrete_powder", + "lbcpowder": "light_blue_concrete_powder", + "lbcdust": "light_blue_concrete_powder", + "lbcp": "light_blue_concrete_powder", + "lbluconcretepowder": "light_blue_concrete_powder", + "lbluconcretesand": "light_blue_concrete_powder", + "lblucpowder": "light_blue_concrete_powder", + "lblucdust": "light_blue_concrete_powder", + "lblucp": "light_blue_concrete_powder", + "lightbluconcretepowder": "light_blue_concrete_powder", + "lightbluconcretesand": "light_blue_concrete_powder", + "lightblucpowder": "light_blue_concrete_powder", + "lightblucdust": "light_blue_concrete_powder", + "lightblucp": "light_blue_concrete_powder", + "lblueconcretepowder": "light_blue_concrete_powder", + "lblueconcretesand": "light_blue_concrete_powder", + "lbluecpowder": "light_blue_concrete_powder", + "lbluecdust": "light_blue_concrete_powder", + "lbluecp": "light_blue_concrete_powder", + "lightblueconcretesand": "light_blue_concrete_powder", + "lightbluecpowder": "light_blue_concrete_powder", + "lightbluecdust": "light_blue_concrete_powder", + "lightbluecp": "light_blue_concrete_powder", + "light_blue_dye": { + "material": "LIGHT_BLUE_DYE" + }, + "lightbluedye": "light_blue_dye", + "light_blue_glazed_terracotta": { + "material": "LIGHT_BLUE_GLAZED_TERRACOTTA" + }, + "lightblueglazedterracotta": "light_blue_glazed_terracotta", + "lbglazedtcota": "light_blue_glazed_terracotta", + "lbglazedterra": "light_blue_glazed_terracotta", + "lbglazedterracotta": "light_blue_glazed_terracotta", + "lbglazedterracota": "light_blue_glazed_terracotta", + "lbluglazedtcota": "light_blue_glazed_terracotta", + "lbluglazedterra": "light_blue_glazed_terracotta", + "lbluglazedterracotta": "light_blue_glazed_terracotta", + "lbluglazedterracota": "light_blue_glazed_terracotta", + "lightbluglazedtcota": "light_blue_glazed_terracotta", + "lightbluglazedterra": "light_blue_glazed_terracotta", + "lightbluglazedterracotta": "light_blue_glazed_terracotta", + "lightbluglazedterracota": "light_blue_glazed_terracotta", + "lblueglazedtcota": "light_blue_glazed_terracotta", + "lblueglazedterra": "light_blue_glazed_terracotta", + "lblueglazedterracotta": "light_blue_glazed_terracotta", + "lblueglazedterracota": "light_blue_glazed_terracotta", + "lightblueglazedtcota": "light_blue_glazed_terracotta", + "lightblueglazedterra": "light_blue_glazed_terracotta", + "lightblueglazedterracota": "light_blue_glazed_terracotta", + "light_blue_shulker_box": { + "material": "LIGHT_BLUE_SHULKER_BOX" + }, + "lightblueshulkerbox": "light_blue_shulker_box", + "lbshulkerbox": "light_blue_shulker_box", + "lbchest": "light_blue_shulker_box", + "lblushulkerbox": "light_blue_shulker_box", + "lbluchest": "light_blue_shulker_box", + "lightblushulkerbox": "light_blue_shulker_box", + "lightbluchest": "light_blue_shulker_box", + "lblueshulkerbox": "light_blue_shulker_box", + "lbluechest": "light_blue_shulker_box", + "lightbluechest": "light_blue_shulker_box", + "light_blue_stained_glass": { + "material": "LIGHT_BLUE_STAINED_GLASS" + }, + "lightbluestainedglass": "light_blue_stained_glass", + "lbglass": "light_blue_stained_glass", + "lbsglass": "light_blue_stained_glass", + "lbstainedglass": "light_blue_stained_glass", + "lbluglass": "light_blue_stained_glass", + "lblusglass": "light_blue_stained_glass", + "lblustainedglass": "light_blue_stained_glass", + "lightbluglass": "light_blue_stained_glass", + "lightblusglass": "light_blue_stained_glass", + "lightblustainedglass": "light_blue_stained_glass", + "lblueglass": "light_blue_stained_glass", + "lbluesglass": "light_blue_stained_glass", + "lbluestainedglass": "light_blue_stained_glass", + "lightblueglass": "light_blue_stained_glass", + "lightbluesglass": "light_blue_stained_glass", + "light_blue_stained_glass_pane": { + "material": "LIGHT_BLUE_STAINED_GLASS_PANE" + }, + "lightbluestainedglasspane": "light_blue_stained_glass_pane", + "lbglasspane": "light_blue_stained_glass_pane", + "lbsglasspane": "light_blue_stained_glass_pane", + "lbstainedglasspane": "light_blue_stained_glass_pane", + "lbgpane": "light_blue_stained_glass_pane", + "lbluglasspane": "light_blue_stained_glass_pane", + "lblusglasspane": "light_blue_stained_glass_pane", + "lblustainedglasspane": "light_blue_stained_glass_pane", + "lblugpane": "light_blue_stained_glass_pane", + "lightbluglasspane": "light_blue_stained_glass_pane", + "lightblusglasspane": "light_blue_stained_glass_pane", + "lightblustainedglasspane": "light_blue_stained_glass_pane", + "lightblugpane": "light_blue_stained_glass_pane", + "lblueglasspane": "light_blue_stained_glass_pane", + "lbluesglasspane": "light_blue_stained_glass_pane", + "lbluestainedglasspane": "light_blue_stained_glass_pane", + "lbluegpane": "light_blue_stained_glass_pane", + "lightblueglasspane": "light_blue_stained_glass_pane", + "lightbluesglasspane": "light_blue_stained_glass_pane", + "lightbluegpane": "light_blue_stained_glass_pane", + "light_blue_terracotta": { + "material": "LIGHT_BLUE_TERRACOTTA" + }, + "lightblueterracotta": "light_blue_terracotta", + "lbclay": "light_blue_terracotta", + "lbsclay": "light_blue_terracotta", + "lbstainedclay": "light_blue_terracotta", + "lbterra": "light_blue_terracotta", + "lbtcota": "light_blue_terracotta", + "lbterracota": "light_blue_terracotta", + "lbterracotta": "light_blue_terracotta", + "lbluclay": "light_blue_terracotta", + "lblusclay": "light_blue_terracotta", + "lblustainedclay": "light_blue_terracotta", + "lbluterra": "light_blue_terracotta", + "lblutcota": "light_blue_terracotta", + "lbluterracota": "light_blue_terracotta", + "lbluterracotta": "light_blue_terracotta", + "lightbluclay": "light_blue_terracotta", + "lightblusclay": "light_blue_terracotta", + "lightblustainedclay": "light_blue_terracotta", + "lightbluterra": "light_blue_terracotta", + "lightblutcota": "light_blue_terracotta", + "lightbluterracota": "light_blue_terracotta", + "lightbluterracotta": "light_blue_terracotta", + "lblueclay": "light_blue_terracotta", + "lbluesclay": "light_blue_terracotta", + "lbluestainedclay": "light_blue_terracotta", + "lblueterra": "light_blue_terracotta", + "lbluetcota": "light_blue_terracotta", + "lblueterracota": "light_blue_terracotta", + "lblueterracotta": "light_blue_terracotta", + "lightblueclay": "light_blue_terracotta", + "lightbluesclay": "light_blue_terracotta", + "lightbluestainedclay": "light_blue_terracotta", + "lightblueterra": "light_blue_terracotta", + "lightbluetcota": "light_blue_terracotta", + "lightblueterracota": "light_blue_terracotta", + "light_blue_wall_banner": { + "material": "LIGHT_BLUE_WALL_BANNER", + "unspawnable": true + }, + "lightbluewallbanner": "light_blue_wall_banner", + "light_blue_wool": { + "material": "LIGHT_BLUE_WOOL" + }, + "lightbluewool": "light_blue_wool", + "lbwool": "light_blue_wool", + "lbcloth": "light_blue_wool", + "lbcotton": "light_blue_wool", + "lbluwool": "light_blue_wool", + "lblucloth": "light_blue_wool", + "lblucotton": "light_blue_wool", + "lightbluwool": "light_blue_wool", + "lightblucloth": "light_blue_wool", + "lightblucotton": "light_blue_wool", + "lbluewool": "light_blue_wool", + "lbluecloth": "light_blue_wool", + "lbluecotton": "light_blue_wool", + "lightbluecloth": "light_blue_wool", + "lightbluecotton": "light_blue_wool", + "light_gray_banner": { + "material": "LIGHT_GRAY_BANNER" + }, + "lightgraybanner": "light_gray_banner", + "lgstandingbanner": "light_gray_banner", + "lgbanner": "light_gray_banner", + "lgrastandingbanner": "light_gray_banner", + "lgrabanner": "light_gray_banner", + "lgreystandingbanner": "light_gray_banner", + "lgreybanner": "light_gray_banner", + "lgraystandingbanner": "light_gray_banner", + "lgraybanner": "light_gray_banner", + "lightgrastandingbanner": "light_gray_banner", + "lightgrabanner": "light_gray_banner", + "lightgreystandingbanner": "light_gray_banner", + "lightgreybanner": "light_gray_banner", + "lightgraystandingbanner": "light_gray_banner", + "sistandingbanner": "light_gray_banner", + "sibanner": "light_gray_banner", + "siastandingbanner": "light_gray_banner", + "siabanner": "light_gray_banner", + "silverstandingbanner": "light_gray_banner", + "silverbanner": "light_gray_banner", + "light_gray_bed": { + "material": "LIGHT_GRAY_BED" + }, + "lightgraybed": "light_gray_bed", + "lgbed": "light_gray_bed", + "lgrabed": "light_gray_bed", + "lgreybed": "light_gray_bed", + "lgraybed": "light_gray_bed", + "lightgrabed": "light_gray_bed", + "lightgreybed": "light_gray_bed", + "sibed": "light_gray_bed", + "siabed": "light_gray_bed", + "silverbed": "light_gray_bed", + "light_gray_carpet": { + "material": "LIGHT_GRAY_CARPET" + }, + "lightgraycarpet": "light_gray_carpet", + "lgcarpet": "light_gray_carpet", + "lgfloor": "light_gray_carpet", + "lgracarpet": "light_gray_carpet", + "lgrafloor": "light_gray_carpet", + "lgreycarpet": "light_gray_carpet", + "lgreyfloor": "light_gray_carpet", + "lgraycarpet": "light_gray_carpet", + "lgrayfloor": "light_gray_carpet", + "lightgracarpet": "light_gray_carpet", + "lightgrafloor": "light_gray_carpet", + "lightgreycarpet": "light_gray_carpet", + "lightgreyfloor": "light_gray_carpet", + "lightgrayfloor": "light_gray_carpet", + "sicarpet": "light_gray_carpet", + "sifloor": "light_gray_carpet", + "siacarpet": "light_gray_carpet", + "siafloor": "light_gray_carpet", + "silvercarpet": "light_gray_carpet", + "silverfloor": "light_gray_carpet", + "light_gray_concrete": { + "material": "LIGHT_GRAY_CONCRETE" + }, + "lightgrayconcrete": "light_gray_concrete", + "lgconcrete": "light_gray_concrete", + "lgraconcrete": "light_gray_concrete", + "lgreyconcrete": "light_gray_concrete", + "lgrayconcrete": "light_gray_concrete", + "lightgraconcrete": "light_gray_concrete", + "lightgreyconcrete": "light_gray_concrete", + "siconcrete": "light_gray_concrete", + "siaconcrete": "light_gray_concrete", + "silverconcrete": "light_gray_concrete", + "light_gray_concrete_powder": { + "material": "LIGHT_GRAY_CONCRETE_POWDER" + }, + "lightgrayconcretepowder": "light_gray_concrete_powder", + "lgconcretepowder": "light_gray_concrete_powder", + "lgconcretesand": "light_gray_concrete_powder", + "lgcpowder": "light_gray_concrete_powder", + "lgcdust": "light_gray_concrete_powder", + "lgcp": "light_gray_concrete_powder", + "lgraconcretepowder": "light_gray_concrete_powder", + "lgraconcretesand": "light_gray_concrete_powder", + "lgracpowder": "light_gray_concrete_powder", + "lgracdust": "light_gray_concrete_powder", + "lgracp": "light_gray_concrete_powder", + "lgreyconcretepowder": "light_gray_concrete_powder", + "lgreyconcretesand": "light_gray_concrete_powder", + "lgreycpowder": "light_gray_concrete_powder", + "lgreycdust": "light_gray_concrete_powder", + "lgreycp": "light_gray_concrete_powder", + "lgrayconcretepowder": "light_gray_concrete_powder", + "lgrayconcretesand": "light_gray_concrete_powder", + "lgraycpowder": "light_gray_concrete_powder", + "lgraycdust": "light_gray_concrete_powder", + "lgraycp": "light_gray_concrete_powder", + "lightgraconcretepowder": "light_gray_concrete_powder", + "lightgraconcretesand": "light_gray_concrete_powder", + "lightgracpowder": "light_gray_concrete_powder", + "lightgracdust": "light_gray_concrete_powder", + "lightgracp": "light_gray_concrete_powder", + "lightgreyconcretepowder": "light_gray_concrete_powder", + "lightgreyconcretesand": "light_gray_concrete_powder", + "lightgreycpowder": "light_gray_concrete_powder", + "lightgreycdust": "light_gray_concrete_powder", + "lightgreycp": "light_gray_concrete_powder", + "lightgrayconcretesand": "light_gray_concrete_powder", + "lightgraycpowder": "light_gray_concrete_powder", + "lightgraycdust": "light_gray_concrete_powder", + "lightgraycp": "light_gray_concrete_powder", + "siconcretepowder": "light_gray_concrete_powder", + "siconcretesand": "light_gray_concrete_powder", + "sicpowder": "light_gray_concrete_powder", + "sicdust": "light_gray_concrete_powder", + "sicp": "light_gray_concrete_powder", + "siaconcretepowder": "light_gray_concrete_powder", + "siaconcretesand": "light_gray_concrete_powder", + "siacpowder": "light_gray_concrete_powder", + "siacdust": "light_gray_concrete_powder", + "siacp": "light_gray_concrete_powder", + "silverconcretepowder": "light_gray_concrete_powder", + "silverconcretesand": "light_gray_concrete_powder", + "silvercpowder": "light_gray_concrete_powder", + "silvercdust": "light_gray_concrete_powder", + "silvercp": "light_gray_concrete_powder", + "light_gray_dye": { + "material": "LIGHT_GRAY_DYE" + }, + "lightgraydye": "light_gray_dye", + "light_gray_glazed_terracotta": { + "material": "LIGHT_GRAY_GLAZED_TERRACOTTA" + }, + "lightgrayglazedterracotta": "light_gray_glazed_terracotta", + "lgglazedtcota": "light_gray_glazed_terracotta", + "lgglazedterra": "light_gray_glazed_terracotta", + "lgglazedterracotta": "light_gray_glazed_terracotta", + "lgglazedterracota": "light_gray_glazed_terracotta", + "lgraglazedtcota": "light_gray_glazed_terracotta", + "lgraglazedterra": "light_gray_glazed_terracotta", + "lgraglazedterracotta": "light_gray_glazed_terracotta", + "lgraglazedterracota": "light_gray_glazed_terracotta", + "lgreyglazedtcota": "light_gray_glazed_terracotta", + "lgreyglazedterra": "light_gray_glazed_terracotta", + "lgreyglazedterracotta": "light_gray_glazed_terracotta", + "lgreyglazedterracota": "light_gray_glazed_terracotta", + "lgrayglazedtcota": "light_gray_glazed_terracotta", + "lgrayglazedterra": "light_gray_glazed_terracotta", + "lgrayglazedterracotta": "light_gray_glazed_terracotta", + "lgrayglazedterracota": "light_gray_glazed_terracotta", + "lightgraglazedtcota": "light_gray_glazed_terracotta", + "lightgraglazedterra": "light_gray_glazed_terracotta", + "lightgraglazedterracotta": "light_gray_glazed_terracotta", + "lightgraglazedterracota": "light_gray_glazed_terracotta", + "lightgreyglazedtcota": "light_gray_glazed_terracotta", + "lightgreyglazedterra": "light_gray_glazed_terracotta", + "lightgreyglazedterracotta": "light_gray_glazed_terracotta", + "lightgreyglazedterracota": "light_gray_glazed_terracotta", + "lightgrayglazedtcota": "light_gray_glazed_terracotta", + "lightgrayglazedterra": "light_gray_glazed_terracotta", + "lightgrayglazedterracota": "light_gray_glazed_terracotta", + "siglazedtcota": "light_gray_glazed_terracotta", + "siglazedterra": "light_gray_glazed_terracotta", + "siglazedterracotta": "light_gray_glazed_terracotta", + "siglazedterracota": "light_gray_glazed_terracotta", + "siaglazedtcota": "light_gray_glazed_terracotta", + "siaglazedterra": "light_gray_glazed_terracotta", + "siaglazedterracotta": "light_gray_glazed_terracotta", + "siaglazedterracota": "light_gray_glazed_terracotta", + "silverglazedtcota": "light_gray_glazed_terracotta", + "silverglazedterra": "light_gray_glazed_terracotta", + "silverglazedterracotta": "light_gray_glazed_terracotta", + "silverglazedterracota": "light_gray_glazed_terracotta", + "light_gray_shulker_box": { + "material": "LIGHT_GRAY_SHULKER_BOX" + }, + "lightgrayshulkerbox": "light_gray_shulker_box", + "lgshulkerbox": "light_gray_shulker_box", + "lgchest": "light_gray_shulker_box", + "lgrashulkerbox": "light_gray_shulker_box", + "lgrachest": "light_gray_shulker_box", + "lgreyshulkerbox": "light_gray_shulker_box", + "lgreychest": "light_gray_shulker_box", + "lgrayshulkerbox": "light_gray_shulker_box", + "lgraychest": "light_gray_shulker_box", + "lightgrashulkerbox": "light_gray_shulker_box", + "lightgrachest": "light_gray_shulker_box", + "lightgreyshulkerbox": "light_gray_shulker_box", + "lightgreychest": "light_gray_shulker_box", + "lightgraychest": "light_gray_shulker_box", + "sishulkerbox": "light_gray_shulker_box", + "sichest": "light_gray_shulker_box", + "siashulkerbox": "light_gray_shulker_box", + "siachest": "light_gray_shulker_box", + "silvershulkerbox": "light_gray_shulker_box", + "silverchest": "light_gray_shulker_box", + "light_gray_stained_glass": { + "material": "LIGHT_GRAY_STAINED_GLASS" + }, + "lightgraystainedglass": "light_gray_stained_glass", + "lgglass": "light_gray_stained_glass", + "lgsglass": "light_gray_stained_glass", + "lgstainedglass": "light_gray_stained_glass", + "lgraglass": "light_gray_stained_glass", + "lgrasglass": "light_gray_stained_glass", + "lgrastainedglass": "light_gray_stained_glass", + "lgreyglass": "light_gray_stained_glass", + "lgreysglass": "light_gray_stained_glass", + "lgreystainedglass": "light_gray_stained_glass", + "lgrayglass": "light_gray_stained_glass", + "lgraysglass": "light_gray_stained_glass", + "lgraystainedglass": "light_gray_stained_glass", + "lightgraglass": "light_gray_stained_glass", + "lightgrasglass": "light_gray_stained_glass", + "lightgrastainedglass": "light_gray_stained_glass", + "lightgreyglass": "light_gray_stained_glass", + "lightgreysglass": "light_gray_stained_glass", + "lightgreystainedglass": "light_gray_stained_glass", + "lightgrayglass": "light_gray_stained_glass", + "lightgraysglass": "light_gray_stained_glass", + "siglass": "light_gray_stained_glass", + "sisglass": "light_gray_stained_glass", + "sistainedglass": "light_gray_stained_glass", + "siaglass": "light_gray_stained_glass", + "siasglass": "light_gray_stained_glass", + "siastainedglass": "light_gray_stained_glass", + "silverglass": "light_gray_stained_glass", + "silversglass": "light_gray_stained_glass", + "silverstainedglass": "light_gray_stained_glass", + "light_gray_stained_glass_pane": { + "material": "LIGHT_GRAY_STAINED_GLASS_PANE" + }, + "lightgraystainedglasspane": "light_gray_stained_glass_pane", + "lgglasspane": "light_gray_stained_glass_pane", + "lgsglasspane": "light_gray_stained_glass_pane", + "lgstainedglasspane": "light_gray_stained_glass_pane", + "lggpane": "light_gray_stained_glass_pane", + "lgraglasspane": "light_gray_stained_glass_pane", + "lgrasglasspane": "light_gray_stained_glass_pane", + "lgrastainedglasspane": "light_gray_stained_glass_pane", + "lgragpane": "light_gray_stained_glass_pane", + "lgreyglasspane": "light_gray_stained_glass_pane", + "lgreysglasspane": "light_gray_stained_glass_pane", + "lgreystainedglasspane": "light_gray_stained_glass_pane", + "lgreygpane": "light_gray_stained_glass_pane", + "lgrayglasspane": "light_gray_stained_glass_pane", + "lgraysglasspane": "light_gray_stained_glass_pane", + "lgraystainedglasspane": "light_gray_stained_glass_pane", + "lgraygpane": "light_gray_stained_glass_pane", + "lightgraglasspane": "light_gray_stained_glass_pane", + "lightgrasglasspane": "light_gray_stained_glass_pane", + "lightgrastainedglasspane": "light_gray_stained_glass_pane", + "lightgragpane": "light_gray_stained_glass_pane", + "lightgreyglasspane": "light_gray_stained_glass_pane", + "lightgreysglasspane": "light_gray_stained_glass_pane", + "lightgreystainedglasspane": "light_gray_stained_glass_pane", + "lightgreygpane": "light_gray_stained_glass_pane", + "lightgrayglasspane": "light_gray_stained_glass_pane", + "lightgraysglasspane": "light_gray_stained_glass_pane", + "lightgraygpane": "light_gray_stained_glass_pane", + "siglasspane": "light_gray_stained_glass_pane", + "sisglasspane": "light_gray_stained_glass_pane", + "sistainedglasspane": "light_gray_stained_glass_pane", + "sigpane": "light_gray_stained_glass_pane", + "siaglasspane": "light_gray_stained_glass_pane", + "siasglasspane": "light_gray_stained_glass_pane", + "siastainedglasspane": "light_gray_stained_glass_pane", + "siagpane": "light_gray_stained_glass_pane", + "silverglasspane": "light_gray_stained_glass_pane", + "silversglasspane": "light_gray_stained_glass_pane", + "silverstainedglasspane": "light_gray_stained_glass_pane", + "silvergpane": "light_gray_stained_glass_pane", + "light_gray_terracotta": { + "material": "LIGHT_GRAY_TERRACOTTA" + }, + "lightgrayterracotta": "light_gray_terracotta", + "lgclay": "light_gray_terracotta", + "lgsclay": "light_gray_terracotta", + "lgstainedclay": "light_gray_terracotta", + "lgterra": "light_gray_terracotta", + "lgtcota": "light_gray_terracotta", + "lgterracota": "light_gray_terracotta", + "lgterracotta": "light_gray_terracotta", + "lgraclay": "light_gray_terracotta", + "lgrasclay": "light_gray_terracotta", + "lgrastainedclay": "light_gray_terracotta", + "lgraterra": "light_gray_terracotta", + "lgratcota": "light_gray_terracotta", + "lgraterracota": "light_gray_terracotta", + "lgraterracotta": "light_gray_terracotta", + "lgreyclay": "light_gray_terracotta", + "lgreysclay": "light_gray_terracotta", + "lgreystainedclay": "light_gray_terracotta", + "lgreyterra": "light_gray_terracotta", + "lgreytcota": "light_gray_terracotta", + "lgreyterracota": "light_gray_terracotta", + "lgreyterracotta": "light_gray_terracotta", + "lgrayclay": "light_gray_terracotta", + "lgraysclay": "light_gray_terracotta", + "lgraystainedclay": "light_gray_terracotta", + "lgrayterra": "light_gray_terracotta", + "lgraytcota": "light_gray_terracotta", + "lgrayterracota": "light_gray_terracotta", + "lgrayterracotta": "light_gray_terracotta", + "lightgraclay": "light_gray_terracotta", + "lightgrasclay": "light_gray_terracotta", + "lightgrastainedclay": "light_gray_terracotta", + "lightgraterra": "light_gray_terracotta", + "lightgratcota": "light_gray_terracotta", + "lightgraterracota": "light_gray_terracotta", + "lightgraterracotta": "light_gray_terracotta", + "lightgreyclay": "light_gray_terracotta", + "lightgreysclay": "light_gray_terracotta", + "lightgreystainedclay": "light_gray_terracotta", + "lightgreyterra": "light_gray_terracotta", + "lightgreytcota": "light_gray_terracotta", + "lightgreyterracota": "light_gray_terracotta", + "lightgreyterracotta": "light_gray_terracotta", + "lightgrayclay": "light_gray_terracotta", + "lightgraysclay": "light_gray_terracotta", + "lightgraystainedclay": "light_gray_terracotta", + "lightgrayterra": "light_gray_terracotta", + "lightgraytcota": "light_gray_terracotta", + "lightgrayterracota": "light_gray_terracotta", + "siclay": "light_gray_terracotta", + "sisclay": "light_gray_terracotta", + "sistainedclay": "light_gray_terracotta", + "siterra": "light_gray_terracotta", + "sitcota": "light_gray_terracotta", + "siterracota": "light_gray_terracotta", + "siterracotta": "light_gray_terracotta", + "siaclay": "light_gray_terracotta", + "siasclay": "light_gray_terracotta", + "siastainedclay": "light_gray_terracotta", + "siaterra": "light_gray_terracotta", + "siatcota": "light_gray_terracotta", + "siaterracota": "light_gray_terracotta", + "siaterracotta": "light_gray_terracotta", + "silverclay": "light_gray_terracotta", + "silversclay": "light_gray_terracotta", + "silverstainedclay": "light_gray_terracotta", + "silverterra": "light_gray_terracotta", + "silvertcota": "light_gray_terracotta", + "silverterracota": "light_gray_terracotta", + "silverterracotta": "light_gray_terracotta", + "light_gray_wall_banner": { + "material": "LIGHT_GRAY_WALL_BANNER", + "unspawnable": true + }, + "lightgraywallbanner": "light_gray_wall_banner", + "light_gray_wool": { + "material": "LIGHT_GRAY_WOOL" + }, + "lightgraywool": "light_gray_wool", + "lgwool": "light_gray_wool", + "lgcloth": "light_gray_wool", + "lgcotton": "light_gray_wool", + "lgrawool": "light_gray_wool", + "lgracloth": "light_gray_wool", + "lgracotton": "light_gray_wool", + "lgreywool": "light_gray_wool", + "lgreycloth": "light_gray_wool", + "lgreycotton": "light_gray_wool", + "lgraywool": "light_gray_wool", + "lgraycloth": "light_gray_wool", + "lgraycotton": "light_gray_wool", + "lightgrawool": "light_gray_wool", + "lightgracloth": "light_gray_wool", + "lightgracotton": "light_gray_wool", + "lightgreywool": "light_gray_wool", + "lightgreycloth": "light_gray_wool", + "lightgreycotton": "light_gray_wool", + "lightgraycloth": "light_gray_wool", + "lightgraycotton": "light_gray_wool", + "siwool": "light_gray_wool", + "sicloth": "light_gray_wool", + "sicotton": "light_gray_wool", + "siawool": "light_gray_wool", + "siacloth": "light_gray_wool", + "siacotton": "light_gray_wool", + "silverwool": "light_gray_wool", + "silvercloth": "light_gray_wool", + "silvercotton": "light_gray_wool", + "light_weighted_pressure_plate": { + "material": "LIGHT_WEIGHTED_PRESSURE_PLATE" + }, + "lightweightedpressureplate": "light_weighted_pressure_plate", + "lilac": { + "material": "LILAC" + }, + "lily_of_the_valley": { + "material": "LILY_OF_THE_VALLEY" + }, + "lilyofthevalley": "lily_of_the_valley", + "lily_pad": { + "material": "LILY_PAD" + }, + "lilypad": "lily_pad", + "waterlily": "lily_pad", + "lily": "lily_pad", + "swamppad": "lily_pad", + "lpad": "lily_pad", + "wlily": "lily_pad", + "lime_banner": { + "material": "LIME_BANNER" + }, + "limebanner": "lime_banner", + "lstandingbanner": "lime_banner", + "lbanner": "lime_banner", + "limestandingbanner": "lime_banner", + "lgrestandingbanner": "lime_banner", + "lgrebanner": "lime_banner", + "lightgrestandingbanner": "lime_banner", + "lightgrebanner": "lime_banner", + "lgreenstandingbanner": "lime_banner", + "lgreenbanner": "lime_banner", + "lightgreenstandingbanner": "lime_banner", + "lightgreenbanner": "lime_banner", + "lime_bed": { + "material": "LIME_BED" + }, + "limebed": "lime_bed", + "lbed": "lime_bed", + "lgrebed": "lime_bed", + "lightgrebed": "lime_bed", + "lgreenbed": "lime_bed", + "lightgreenbed": "lime_bed", + "lime_carpet": { + "material": "LIME_CARPET" + }, + "limecarpet": "lime_carpet", + "lcarpet": "lime_carpet", + "lfloor": "lime_carpet", + "limefloor": "lime_carpet", + "lgrecarpet": "lime_carpet", + "lgrefloor": "lime_carpet", + "lightgrecarpet": "lime_carpet", + "lightgrefloor": "lime_carpet", + "lgreencarpet": "lime_carpet", + "lgreenfloor": "lime_carpet", + "lightgreencarpet": "lime_carpet", + "lightgreenfloor": "lime_carpet", + "lime_concrete": { + "material": "LIME_CONCRETE" + }, + "limeconcrete": "lime_concrete", + "lconcrete": "lime_concrete", + "lgreconcrete": "lime_concrete", + "lightgreconcrete": "lime_concrete", + "lgreenconcrete": "lime_concrete", + "lightgreenconcrete": "lime_concrete", + "lime_concrete_powder": { + "material": "LIME_CONCRETE_POWDER" + }, + "limeconcretepowder": "lime_concrete_powder", + "lconcretepowder": "lime_concrete_powder", + "lconcretesand": "lime_concrete_powder", + "lcpowder": "lime_concrete_powder", + "lcdust": "lime_concrete_powder", + "lcp": "lime_concrete_powder", + "limeconcretesand": "lime_concrete_powder", + "limecpowder": "lime_concrete_powder", + "limecdust": "lime_concrete_powder", + "limecp": "lime_concrete_powder", + "lgreconcretepowder": "lime_concrete_powder", + "lgreconcretesand": "lime_concrete_powder", + "lgrecpowder": "lime_concrete_powder", + "lgrecdust": "lime_concrete_powder", + "lgrecp": "lime_concrete_powder", + "lightgreconcretepowder": "lime_concrete_powder", + "lightgreconcretesand": "lime_concrete_powder", + "lightgrecpowder": "lime_concrete_powder", + "lightgrecdust": "lime_concrete_powder", + "lightgrecp": "lime_concrete_powder", + "lgreenconcretepowder": "lime_concrete_powder", + "lgreenconcretesand": "lime_concrete_powder", + "lgreencpowder": "lime_concrete_powder", + "lgreencdust": "lime_concrete_powder", + "lgreencp": "lime_concrete_powder", + "lightgreenconcretepowder": "lime_concrete_powder", + "lightgreenconcretesand": "lime_concrete_powder", + "lightgreencpowder": "lime_concrete_powder", + "lightgreencdust": "lime_concrete_powder", + "lightgreencp": "lime_concrete_powder", + "lime_dye": { + "material": "LIME_DYE" + }, + "limedye": "lime_dye", + "lime_glazed_terracotta": { + "material": "LIME_GLAZED_TERRACOTTA" + }, + "limeglazedterracotta": "lime_glazed_terracotta", + "lglazedtcota": "lime_glazed_terracotta", + "lglazedterra": "lime_glazed_terracotta", + "lglazedterracotta": "lime_glazed_terracotta", + "lglazedterracota": "lime_glazed_terracotta", + "limeglazedtcota": "lime_glazed_terracotta", + "limeglazedterra": "lime_glazed_terracotta", + "limeglazedterracota": "lime_glazed_terracotta", + "lgreglazedtcota": "lime_glazed_terracotta", + "lgreglazedterra": "lime_glazed_terracotta", + "lgreglazedterracotta": "lime_glazed_terracotta", + "lgreglazedterracota": "lime_glazed_terracotta", + "lightgreglazedtcota": "lime_glazed_terracotta", + "lightgreglazedterra": "lime_glazed_terracotta", + "lightgreglazedterracotta": "lime_glazed_terracotta", + "lightgreglazedterracota": "lime_glazed_terracotta", + "lgreenglazedtcota": "lime_glazed_terracotta", + "lgreenglazedterra": "lime_glazed_terracotta", + "lgreenglazedterracotta": "lime_glazed_terracotta", + "lgreenglazedterracota": "lime_glazed_terracotta", + "lightgreenglazedtcota": "lime_glazed_terracotta", + "lightgreenglazedterra": "lime_glazed_terracotta", + "lightgreenglazedterracotta": "lime_glazed_terracotta", + "lightgreenglazedterracota": "lime_glazed_terracotta", + "lime_shulker_box": { + "material": "LIME_SHULKER_BOX" + }, + "limeshulkerbox": "lime_shulker_box", + "lshulkerbox": "lime_shulker_box", + "lchest": "lime_shulker_box", + "limechest": "lime_shulker_box", + "lgreshulkerbox": "lime_shulker_box", + "lgrechest": "lime_shulker_box", + "lightgreshulkerbox": "lime_shulker_box", + "lightgrechest": "lime_shulker_box", + "lgreenshulkerbox": "lime_shulker_box", + "lgreenchest": "lime_shulker_box", + "lightgreenshulkerbox": "lime_shulker_box", + "lightgreenchest": "lime_shulker_box", + "lime_stained_glass": { + "material": "LIME_STAINED_GLASS" + }, + "limestainedglass": "lime_stained_glass", + "lglass": "lime_stained_glass", + "lsglass": "lime_stained_glass", + "lstainedglass": "lime_stained_glass", + "limeglass": "lime_stained_glass", + "limesglass": "lime_stained_glass", + "lgreglass": "lime_stained_glass", + "lgresglass": "lime_stained_glass", + "lgrestainedglass": "lime_stained_glass", + "lightgreglass": "lime_stained_glass", + "lightgresglass": "lime_stained_glass", + "lightgrestainedglass": "lime_stained_glass", + "lgreenglass": "lime_stained_glass", + "lgreensglass": "lime_stained_glass", + "lgreenstainedglass": "lime_stained_glass", + "lightgreenglass": "lime_stained_glass", + "lightgreensglass": "lime_stained_glass", + "lightgreenstainedglass": "lime_stained_glass", + "lime_stained_glass_pane": { + "material": "LIME_STAINED_GLASS_PANE" + }, + "limestainedglasspane": "lime_stained_glass_pane", + "lglasspane": "lime_stained_glass_pane", + "lsglasspane": "lime_stained_glass_pane", + "lstainedglasspane": "lime_stained_glass_pane", + "lgpane": "lime_stained_glass_pane", + "limeglasspane": "lime_stained_glass_pane", + "limesglasspane": "lime_stained_glass_pane", + "limegpane": "lime_stained_glass_pane", + "lgreglasspane": "lime_stained_glass_pane", + "lgresglasspane": "lime_stained_glass_pane", + "lgrestainedglasspane": "lime_stained_glass_pane", + "lgregpane": "lime_stained_glass_pane", + "lightgreglasspane": "lime_stained_glass_pane", + "lightgresglasspane": "lime_stained_glass_pane", + "lightgrestainedglasspane": "lime_stained_glass_pane", + "lightgregpane": "lime_stained_glass_pane", + "lgreenglasspane": "lime_stained_glass_pane", + "lgreensglasspane": "lime_stained_glass_pane", + "lgreenstainedglasspane": "lime_stained_glass_pane", + "lgreengpane": "lime_stained_glass_pane", + "lightgreenglasspane": "lime_stained_glass_pane", + "lightgreensglasspane": "lime_stained_glass_pane", + "lightgreenstainedglasspane": "lime_stained_glass_pane", + "lightgreengpane": "lime_stained_glass_pane", + "lime_terracotta": { + "material": "LIME_TERRACOTTA" + }, + "limeterracotta": "lime_terracotta", + "lclay": "lime_terracotta", + "lsclay": "lime_terracotta", + "lstainedclay": "lime_terracotta", + "lterra": "lime_terracotta", + "ltcota": "lime_terracotta", + "lterracota": "lime_terracotta", + "lterracotta": "lime_terracotta", + "limeclay": "lime_terracotta", + "limesclay": "lime_terracotta", + "limestainedclay": "lime_terracotta", + "limeterra": "lime_terracotta", + "limetcota": "lime_terracotta", + "limeterracota": "lime_terracotta", + "lgreclay": "lime_terracotta", + "lgresclay": "lime_terracotta", + "lgrestainedclay": "lime_terracotta", + "lgreterra": "lime_terracotta", + "lgretcota": "lime_terracotta", + "lgreterracota": "lime_terracotta", + "lgreterracotta": "lime_terracotta", + "lightgreclay": "lime_terracotta", + "lightgresclay": "lime_terracotta", + "lightgrestainedclay": "lime_terracotta", + "lightgreterra": "lime_terracotta", + "lightgretcota": "lime_terracotta", + "lightgreterracota": "lime_terracotta", + "lightgreterracotta": "lime_terracotta", + "lgreenclay": "lime_terracotta", + "lgreensclay": "lime_terracotta", + "lgreenstainedclay": "lime_terracotta", + "lgreenterra": "lime_terracotta", + "lgreentcota": "lime_terracotta", + "lgreenterracota": "lime_terracotta", + "lgreenterracotta": "lime_terracotta", + "lightgreenclay": "lime_terracotta", + "lightgreensclay": "lime_terracotta", + "lightgreenstainedclay": "lime_terracotta", + "lightgreenterra": "lime_terracotta", + "lightgreentcota": "lime_terracotta", + "lightgreenterracota": "lime_terracotta", + "lightgreenterracotta": "lime_terracotta", + "lime_wall_banner": { + "material": "LIME_WALL_BANNER", + "unspawnable": true + }, + "limewallbanner": "lime_wall_banner", + "lime_wool": { + "material": "LIME_WOOL" + }, + "limewool": "lime_wool", + "lwool": "lime_wool", + "lcloth": "lime_wool", + "lcotton": "lime_wool", + "limecloth": "lime_wool", + "limecotton": "lime_wool", + "lgrewool": "lime_wool", + "lgrecloth": "lime_wool", + "lgrecotton": "lime_wool", + "lightgrewool": "lime_wool", + "lightgrecloth": "lime_wool", + "lightgrecotton": "lime_wool", + "lgreenwool": "lime_wool", + "lgreencloth": "lime_wool", + "lgreencotton": "lime_wool", + "lightgreenwool": "lime_wool", + "lightgreencloth": "lime_wool", + "lightgreencotton": "lime_wool", + "lingering_potion": { + "material": "LINGERING_POTION" + }, + "lingeringpotion": "lingering_potion", + "llama_spawn_egg": { + "material": "LLAMA_SPAWN_EGG" + }, + "llamaspawnegg": "llama_spawn_egg", + "llamaegg": "trader_llama_spawn_egg", + "eggllama": "trader_llama_spawn_egg", + "spawneggllama": "trader_llama_spawn_egg", + "llamaspawn": "trader_llama_spawn_egg", + "spawnllama": "trader_llama_spawn_egg", + "loom": { + "material": "LOOM" + }, + "magenta_banner": { + "material": "MAGENTA_BANNER" + }, + "magentabanner": "magenta_banner", + "mstandingbanner": "magenta_banner", + "mbanner": "magenta_banner", + "magentastandingbanner": "magenta_banner", + "magenta_bed": { + "material": "MAGENTA_BED" + }, + "magentabed": "magenta_bed", + "mbed": "magenta_bed", + "magenta_carpet": { + "material": "MAGENTA_CARPET" + }, + "magentacarpet": "magenta_carpet", + "mcarpet": "magenta_carpet", + "mfloor": "magenta_carpet", + "magentafloor": "magenta_carpet", + "magenta_concrete": { + "material": "MAGENTA_CONCRETE" + }, + "magentaconcrete": "magenta_concrete", + "mconcrete": "magenta_concrete", + "magenta_concrete_powder": { + "material": "MAGENTA_CONCRETE_POWDER" + }, + "magentaconcretepowder": "magenta_concrete_powder", + "mconcretepowder": "magenta_concrete_powder", + "mconcretesand": "magenta_concrete_powder", + "mcpowder": "magenta_concrete_powder", + "mcdust": "magenta_concrete_powder", + "mcp": "magenta_concrete_powder", + "magentaconcretesand": "magenta_concrete_powder", + "magentacpowder": "magenta_concrete_powder", + "magentacdust": "magenta_concrete_powder", + "magentacp": "magenta_concrete_powder", + "magenta_dye": { + "material": "MAGENTA_DYE" + }, + "magentadye": "magenta_dye", + "magenta_glazed_terracotta": { + "material": "MAGENTA_GLAZED_TERRACOTTA" + }, + "magentaglazedterracotta": "magenta_glazed_terracotta", + "mglazedtcota": "magenta_glazed_terracotta", + "mglazedterra": "magenta_glazed_terracotta", + "mglazedterracotta": "magenta_glazed_terracotta", + "mglazedterracota": "magenta_glazed_terracotta", + "magentaglazedtcota": "magenta_glazed_terracotta", + "magentaglazedterra": "magenta_glazed_terracotta", + "magentaglazedterracota": "magenta_glazed_terracotta", + "magenta_shulker_box": { + "material": "MAGENTA_SHULKER_BOX" + }, + "magentashulkerbox": "magenta_shulker_box", + "mshulkerbox": "magenta_shulker_box", + "mchest": "magenta_shulker_box", + "magentachest": "magenta_shulker_box", + "magenta_stained_glass": { + "material": "MAGENTA_STAINED_GLASS" + }, + "magentastainedglass": "magenta_stained_glass", + "mglass": "magenta_stained_glass", + "msglass": "magenta_stained_glass", + "mstainedglass": "magenta_stained_glass", + "magentaglass": "magenta_stained_glass", + "magentasglass": "magenta_stained_glass", + "magenta_stained_glass_pane": { + "material": "MAGENTA_STAINED_GLASS_PANE" + }, + "magentastainedglasspane": "magenta_stained_glass_pane", + "mglasspane": "magenta_stained_glass_pane", + "msglasspane": "magenta_stained_glass_pane", + "mstainedglasspane": "magenta_stained_glass_pane", + "mgpane": "magenta_stained_glass_pane", + "magentaglasspane": "magenta_stained_glass_pane", + "magentasglasspane": "magenta_stained_glass_pane", + "magentagpane": "magenta_stained_glass_pane", + "magenta_terracotta": { + "material": "MAGENTA_TERRACOTTA" + }, + "magentaterracotta": "magenta_terracotta", + "mclay": "magenta_terracotta", + "msclay": "magenta_terracotta", + "mstainedclay": "magenta_terracotta", + "mterra": "magenta_terracotta", + "mtcota": "magenta_terracotta", + "mterracota": "magenta_terracotta", + "mterracotta": "magenta_terracotta", + "magentaclay": "magenta_terracotta", + "magentasclay": "magenta_terracotta", + "magentastainedclay": "magenta_terracotta", + "magentaterra": "magenta_terracotta", + "magentatcota": "magenta_terracotta", + "magentaterracota": "magenta_terracotta", + "magenta_wall_banner": { + "material": "MAGENTA_WALL_BANNER", + "unspawnable": true + }, + "magentawallbanner": "magenta_wall_banner", + "magenta_wool": { + "material": "MAGENTA_WOOL" + }, + "magentawool": "magenta_wool", + "mwool": "magenta_wool", + "mcloth": "magenta_wool", + "mcotton": "magenta_wool", + "magentacloth": "magenta_wool", + "magentacotton": "magenta_wool", + "magma_block": { + "material": "MAGMA_BLOCK" + }, + "magmablock": "magma_block", + "magma_cream": { + "material": "MAGMA_CREAM" + }, + "magmacream": "magma_cream", + "magma_cube_spawn_egg": { + "material": "MAGMA_CUBE_SPAWN_EGG" + }, + "magmacubespawnegg": "magma_cube_spawn_egg", + "lavaslimeegg": "magma_cube_spawn_egg", + "egglavaslime": "magma_cube_spawn_egg", + "lavaslimespawnegg": "magma_cube_spawn_egg", + "spawnegglavaslime": "magma_cube_spawn_egg", + "lavaslimespawn": "magma_cube_spawn_egg", + "spawnlavaslime": "magma_cube_spawn_egg", + "lavacubeegg": "magma_cube_spawn_egg", + "egglavacube": "magma_cube_spawn_egg", + "lavacubespawnegg": "magma_cube_spawn_egg", + "spawnegglavacube": "magma_cube_spawn_egg", + "lavacubespawn": "magma_cube_spawn_egg", + "spawnlavacube": "magma_cube_spawn_egg", + "magmacubeegg": "magma_cube_spawn_egg", + "eggmagmacube": "magma_cube_spawn_egg", + "spawneggmagmacube": "magma_cube_spawn_egg", + "magmacubespawn": "magma_cube_spawn_egg", + "spawnmagmacube": "magma_cube_spawn_egg", + "magmaslimeegg": "magma_cube_spawn_egg", + "eggmagmaslime": "magma_cube_spawn_egg", + "magmaslimespawnegg": "magma_cube_spawn_egg", + "spawneggmagmaslime": "magma_cube_spawn_egg", + "magmaslimespawn": "magma_cube_spawn_egg", + "spawnmagmaslime": "magma_cube_spawn_egg", + "map": { + "material": "MAP" + }, + "melon": { + "material": "MELON" + }, + "watermelon": "melon", + "greenmelon": "melon", + "melongreen": "melon", + "melonblock": "melon", + "watermelonblock": "melon", + "greenmelonblock": "melon", + "melon_seeds": { + "material": "MELON_SEEDS" + }, + "melonseeds": "melon_seeds", + "melon_slice": { + "material": "MELON_SLICE" + }, + "melonslice": "melon_slice", + "melon_stem": { + "material": "MELON_STEM", + "unspawnable": true + }, + "melonstem": "melon_stem", + "milk_bucket": { + "material": "MILK_BUCKET" + }, + "milkbucket": "milk_bucket", + "minecart": { + "material": "MINECART" + }, + "mcart": "minecart", + "mc": "minecart", + "cart": "minecart", + "mojang_banner_pattern": { + "material": "MOJANG_BANNER_PATTERN" + }, + "mojangbannerpattern": "mojang_banner_pattern", + "mooshroom_spawn_egg": { + "material": "MOOSHROOM_SPAWN_EGG" + }, + "mooshroomspawnegg": "mooshroom_spawn_egg", + "mooshroomegg": "mooshroom_spawn_egg", + "eggmooshroom": "mooshroom_spawn_egg", + "spawneggmooshroom": "mooshroom_spawn_egg", + "mooshroomspawn": "mooshroom_spawn_egg", + "spawnmooshroom": "mooshroom_spawn_egg", + "mushroomegg": "mooshroom_spawn_egg", + "eggmushroom": "mooshroom_spawn_egg", + "mushroomspawnegg": "mooshroom_spawn_egg", + "spawneggmushroom": "mooshroom_spawn_egg", + "mushroomspawn": "mooshroom_spawn_egg", + "spawnmushroom": "mooshroom_spawn_egg", + "mushroomcowegg": "mooshroom_spawn_egg", + "eggmushroomcow": "mooshroom_spawn_egg", + "mushroomcowspawnegg": "mooshroom_spawn_egg", + "spawneggmushroomcow": "mooshroom_spawn_egg", + "mushroomcowspawn": "mooshroom_spawn_egg", + "spawnmushroomcow": "mooshroom_spawn_egg", + "mossy_cobblestone": { + "material": "MOSSY_COBBLESTONE" + }, + "mossycobblestone": "mossy_cobblestone", + "mosscobblestone": "mossy_cobblestone_stairs", + "mcobblestone": "mossy_cobblestone_stairs", + "mossycstone": "mossy_cobblestone_stairs", + "mosscstone": "mossy_cobblestone_stairs", + "mcstone": "mossy_cobblestone_stairs", + "mossycobble": "mossy_cobblestone_stairs", + "mosscobble": "mossy_cobblestone_stairs", + "mcobble": "mossy_cobblestone_stairs", + "mossy_cobblestone_slab": { + "material": "MOSSY_COBBLESTONE_SLAB" + }, + "mossycobblestoneslab": "mossy_cobblestone_slab", + "mossy_cobblestone_stairs": { + "material": "MOSSY_COBBLESTONE_STAIRS" + }, + "mossycobblestonestairs": "mossy_cobblestone_stairs", + "mossy_cobblestone_wall": { + "material": "MOSSY_COBBLESTONE_WALL" + }, + "mossycobblestonewall": "mossy_cobblestone_wall", + "mosscobblestonewall": "mossy_cobblestone_wall", + "mcobblestonewall": "mossy_cobblestone_wall", + "mossycobblewall": "mossy_cobblestone_wall", + "mosscobblewall": "mossy_cobblestone_wall", + "mcobblewall": "mossy_cobblestone_wall", + "mossycstonewall": "mossy_cobblestone_wall", + "mosscstonewall": "mossy_cobblestone_wall", + "mcstonewall": "mossy_cobblestone_wall", + "mossycswall": "mossy_cobblestone_wall", + "mosscswall": "mossy_cobblestone_wall", + "mcswall": "mossy_cobblestone_wall", + "mossycwall": "mossy_cobblestone_wall", + "mosscwall": "mossy_cobblestone_wall", + "mcwall": "mossy_cobblestone_wall", + "mossycobblestonefence": "mossy_cobblestone_wall", + "mosscobblestonefence": "mossy_cobblestone_wall", + "mcobblestonefence": "mossy_cobblestone_wall", + "mossycobblefence": "mossy_cobblestone_wall", + "mosscobblefence": "mossy_cobblestone_wall", + "mcobblefence": "mossy_cobblestone_wall", + "mossycstonefence": "mossy_cobblestone_wall", + "mosscstonefence": "mossy_cobblestone_wall", + "mcstonefence": "mossy_cobblestone_wall", + "mossycsfence": "mossy_cobblestone_wall", + "mosscsfence": "mossy_cobblestone_wall", + "mcsfence": "mossy_cobblestone_wall", + "mossycfence": "mossy_cobblestone_wall", + "mosscfence": "mossy_cobblestone_wall", + "mcfence": "mossy_cobblestone_wall", + "mossystonewall": "mossy_cobblestone_wall", + "mossstonewall": "mossy_cobblestone_wall", + "mstonewall": "mossy_cobblestone_wall", + "mossyswall": "mossy_cobblestone_wall", + "mossswall": "mossy_cobblestone_wall", + "mswall": "mossy_cobblestone_wall", + "mossy_stone_bricks": { + "material": "MOSSY_STONE_BRICKS" + }, + "mossystonebricks": "mossy_stone_bricks", + "mossystonebrick": "mossy_stone_bricks", + "mossstonebrick": "mossy_stone_bricks", + "mstonebrick": "mossy_stone_bricks", + "mossystonebrickblock": "mossy_stone_bricks", + "mossstonebrickblock": "mossy_stone_bricks", + "mstonebrickblock": "mossy_stone_bricks", + "mossystonebb": "mossy_stone_bricks", + "mossstonebb": "mossy_stone_bricks", + "mstonebb": "mossy_stone_bricks", + "mossysbrick": "mossy_stone_bricks", + "mosssbrick": "mossy_stone_bricks", + "msbrick": "mossy_stone_bricks", + "mossysbricks": "mossy_stone_bricks", + "mosssbricks": "mossy_stone_bricks", + "msbricks": "mossy_stone_bricks", + "mossysbrickblock": "mossy_stone_bricks", + "mosssbrickblock": "mossy_stone_bricks", + "msbrickblock": "mossy_stone_bricks", + "mossstonebricks": "mossy_stone_bricks", + "mstonebricks": "mossy_stone_bricks", + "mossysbb": "mossy_stone_bricks", + "mosssbb": "mossy_stone_bricks", + "msbb": "mossy_stone_bricks", + "mossy_stone_brick_slab": { + "material": "MOSSY_STONE_BRICK_SLAB" + }, + "mossystonebrickslab": "mossy_stone_brick_slab", + "mossystone": "mossy_stone_brick_wall", + "mossstone": "mossy_stone_brick_wall", + "mstone": "mossy_stone_brick_wall", + "mossysmoothstone": "mossy_stone_brick_wall", + "mosssmoothstone": "mossy_stone_brick_wall", + "msmoothstone": "mossy_stone_brick_wall", + "mossysstone": "mossy_stone_brick_wall", + "mosssstone": "mossy_stone_brick_wall", + "msstone": "mossy_stone_brick_wall", + "mossy_stone_brick_stairs": { + "material": "MOSSY_STONE_BRICK_STAIRS" + }, + "mossystonebrickstairs": "mossy_stone_brick_stairs", + "mossy_stone_brick_wall": { + "material": "MOSSY_STONE_BRICK_WALL" + }, + "mossystonebrickwall": "mossy_stone_brick_wall", + "moving_piston": { + "material": "MOVING_PISTON", + "unspawnable": true + }, + "movingpiston": "moving_piston", + "mule_spawn_egg": { + "material": "MULE_SPAWN_EGG" + }, + "mulespawnegg": "mule_spawn_egg", + "muleegg": "mule_spawn_egg", + "eggmule": "mule_spawn_egg", + "spawneggmule": "mule_spawn_egg", + "mulespawn": "mule_spawn_egg", + "spawnmule": "mule_spawn_egg", + "mushroom_stem": { + "material": "MUSHROOM_STEM" + }, + "mushroomstem": "mushroom_stem", + "mushroom_stew": { + "material": "MUSHROOM_STEW" + }, + "mushroomstew": "mushroom_stew", + "music_disc_11": { + "material": "MUSIC_DISC_11" + }, + "musicdisc11": "music_disc_11", + "11musicrecord": "music_disc_11", + "crackedmusicrecord": "music_disc_11", + "crackmusicrecord": "music_disc_11", + "cmusicrecord": "music_disc_11", + "musicrecord11": "music_disc_11", + "11musicdisk": "music_disc_11", + "crackedmusicdisk": "music_disc_11", + "crackmusicdisk": "music_disc_11", + "cmusicdisk": "music_disc_11", + "musicdisk11": "music_disc_11", + "11musicdisc": "music_disc_11", + "crackedmusicdisc": "music_disc_11", + "crackmusicdisc": "music_disc_11", + "cmusicdisc": "music_disc_11", + "11musiccd": "music_disc_11", + "crackedmusiccd": "music_disc_11", + "crackmusiccd": "music_disc_11", + "cmusiccd": "music_disc_11", + "musiccd11": "music_disc_11", + "11mrecord": "music_disc_11", + "crackedmrecord": "music_disc_11", + "crackmrecord": "music_disc_11", + "cmrecord": "music_disc_11", + "mrecord11": "music_disc_11", + "11mdisk": "music_disc_11", + "crackedmdisk": "music_disc_11", + "crackmdisk": "music_disc_11", + "cmdisk": "music_disc_11", + "mdisk11": "music_disc_11", + "11mdisc": "music_disc_11", + "crackedmdisc": "music_disc_11", + "crackmdisc": "music_disc_11", + "cmdisc": "music_disc_11", + "mdisc11": "music_disc_11", + "11mcd": "music_disc_11", + "crackedmcd": "music_disc_11", + "crackmcd": "music_disc_11", + "cmcd": "music_disc_11", + "mcd11": "music_disc_11", + "11record": "music_disc_11", + "crackedrecord": "music_disc_11", + "crackrecord": "music_disc_11", + "crecord": "music_disc_11", + "record11": "music_disc_11", + "11disk": "music_disc_11", + "crackeddisk": "music_disc_11", + "crackdisk": "music_disc_11", + "cdisk": "music_disc_11", + "disk11": "music_disc_11", + "11disc": "music_disc_11", + "crackeddisc": "music_disc_11", + "crackdisc": "music_disc_11", + "cdisc": "music_disc_11", + "disc11": "music_disc_11", + "11cd": "music_disc_11", + "crackedcd": "music_disc_11", + "crackcd": "music_disc_11", + "ccd": "music_disc_11", + "cd11": "music_disc_11", + "music_disc_13": { + "material": "MUSIC_DISC_13" + }, + "musicdisc13": "music_disc_13", + "13musicrecord": "music_disc_13", + "goldmusicrecord": "music_disc_13", + "gomusicrecord": "music_disc_13", + "musicrecord1": "music_disc_13", + "1musicrecord": "music_disc_13", + "13musicdisk": "music_disc_13", + "goldmusicdisk": "music_disc_13", + "gomusicdisk": "music_disc_13", + "musicdisk1": "music_disc_13", + "1musicdisk": "music_disc_13", + "13musicdisc": "music_disc_13", + "goldmusicdisc": "music_disc_13", + "gomusicdisc": "music_disc_13", + "musicdisc1": "music_disc_13", + "1musicdisc": "music_disc_13", + "13musiccd": "music_disc_13", + "goldmusiccd": "music_disc_13", + "gomusiccd": "music_disc_13", + "musiccd1": "music_disc_13", + "1musiccd": "music_disc_13", + "13mrecord": "music_disc_13", + "goldmrecord": "music_disc_13", + "gomrecord": "music_disc_13", + "mrecord1": "music_disc_13", + "1mrecord": "music_disc_13", + "13mdisk": "music_disc_13", + "goldmdisk": "music_disc_13", + "gomdisk": "music_disc_13", + "mdisk1": "music_disc_13", + "1mdisk": "music_disc_13", + "13mdisc": "music_disc_13", + "goldmdisc": "music_disc_13", + "gomdisc": "music_disc_13", + "mdisc1": "music_disc_13", + "1mdisc": "music_disc_13", + "13mcd": "music_disc_13", + "goldmcd": "music_disc_13", + "gomcd": "music_disc_13", + "mcd1": "music_disc_13", + "1mcd": "music_disc_13", + "13record": "music_disc_13", + "goldrecord": "music_disc_13", + "gorecord": "music_disc_13", + "record1": "music_disc_13", + "1record": "music_disc_13", + "13disk": "music_disc_13", + "golddisk": "music_disc_13", + "godisk": "music_disc_13", + "disk1": "music_disc_13", + "1disk": "music_disc_13", + "13disc": "music_disc_13", + "golddisc": "music_disc_13", + "godisc": "music_disc_13", + "disc1": "music_disc_13", + "1disc": "music_disc_13", + "13cd": "music_disc_13", + "goldcd": "music_disc_13", + "gocd": "music_disc_13", + "cd1": "music_disc_13", + "1cd": "music_disc_13", + "music_disc_blocks": { + "material": "MUSIC_DISC_BLOCKS" + }, + "musicdiscblocks": "music_disc_blocks", + "blocksmusicrecord": "music_disc_blocks", + "orangemusicrecord": "music_disc_blocks", + "ormusicrecord": "music_disc_blocks", + "musicrecord3": "music_disc_blocks", + "3musicrecord": "music_disc_blocks", + "blocksmusicdisk": "music_disc_blocks", + "orangemusicdisk": "music_disc_blocks", + "ormusicdisk": "music_disc_blocks", + "musicdisk3": "music_disc_blocks", + "3musicdisk": "music_disc_blocks", + "blocksmusicdisc": "music_disc_blocks", + "orangemusicdisc": "music_disc_blocks", + "ormusicdisc": "music_disc_blocks", + "musicdisc3": "music_disc_blocks", + "3musicdisc": "music_disc_blocks", + "blocksmusiccd": "music_disc_blocks", + "orangemusiccd": "music_disc_blocks", + "ormusiccd": "music_disc_blocks", + "musiccd3": "music_disc_blocks", + "3musiccd": "music_disc_blocks", + "blocksmrecord": "music_disc_blocks", + "orangemrecord": "music_disc_blocks", + "ormrecord": "music_disc_blocks", + "mrecord3": "music_disc_blocks", + "3mrecord": "music_disc_blocks", + "blocksmdisk": "music_disc_blocks", + "orangemdisk": "music_disc_blocks", + "ormdisk": "music_disc_blocks", + "mdisk3": "music_disc_blocks", + "3mdisk": "music_disc_blocks", + "blocksmdisc": "music_disc_blocks", + "orangemdisc": "music_disc_blocks", + "ormdisc": "music_disc_blocks", + "mdisc3": "music_disc_blocks", + "3mdisc": "music_disc_blocks", + "blocksmcd": "music_disc_blocks", + "orangemcd": "music_disc_blocks", + "ormcd": "music_disc_blocks", + "mcd3": "music_disc_blocks", + "3mcd": "music_disc_blocks", + "blocksrecord": "music_disc_blocks", + "orangerecord": "music_disc_blocks", + "orrecord": "music_disc_blocks", + "record3": "music_disc_blocks", + "3record": "music_disc_blocks", + "blocksdisk": "music_disc_blocks", + "orangedisk": "music_disc_blocks", + "ordisk": "music_disc_blocks", + "disk3": "music_disc_blocks", + "3disk": "music_disc_blocks", + "blocksdisc": "music_disc_blocks", + "orangedisc": "music_disc_blocks", + "ordisc": "music_disc_blocks", + "disc3": "music_disc_blocks", + "3disc": "music_disc_blocks", + "blockscd": "music_disc_blocks", + "orangecd": "music_disc_blocks", + "orcd": "music_disc_blocks", + "cd3": "music_disc_blocks", + "3cd": "music_disc_blocks", + "music_disc_cat": { + "material": "MUSIC_DISC_CAT" + }, + "musicdisccat": "music_disc_cat", + "catmusicrecord": "music_disc_cat", + "greenmusicrecord": "music_disc_cat", + "grmusicrecord": "music_disc_cat", + "musicrecord2": "music_disc_cat", + "2musicrecord": "music_disc_cat", + "catmusicdisk": "music_disc_cat", + "greenmusicdisk": "music_disc_cat", + "grmusicdisk": "music_disc_cat", + "musicdisk2": "music_disc_cat", + "2musicdisk": "music_disc_cat", + "catmusicdisc": "music_disc_cat", + "greenmusicdisc": "music_disc_cat", + "grmusicdisc": "music_disc_cat", + "musicdisc2": "music_disc_cat", + "2musicdisc": "music_disc_cat", + "catmusiccd": "music_disc_cat", + "greenmusiccd": "music_disc_cat", + "grmusiccd": "music_disc_cat", + "musiccd2": "music_disc_cat", + "2musiccd": "music_disc_cat", + "catmrecord": "music_disc_cat", + "greenmrecord": "music_disc_cat", + "grmrecord": "music_disc_cat", + "mrecord2": "music_disc_cat", + "2mrecord": "music_disc_cat", + "catmdisk": "music_disc_cat", + "greenmdisk": "music_disc_cat", + "grmdisk": "music_disc_cat", + "mdisk2": "music_disc_cat", + "2mdisk": "music_disc_cat", + "catmdisc": "music_disc_cat", + "greenmdisc": "music_disc_cat", + "grmdisc": "music_disc_cat", + "mdisc2": "music_disc_cat", + "2mdisc": "music_disc_cat", + "catmcd": "music_disc_cat", + "greenmcd": "music_disc_cat", + "grmcd": "music_disc_cat", + "mcd2": "music_disc_cat", + "2mcd": "music_disc_cat", + "catrecord": "music_disc_cat", + "greenrecord": "music_disc_cat", + "grrecord": "music_disc_cat", + "record2": "music_disc_cat", + "2record": "music_disc_cat", + "catdisk": "music_disc_cat", + "greendisk": "music_disc_cat", + "grdisk": "music_disc_cat", + "disk2": "music_disc_cat", + "2disk": "music_disc_cat", + "catdisc": "music_disc_cat", + "greendisc": "music_disc_cat", + "grdisc": "music_disc_cat", + "disc2": "music_disc_cat", + "2disc": "music_disc_cat", + "catcd": "music_disc_cat", + "greencd": "music_disc_cat", + "grcd": "music_disc_cat", + "cd2": "music_disc_cat", + "2cd": "music_disc_cat", + "music_disc_chirp": { + "material": "MUSIC_DISC_CHIRP" + }, + "musicdiscchirp": "music_disc_chirp", + "chirpmusicrecord": "music_disc_chirp", + "redmusicrecord": "music_disc_chirp", + "remusicrecord": "music_disc_chirp", + "musicrecord4": "music_disc_chirp", + "4musicrecord": "music_disc_chirp", + "chirpmusicdisk": "music_disc_chirp", + "redmusicdisk": "music_disc_chirp", + "remusicdisk": "music_disc_chirp", + "musicdisk4": "music_disc_chirp", + "4musicdisk": "music_disc_chirp", + "chirpmusicdisc": "music_disc_chirp", + "redmusicdisc": "music_disc_chirp", + "remusicdisc": "music_disc_chirp", + "musicdisc4": "music_disc_chirp", + "4musicdisc": "music_disc_chirp", + "chirpmusiccd": "music_disc_chirp", + "redmusiccd": "music_disc_chirp", + "remusiccd": "music_disc_chirp", + "musiccd4": "music_disc_chirp", + "4musiccd": "music_disc_chirp", + "chirpmrecord": "music_disc_chirp", + "redmrecord": "music_disc_chirp", + "remrecord": "music_disc_chirp", + "mrecord4": "music_disc_chirp", + "4mrecord": "music_disc_chirp", + "chirpmdisk": "music_disc_chirp", + "redmdisk": "music_disc_chirp", + "remdisk": "music_disc_chirp", + "mdisk4": "music_disc_chirp", + "4mdisk": "music_disc_chirp", + "chirpmdisc": "music_disc_chirp", + "redmdisc": "music_disc_chirp", + "remdisc": "music_disc_chirp", + "mdisc4": "music_disc_chirp", + "4mdisc": "music_disc_chirp", + "chirpmcd": "music_disc_chirp", + "redmcd": "music_disc_chirp", + "remcd": "music_disc_chirp", + "mcd4": "music_disc_chirp", + "4mcd": "music_disc_chirp", + "chirprecord": "music_disc_chirp", + "redrecord": "music_disc_chirp", + "rerecord": "music_disc_chirp", + "record4": "music_disc_chirp", + "4record": "music_disc_chirp", + "chirpdisk": "music_disc_chirp", + "reddisk": "music_disc_chirp", + "redisk": "music_disc_chirp", + "disk4": "music_disc_chirp", + "4disk": "music_disc_chirp", + "chirpdisc": "music_disc_chirp", + "reddisc": "music_disc_chirp", + "redisc": "music_disc_chirp", + "disc4": "music_disc_chirp", + "4disc": "music_disc_chirp", + "chirpcd": "music_disc_chirp", + "redcd": "music_disc_chirp", + "recd": "music_disc_chirp", + "cd4": "music_disc_chirp", + "4cd": "music_disc_chirp", + "music_disc_far": { + "material": "MUSIC_DISC_FAR" + }, + "musicdiscfar": "music_disc_far", + "farmusicrecord": "music_disc_far", + "lightgreenmusicrecord": "music_disc_far", + "lgreenmusicrecord": "music_disc_far", + "lightgrmusicrecord": "music_disc_far", + "lgrmusicrecord": "music_disc_far", + "musicrecord5": "music_disc_far", + "5musicrecord": "music_disc_far", + "farmusicdisk": "music_disc_far", + "lightgreenmusicdisk": "music_disc_far", + "lgreenmusicdisk": "music_disc_far", + "lightgrmusicdisk": "music_disc_far", + "lgrmusicdisk": "music_disc_far", + "musicdisk5": "music_disc_far", + "5musicdisk": "music_disc_far", + "farmusicdisc": "music_disc_far", + "lightgreenmusicdisc": "music_disc_far", + "lgreenmusicdisc": "music_disc_far", + "lightgrmusicdisc": "music_disc_far", + "lgrmusicdisc": "music_disc_far", + "musicdisc5": "music_disc_far", + "5musicdisc": "music_disc_far", + "farmusiccd": "music_disc_far", + "lightgreenmusiccd": "music_disc_far", + "lgreenmusiccd": "music_disc_far", + "lightgrmusiccd": "music_disc_far", + "lgrmusiccd": "music_disc_far", + "musiccd5": "music_disc_far", + "5musiccd": "music_disc_far", + "farmrecord": "music_disc_far", + "lightgreenmrecord": "music_disc_far", + "lgreenmrecord": "music_disc_far", + "lightgrmrecord": "music_disc_far", + "lgrmrecord": "music_disc_far", + "mrecord5": "music_disc_far", + "5mrecord": "music_disc_far", + "farmdisk": "music_disc_far", + "lightgreenmdisk": "music_disc_far", + "lgreenmdisk": "music_disc_far", + "lightgrmdisk": "music_disc_far", + "lgrmdisk": "music_disc_far", + "mdisk5": "music_disc_far", + "5mdisk": "music_disc_far", + "farmdisc": "music_disc_far", + "lightgreenmdisc": "music_disc_far", + "lgreenmdisc": "music_disc_far", + "lightgrmdisc": "music_disc_far", + "lgrmdisc": "music_disc_far", + "mdisc5": "music_disc_far", + "5mdisc": "music_disc_far", + "farmcd": "music_disc_far", + "lightgreenmcd": "music_disc_far", + "lgreenmcd": "music_disc_far", + "lightgrmcd": "music_disc_far", + "lgrmcd": "music_disc_far", + "mcd5": "music_disc_far", + "5mcd": "music_disc_far", + "farrecord": "music_disc_far", + "lightgreenrecord": "music_disc_far", + "lgreenrecord": "music_disc_far", + "lightgrrecord": "music_disc_far", + "lgrrecord": "music_disc_far", + "record5": "music_disc_far", + "5record": "music_disc_far", + "fardisk": "music_disc_far", + "lightgreendisk": "music_disc_far", + "lgreendisk": "music_disc_far", + "lightgrdisk": "music_disc_far", + "lgrdisk": "music_disc_far", + "disk5": "music_disc_far", + "5disk": "music_disc_far", + "fardisc": "music_disc_far", + "lightgreendisc": "music_disc_far", + "lgreendisc": "music_disc_far", + "lightgrdisc": "music_disc_far", + "lgrdisc": "music_disc_far", + "disc5": "music_disc_far", + "5disc": "music_disc_far", + "farcd": "music_disc_far", + "lightgreencd": "music_disc_far", + "lgreencd": "music_disc_far", + "lightgrcd": "music_disc_far", + "lgrcd": "music_disc_far", + "cd5": "music_disc_far", + "5cd": "music_disc_far", + "music_disc_mall": { + "material": "MUSIC_DISC_MALL" + }, + "musicdiscmall": "music_disc_mall", + "mallmusicrecord": "music_disc_mall", + "purplemusicrecord": "music_disc_mall", + "pumusicrecord": "music_disc_mall", + "musicrecord6": "music_disc_mall", + "6musicrecord": "music_disc_mall", + "mallmusicdisk": "music_disc_mall", + "purplemusicdisk": "music_disc_mall", + "pumusicdisk": "music_disc_mall", + "musicdisk6": "music_disc_mall", + "6musicdisk": "music_disc_mall", + "mallmusicdisc": "music_disc_mall", + "purplemusicdisc": "music_disc_mall", + "pumusicdisc": "music_disc_mall", + "musicdisc6": "music_disc_mall", + "6musicdisc": "music_disc_mall", + "mallmusiccd": "music_disc_mall", + "purplemusiccd": "music_disc_mall", + "pumusiccd": "music_disc_mall", + "musiccd6": "music_disc_mall", + "6musiccd": "music_disc_mall", + "mallmrecord": "music_disc_mall", + "purplemrecord": "music_disc_mall", + "pumrecord": "music_disc_mall", + "mrecord6": "music_disc_mall", + "6mrecord": "music_disc_mall", + "mallmdisk": "music_disc_mall", + "purplemdisk": "music_disc_mall", + "pumdisk": "music_disc_mall", + "mdisk6": "music_disc_mall", + "6mdisk": "music_disc_mall", + "mallmdisc": "music_disc_mall", + "purplemdisc": "music_disc_mall", + "pumdisc": "music_disc_mall", + "mdisc6": "music_disc_mall", + "6mdisc": "music_disc_mall", + "mallmcd": "music_disc_mall", + "purplemcd": "music_disc_mall", + "pumcd": "music_disc_mall", + "mcd6": "music_disc_mall", + "6mcd": "music_disc_mall", + "mallrecord": "music_disc_mall", + "purplerecord": "music_disc_mall", + "purecord": "music_disc_mall", + "record6": "music_disc_mall", + "6record": "music_disc_mall", + "malldisk": "music_disc_mall", + "purpledisk": "music_disc_mall", + "pudisk": "music_disc_mall", + "disk6": "music_disc_mall", + "6disk": "music_disc_mall", + "malldisc": "music_disc_mall", + "purpledisc": "music_disc_mall", + "pudisc": "music_disc_mall", + "disc6": "music_disc_mall", + "6disc": "music_disc_mall", + "mallcd": "music_disc_mall", + "purplecd": "music_disc_mall", + "pucd": "music_disc_mall", + "cd6": "music_disc_mall", + "6cd": "music_disc_mall", + "music_disc_mellohi": { + "material": "MUSIC_DISC_MELLOHI" + }, + "musicdiscmellohi": "music_disc_mellohi", + "mellohimusicrecord": "music_disc_mellohi", + "pinkmusicrecord": "music_disc_mellohi", + "pimusicrecord": "music_disc_mellohi", + "musicrecord7": "music_disc_mellohi", + "7musicrecord": "music_disc_mellohi", + "mellohimusicdisk": "music_disc_mellohi", + "pinkmusicdisk": "music_disc_mellohi", + "pimusicdisk": "music_disc_mellohi", + "musicdisk7": "music_disc_mellohi", + "7musicdisk": "music_disc_mellohi", + "mellohimusicdisc": "music_disc_mellohi", + "pinkmusicdisc": "music_disc_mellohi", + "pimusicdisc": "music_disc_mellohi", + "musicdisc7": "music_disc_mellohi", + "7musicdisc": "music_disc_mellohi", + "mellohimusiccd": "music_disc_mellohi", + "pinkmusiccd": "music_disc_mellohi", + "pimusiccd": "music_disc_mellohi", + "musiccd7": "music_disc_mellohi", + "7musiccd": "music_disc_mellohi", + "mellohimrecord": "music_disc_mellohi", + "pinkmrecord": "music_disc_mellohi", + "pimrecord": "music_disc_mellohi", + "mrecord7": "music_disc_mellohi", + "7mrecord": "music_disc_mellohi", + "mellohimdisk": "music_disc_mellohi", + "pinkmdisk": "music_disc_mellohi", + "pimdisk": "music_disc_mellohi", + "mdisk7": "music_disc_mellohi", + "7mdisk": "music_disc_mellohi", + "mellohimdisc": "music_disc_mellohi", + "pinkmdisc": "music_disc_mellohi", + "pimdisc": "music_disc_mellohi", + "mdisc7": "music_disc_mellohi", + "7mdisc": "music_disc_mellohi", + "mellohimcd": "music_disc_mellohi", + "pinkmcd": "music_disc_mellohi", + "pimcd": "music_disc_mellohi", + "mcd7": "music_disc_mellohi", + "7mcd": "music_disc_mellohi", + "mellohirecord": "music_disc_mellohi", + "pinkrecord": "music_disc_mellohi", + "pirecord": "music_disc_mellohi", + "record7": "music_disc_mellohi", + "7record": "music_disc_mellohi", + "mellohidisk": "music_disc_mellohi", + "pinkdisk": "music_disc_mellohi", + "pidisk": "music_disc_mellohi", + "disk7": "music_disc_mellohi", + "7disk": "music_disc_mellohi", + "mellohidisc": "music_disc_mellohi", + "pinkdisc": "music_disc_mellohi", + "pidisc": "music_disc_mellohi", + "disc7": "music_disc_mellohi", + "7disc": "music_disc_mellohi", + "mellohicd": "music_disc_mellohi", + "pinkcd": "music_disc_mellohi", + "picd": "music_disc_mellohi", + "cd7": "music_disc_mellohi", + "7cd": "music_disc_mellohi", + "music_disc_stal": { + "material": "MUSIC_DISC_STAL" + }, + "musicdiscstal": "music_disc_stal", + "stalmusicrecord": "music_disc_stal", + "blackmusicrecord": "music_disc_stal", + "blmusicrecord": "music_disc_wait", + "musicrecord8": "music_disc_stal", + "8musicrecord": "music_disc_stal", + "stalmusicdisk": "music_disc_stal", + "blackmusicdisk": "music_disc_stal", + "blmusicdisk": "music_disc_wait", + "musicdisk8": "music_disc_stal", + "8musicdisk": "music_disc_stal", + "stalmusicdisc": "music_disc_stal", + "blackmusicdisc": "music_disc_stal", + "blmusicdisc": "music_disc_wait", + "musicdisc8": "music_disc_stal", + "8musicdisc": "music_disc_stal", + "stalmusiccd": "music_disc_stal", + "blackmusiccd": "music_disc_stal", + "blmusiccd": "music_disc_wait", + "musiccd8": "music_disc_stal", + "8musiccd": "music_disc_stal", + "stalmrecord": "music_disc_stal", + "blackmrecord": "music_disc_stal", + "blmrecord": "music_disc_wait", + "mrecord8": "music_disc_stal", + "8mrecord": "music_disc_stal", + "stalmdisk": "music_disc_stal", + "blackmdisk": "music_disc_stal", + "blmdisk": "music_disc_wait", + "mdisk8": "music_disc_stal", + "8mdisk": "music_disc_stal", + "stalmdisc": "music_disc_stal", + "blackmdisc": "music_disc_stal", + "blmdisc": "music_disc_wait", + "mdisc8": "music_disc_stal", + "8mdisc": "music_disc_stal", + "stalmcd": "music_disc_stal", + "blackmcd": "music_disc_stal", + "blmcd": "music_disc_wait", + "mcd8": "music_disc_stal", + "8mcd": "music_disc_stal", + "stalrecord": "music_disc_stal", + "blackrecord": "music_disc_stal", + "blrecord": "music_disc_wait", + "record8": "music_disc_stal", + "8record": "music_disc_stal", + "staldisk": "music_disc_stal", + "blackdisk": "music_disc_stal", + "bldisk": "music_disc_wait", + "disk8": "music_disc_stal", + "8disk": "music_disc_stal", + "staldisc": "music_disc_stal", + "blackdisc": "music_disc_stal", + "bldisc": "music_disc_wait", + "disc8": "music_disc_stal", + "8disc": "music_disc_stal", + "stalcd": "music_disc_stal", + "blackcd": "music_disc_stal", + "blcd": "music_disc_wait", + "cd8": "music_disc_stal", + "8cd": "music_disc_stal", + "music_disc_strad": { + "material": "MUSIC_DISC_STRAD" + }, + "musicdiscstrad": "music_disc_strad", + "stradmusicrecord": "music_disc_strad", + "whitemusicrecord": "music_disc_strad", + "whmusicrecord": "music_disc_strad", + "musicrecord9": "music_disc_strad", + "9musicrecord": "music_disc_strad", + "stradmusicdisk": "music_disc_strad", + "whitemusicdisk": "music_disc_strad", + "whmusicdisk": "music_disc_strad", + "musicdisk9": "music_disc_strad", + "9musicdisk": "music_disc_strad", + "stradmusicdisc": "music_disc_strad", + "whitemusicdisc": "music_disc_strad", + "whmusicdisc": "music_disc_strad", + "musicdisc9": "music_disc_strad", + "9musicdisc": "music_disc_strad", + "stradmusiccd": "music_disc_strad", + "whitemusiccd": "music_disc_strad", + "whmusiccd": "music_disc_strad", + "musiccd9": "music_disc_strad", + "9musiccd": "music_disc_strad", + "stradmrecord": "music_disc_strad", + "whitemrecord": "music_disc_strad", + "whmrecord": "music_disc_strad", + "mrecord9": "music_disc_strad", + "9mrecord": "music_disc_strad", + "stradmdisk": "music_disc_strad", + "whitemdisk": "music_disc_strad", + "whmdisk": "music_disc_strad", + "mdisk9": "music_disc_strad", + "9mdisk": "music_disc_strad", + "stradmdisc": "music_disc_strad", + "whitemdisc": "music_disc_strad", + "whmdisc": "music_disc_strad", + "mdisc9": "music_disc_strad", + "9mdisc": "music_disc_strad", + "stradmcd": "music_disc_strad", + "whitemcd": "music_disc_strad", + "whmcd": "music_disc_strad", + "mcd9": "music_disc_strad", + "9mcd": "music_disc_strad", + "stradrecord": "music_disc_strad", + "whiterecord": "music_disc_strad", + "whrecord": "music_disc_strad", + "record9": "music_disc_strad", + "9record": "music_disc_strad", + "straddisk": "music_disc_strad", + "whitedisk": "music_disc_strad", + "whdisk": "music_disc_strad", + "disk9": "music_disc_strad", + "9disk": "music_disc_strad", + "straddisc": "music_disc_strad", + "whitedisc": "music_disc_strad", + "whdisc": "music_disc_strad", + "disc9": "music_disc_strad", + "9disc": "music_disc_strad", + "stradcd": "music_disc_strad", + "whitecd": "music_disc_strad", + "whcd": "music_disc_strad", + "cd9": "music_disc_strad", + "9cd": "music_disc_strad", + "music_disc_wait": { + "material": "MUSIC_DISC_WAIT" + }, + "musicdiscwait": "music_disc_wait", + "waitmusicrecord": "music_disc_wait", + "bluemusicrecord": "music_disc_wait", + "cyanmusicrecord": "music_disc_wait", + "cymusicrecord": "music_disc_wait", + "musicrecord12": "music_disc_wait", + "12musicrecord": "music_disc_wait", + "waitmusicdisk": "music_disc_wait", + "bluemusicdisk": "music_disc_wait", + "cyanmusicdisk": "music_disc_wait", + "cymusicdisk": "music_disc_wait", + "musicdisk12": "music_disc_wait", + "12musicdisk": "music_disc_wait", + "waitmusicdisc": "music_disc_wait", + "bluemusicdisc": "music_disc_wait", + "cyanmusicdisc": "music_disc_wait", + "cymusicdisc": "music_disc_wait", + "musicdisc12": "music_disc_wait", + "12musicdisc": "music_disc_wait", + "waitmusiccd": "music_disc_wait", + "bluemusiccd": "music_disc_wait", + "cyanmusiccd": "music_disc_wait", + "cymusiccd": "music_disc_wait", + "musiccd12": "music_disc_wait", + "12musiccd": "music_disc_wait", + "waitmrecord": "music_disc_wait", + "bluemrecord": "music_disc_wait", + "cyanmrecord": "music_disc_wait", + "cymrecord": "music_disc_wait", + "mrecord12": "music_disc_wait", + "12mrecord": "music_disc_wait", + "waitmdisk": "music_disc_wait", + "bluemdisk": "music_disc_wait", + "cyanmdisk": "music_disc_wait", + "cymdisk": "music_disc_wait", + "mdisk12": "music_disc_wait", + "12mdisk": "music_disc_wait", + "waitmdisc": "music_disc_wait", + "bluemdisc": "music_disc_wait", + "cyanmdisc": "music_disc_wait", + "cymdisc": "music_disc_wait", + "mdisc12": "music_disc_wait", + "12mdisc": "music_disc_wait", + "waitmcd": "music_disc_wait", + "bluemcd": "music_disc_wait", + "cyanmcd": "music_disc_wait", + "cymcd": "music_disc_wait", + "mcd12": "music_disc_wait", + "12mcd": "music_disc_wait", + "waitrecord": "music_disc_wait", + "bluerecord": "music_disc_wait", + "cyanrecord": "music_disc_wait", + "cyrecord": "music_disc_wait", + "record12": "music_disc_wait", + "12record": "music_disc_wait", + "waitdisk": "music_disc_wait", + "bluedisk": "music_disc_wait", + "cyandisk": "music_disc_wait", + "cydisk": "music_disc_wait", + "disk12": "music_disc_wait", + "12disk": "music_disc_wait", + "waitdisc": "music_disc_wait", + "bluedisc": "music_disc_wait", + "cyandisc": "music_disc_wait", + "cydisc": "music_disc_wait", + "disc12": "music_disc_wait", + "12disc": "music_disc_wait", + "waitcd": "music_disc_wait", + "bluecd": "music_disc_wait", + "cyancd": "music_disc_wait", + "cycd": "music_disc_wait", + "cd12": "music_disc_wait", + "12cd": "music_disc_wait", + "music_disc_ward": { + "material": "MUSIC_DISC_WARD" + }, + "musicdiscward": "music_disc_ward", + "wardmusicrecord": "music_disc_ward", + "darkgreenmusicrecord": "music_disc_ward", + "dgreenmusicrecord": "music_disc_ward", + "darkgrmusicrecord": "music_disc_ward", + "dgrmusicrecord": "music_disc_ward", + "musicrecord10": "music_disc_ward", + "10musicrecord": "music_disc_ward", + "wardmusicdisk": "music_disc_ward", + "darkgreenmusicdisk": "music_disc_ward", + "dgreenmusicdisk": "music_disc_ward", + "darkgrmusicdisk": "music_disc_ward", + "dgrmusicdisk": "music_disc_ward", + "musicdisk10": "music_disc_ward", + "10musicdisk": "music_disc_ward", + "wardmusicdisc": "music_disc_ward", + "darkgreenmusicdisc": "music_disc_ward", + "dgreenmusicdisc": "music_disc_ward", + "darkgrmusicdisc": "music_disc_ward", + "dgrmusicdisc": "music_disc_ward", + "musicdisc10": "music_disc_ward", + "10musicdisc": "music_disc_ward", + "wardmusiccd": "music_disc_ward", + "darkgreenmusiccd": "music_disc_ward", + "dgreenmusiccd": "music_disc_ward", + "darkgrmusiccd": "music_disc_ward", + "dgrmusiccd": "music_disc_ward", + "musiccd10": "music_disc_ward", + "10musiccd": "music_disc_ward", + "wardmrecord": "music_disc_ward", + "darkgreenmrecord": "music_disc_ward", + "dgreenmrecord": "music_disc_ward", + "darkgrmrecord": "music_disc_ward", + "dgrmrecord": "music_disc_ward", + "mrecord10": "music_disc_ward", + "10mrecord": "music_disc_ward", + "wardmdisk": "music_disc_ward", + "darkgreenmdisk": "music_disc_ward", + "dgreenmdisk": "music_disc_ward", + "darkgrmdisk": "music_disc_ward", + "dgrmdisk": "music_disc_ward", + "mdisk10": "music_disc_ward", + "10mdisk": "music_disc_ward", + "wardmdisc": "music_disc_ward", + "darkgreenmdisc": "music_disc_ward", + "dgreenmdisc": "music_disc_ward", + "darkgrmdisc": "music_disc_ward", + "dgrmdisc": "music_disc_ward", + "mdisc10": "music_disc_ward", + "10mdisc": "music_disc_ward", + "wardmcd": "music_disc_ward", + "darkgreenmcd": "music_disc_ward", + "dgreenmcd": "music_disc_ward", + "darkgrmcd": "music_disc_ward", + "dgrmcd": "music_disc_ward", + "mcd10": "music_disc_ward", + "10mcd": "music_disc_ward", + "wardrecord": "music_disc_ward", + "darkgreenrecord": "music_disc_ward", + "dgreenrecord": "music_disc_ward", + "darkgrrecord": "music_disc_ward", + "dgrrecord": "music_disc_ward", + "record10": "music_disc_ward", + "10record": "music_disc_ward", + "warddisk": "music_disc_ward", + "darkgreendisk": "music_disc_ward", + "dgreendisk": "music_disc_ward", + "darkgrdisk": "music_disc_ward", + "dgrdisk": "music_disc_ward", + "disk10": "music_disc_ward", + "10disk": "music_disc_ward", + "warddisc": "music_disc_ward", + "darkgreendisc": "music_disc_ward", + "dgreendisc": "music_disc_ward", + "darkgrdisc": "music_disc_ward", + "dgrdisc": "music_disc_ward", + "disc10": "music_disc_ward", + "10disc": "music_disc_ward", + "wardcd": "music_disc_ward", + "darkgreencd": "music_disc_ward", + "dgreencd": "music_disc_ward", + "darkgrcd": "music_disc_ward", + "dgrcd": "music_disc_ward", + "cd10": "music_disc_ward", + "10cd": "music_disc_ward", + "mutton": { + "material": "MUTTON" + }, + "rawmutton": "mutton", + "rawsheepmeat": "mutton", + "ramutton": "mutton", + "rasheepmeat": "mutton", + "uncookedmutton": "mutton", + "uncookedsheepmeat": "mutton", + "plainmutton": "mutton", + "plainsheepmeat": "mutton", + "sheepmeat": "mutton", + "mycelium": { + "material": "MYCELIUM" + }, + "mycel": "mycelium", + "swampgrass": "mycelium", + "sgrass": "mycelium", + "mushroomgrass": "mycelium", + "mushgrass": "mycelium", + "name_tag": { + "material": "NAME_TAG" + }, + "nametag": "name_tag", + "nautilus_shell": { + "material": "NAUTILUS_SHELL" + }, + "nautilusshell": "nautilus_shell", + "netherrack": { + "material": "NETHERRACK" + }, + "nether_brick": { + "material": "NETHER_BRICK" + }, + "netherbrick": "nether_brick", + "nether_bricks": { + "material": "NETHER_BRICKS" + }, + "netherbricks": "nether_bricks", + "nether_brick_fence": { + "material": "NETHER_BRICK_FENCE" + }, + "netherbrickfence": "nether_brick_fence", + "nether_brick_slab": { + "material": "NETHER_BRICK_SLAB" + }, + "netherbrickslab": "nether_brick_slab", + "nether_brick_stairs": { + "material": "NETHER_BRICK_STAIRS" + }, + "netherbrickstairs": "nether_brick_stairs", + "nether_brick_wall": { + "material": "NETHER_BRICK_WALL" + }, + "netherbrickwall": "nether_brick_wall", + "nether_portal": { + "material": "NETHER_PORTAL", + "unspawnable": true + }, + "netherportal": "nether_portal", + "nether_quartz_ore": { + "material": "NETHER_QUARTZ_ORE" + }, + "netherquartzore": "nether_quartz_ore", + "netherquartzo": "nether_quartz_ore", + "orenetherquartz": "nether_quartz_ore", + "onetherquartz": "nether_quartz_ore", + "hellquartzore": "nether_quartz_ore", + "hellquartzo": "nether_quartz_ore", + "orehellquartz": "nether_quartz_ore", + "ohellquartz": "nether_quartz_ore", + "deathquartzore": "nether_quartz_ore", + "deathquartzo": "nether_quartz_ore", + "oredeathquartz": "nether_quartz_ore", + "odeathquartz": "nether_quartz_ore", + "nquartzore": "nether_quartz_ore", + "nquartzo": "nether_quartz_ore", + "orenquartz": "nether_quartz_ore", + "onquartz": "nether_quartz_ore", + "hquartzore": "nether_quartz_ore", + "hquartzo": "nether_quartz_ore", + "orehquartz": "nether_quartz_ore", + "ohquartz": "nether_quartz_ore", + "dquartzore": "nether_quartz_ore", + "dquartzo": "nether_quartz_ore", + "oredquartz": "nether_quartz_ore", + "odquartz": "nether_quartz_ore", + "quartzore": "nether_quartz_ore", + "quartzo": "nether_quartz_ore", + "orequartz": "nether_quartz_ore", + "oquartz": "nether_quartz_ore", + "netherqore": "nether_quartz_ore", + "netherqo": "nether_quartz_ore", + "orenetherq": "nether_quartz_ore", + "onetherq": "nether_quartz_ore", + "hellqore": "nether_quartz_ore", + "hellqo": "nether_quartz_ore", + "orehellq": "nether_quartz_ore", + "ohellq": "nether_quartz_ore", + "deathqore": "nether_quartz_ore", + "deathqo": "nether_quartz_ore", + "oredeathq": "nether_quartz_ore", + "odeathq": "nether_quartz_ore", + "nqore": "nether_quartz_ore", + "nqo": "nether_quartz_ore", + "orenq": "nether_quartz_ore", + "onq": "nether_quartz_ore", + "hqore": "nether_quartz_ore", + "hqo": "nether_quartz_ore", + "orehq": "nether_quartz_ore", + "ohq": "nether_quartz_ore", + "dqore": "nether_quartz_ore", + "dqo": "nether_quartz_ore", + "oredq": "nether_quartz_ore", + "odq": "nether_quartz_ore", + "qore": "nether_quartz_ore", + "qo": "nether_quartz_ore", + "oreq": "nether_quartz_ore", + "oq": "nether_quartz_ore", + "nether_star": { + "material": "NETHER_STAR" + }, + "netherstar": "nether_star", + "nether_wart": { + "material": "NETHER_WART" + }, + "netherwart": "nether_wart", + "nether_wart_block": { + "material": "NETHER_WART_BLOCK" + }, + "netherwartblock": "nether_wart_block", + "note_block": { + "material": "NOTE_BLOCK" + }, + "noteblock": "note_block", + "musicblock": "note_block", + "nblock": "note_block", + "mblock": "note_block", + "oak_boat": { + "material": "OAK_BOAT" + }, + "oakboat": "oak_boat", + "boat": "oak_boat", + "oboat": "oak_boat", + "oak_button": { + "material": "OAK_BUTTON" + }, + "oakbutton": "oak_button", + "oak_door": { + "material": "OAK_DOOR" + }, + "oakdoor": "oak_door", + "oak_fence": { + "material": "OAK_FENCE" + }, + "oakfence": "oak_fence", + "fence": "oak_fence", + "ofence": "oak_fence", + "oak_fence_gate": { + "material": "OAK_FENCE_GATE" + }, + "oakfencegate": "oak_fence_gate", + "fencegate": "oak_fence_gate", + "gate": "oak_fence_gate", + "oakgate": "oak_fence_gate", + "ofencegate": "oak_fence_gate", + "ogate": "oak_fence_gate", + "oak_leaves": { + "material": "OAK_LEAVES" + }, + "oakleaves": "oak_leaves", + "treeleaves": "oak_leaves", + "logleaves": "oak_leaves", + "trunkleaves": "oak_leaves", + "woodleaves": "oak_leaves", + "leaves": "oak_leaves", + "treeleaf": "oak_leaves", + "logleaf": "oak_leaves", + "trunkleaf": "oak_leaves", + "woodleaf": "oak_leaves", + "leaf": "oak_leaves", + "treeleave": "oak_leaves", + "logleave": "oak_leaves", + "trunkleave": "oak_leaves", + "woodleave": "oak_leaves", + "leave": "oak_leaves", + "oaktreeleaves": "oak_leaves", + "oaklogleaves": "oak_leaves", + "oaktrunkleaves": "oak_leaves", + "oakwoodleaves": "oak_leaves", + "oaktreeleaf": "oak_leaves", + "oaklogleaf": "oak_leaves", + "oaktrunkleaf": "oak_leaves", + "oakwoodleaf": "oak_leaves", + "oakleaf": "oak_leaves", + "oaktreeleave": "oak_leaves", + "oaklogleave": "oak_leaves", + "oaktrunkleave": "oak_leaves", + "oakwoodleave": "oak_leaves", + "oakleave": "oak_leaves", + "otreeleaves": "oak_leaves", + "ologleaves": "oak_leaves", + "otrunkleaves": "oak_leaves", + "owoodleaves": "oak_leaves", + "oleaves": "oak_leaves", + "otreeleaf": "oak_leaves", + "ologleaf": "oak_leaves", + "otrunkleaf": "oak_leaves", + "owoodleaf": "oak_leaves", + "oleaf": "oak_leaves", + "otreeleave": "oak_leaves", + "ologleave": "oak_leaves", + "otrunkleave": "oak_leaves", + "owoodleave": "oak_leaves", + "oleave": "oak_leaves", + "oak_log": { + "material": "OAK_LOG" + }, + "oaklog": "oak_log", + "log": "oak_log", + "trunk": "oak_log", + "tree": "oak_log", + "oak": "oak_log", + "logoak": "oak_log", + "oaktrunk": "oak_log", + "oaktree": "oak_log", + "o": "oak_log", + "logo": "oak_log", + "otrunk": "oak_log", + "olog": "oak_log", + "otree": "oak_log", + "oak_planks": { + "material": "OAK_PLANKS" + }, + "oakplanks": "oak_planks", + "woodenplank": "oak_planks", + "woodplank": "oak_planks", + "plankwooden": "oak_planks", + "plankwood": "oak_planks", + "plankw": "oak_planks", + "plank": "oak_planks", + "oakwoodenplank": "oak_planks", + "oakwoodplank": "oak_planks", + "oakwplank": "oak_planks", + "oakplankwooden": "oak_planks", + "oakplankwood": "oak_planks", + "oakplankw": "oak_planks", + "oakplank": "oak_planks", + "owoodenplank": "oak_planks", + "owoodplank": "oak_planks", + "owplank": "oak_planks", + "oplankwooden": "oak_planks", + "oplankwood": "oak_planks", + "oplankw": "oak_planks", + "oplank": "oak_planks", + "oak_pressure_plate": { + "material": "OAK_PRESSURE_PLATE" + }, + "oakpressureplate": "oak_pressure_plate", + "pressureplate": "oak_pressure_plate", + "pressplate": "oak_pressure_plate", + "pplate": "spruce_pressure_plate", + "plate": "oak_pressure_plate", + "oakpressplate": "oak_pressure_plate", + "oakpplate": "oak_pressure_plate", + "oakplate": "oak_pressure_plate", + "opressureplate": "oak_pressure_plate", + "opressplate": "oak_pressure_plate", + "opplate": "oak_pressure_plate", + "oplate": "oak_pressure_plate", + "oak_sapling": { + "material": "OAK_SAPLING" + }, + "oaksapling": "oak_sapling", + "sapling": "oak_sapling", + "treesapling": "oak_sapling", + "logsapling": "oak_sapling", + "trunksapling": "oak_sapling", + "woodsapling": "oak_sapling", + "oaktreesapling": "oak_sapling", + "oaklogsapling": "oak_sapling", + "oaktrunksapling": "oak_sapling", + "oakwoodsapling": "oak_sapling", + "osapling": "oak_sapling", + "otreesapling": "oak_sapling", + "ologsapling": "oak_sapling", + "otrunksapling": "oak_sapling", + "owoodsapling": "oak_sapling", + "oak_sign": { + "material": "OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "oaksign": "oak_sign", + "oak_slab": { + "material": "OAK_SLAB" + }, + "oakslab": "oak_slab", + "woodenstep": "petrified_oak_slab", + "woodstep": "petrified_oak_slab", + "step": "petrified_oak_slab", + "woodenslab": "petrified_oak_slab", + "woodslab": "petrified_oak_slab", + "wslab": "petrified_oak_slab", + "woodenhalfblock": "petrified_oak_slab", + "woodhalfblock": "petrified_oak_slab", + "halfblock": "petrified_oak_slab", + "oakwoodenstep": "petrified_oak_slab", + "oakwoodstep": "petrified_oak_slab", + "oakwstep": "petrified_oak_slab", + "oakstep": "petrified_oak_slab", + "oakwoodenslab": "petrified_oak_slab", + "oakwoodslab": "petrified_oak_slab", + "oakwslab": "petrified_oak_slab", + "oakwoodenhalfblock": "petrified_oak_slab", + "oakwoodhalfblock": "petrified_oak_slab", + "oakwhalfblock": "petrified_oak_slab", + "oakhalfblock": "petrified_oak_slab", + "owoodenstep": "petrified_oak_slab", + "owoodstep": "petrified_oak_slab", + "owstep": "petrified_oak_slab", + "ostep": "petrified_oak_slab", + "owoodenslab": "petrified_oak_slab", + "owoodslab": "petrified_oak_slab", + "owslab": "petrified_oak_slab", + "owoodenhalfblock": "petrified_oak_slab", + "owoodhalfblock": "petrified_oak_slab", + "owhalfblock": "petrified_oak_slab", + "ohalfblock": "petrified_oak_slab", + "oak_stairs": { + "material": "OAK_STAIRS" + }, + "oakstairs": "oak_stairs", + "woodenstairs": "oak_stairs", + "woodstairs": "oak_stairs", + "wstairs": "oak_stairs", + "woodenstair": "oak_stairs", + "woodstair": "oak_stairs", + "stair": "oak_stairs", + "oakwoodenstairs": "oak_stairs", + "oakwoodstairs": "oak_stairs", + "oakwstairs": "oak_stairs", + "oakwoodenstair": "oak_stairs", + "oakwoodstair": "oak_stairs", + "oakwstair": "oak_stairs", + "oakstair": "oak_stairs", + "owoodenstairs": "oak_stairs", + "owoodstairs": "oak_stairs", + "owstairs": "oak_stairs", + "owoodenstair": "oak_stairs", + "owoodstair": "oak_stairs", + "owstair": "oak_stairs", + "ostair": "oak_stairs", + "oak_trapdoor": { + "material": "OAK_TRAPDOOR" + }, + "oaktrapdoor": "oak_trapdoor", + "trapdoor": "oak_trapdoor", + "doortrap": "oak_trapdoor", + "hatch": "oak_trapdoor", + "tdoor": "oak_trapdoor", + "doort": "oak_trapdoor", + "trapd": "oak_trapdoor", + "dtrap": "oak_trapdoor", + "oakdoortrap": "oak_trapdoor", + "oakhatch": "oak_trapdoor", + "oaktdoor": "oak_trapdoor", + "oakdoort": "oak_trapdoor", + "oaktrapd": "oak_trapdoor", + "oakdtrap": "oak_trapdoor", + "otrapdoor": "oak_trapdoor", + "odoortrap": "oak_trapdoor", + "ohatch": "oak_trapdoor", + "otdoor": "oak_trapdoor", + "odoort": "oak_trapdoor", + "otrapd": "oak_trapdoor", + "odtrap": "oak_trapdoor", + "oak_wall_sign": { + "material": "OAK_WALL_SIGN", + "unspawnable": true + }, + "oakwallsign": "oak_wall_sign", + "oak_wood": { + "material": "OAK_WOOD" + }, + "oakwood": "oak_wood", + "wood": "oak_wood", + "logall": "oak_wood", + "trunkall": "oak_wood", + "treeall": "oak_wood", + "oaklogall": "oak_wood", + "oaktrunkall": "oak_wood", + "oaktreeall": "oak_wood", + "owood": "oak_wood", + "ologall": "oak_wood", + "otrunkall": "oak_wood", + "otreeall": "oak_wood", + "observer": { + "material": "OBSERVER" + }, + "obsidian": { + "material": "OBSIDIAN" + }, + "obsi": "obsidian", + "obby": "obsidian", + "ocelot_spawn_egg": { + "material": "OCELOT_SPAWN_EGG" + }, + "ocelotspawnegg": "ocelot_spawn_egg", + "ocelotegg": "ocelot_spawn_egg", + "eggocelot": "ocelot_spawn_egg", + "spawneggocelot": "ocelot_spawn_egg", + "ocelotspawn": "ocelot_spawn_egg", + "spawnocelot": "ocelot_spawn_egg", + "categg": "ocelot_spawn_egg", + "eggcat": "ocelot_spawn_egg", + "spawneggcat": "ocelot_spawn_egg", + "catspawn": "ocelot_spawn_egg", + "spawncat": "ocelot_spawn_egg", + "orange_banner": { + "material": "ORANGE_BANNER" + }, + "orangebanner": "orange_banner", + "ostandingbanner": "orange_banner", + "obanner": "orange_banner", + "orangestandingbanner": "orange_banner", + "orange_bed": { + "material": "ORANGE_BED" + }, + "orangebed": "orange_bed", + "obed": "orange_bed", + "orange_carpet": { + "material": "ORANGE_CARPET" + }, + "orangecarpet": "orange_carpet", + "ocarpet": "orange_carpet", + "ofloor": "orange_carpet", + "orangefloor": "orange_carpet", + "orange_concrete": { + "material": "ORANGE_CONCRETE" + }, + "orangeconcrete": "orange_concrete", + "oconcrete": "orange_concrete", + "orange_concrete_powder": { + "material": "ORANGE_CONCRETE_POWDER" + }, + "orangeconcretepowder": "orange_concrete_powder", + "oconcretepowder": "orange_concrete_powder", + "oconcretesand": "orange_concrete_powder", + "ocpowder": "orange_concrete_powder", + "ocdust": "orange_concrete_powder", + "ocp": "orange_concrete_powder", + "orangeconcretesand": "orange_concrete_powder", + "orangecpowder": "orange_concrete_powder", + "orangecdust": "orange_concrete_powder", + "orangecp": "orange_concrete_powder", + "orange_dye": { + "material": "ORANGE_DYE" + }, + "orangedye": "orange_dye", + "orange_glazed_terracotta": { + "material": "ORANGE_GLAZED_TERRACOTTA" + }, + "orangeglazedterracotta": "orange_glazed_terracotta", + "oglazedtcota": "orange_glazed_terracotta", + "oglazedterra": "orange_glazed_terracotta", + "oglazedterracotta": "orange_glazed_terracotta", + "oglazedterracota": "orange_glazed_terracotta", + "orangeglazedtcota": "orange_glazed_terracotta", + "orangeglazedterra": "orange_glazed_terracotta", + "orangeglazedterracota": "orange_glazed_terracotta", + "orange_shulker_box": { + "material": "ORANGE_SHULKER_BOX" + }, + "orangeshulkerbox": "orange_shulker_box", + "oshulkerbox": "orange_shulker_box", + "ochest": "orange_shulker_box", + "orangechest": "orange_shulker_box", + "orange_stained_glass": { + "material": "ORANGE_STAINED_GLASS" + }, + "orangestainedglass": "orange_stained_glass", + "oglass": "orange_stained_glass", + "osglass": "orange_stained_glass", + "ostainedglass": "orange_stained_glass", + "orangeglass": "orange_stained_glass", + "orangesglass": "orange_stained_glass", + "orange_stained_glass_pane": { + "material": "ORANGE_STAINED_GLASS_PANE" + }, + "orangestainedglasspane": "orange_stained_glass_pane", + "oglasspane": "orange_stained_glass_pane", + "osglasspane": "orange_stained_glass_pane", + "ostainedglasspane": "orange_stained_glass_pane", + "ogpane": "orange_stained_glass_pane", + "orangeglasspane": "orange_stained_glass_pane", + "orangesglasspane": "orange_stained_glass_pane", + "orangegpane": "orange_stained_glass_pane", + "orange_terracotta": { + "material": "ORANGE_TERRACOTTA" + }, + "orangeterracotta": "orange_terracotta", + "oclay": "orange_terracotta", + "osclay": "orange_terracotta", + "ostainedclay": "orange_terracotta", + "oterra": "orange_terracotta", + "otcota": "orange_terracotta", + "oterracota": "orange_terracotta", + "oterracotta": "orange_terracotta", + "orangeclay": "orange_terracotta", + "orangesclay": "orange_terracotta", + "orangestainedclay": "orange_terracotta", + "orangeterra": "orange_terracotta", + "orangetcota": "orange_terracotta", + "orangeterracota": "orange_terracotta", + "orange_tulip": { + "material": "ORANGE_TULIP" + }, + "orangetulip": "orange_tulip", + "tuliporange": "orange_tulip", + "otulip": "orange_tulip", + "tulipo": "orange_tulip", + "orange_wall_banner": { + "material": "ORANGE_WALL_BANNER", + "unspawnable": true + }, + "orangewallbanner": "orange_wall_banner", + "orange_wool": { + "material": "ORANGE_WOOL" + }, + "orangewool": "orange_wool", + "owool": "orange_wool", + "ocloth": "orange_wool", + "ocotton": "orange_wool", + "orangecloth": "orange_wool", + "orangecotton": "orange_wool", + "oxeye_daisy": { + "material": "OXEYE_DAISY" + }, + "oxeyedaisy": "oxeye_daisy", + "oxeye": "oxeye_daisy", + "daisy": "oxeye_daisy", + "daisyoxeye": "oxeye_daisy", + "moondaisy": "oxeye_daisy", + "daisymoon": "oxeye_daisy", + "lightgrayoxeye": "oxeye_daisy", + "lgrayoxeye": "oxeye_daisy", + "lightgreyoxeye": "oxeye_daisy", + "lgreyoxeye": "oxeye_daisy", + "packed_ice": { + "material": "PACKED_ICE" + }, + "packedice": "packed_ice", + "painting": { + "material": "PAINTING" + }, + "panda_spawn_egg": { + "material": "PANDA_SPAWN_EGG" + }, + "pandaspawnegg": "panda_spawn_egg", + "paper": { + "material": "PAPER" + }, + "parrot_spawn_egg": { + "material": "PARROT_SPAWN_EGG" + }, + "parrotspawnegg": "parrot_spawn_egg", + "parrotegg": "parrot_spawn_egg", + "eggparrot": "parrot_spawn_egg", + "spawneggparrot": "parrot_spawn_egg", + "parrotspawn": "parrot_spawn_egg", + "spawnparrot": "parrot_spawn_egg", + "peony": { + "material": "PEONY" + }, + "petrified_oak_slab": { + "material": "PETRIFIED_OAK_SLAB" + }, + "petrifiedoakslab": "petrified_oak_slab", + "phantom_membrane": { + "material": "PHANTOM_MEMBRANE" + }, + "phantommembrane": "phantom_membrane", + "phantom_spawn_egg": { + "material": "PHANTOM_SPAWN_EGG" + }, + "phantomspawnegg": "phantom_spawn_egg", + "phantomegg": "phantom_spawn_egg", + "eggphantom": "phantom_spawn_egg", + "spawneggphantom": "phantom_spawn_egg", + "phantomspawn": "phantom_spawn_egg", + "spawnphantom": "phantom_spawn_egg", + "pig_spawn_egg": { + "material": "PIG_SPAWN_EGG" + }, + "pigspawnegg": "pig_spawn_egg", + "pigegg": "pig_spawn_egg", + "eggpig": "pig_spawn_egg", + "spawneggpig": "pig_spawn_egg", + "pigspawn": "pig_spawn_egg", + "spawnpig": "pig_spawn_egg", + "spawnegg": "pig_spawn_egg", + "spawn": "pig_spawn_egg", + "pillager_spawn_egg": { + "material": "PILLAGER_SPAWN_EGG" + }, + "pillagerspawnegg": "pillager_spawn_egg", + "pink_banner": { + "material": "PINK_BANNER" + }, + "pinkbanner": "pink_banner", + "pistandingbanner": "pink_banner", + "pibanner": "pink_banner", + "pinkstandingbanner": "pink_banner", + "pink_bed": { + "material": "PINK_BED" + }, + "pinkbed": "pink_bed", + "pibed": "pink_bed", + "pink_carpet": { + "material": "PINK_CARPET" + }, + "pinkcarpet": "pink_carpet", + "picarpet": "pink_carpet", + "pifloor": "pink_carpet", + "pinkfloor": "pink_carpet", + "pink_concrete": { + "material": "PINK_CONCRETE" + }, + "pinkconcrete": "pink_concrete", + "piconcrete": "pink_concrete", + "pink_concrete_powder": { + "material": "PINK_CONCRETE_POWDER" + }, + "pinkconcretepowder": "pink_concrete_powder", + "piconcretepowder": "pink_concrete_powder", + "piconcretesand": "pink_concrete_powder", + "picpowder": "pink_concrete_powder", + "picdust": "pink_concrete_powder", + "picp": "pink_concrete_powder", + "pinkconcretesand": "pink_concrete_powder", + "pinkcpowder": "pink_concrete_powder", + "pinkcdust": "pink_concrete_powder", + "pinkcp": "pink_concrete_powder", + "pink_dye": { + "material": "PINK_DYE" + }, + "pinkdye": "pink_dye", + "pink_glazed_terracotta": { + "material": "PINK_GLAZED_TERRACOTTA" + }, + "pinkglazedterracotta": "pink_glazed_terracotta", + "piglazedtcota": "pink_glazed_terracotta", + "piglazedterra": "pink_glazed_terracotta", + "piglazedterracotta": "pink_glazed_terracotta", + "piglazedterracota": "pink_glazed_terracotta", + "pinkglazedtcota": "pink_glazed_terracotta", + "pinkglazedterra": "pink_glazed_terracotta", + "pinkglazedterracota": "pink_glazed_terracotta", + "pink_shulker_box": { + "material": "PINK_SHULKER_BOX" + }, + "pinkshulkerbox": "pink_shulker_box", + "pishulkerbox": "pink_shulker_box", + "pichest": "pink_shulker_box", + "pinkchest": "pink_shulker_box", + "pink_stained_glass": { + "material": "PINK_STAINED_GLASS" + }, + "pinkstainedglass": "pink_stained_glass", + "piglass": "pink_stained_glass", + "pisglass": "pink_stained_glass", + "pistainedglass": "pink_stained_glass", + "pinkglass": "pink_stained_glass", + "pinksglass": "pink_stained_glass", + "pink_stained_glass_pane": { + "material": "PINK_STAINED_GLASS_PANE" + }, + "pinkstainedglasspane": "pink_stained_glass_pane", + "piglasspane": "pink_stained_glass_pane", + "pisglasspane": "pink_stained_glass_pane", + "pistainedglasspane": "pink_stained_glass_pane", + "pigpane": "pink_stained_glass_pane", + "pinkglasspane": "pink_stained_glass_pane", + "pinksglasspane": "pink_stained_glass_pane", + "pinkgpane": "pink_stained_glass_pane", + "pink_terracotta": { + "material": "PINK_TERRACOTTA" + }, + "pinkterracotta": "pink_terracotta", + "piclay": "pink_terracotta", + "pisclay": "pink_terracotta", + "pistainedclay": "pink_terracotta", + "piterra": "pink_terracotta", + "pitcota": "pink_terracotta", + "piterracota": "pink_terracotta", + "piterracotta": "pink_terracotta", + "pinkclay": "pink_terracotta", + "pinksclay": "pink_terracotta", + "pinkstainedclay": "pink_terracotta", + "pinkterra": "pink_terracotta", + "pinktcota": "pink_terracotta", + "pinkterracota": "pink_terracotta", + "pink_tulip": { + "material": "PINK_TULIP" + }, + "pinktulip": "pink_tulip", + "tulippink": "pink_tulip", + "ptulip": "pink_tulip", + "tulipp": "pink_tulip", + "pink_wall_banner": { + "material": "PINK_WALL_BANNER", + "unspawnable": true + }, + "pinkwallbanner": "pink_wall_banner", + "pink_wool": { + "material": "PINK_WOOL" + }, + "pinkwool": "pink_wool", + "piwool": "pink_wool", + "picloth": "pink_wool", + "picotton": "pink_wool", + "pinkcloth": "pink_wool", + "pinkcotton": "pink_wool", + "piston": { + "material": "PISTON" + }, + "piston_head": { + "material": "PISTON_HEAD", + "unspawnable": true + }, + "pistonhead": "piston_head", + "player_head": { + "material": "PLAYER_HEAD" + }, + "playerhead": "player_head", + "head": "player_head", + "skull": "player_head", + "steve": "player_head", + "mask": "player_head", + "headmask": "player_head", + "playerskull": "player_head", + "headplayer": "player_head", + "steveplayer": "player_head", + "playermask": "player_head", + "playerheadmask": "player_head", + "phead": "player_head", + "pskull": "player_head", + "headp": "player_head", + "stevep": "player_head", + "pmask": "player_head", + "pheadmask": "player_head", + "stevehead": "player_head", + "steveskull": "player_head", + "headsteve": "player_head", + "stevesteve": "player_head", + "stevemask": "player_head", + "steveheadmask": "player_head", + "humanhead": "player_head", + "humanskull": "player_head", + "headhuman": "player_head", + "stevehuman": "player_head", + "humanmask": "player_head", + "humanheadmask": "player_head", + "player_wall_head": { + "material": "PLAYER_WALL_HEAD", + "unspawnable": true + }, + "playerwallhead": "player_wall_head", + "podzol": { + "material": "PODZOL" + }, + "poisonous_potato": { + "material": "POISONOUS_POTATO" + }, + "poisonouspotato": "poisonous_potato", + "polar_bear_spawn_egg": { + "material": "POLAR_BEAR_SPAWN_EGG" + }, + "polarbearspawnegg": "polar_bear_spawn_egg", + "polarbearegg": "polar_bear_spawn_egg", + "eggpolarbear": "polar_bear_spawn_egg", + "spawneggpolarbear": "polar_bear_spawn_egg", + "polarbearspawn": "polar_bear_spawn_egg", + "spawnpolarbear": "polar_bear_spawn_egg", + "polaregg": "polar_bear_spawn_egg", + "eggpolar": "polar_bear_spawn_egg", + "polarspawnegg": "polar_bear_spawn_egg", + "spawneggpolar": "polar_bear_spawn_egg", + "polarspawn": "polar_bear_spawn_egg", + "spawnpolar": "polar_bear_spawn_egg", + "bearegg": "polar_bear_spawn_egg", + "eggbear": "polar_bear_spawn_egg", + "bearspawnegg": "polar_bear_spawn_egg", + "spawneggbear": "polar_bear_spawn_egg", + "bearspawn": "polar_bear_spawn_egg", + "spawnbear": "polar_bear_spawn_egg", + "polished_andesite": { + "material": "POLISHED_ANDESITE" + }, + "polishedandesite": "polished_andesite", + "pandesite": "polished_andesite", + "pastone": "polished_andesite", + "polishedastone": "polished_andesite", + "polished_andesite_slab": { + "material": "POLISHED_ANDESITE_SLAB" + }, + "polishedandesiteslab": "polished_andesite_slab", + "polished_andesite_stairs": { + "material": "POLISHED_ANDESITE_STAIRS" + }, + "polishedandesitestairs": "polished_andesite_stairs", + "polished_diorite": { + "material": "POLISHED_DIORITE" + }, + "polisheddiorite": "polished_diorite", + "pdiorite": "polished_diorite", + "pdstone": "polished_diorite", + "polisheddstone": "polished_diorite", + "polished_diorite_slab": { + "material": "POLISHED_DIORITE_SLAB" + }, + "polisheddioriteslab": "polished_diorite_slab", + "polished_diorite_stairs": { + "material": "POLISHED_DIORITE_STAIRS" + }, + "polisheddioritestairs": "polished_diorite_stairs", + "polished_granite": { + "material": "POLISHED_GRANITE" + }, + "polishedgranite": "polished_granite", + "pgranite": "polished_granite", + "pgstone": "polished_granite", + "polishedgstone": "polished_granite", + "polished_granite_slab": { + "material": "POLISHED_GRANITE_SLAB" + }, + "polishedgraniteslab": "polished_granite_slab", + "polished_granite_stairs": { + "material": "POLISHED_GRANITE_STAIRS" + }, + "polishedgranitestairs": "polished_granite_stairs", + "popped_chorus_fruit": { + "material": "POPPED_CHORUS_FRUIT" + }, + "poppedchorusfruit": "popped_chorus_fruit", + "pchorus": "popped_chorus_fruit", + "poppedchorus": "popped_chorus_fruit", + "popchorus": "popped_chorus_fruit", + "poppy": { + "material": "POPPY" + }, + "rose": "poppy", + "redrose": "poppy", + "rrose": "poppy", + "redflower": "poppy", + "rflower": "poppy", + "redpoppy": "poppy", + "porkchop": { + "material": "PORKCHOP" + }, + "rawpork": "porkchop", + "rawporkchop": "porkchop", + "rapork": "porkchop", + "raporkchop": "porkchop", + "uncookedpork": "porkchop", + "uncookedporkchop": "porkchop", + "plainpork": "porkchop", + "plainporkchop": "porkchop", + "pork": "porkchop", + "potato": { + "material": "POTATO" + }, + "potatoes": { + "material": "POTATOES", + "unspawnable": true + }, + "potion": { + "material": "POTION" + }, + "potted_acacia_sapling": { + "material": "POTTED_ACACIA_SAPLING", + "unspawnable": true + }, + "pottedacaciasapling": "potted_acacia_sapling", + "potted_allium": { + "material": "POTTED_ALLIUM", + "unspawnable": true + }, + "pottedallium": "potted_allium", + "potted_azure_bluet": { + "material": "POTTED_AZURE_BLUET", + "unspawnable": true + }, + "pottedazurebluet": "potted_azure_bluet", + "potted_bamboo": { + "material": "POTTED_BAMBOO", + "unspawnable": true + }, + "pottedbamboo": "potted_bamboo", + "potted_birch_sapling": { + "material": "POTTED_BIRCH_SAPLING", + "unspawnable": true + }, + "pottedbirchsapling": "potted_birch_sapling", + "potted_blue_orchid": { + "material": "POTTED_BLUE_ORCHID", + "unspawnable": true + }, + "pottedblueorchid": "potted_blue_orchid", + "potted_brown_mushroom": { + "material": "POTTED_BROWN_MUSHROOM", + "unspawnable": true + }, + "pottedbrownmushroom": "potted_brown_mushroom", + "potted_cactus": { + "material": "POTTED_CACTUS", + "unspawnable": true + }, + "pottedcactus": "potted_cactus", + "potted_cornflower": { + "material": "POTTED_CORNFLOWER", + "unspawnable": true + }, + "pottedcornflower": "potted_cornflower", + "potted_dandelion": { + "material": "POTTED_DANDELION", + "unspawnable": true + }, + "potteddandelion": "potted_dandelion", + "potted_dark_oak_sapling": { + "material": "POTTED_DARK_OAK_SAPLING", + "unspawnable": true + }, + "potteddarkoaksapling": "potted_dark_oak_sapling", + "potted_dead_bush": { + "material": "POTTED_DEAD_BUSH", + "unspawnable": true + }, + "potteddeadbush": "potted_dead_bush", + "potted_fern": { + "material": "POTTED_FERN", + "unspawnable": true + }, + "pottedfern": "potted_fern", + "potted_jungle_sapling": { + "material": "POTTED_JUNGLE_SAPLING", + "unspawnable": true + }, + "pottedjunglesapling": "potted_jungle_sapling", + "potted_lily_of_the_valley": { + "material": "POTTED_LILY_OF_THE_VALLEY", + "unspawnable": true + }, + "pottedlilyofthevalley": "potted_lily_of_the_valley", + "potted_oak_sapling": { + "material": "POTTED_OAK_SAPLING", + "unspawnable": true + }, + "pottedoaksapling": "potted_oak_sapling", + "potted_orange_tulip": { + "material": "POTTED_ORANGE_TULIP", + "unspawnable": true + }, + "pottedorangetulip": "potted_orange_tulip", + "potted_oxeye_daisy": { + "material": "POTTED_OXEYE_DAISY", + "unspawnable": true + }, + "pottedoxeyedaisy": "potted_oxeye_daisy", + "potted_pink_tulip": { + "material": "POTTED_PINK_TULIP", + "unspawnable": true + }, + "pottedpinktulip": "potted_pink_tulip", + "potted_poppy": { + "material": "POTTED_POPPY", + "unspawnable": true + }, + "pottedpoppy": "potted_poppy", + "potted_red_mushroom": { + "material": "POTTED_RED_MUSHROOM", + "unspawnable": true + }, + "pottedredmushroom": "potted_red_mushroom", + "potted_red_tulip": { + "material": "POTTED_RED_TULIP", + "unspawnable": true + }, + "pottedredtulip": "potted_red_tulip", + "potted_spruce_sapling": { + "material": "POTTED_SPRUCE_SAPLING", + "unspawnable": true + }, + "pottedsprucesapling": "potted_spruce_sapling", + "potted_white_tulip": { + "material": "POTTED_WHITE_TULIP", + "unspawnable": true + }, + "pottedwhitetulip": "potted_white_tulip", + "potted_wither_rose": { + "material": "POTTED_WITHER_ROSE", + "unspawnable": true + }, + "pottedwitherrose": "potted_wither_rose", + "powered_rail": { + "material": "POWERED_RAIL" + }, + "poweredrail": "powered_rail", + "poweredrails": "powered_rail", + "poweredtrack": "powered_rail", + "boosterrails": "powered_rail", + "boosterrail": "powered_rail", + "boostertrack": "powered_rail", + "powerrails": "powered_rail", + "powerrail": "powered_rail", + "powertrack": "powered_rail", + "boostrails": "powered_rail", + "boostrail": "powered_rail", + "boosttrack": "powered_rail", + "prails": "powered_rail", + "prail": "powered_rail", + "ptrack": "powered_rail", + "brails": "powered_rail", + "brail": "powered_rail", + "btrack": "powered_rail", + "prismarine": { + "material": "PRISMARINE" + }, + "prismarine_bricks": { + "material": "PRISMARINE_BRICKS" + }, + "prismarinebricks": "prismarine_bricks", + "prismarinebrick": "prismarine_bricks", + "prismarinebr": "prismarine_bricks", + "prisbricks": "prismarine_bricks", + "prisbrick": "prismarine_bricks", + "prisbr": "prismarine_bricks", + "seabricks": "prismarine_bricks", + "seabrick": "prismarine_bricks", + "seabr": "prismarine_bricks", + "prismarine_brick_slab": { + "material": "PRISMARINE_BRICK_SLAB" + }, + "prismarinebrickslab": "prismarine_brick_slab", + "prismarinebricksslab": "prismarine_brick_slab", + "prismarinebrickssl": "prismarine_brick_slab", + "prismarinebricksl": "prismarine_brick_slab", + "prismarinebrslab": "prismarine_brick_slab", + "prismarinebrsl": "prismarine_brick_slab", + "prisbricksslab": "prismarine_brick_slab", + "prisbrickssl": "prismarine_brick_slab", + "prisbrickslab": "prismarine_brick_slab", + "prisbricksl": "prismarine_brick_slab", + "prisbrslab": "prismarine_brick_slab", + "prisbrsl": "prismarine_brick_slab", + "seabricksslab": "prismarine_brick_slab", + "seabrickssl": "prismarine_brick_slab", + "seabrickslab": "prismarine_brick_slab", + "seabricksl": "prismarine_brick_slab", + "seabrslab": "prismarine_brick_slab", + "seabrsl": "prismarine_brick_slab", + "prismarine_brick_stairs": { + "material": "PRISMARINE_BRICK_STAIRS" + }, + "prismarinebrickstairs": "prismarine_brick_stairs", + "prismarinebricksstairs": "prismarine_brick_stairs", + "prismarinebricksstair": "prismarine_brick_stairs", + "prismarinebricksst": "prismarine_brick_stairs", + "prismarinebrickstair": "prismarine_brick_stairs", + "prismarinebrickst": "prismarine_brick_stairs", + "prismarinebrstairs": "prismarine_brick_stairs", + "prismarinebrstair": "prismarine_brick_stairs", + "prismarinebrst": "prismarine_brick_stairs", + "prisbricksstairs": "prismarine_brick_stairs", + "prisbricksstair": "prismarine_brick_stairs", + "prisbricksst": "prismarine_brick_stairs", + "prisbrickstairs": "prismarine_brick_stairs", + "prisbrickstair": "prismarine_brick_stairs", + "prisbrickst": "prismarine_brick_stairs", + "prisbrstairs": "prismarine_brick_stairs", + "prisbrstair": "prismarine_brick_stairs", + "prisbrst": "prismarine_brick_stairs", + "seabricksstairs": "prismarine_brick_stairs", + "seabricksstair": "prismarine_brick_stairs", + "seabricksst": "prismarine_brick_stairs", + "seabrickstairs": "prismarine_brick_stairs", + "seabrickstair": "prismarine_brick_stairs", + "seabrickst": "prismarine_brick_stairs", + "seabrstairs": "prismarine_brick_stairs", + "seabrstair": "prismarine_brick_stairs", + "seabrst": "prismarine_brick_stairs", + "prismarine_crystals": { + "material": "PRISMARINE_CRYSTALS" + }, + "prismarinecrystals": "prismarine_crystals", + "prismarinecrystal": "prismarine_crystals", + "priscrystals": "prismarine_crystals", + "priscrystal": "prismarine_crystals", + "seacrystals": "prismarine_crystals", + "seacrystal": "prismarine_crystals", + "prismarine_shard": { + "material": "PRISMARINE_SHARD" + }, + "prismarineshard": "prismarine_shard", + "prismarinefragment": "prismarine_shard", + "prisshard": "prismarine_shard", + "prisfragment": "prismarine_shard", + "seashard": "prismarine_shard", + "seafragment": "prismarine_shard", + "prismarine_slab": { + "material": "PRISMARINE_SLAB" + }, + "prismarineslab": "prismarine_slab", + "prismarinesl": "prismarine_slab", + "prisslab": "prismarine_slab", + "prissl": "prismarine_slab", + "seaslab": "prismarine_slab", + "seasl": "prismarine_slab", + "prismarine_stairs": { + "material": "PRISMARINE_STAIRS" + }, + "prismarinestairs": "prismarine_stairs", + "prismarinestair": "prismarine_stairs", + "prismarinest": "prismarine_stairs", + "prisstairs": "prismarine_stairs", + "prisstair": "prismarine_stairs", + "prisst": "prismarine_stairs", + "seastairs": "prismarine_stairs", + "seastair": "prismarine_stairs", + "seast": "prismarine_stairs", + "prismarine_wall": { + "material": "PRISMARINE_WALL" + }, + "prismarinewall": "prismarine_wall", + "pufferfish": { + "material": "PUFFERFISH" + }, + "rawpufferfish": "pufferfish", + "rawpufffish": "pufferfish", + "rawfishpuff": "pufferfish", + "rawpfish": "pufferfish", + "rawfishp": "pufferfish", + "rapufferfish": "pufferfish", + "rapufffish": "pufferfish", + "rafishpuff": "pufferfish", + "rapfish": "pufferfish", + "rafishp": "pufferfish", + "uncookedpufferfish": "pufferfish", + "uncookedpufffish": "pufferfish", + "uncookedfishpuff": "pufferfish", + "uncookedpfish": "pufferfish", + "uncookedfishp": "pufferfish", + "plainpufferfish": "pufferfish", + "plainpufffish": "pufferfish", + "plainfishpuff": "pufferfish", + "plainpfish": "pufferfish", + "plainfishp": "pufferfish", + "pufffish": "pufferfish", + "fishpuff": "pufferfish", + "pfish": "pufferfish", + "fishp": "pufferfish", + "pufferfish_bucket": { + "material": "PUFFERFISH_BUCKET" + }, + "pufferfishbucket": "pufferfish_bucket", + "pufferfishpail": "pufferfish_bucket", + "pufferbucket": "pufferfish_bucket", + "pufferpail": "pufferfish_bucket", + "pfishbucket": "pufferfish_bucket", + "pfishpail": "pufferfish_bucket", + "pufferfish_spawn_egg": { + "material": "PUFFERFISH_SPAWN_EGG" + }, + "pufferfishspawnegg": "pufferfish_spawn_egg", + "pufferfishegg": "pufferfish_spawn_egg", + "eggpufferfish": "pufferfish_spawn_egg", + "spawneggpufferfish": "pufferfish_spawn_egg", + "pufferfishspawn": "pufferfish_spawn_egg", + "spawnpufferfish": "pufferfish_spawn_egg", + "pufferegg": "pufferfish_spawn_egg", + "eggpuffer": "pufferfish_spawn_egg", + "pufferspawnegg": "pufferfish_spawn_egg", + "spawneggpuffer": "pufferfish_spawn_egg", + "pufferspawn": "pufferfish_spawn_egg", + "spawnpuffer": "pufferfish_spawn_egg", + "pfishegg": "pufferfish_spawn_egg", + "eggpfish": "pufferfish_spawn_egg", + "pfishspawnegg": "pufferfish_spawn_egg", + "spawneggpfish": "pufferfish_spawn_egg", + "pfishspawn": "pufferfish_spawn_egg", + "spawnpfish": "pufferfish_spawn_egg", + "pumpkin": { + "material": "PUMPKIN" + }, + "pumpkin_pie": { + "material": "PUMPKIN_PIE" + }, + "pumpkinpie": "pumpkin_pie", + "pumpkin_seeds": { + "material": "PUMPKIN_SEEDS" + }, + "pumpkinseeds": "pumpkin_seeds", + "pumpkin_stem": { + "material": "PUMPKIN_STEM", + "unspawnable": true + }, + "pumpkinstem": "pumpkin_stem", + "purple_banner": { + "material": "PURPLE_BANNER" + }, + "purplebanner": "purple_banner", + "pustandingbanner": "purple_banner", + "pubanner": "purple_banner", + "purplestandingbanner": "purple_banner", + "purple_bed": { + "material": "PURPLE_BED" + }, + "purplebed": "purple_bed", + "pubed": "purple_bed", + "purple_carpet": { + "material": "PURPLE_CARPET" + }, + "purplecarpet": "purple_carpet", + "pucarpet": "purple_carpet", + "pufloor": "purple_carpet", + "purplefloor": "purple_carpet", + "purple_concrete": { + "material": "PURPLE_CONCRETE" + }, + "purpleconcrete": "purple_concrete", + "puconcrete": "purple_concrete", + "purple_concrete_powder": { + "material": "PURPLE_CONCRETE_POWDER" + }, + "purpleconcretepowder": "purple_concrete_powder", + "puconcretepowder": "purple_concrete_powder", + "puconcretesand": "purple_concrete_powder", + "pucpowder": "purple_concrete_powder", + "pucdust": "purple_concrete_powder", + "pucp": "purple_concrete_powder", + "purpleconcretesand": "purple_concrete_powder", + "purplecpowder": "purple_concrete_powder", + "purplecdust": "purple_concrete_powder", + "purplecp": "purple_concrete_powder", + "purple_dye": { + "material": "PURPLE_DYE" + }, + "purpledye": "purple_dye", + "purple_glazed_terracotta": { + "material": "PURPLE_GLAZED_TERRACOTTA" + }, + "purpleglazedterracotta": "purple_glazed_terracotta", + "puglazedtcota": "purple_glazed_terracotta", + "puglazedterra": "purple_glazed_terracotta", + "puglazedterracotta": "purple_glazed_terracotta", + "puglazedterracota": "purple_glazed_terracotta", + "purpleglazedtcota": "purple_glazed_terracotta", + "purpleglazedterra": "purple_glazed_terracotta", + "purpleglazedterracota": "purple_glazed_terracotta", + "purple_shulker_box": { + "material": "PURPLE_SHULKER_BOX" + }, + "purpleshulkerbox": "purple_shulker_box", + "pushulkerbox": "purple_shulker_box", + "puchest": "purple_shulker_box", + "purplechest": "purple_shulker_box", + "purple_stained_glass": { + "material": "PURPLE_STAINED_GLASS" + }, + "purplestainedglass": "purple_stained_glass", + "puglass": "purple_stained_glass", + "pusglass": "purple_stained_glass", + "pustainedglass": "purple_stained_glass", + "purpleglass": "purple_stained_glass", + "purplesglass": "purple_stained_glass", + "purple_stained_glass_pane": { + "material": "PURPLE_STAINED_GLASS_PANE" + }, + "purplestainedglasspane": "purple_stained_glass_pane", + "puglasspane": "purple_stained_glass_pane", + "pusglasspane": "purple_stained_glass_pane", + "pustainedglasspane": "purple_stained_glass_pane", + "pugpane": "purple_stained_glass_pane", + "purpleglasspane": "purple_stained_glass_pane", + "purplesglasspane": "purple_stained_glass_pane", + "purplegpane": "purple_stained_glass_pane", + "purple_terracotta": { + "material": "PURPLE_TERRACOTTA" + }, + "purpleterracotta": "purple_terracotta", + "puclay": "purple_terracotta", + "pusclay": "purple_terracotta", + "pustainedclay": "purple_terracotta", + "puterra": "purple_terracotta", + "putcota": "purple_terracotta", + "puterracota": "purple_terracotta", + "puterracotta": "purple_terracotta", + "purpleclay": "purple_terracotta", + "purplesclay": "purple_terracotta", + "purplestainedclay": "purple_terracotta", + "purpleterra": "purple_terracotta", + "purpletcota": "purple_terracotta", + "purpleterracota": "purple_terracotta", + "purple_wall_banner": { + "material": "PURPLE_WALL_BANNER", + "unspawnable": true + }, + "purplewallbanner": "purple_wall_banner", + "purple_wool": { + "material": "PURPLE_WOOL" + }, + "purplewool": "purple_wool", + "puwool": "purple_wool", + "pucloth": "purple_wool", + "pucotton": "purple_wool", + "purplecloth": "purple_wool", + "purplecotton": "purple_wool", + "purpur_block": { + "material": "PURPUR_BLOCK" + }, + "purpurblock": "purpur_block", + "purpur_pillar": { + "material": "PURPUR_PILLAR" + }, + "purpurpillar": "purpur_pillar", + "purpur_slab": { + "material": "PURPUR_SLAB" + }, + "purpurslab": "purpur_slab", + "purpur_stairs": { + "material": "PURPUR_STAIRS" + }, + "purpurstairs": "purpur_stairs", + "quartz": { + "material": "QUARTZ" + }, + "quartz_block": { + "material": "QUARTZ_BLOCK" + }, + "quartzblock": "quartz_block", + "netherquartzblock": "quartz_block", + "nqblock": "quartz_block", + "qblock": "quartz_block", + "quartz_pillar": { + "material": "QUARTZ_PILLAR" + }, + "quartzpillar": "quartz_pillar", + "quartz_slab": { + "material": "QUARTZ_SLAB" + }, + "quartzslab": "quartz_slab", + "quartz_stairs": { + "material": "QUARTZ_STAIRS" + }, + "quartzstairs": "quartz_stairs", + "rabbit": { + "material": "RABBIT" + }, + "rawrabbit": "rabbit", + "rawhare": "rabbit", + "rawhasenpfeffer": "rabbit", + "rarabbit": "rabbit", + "rahare": "rabbit", + "rahasenpfeffer": "rabbit", + "uncookedrabbit": "rabbit", + "uncookedhare": "rabbit", + "uncookedhasenpfeffer": "rabbit", + "plainrabbit": "rabbit", + "plainhare": "rabbit", + "plainhasenpfeffer": "rabbit", + "hare": "rabbit", + "hasenpfeffer": "rabbit", + "rabbit_foot": { + "material": "RABBIT_FOOT" + }, + "rabbitfoot": "rabbit_foot", + "rabbit_hide": { + "material": "RABBIT_HIDE" + }, + "rabbithide": "rabbit_hide", + "rabbit_spawn_egg": { + "material": "RABBIT_SPAWN_EGG" + }, + "rabbitspawnegg": "rabbit_spawn_egg", + "rabbitegg": "rabbit_spawn_egg", + "eggrabbit": "rabbit_spawn_egg", + "spawneggrabbit": "rabbit_spawn_egg", + "rabbitspawn": "rabbit_spawn_egg", + "spawnrabbit": "rabbit_spawn_egg", + "rabbit_stew": { + "material": "RABBIT_STEW" + }, + "rabbitstew": "rabbit_stew", + "rail": { + "material": "RAIL" + }, + "rails": "rail", + "track": "rail", + "minecartrails": "rail", + "minecartrail": "rail", + "minecarttrack": "rail", + "mcartrails": "rail", + "mcartrail": "rail", + "mcarttrack": "rail", + "mcrails": "rail", + "mcrail": "rail", + "mctrack": "rail", + "ravager_spawn_egg": { + "material": "RAVAGER_SPAWN_EGG" + }, + "ravagerspawnegg": "ravager_spawn_egg", + "redstone": { + "material": "REDSTONE" + }, + "redstone_block": { + "material": "REDSTONE_BLOCK" + }, + "redstoneblock": "redstone_block", + "blockredstone": "redstone_block", + "redsblock": "redstone_block", + "blockreds": "redstone_block", + "redblock": "redstone_block", + "blockred": "redstone_block", + "rstoneblock": "redstone_block", + "blockrstone": "redstone_block", + "rsblock": "redstone_block", + "blockrs": "redstone_block", + "rblock": "redstone_block", + "blockr": "redstone_block", + "redstone_lamp": { + "material": "REDSTONE_LAMP" + }, + "redstonelamp": "redstone_lamp", + "redstone_ore": { + "material": "REDSTONE_ORE" + }, + "redstoneore": "redstone_ore", + "redstoneo": "redstone_ore", + "oreredstone": "redstone_ore", + "oredstone": "redstone_ore", + "redsore": "redstone_ore", + "redso": "redstone_ore", + "orereds": "redstone_ore", + "oreds": "redstone_ore", + "redore": "redstone_ore", + "redo": "redstone_ore", + "orered": "redstone_ore", + "rstoneore": "redstone_ore", + "rstoneo": "redstone_ore", + "orerstone": "redstone_ore", + "orstone": "redstone_ore", + "rsore": "redstone_ore", + "rso": "redstone_ore", + "orers": "redstone_ore", + "ors": "redstone_ore", + "rore": "redstone_ore", + "ro": "redstone_ore", + "orer": "redstone_ore", + "or": "redstone_ore", + "redstone_torch": { + "material": "REDSTONE_TORCH" + }, + "redstonetorch": "redstone_torch", + "rstonetorch": "redstone_torch", + "redstorch": "redstone_torch", + "redtorch": "redstone_torch", + "rstorch": "redstone_torch", + "redstone_wall_torch": { + "material": "REDSTONE_WALL_TORCH", + "unspawnable": true + }, + "redstonewalltorch": "redstone_wall_torch", + "redstone_wire": { + "material": "REDSTONE_WIRE", + "unspawnable": true + }, + "redstonewire": "redstone_wire", + "red_banner": { + "material": "RED_BANNER" + }, + "redbanner": "red_banner", + "rstandingbanner": "red_banner", + "rbanner": "red_banner", + "redstandingbanner": "red_banner", + "red_bed": { + "material": "RED_BED" + }, + "redbed": "red_bed", + "rbed": "red_bed", + "red_carpet": { + "material": "RED_CARPET" + }, + "redcarpet": "red_carpet", + "rcarpet": "red_carpet", + "rfloor": "red_carpet", + "redfloor": "red_carpet", + "red_concrete": { + "material": "RED_CONCRETE" + }, + "redconcrete": "red_concrete", + "rconcrete": "red_concrete", + "red_concrete_powder": { + "material": "RED_CONCRETE_POWDER" + }, + "redconcretepowder": "red_concrete_powder", + "rconcretepowder": "red_concrete_powder", + "rconcretesand": "red_concrete_powder", + "rcpowder": "red_concrete_powder", + "rcdust": "red_concrete_powder", + "rcp": "red_concrete_powder", + "redconcretesand": "red_concrete_powder", + "redcpowder": "red_concrete_powder", + "redcdust": "red_concrete_powder", + "redcp": "red_concrete_powder", + "red_dye": { + "material": "RED_DYE", + "fallbacks": [ + "ROSE_RED" + ] + }, + "reddye": "red_dye", + "red_glazed_terracotta": { + "material": "RED_GLAZED_TERRACOTTA" + }, + "redglazedterracotta": "red_glazed_terracotta", + "rglazedtcota": "red_glazed_terracotta", + "rglazedterra": "red_glazed_terracotta", + "rglazedterracotta": "red_glazed_terracotta", + "rglazedterracota": "red_glazed_terracotta", + "redglazedtcota": "red_glazed_terracotta", + "redglazedterra": "red_glazed_terracotta", + "redglazedterracota": "red_glazed_terracotta", + "red_mushroom": { + "material": "RED_MUSHROOM" + }, + "redmushroom": "red_mushroom", + "redmush": "red_mushroom", + "redshroom": "red_mushroom", + "rmushroom": "red_mushroom", + "rmush": "red_mushroom", + "rshroom": "red_mushroom", + "red_mushroom_block": { + "material": "RED_MUSHROOM_BLOCK" + }, + "redmushroomblock": "red_mushroom_block", + "giantredmushroom": "red_mushroom_block", + "giantredmush": "red_mushroom_block", + "gredmushroom": "red_mushroom_block", + "gredmush": "red_mushroom_block", + "hugeredmushroom": "red_mushroom_block", + "hugeredmush": "red_mushroom_block", + "hredmushroom": "red_mushroom_block", + "hredmush": "red_mushroom_block", + "bigredmushroom": "red_mushroom_block", + "bigredmush": "red_mushroom_block", + "bredmushroom": "red_mushroom_block", + "bredmush": "red_mushroom_block", + "giantrmushroom": "red_mushroom_block", + "giantrmush": "red_mushroom_block", + "grmushroom": "red_mushroom_block", + "grmush": "red_mushroom_block", + "hugermushroom": "red_mushroom_block", + "hugermush": "red_mushroom_block", + "hrmushroom": "red_mushroom_block", + "hrmush": "red_mushroom_block", + "bigrmushroom": "red_mushroom_block", + "bigrmush": "red_mushroom_block", + "brmushroom": "red_mushroom_block", + "brmush": "red_mushroom_block", + "red_nether_bricks": { + "material": "RED_NETHER_BRICKS" + }, + "rednetherbricks": "red_nether_bricks", + "red_nether_brick_slab": { + "material": "RED_NETHER_BRICK_SLAB" + }, + "rednetherbrickslab": "red_nether_brick_slab", + "red_nether_brick_stairs": { + "material": "RED_NETHER_BRICK_STAIRS" + }, + "rednetherbrickstairs": "red_nether_brick_stairs", + "red_nether_brick_wall": { + "material": "RED_NETHER_BRICK_WALL" + }, + "rednetherbrickwall": "red_nether_brick_wall", + "red_sand": { + "material": "RED_SAND" + }, + "redsand": "red_sand", + "rsand": "red_sand", + "red_sandstone": { + "material": "RED_SANDSTONE" + }, + "redsandstone": "red_sandstone", + "rsstone": "red_sandstone", + "rsandstone": "red_sandstone", + "rsandst": "red_sandstone", + "rsastone": "red_sandstone", + "red_sandstone_slab": { + "material": "RED_SANDSTONE_SLAB" + }, + "redsandstoneslab": "red_sandstone_slab", + "redsandstonesl": "red_sandstone_slab", + "rsandstoneslab": "red_sandstone_slab", + "rsandstonesl": "red_sandstone_slab", + "rsandstslab": "red_sandstone_slab", + "rsandstsl": "red_sandstone_slab", + "rsastoneslab": "red_sandstone_slab", + "rsastonesl": "red_sandstone_slab", + "red_sandstone_stairs": { + "material": "RED_SANDSTONE_STAIRS" + }, + "redsandstonestairs": "red_sandstone_stairs", + "redsandstonestair": "red_sandstone_stairs", + "redsandstonest": "red_sandstone_stairs", + "rsandstonestair": "red_sandstone_stairs", + "rsandstonestairs": "red_sandstone_stairs", + "rsandstonest": "red_sandstone_stairs", + "rsandststair": "red_sandstone_stairs", + "rsandststairs": "red_sandstone_stairs", + "rsandstst": "red_sandstone_stairs", + "rsastonestair": "red_sandstone_stairs", + "rsastonestairs": "red_sandstone_stairs", + "rsastonest": "red_sandstone_stairs", + "red_sandstone_wall": { + "material": "RED_SANDSTONE_WALL" + }, + "redsandstonewall": "red_sandstone_wall", + "red_shulker_box": { + "material": "RED_SHULKER_BOX" + }, + "redshulkerbox": "red_shulker_box", + "rshulkerbox": "red_shulker_box", + "rchest": "red_shulker_box", + "redchest": "red_shulker_box", + "red_stained_glass": { + "material": "RED_STAINED_GLASS" + }, + "redstainedglass": "red_stained_glass", + "rglass": "red_stained_glass", + "rsglass": "red_stained_glass", + "rstainedglass": "red_stained_glass", + "redglass": "red_stained_glass", + "redsglass": "red_stained_glass", + "red_stained_glass_pane": { + "material": "RED_STAINED_GLASS_PANE" + }, + "redstainedglasspane": "red_stained_glass_pane", + "rglasspane": "red_stained_glass_pane", + "rsglasspane": "red_stained_glass_pane", + "rstainedglasspane": "red_stained_glass_pane", + "rgpane": "red_stained_glass_pane", + "redglasspane": "red_stained_glass_pane", + "redsglasspane": "red_stained_glass_pane", + "redgpane": "red_stained_glass_pane", + "red_terracotta": { + "material": "RED_TERRACOTTA" + }, + "redterracotta": "red_terracotta", + "rclay": "red_terracotta", + "rsclay": "red_terracotta", + "rstainedclay": "red_terracotta", + "rterra": "red_terracotta", + "rtcota": "red_terracotta", + "rterracota": "red_terracotta", + "rterracotta": "red_terracotta", + "redclay": "red_terracotta", + "redsclay": "red_terracotta", + "redstainedclay": "red_terracotta", + "redterra": "red_terracotta", + "redtcota": "red_terracotta", + "redterracota": "red_terracotta", + "red_tulip": { + "material": "RED_TULIP" + }, + "redtulip": "red_tulip", + "tulipred": "red_tulip", + "rtulip": "red_tulip", + "tulipr": "red_tulip", + "red_wall_banner": { + "material": "RED_WALL_BANNER", + "unspawnable": true + }, + "redwallbanner": "red_wall_banner", + "red_wool": { + "material": "RED_WOOL" + }, + "redwool": "red_wool", + "rwool": "red_wool", + "rcloth": "red_wool", + "rcotton": "red_wool", + "redcloth": "red_wool", + "redcotton": "red_wool", + "repeater": { + "material": "REPEATER" + }, + "repeating_command_block": { + "material": "REPEATING_COMMAND_BLOCK" + }, + "repeatingcommandblock": "repeating_command_block", + "rose_bush": { + "material": "ROSE_BUSH" + }, + "rosebush": "rose_bush", + "rotten_flesh": { + "material": "ROTTEN_FLESH" + }, + "rottenflesh": "rotten_flesh", + "saddle": { + "material": "SADDLE" + }, + "salmon": { + "material": "SALMON" + }, + "rawsalmon": "salmon", + "rawsalmonfish": "salmon", + "rawsfish": "salmon", + "rawfishs": "salmon", + "rasalmon": "salmon", + "rasalmonfish": "salmon", + "rasfish": "salmon", + "rafishs": "salmon", + "uncookedsalmon": "salmon", + "uncookedsalmonfish": "salmon", + "uncookedsfish": "salmon", + "uncookedfishs": "salmon", + "plainsalmon": "salmon", + "plainsalmonfish": "salmon", + "plainsfish": "salmon", + "plainfishs": "salmon", + "salmonfish": "salmon", + "sfish": "salmon", + "fishs": "salmon", + "salmon_bucket": { + "material": "SALMON_BUCKET" + }, + "salmonbucket": "salmon_bucket", + "salmonpail": "salmon_bucket", + "salmon_spawn_egg": { + "material": "SALMON_SPAWN_EGG" + }, + "salmonspawnegg": "salmon_spawn_egg", + "salmonegg": "salmon_spawn_egg", + "eggsalmon": "salmon_spawn_egg", + "spawneggsalmon": "salmon_spawn_egg", + "salmonspawn": "salmon_spawn_egg", + "spawnsalmon": "salmon_spawn_egg", + "sand": { + "material": "SAND" + }, + "sandstone": { + "material": "SANDSTONE" + }, + "sastone": "sandstone", + "sandst": "sandstone", + "sandstone_slab": { + "material": "SANDSTONE_SLAB" + }, + "sandstoneslab": "sandstone_slab", + "sandstonesl": "sandstone_slab", + "sandstslab": "sandstone_slab", + "sandstsl": "sandstone_slab", + "sastoneslab": "sandstone_slab", + "sastonesl": "sandstone_slab", + "sandstone_stairs": { + "material": "SANDSTONE_STAIRS" + }, + "sandstonestairs": "sandstone_stairs", + "sandstonestair": "sandstone_stairs", + "sandstonest": "sandstone_stairs", + "sandststair": "sandstone_stairs", + "sandststairs": "sandstone_stairs", + "sandstst": "sandstone_stairs", + "sastonestair": "sandstone_stairs", + "sastonestairs": "sandstone_stairs", + "sastonest": "sandstone_stairs", + "sandstone_wall": { + "material": "SANDSTONE_WALL" + }, + "sandstonewall": "sandstone_wall", + "scaffolding": { + "material": "SCAFFOLDING" + }, + "scute": { + "material": "SCUTE" + }, + "seagrass": { + "material": "SEAGRASS" + }, + "sea_lantern": { + "material": "SEA_LANTERN" + }, + "sealantern": "sea_lantern", + "sea_pickle": { + "material": "SEA_PICKLE" + }, + "seapickle": "sea_pickle", + "shears": { + "material": "SHEARS" + }, + "sheep_spawn_egg": { + "material": "SHEEP_SPAWN_EGG" + }, + "sheepspawnegg": "sheep_spawn_egg", + "sheepegg": "sheep_spawn_egg", + "eggsheep": "sheep_spawn_egg", + "spawneggsheep": "sheep_spawn_egg", + "sheepspawn": "sheep_spawn_egg", + "spawnsheep": "sheep_spawn_egg", + "shield": { + "material": "SHIELD" + }, + "handshield": "shield", + "woodshield": "shield", + "woodenshield": "shield", + "shulker_box": { + "material": "SHULKER_BOX" + }, + "shulkerbox": "shulker_box", + "shulker_shell": { + "material": "SHULKER_SHELL" + }, + "shulkershell": "shulker_shell", + "shulker_spawn_egg": { + "material": "SHULKER_SPAWN_EGG" + }, + "shulkerspawnegg": "shulker_spawn_egg", + "shulkeregg": "shulker_spawn_egg", + "eggshulker": "shulker_spawn_egg", + "spawneggshulker": "shulker_spawn_egg", + "shulkerspawn": "shulker_spawn_egg", + "spawnshulker": "shulker_spawn_egg", + "shulkegg": "shulker_spawn_egg", + "eggshulk": "shulker_spawn_egg", + "shulkspawnegg": "shulker_spawn_egg", + "spawneggshulk": "shulker_spawn_egg", + "shulkspawn": "shulker_spawn_egg", + "spawnshulk": "shulker_spawn_egg", + "silverfish_spawn_egg": { + "material": "SILVERFISH_SPAWN_EGG" + }, + "silverfishspawnegg": "silverfish_spawn_egg", + "silverfishegg": "silverfish_spawn_egg", + "eggsilverfish": "silverfish_spawn_egg", + "spawneggsilverfish": "silverfish_spawn_egg", + "silverfishspawn": "silverfish_spawn_egg", + "spawnsilverfish": "silverfish_spawn_egg", + "skeleton_horse_spawn_egg": { + "material": "SKELETON_HORSE_SPAWN_EGG" + }, + "skeletonhorsespawnegg": "skeleton_horse_spawn_egg", + "skeletonhorseegg": "skeleton_horse_spawn_egg", + "eggskeletonhorse": "skeleton_horse_spawn_egg", + "spawneggskeletonhorse": "skeleton_horse_spawn_egg", + "skeletonhorsespawn": "skeleton_horse_spawn_egg", + "spawnskeletonhorse": "skeleton_horse_spawn_egg", + "shorseegg": "skeleton_horse_spawn_egg", + "eggshorse": "skeleton_horse_spawn_egg", + "shorsespawnegg": "skeleton_horse_spawn_egg", + "spawneggshorse": "skeleton_horse_spawn_egg", + "shorsespawn": "skeleton_horse_spawn_egg", + "spawnshorse": "skeleton_horse_spawn_egg", + "bonehorseegg": "skeleton_horse_spawn_egg", + "eggbonehorse": "skeleton_horse_spawn_egg", + "bonehorsespawnegg": "skeleton_horse_spawn_egg", + "spawneggbonehorse": "skeleton_horse_spawn_egg", + "bonehorsespawn": "skeleton_horse_spawn_egg", + "spawnbonehorse": "skeleton_horse_spawn_egg", + "skeleton_skull": { + "material": "SKELETON_SKULL" + }, + "skeletonskull": "skeleton_skull", + "skeletonhead": "skeleton_skull", + "headskeleton": "skeleton_skull", + "steveskeleton": "skeleton_skull", + "skeletonmask": "skeleton_skull", + "skeletonheadmask": "skeleton_skull", + "skhead": "skeleton_skull", + "skskull": "skeleton_skull", + "headsk": "skeleton_skull", + "stevesk": "skeleton_skull", + "skmask": "skeleton_skull", + "skheadmask": "skeleton_skull", + "skeleton_spawn_egg": { + "material": "SKELETON_SPAWN_EGG" + }, + "skeletonspawnegg": "skeleton_spawn_egg", + "skeletonegg": "skeleton_spawn_egg", + "eggskeleton": "skeleton_spawn_egg", + "spawneggskeleton": "skeleton_spawn_egg", + "skeletonspawn": "skeleton_spawn_egg", + "spawnskeleton": "skeleton_spawn_egg", + "skegg": "skeleton_spawn_egg", + "eggsk": "skeleton_spawn_egg", + "skspawnegg": "skeleton_spawn_egg", + "spawneggsk": "skeleton_spawn_egg", + "skspawn": "skeleton_spawn_egg", + "spawnsk": "skeleton_spawn_egg", + "skeleton_wall_skull": { + "material": "SKELETON_WALL_SKULL", + "unspawnable": true + }, + "skeletonwallskull": "skeleton_wall_skull", + "skull_banner_pattern": { + "material": "SKULL_BANNER_PATTERN" + }, + "skullbannerpattern": "skull_banner_pattern", + "slime_ball": { + "material": "SLIME_BALL" + }, + "slimeball": "slime_ball", + "slime_block": { + "material": "SLIME_BLOCK" + }, + "slimeblock": "slime_block", + "slime_spawn_egg": { + "material": "SLIME_SPAWN_EGG" + }, + "slimespawnegg": "slime_spawn_egg", + "slimeegg": "slime_spawn_egg", + "eggslime": "slime_spawn_egg", + "spawneggslime": "slime_spawn_egg", + "slimespawn": "slime_spawn_egg", + "spawnslime": "slime_spawn_egg", + "smithing_table": { + "material": "SMITHING_TABLE" + }, + "smithingtable": "smithing_table", + "smoker": { + "material": "SMOKER" + }, + "smooth_quartz": { + "material": "SMOOTH_QUARTZ" + }, + "smoothquartz": "smooth_quartz", + "smooth_quartz_slab": { + "material": "SMOOTH_QUARTZ_SLAB" + }, + "smoothquartzslab": "smooth_quartz_slab", + "smooth_quartz_stairs": { + "material": "SMOOTH_QUARTZ_STAIRS" + }, + "smoothquartzstairs": "smooth_quartz_stairs", + "smooth_red_sandstone": { + "material": "SMOOTH_RED_SANDSTONE" + }, + "smredsandstone": "smooth_red_sandstone_stairs", + "smoothrsandstone": "smooth_red_sandstone_stairs", + "smrsandstone": "smooth_red_sandstone_stairs", + "smoothrsandst": "smooth_red_sandstone_stairs", + "smrsandst": "smooth_red_sandstone_stairs", + "smoothrsastone": "smooth_red_sandstone_stairs", + "smrsastone": "smooth_red_sandstone_stairs", + "smooth_red_sandstone_slab": { + "material": "SMOOTH_RED_SANDSTONE_SLAB" + }, + "smoothredsandstoneslab": "smooth_red_sandstone_slab", + "smooth_red_sandstone_stairs": { + "material": "SMOOTH_RED_SANDSTONE_STAIRS" + }, + "smoothredsandstonestairs": "smooth_red_sandstone_stairs", + "smooth_sandstone": { + "material": "SMOOTH_SANDSTONE" + }, + "smoothsandstone": "smooth_sandstone", + "smsandstone": "smooth_sandstone_stairs", + "smoothsandst": "smooth_sandstone_stairs", + "smsandst": "smooth_sandstone_stairs", + "smooth_sandstone_slab": { + "material": "SMOOTH_SANDSTONE_SLAB" + }, + "smoothsandstoneslab": "smooth_sandstone_slab", + "smooth_sandstone_stairs": { + "material": "SMOOTH_SANDSTONE_STAIRS" + }, + "smoothsandstonestairs": "smooth_sandstone_stairs", + "smooth_stone": { + "material": "SMOOTH_STONE" + }, + "smoothstone": "smooth_stone", + "smoothsmoothstone": "smooth_stone_slab", + "smsmoothstone": "smooth_stone_slab", + "smoothsstone": "smooth_stone_slab", + "smsstone": "smooth_stone_slab", + "smooth_stone_slab": { + "material": "SMOOTH_STONE_SLAB" + }, + "snow": { + "material": "SNOW" + }, + "snowball": { + "material": "SNOWBALL" + }, + "snow_block": { + "material": "SNOW_BLOCK" + }, + "snowblock": "snow_block", + "soul_sand": { + "material": "SOUL_SAND" + }, + "soulsand": "soul_sand", + "spawner": { + "material": "SPAWNER" + }, + "spectral_arrow": { + "material": "SPECTRAL_ARROW" + }, + "spectralarrow": "spectral_arrow", + "spider_eye": { + "material": "SPIDER_EYE" + }, + "spidereye": "spider_eye", + "spider_spawn_egg": { + "material": "SPIDER_SPAWN_EGG" + }, + "spiderspawnegg": "spider_spawn_egg", + "spideregg": "spider_spawn_egg", + "eggspider": "spider_spawn_egg", + "spawneggspider": "spider_spawn_egg", + "spiderspawn": "spider_spawn_egg", + "spawnspider": "spider_spawn_egg", + "splash_potion": { + "material": "SPLASH_POTION" + }, + "splashpotion": "splash_potion", + "sponge": { + "material": "SPONGE" + }, + "spruce_boat": { + "material": "SPRUCE_BOAT" + }, + "spruceboat": "spruce_boat", + "pineboat": "spruce_boat", + "pboat": "spruce_boat", + "darkboat": "spruce_boat", + "dboat": "spruce_boat", + "sboat": "spruce_boat", + "spruce_button": { + "material": "SPRUCE_BUTTON" + }, + "sprucebutton": "spruce_button", + "spruce_door": { + "material": "SPRUCE_DOOR" + }, + "sprucedoor": "spruce_door", + "spruce_fence": { + "material": "SPRUCE_FENCE" + }, + "sprucefence": "spruce_fence", + "pinefence": "spruce_fence", + "pfence": "spruce_fence", + "darkfence": "spruce_fence", + "dfence": "spruce_fence", + "sfence": "spruce_fence", + "spruce_fence_gate": { + "material": "SPRUCE_FENCE_GATE" + }, + "sprucefencegate": "spruce_fence_gate", + "pinefencegate": "spruce_fence_gate", + "pinegate": "spruce_fence_gate", + "pfencegate": "spruce_fence_gate", + "pgate": "spruce_fence_gate", + "darkfencegate": "spruce_fence_gate", + "darkgate": "spruce_fence_gate", + "dfencegate": "spruce_fence_gate", + "dgate": "spruce_fence_gate", + "sprucegate": "spruce_fence_gate", + "sfencegate": "spruce_fence_gate", + "sgate": "spruce_fence_gate", + "spruce_leaves": { + "material": "SPRUCE_LEAVES" + }, + "spruceleaves": "spruce_leaves", + "pinetreeleaves": "spruce_leaves", + "pinelogleaves": "spruce_leaves", + "pinetrunkleaves": "spruce_leaves", + "pinewoodleaves": "spruce_leaves", + "pineleaves": "spruce_leaves", + "pinetreeleaf": "spruce_leaves", + "pinelogleaf": "spruce_leaves", + "pinetrunkleaf": "spruce_leaves", + "pinewoodleaf": "spruce_leaves", + "pineleaf": "spruce_leaves", + "pinetreeleave": "spruce_leaves", + "pinelogleave": "spruce_leaves", + "pinetrunkleave": "spruce_leaves", + "pinewoodleave": "spruce_leaves", + "pineleave": "spruce_leaves", + "ptreeleaves": "spruce_leaves", + "plogleaves": "spruce_leaves", + "ptrunkleaves": "spruce_leaves", + "pwoodleaves": "spruce_leaves", + "pleaves": "spruce_leaves", + "ptreeleaf": "spruce_leaves", + "plogleaf": "spruce_leaves", + "ptrunkleaf": "spruce_leaves", + "pwoodleaf": "spruce_leaves", + "pleaf": "spruce_leaves", + "ptreeleave": "spruce_leaves", + "plogleave": "spruce_leaves", + "ptrunkleave": "spruce_leaves", + "pwoodleave": "spruce_leaves", + "pleave": "spruce_leaves", + "darktreeleaves": "spruce_leaves", + "darklogleaves": "spruce_leaves", + "darktrunkleaves": "spruce_leaves", + "darkwoodleaves": "spruce_leaves", + "darkleaves": "spruce_leaves", + "darktreeleaf": "spruce_leaves", + "darklogleaf": "spruce_leaves", + "darktrunkleaf": "spruce_leaves", + "darkwoodleaf": "spruce_leaves", + "darkleaf": "spruce_leaves", + "darktreeleave": "spruce_leaves", + "darklogleave": "spruce_leaves", + "darktrunkleave": "spruce_leaves", + "darkwoodleave": "spruce_leaves", + "darkleave": "spruce_leaves", + "dtreeleaves": "spruce_leaves", + "dlogleaves": "spruce_leaves", + "dtrunkleaves": "spruce_leaves", + "dwoodleaves": "spruce_leaves", + "dleaves": "spruce_leaves", + "dtreeleaf": "spruce_leaves", + "dlogleaf": "spruce_leaves", + "dtrunkleaf": "spruce_leaves", + "dwoodleaf": "spruce_leaves", + "dleaf": "spruce_leaves", + "dtreeleave": "spruce_leaves", + "dlogleave": "spruce_leaves", + "dtrunkleave": "spruce_leaves", + "dwoodleave": "spruce_leaves", + "dleave": "spruce_leaves", + "sprucetreeleaves": "spruce_leaves", + "sprucelogleaves": "spruce_leaves", + "sprucetrunkleaves": "spruce_leaves", + "sprucewoodleaves": "spruce_leaves", + "sprucetreeleaf": "spruce_leaves", + "sprucelogleaf": "spruce_leaves", + "sprucetrunkleaf": "spruce_leaves", + "sprucewoodleaf": "spruce_leaves", + "spruceleaf": "spruce_leaves", + "sprucetreeleave": "spruce_leaves", + "sprucelogleave": "spruce_leaves", + "sprucetrunkleave": "spruce_leaves", + "sprucewoodleave": "spruce_leaves", + "spruceleave": "spruce_leaves", + "streeleaves": "spruce_leaves", + "slogleaves": "spruce_leaves", + "strunkleaves": "spruce_leaves", + "swoodleaves": "spruce_leaves", + "sleaves": "spruce_leaves", + "streeleaf": "spruce_leaves", + "slogleaf": "spruce_leaves", + "strunkleaf": "spruce_leaves", + "swoodleaf": "spruce_leaves", + "sleaf": "spruce_leaves", + "streeleave": "spruce_leaves", + "slogleave": "spruce_leaves", + "strunkleave": "spruce_leaves", + "swoodleave": "spruce_leaves", + "sleave": "spruce_leaves", + "spruce_log": { + "material": "SPRUCE_LOG" + }, + "sprucelog": "spruce_log", + "pine": "spruce_log", + "logpine": "spruce_log", + "pinetrunk": "spruce_log", + "pinelog": "spruce_log", + "pinetree": "spruce_log", + "p": "spruce_log", + "logp": "spruce_log", + "ptrunk": "spruce_log", + "plog": "spruce_log", + "ptree": "spruce_log", + "dark": "spruce_log", + "logdark": "spruce_log", + "darktrunk": "spruce_log", + "darklog": "spruce_log", + "darktree": "spruce_log", + "d": "spruce_log", + "logd": "spruce_log", + "dtrunk": "spruce_log", + "dlog": "spruce_log", + "dtree": "spruce_log", + "spruce": "spruce_log", + "logspruce": "spruce_log", + "sprucetrunk": "spruce_log", + "sprucetree": "spruce_log", + "s": "spruce_log", + "logs": "spruce_log", + "strunk": "spruce_log", + "slog": "spruce_log", + "stree": "spruce_log", + "spruce_planks": { + "material": "SPRUCE_PLANKS" + }, + "spruceplanks": "spruce_planks", + "pinewoodenplank": "spruce_planks", + "pinewoodplank": "spruce_planks", + "pinewplank": "spruce_planks", + "pineplankwooden": "spruce_planks", + "pineplankwood": "spruce_planks", + "pineplankw": "spruce_planks", + "pineplank": "spruce_planks", + "pwoodenplank": "spruce_planks", + "pwoodplank": "spruce_planks", + "pwplank": "spruce_planks", + "pplankwooden": "spruce_planks", + "pplankwood": "spruce_planks", + "pplankw": "spruce_planks", + "pplank": "spruce_planks", + "darkwoodenplank": "spruce_planks", + "darkwoodplank": "spruce_planks", + "darkwplank": "spruce_planks", + "darkplankwooden": "spruce_planks", + "darkplankwood": "spruce_planks", + "darkplankw": "spruce_planks", + "darkplank": "spruce_planks", + "dwoodenplank": "spruce_planks", + "dwoodplank": "spruce_planks", + "dwplank": "spruce_planks", + "dplankwooden": "spruce_planks", + "dplankwood": "spruce_planks", + "dplankw": "spruce_planks", + "dplank": "spruce_planks", + "sprucewoodenplank": "spruce_planks", + "sprucewoodplank": "spruce_planks", + "sprucewplank": "spruce_planks", + "spruceplankwooden": "spruce_planks", + "spruceplankwood": "spruce_planks", + "spruceplankw": "spruce_planks", + "spruceplank": "spruce_planks", + "swoodenplank": "spruce_planks", + "swoodplank": "spruce_planks", + "swplank": "spruce_planks", + "splankwooden": "spruce_planks", + "splankwood": "spruce_planks", + "splankw": "spruce_planks", + "splank": "spruce_planks", + "spruce_pressure_plate": { + "material": "SPRUCE_PRESSURE_PLATE" + }, + "sprucepressureplate": "spruce_pressure_plate", + "pinepressureplate": "spruce_pressure_plate", + "pinepressplate": "spruce_pressure_plate", + "pinepplate": "spruce_pressure_plate", + "pineplate": "spruce_pressure_plate", + "ppressureplate": "spruce_pressure_plate", + "ppressplate": "spruce_pressure_plate", + "ppplate": "spruce_pressure_plate", + "darkpressureplate": "spruce_pressure_plate", + "darkpressplate": "spruce_pressure_plate", + "darkpplate": "spruce_pressure_plate", + "darkplate": "spruce_pressure_plate", + "dpressureplate": "spruce_pressure_plate", + "dpressplate": "spruce_pressure_plate", + "dpplate": "spruce_pressure_plate", + "sprucepressplate": "spruce_pressure_plate", + "sprucepplate": "spruce_pressure_plate", + "spruceplate": "spruce_pressure_plate", + "spruce_sapling": { + "material": "SPRUCE_SAPLING" + }, + "sprucesapling": "spruce_sapling", + "pinesapling": "spruce_sapling", + "pinetreesapling": "spruce_sapling", + "pinelogsapling": "spruce_sapling", + "pinetrunksapling": "spruce_sapling", + "pinewoodsapling": "spruce_sapling", + "psapling": "spruce_sapling", + "ptreesapling": "spruce_sapling", + "plogsapling": "spruce_sapling", + "ptrunksapling": "spruce_sapling", + "pwoodsapling": "spruce_sapling", + "darksapling": "spruce_sapling", + "darktreesapling": "spruce_sapling", + "darklogsapling": "spruce_sapling", + "darktrunksapling": "spruce_sapling", + "darkwoodsapling": "spruce_sapling", + "dsapling": "spruce_sapling", + "dtreesapling": "spruce_sapling", + "dlogsapling": "spruce_sapling", + "dtrunksapling": "spruce_sapling", + "dwoodsapling": "spruce_sapling", + "sprucetreesapling": "spruce_sapling", + "sprucelogsapling": "spruce_sapling", + "sprucetrunksapling": "spruce_sapling", + "sprucewoodsapling": "spruce_sapling", + "ssapling": "spruce_sapling", + "streesapling": "spruce_sapling", + "slogsapling": "spruce_sapling", + "strunksapling": "spruce_sapling", + "swoodsapling": "spruce_sapling", + "spruce_sign": { + "material": "SPRUCE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "sprucesign": "spruce_sign", + "spruce_slab": { + "material": "SPRUCE_SLAB" + }, + "spruceslab": "spruce_slab", + "pinewoodenstep": "spruce_slab", + "pinewoodstep": "spruce_slab", + "pinewstep": "spruce_slab", + "pinestep": "spruce_slab", + "pinewoodenslab": "spruce_slab", + "pinewoodslab": "spruce_slab", + "pinewslab": "spruce_slab", + "pinewoodenhalfblock": "spruce_slab", + "pinewoodhalfblock": "spruce_slab", + "pinewhalfblock": "spruce_slab", + "pinehalfblock": "spruce_slab", + "pwoodenstep": "spruce_slab", + "pwoodstep": "spruce_slab", + "pwstep": "spruce_slab", + "pstep": "spruce_slab", + "pwoodenslab": "spruce_slab", + "pwoodslab": "spruce_slab", + "pwslab": "spruce_slab", + "pwoodenhalfblock": "spruce_slab", + "pwoodhalfblock": "spruce_slab", + "pwhalfblock": "spruce_slab", + "phalfblock": "spruce_slab", + "darkwoodenstep": "spruce_slab", + "darkwoodstep": "spruce_slab", + "darkwstep": "spruce_slab", + "darkstep": "spruce_slab", + "darkwoodenslab": "spruce_slab", + "darkwoodslab": "spruce_slab", + "darkwslab": "spruce_slab", + "darkwoodenhalfblock": "spruce_slab", + "darkwoodhalfblock": "spruce_slab", + "darkwhalfblock": "spruce_slab", + "darkhalfblock": "spruce_slab", + "dwoodenstep": "spruce_slab", + "dwoodstep": "spruce_slab", + "dwstep": "spruce_slab", + "dstep": "spruce_slab", + "dwoodenslab": "spruce_slab", + "dwoodslab": "spruce_slab", + "dwslab": "spruce_slab", + "dwoodenhalfblock": "spruce_slab", + "dwoodhalfblock": "spruce_slab", + "dwhalfblock": "spruce_slab", + "dhalfblock": "spruce_slab", + "sprucewoodenstep": "spruce_slab", + "sprucewoodstep": "spruce_slab", + "sprucewstep": "spruce_slab", + "sprucestep": "spruce_slab", + "sprucewoodenslab": "spruce_slab", + "sprucewoodslab": "spruce_slab", + "sprucewslab": "spruce_slab", + "sprucewoodenhalfblock": "spruce_slab", + "sprucewoodhalfblock": "spruce_slab", + "sprucewhalfblock": "spruce_slab", + "sprucehalfblock": "spruce_slab", + "swoodenstep": "spruce_slab", + "swoodstep": "spruce_slab", + "swstep": "spruce_slab", + "sstep": "spruce_slab", + "swoodenslab": "spruce_slab", + "swoodslab": "spruce_slab", + "swslab": "spruce_slab", + "swoodenhalfblock": "spruce_slab", + "swoodhalfblock": "spruce_slab", + "swhalfblock": "spruce_slab", + "shalfblock": "spruce_slab", + "spruce_stairs": { + "material": "SPRUCE_STAIRS" + }, + "sprucestairs": "spruce_stairs", + "pinewoodenstairs": "spruce_stairs", + "pinewoodstairs": "spruce_stairs", + "pinewstairs": "spruce_stairs", + "pinewoodenstair": "spruce_stairs", + "pinewoodstair": "spruce_stairs", + "pinewstair": "spruce_stairs", + "pinestair": "spruce_stairs", + "pwoodenstairs": "spruce_stairs", + "pwoodstairs": "spruce_stairs", + "pwstairs": "spruce_stairs", + "pwoodenstair": "spruce_stairs", + "pwoodstair": "spruce_stairs", + "pwstair": "spruce_stairs", + "pstair": "spruce_stairs", + "darkwoodenstairs": "spruce_stairs", + "darkwoodstairs": "spruce_stairs", + "darkwstairs": "spruce_stairs", + "darkwoodenstair": "spruce_stairs", + "darkwoodstair": "spruce_stairs", + "darkwstair": "spruce_stairs", + "darkstair": "spruce_stairs", + "dwoodenstairs": "spruce_stairs", + "dwoodstairs": "spruce_stairs", + "dwstairs": "spruce_stairs", + "dwoodenstair": "spruce_stairs", + "dwoodstair": "spruce_stairs", + "dwstair": "spruce_stairs", + "dstair": "spruce_stairs", + "sprucewoodenstairs": "spruce_stairs", + "sprucewoodstairs": "spruce_stairs", + "sprucewstairs": "spruce_stairs", + "sprucewoodenstair": "spruce_stairs", + "sprucewoodstair": "spruce_stairs", + "sprucewstair": "spruce_stairs", + "sprucestair": "spruce_stairs", + "swoodenstairs": "spruce_stairs", + "swoodstairs": "spruce_stairs", + "swstairs": "spruce_stairs", + "swoodenstair": "spruce_stairs", + "swoodstair": "spruce_stairs", + "swstair": "spruce_stairs", + "sstair": "spruce_stairs", + "spruce_trapdoor": { + "material": "SPRUCE_TRAPDOOR" + }, + "sprucetrapdoor": "spruce_trapdoor", + "pinetrapdoor": "spruce_trapdoor", + "pinedoortrap": "spruce_trapdoor", + "pinehatch": "spruce_trapdoor", + "pinetdoor": "spruce_trapdoor", + "pinedoort": "spruce_trapdoor", + "pinetrapd": "spruce_trapdoor", + "pinedtrap": "spruce_trapdoor", + "ptrapdoor": "spruce_trapdoor", + "pdoortrap": "spruce_trapdoor", + "phatch": "spruce_trapdoor", + "ptdoor": "spruce_trapdoor", + "pdoort": "spruce_trapdoor", + "ptrapd": "spruce_trapdoor", + "pdtrap": "spruce_trapdoor", + "darktrapdoor": "spruce_trapdoor", + "darkdoortrap": "spruce_trapdoor", + "darkhatch": "spruce_trapdoor", + "darktdoor": "spruce_trapdoor", + "darkdoort": "spruce_trapdoor", + "darktrapd": "spruce_trapdoor", + "darkdtrap": "spruce_trapdoor", + "dtrapdoor": "spruce_trapdoor", + "ddoortrap": "spruce_trapdoor", + "dhatch": "spruce_trapdoor", + "dtdoor": "spruce_trapdoor", + "ddoort": "spruce_trapdoor", + "dtrapd": "spruce_trapdoor", + "ddtrap": "spruce_trapdoor", + "sprucedoortrap": "spruce_trapdoor", + "sprucehatch": "spruce_trapdoor", + "sprucetdoor": "spruce_trapdoor", + "sprucedoort": "spruce_trapdoor", + "sprucetrapd": "spruce_trapdoor", + "sprucedtrap": "spruce_trapdoor", + "strapdoor": "spruce_trapdoor", + "sdoortrap": "spruce_trapdoor", + "shatch": "spruce_trapdoor", + "sdoort": "spruce_trapdoor", + "strapd": "spruce_trapdoor", + "sdtrap": "spruce_trapdoor", + "spruce_wall_sign": { + "material": "SPRUCE_WALL_SIGN", + "unspawnable": true + }, + "sprucewallsign": "spruce_wall_sign", + "spruce_wood": { + "material": "SPRUCE_WOOD" + }, + "sprucewood": "spruce_wood", + "pinewood": "spruce_wood", + "pinelogall": "spruce_wood", + "pinetrunkall": "spruce_wood", + "pinetreeall": "spruce_wood", + "pwood": "spruce_wood", + "plogall": "spruce_wood", + "ptrunkall": "spruce_wood", + "ptreeall": "spruce_wood", + "darkwood": "spruce_wood", + "darklogall": "spruce_wood", + "darktrunkall": "spruce_wood", + "darktreeall": "spruce_wood", + "dwood": "spruce_wood", + "dlogall": "spruce_wood", + "dtrunkall": "spruce_wood", + "dtreeall": "spruce_wood", + "sprucelogall": "spruce_wood", + "sprucetrunkall": "spruce_wood", + "sprucetreeall": "spruce_wood", + "swood": "spruce_wood", + "slogall": "spruce_wood", + "strunkall": "spruce_wood", + "streeall": "spruce_wood", + "squid_spawn_egg": { + "material": "SQUID_SPAWN_EGG" + }, + "squidspawnegg": "squid_spawn_egg", + "squidegg": "squid_spawn_egg", + "eggsquid": "squid_spawn_egg", + "spawneggsquid": "squid_spawn_egg", + "squidspawn": "squid_spawn_egg", + "spawnsquid": "squid_spawn_egg", + "stick": { + "material": "STICK" + }, + "sticky_piston": { + "material": "STICKY_PISTON" + }, + "stickypiston": "sticky_piston", + "pistonsticky": "sticky_piston", + "stickyp": "sticky_piston", + "psticky": "sticky_piston", + "pistonstickybase": "sticky_piston", + "stickypistonbase": "sticky_piston", + "stickpiston": "sticky_piston", + "pistonstick": "sticky_piston", + "stickp": "sticky_piston", + "pstick": "sticky_piston", + "pistonstickbase": "sticky_piston", + "stickpistonbase": "sticky_piston", + "spiston": "sticky_piston", + "pistons": "sticky_piston", + "pistonsbase": "sticky_piston", + "spistonbase": "sticky_piston", + "stone": { + "material": "STONE" + }, + "sstone": "stone", + "rock": "stone", + "stonecutter": { + "material": "STONECUTTER" + }, + "cutstone": "stonecutter", + "cutsmoothstone": "stonecutter", + "cutsstone": "stonecutter", + "stone_axe": { + "material": "STONE_AXE" + }, + "stoneaxe": "stone_axe", + "cobblestoneaxe": "stone_axe", + "cstoneaxe": "stone_axe", + "csaxe": "stone_axe", + "stone_bricks": { + "material": "STONE_BRICKS" + }, + "stonebricks": "stone_bricks", + "stonebrick": "stone_bricks", + "stonebrickblock": "stone_bricks", + "stonebb": "stone_bricks", + "sbrick": "stone_bricks", + "sbricks": "stone_bricks", + "sbrickblock": "stone_bricks", + "sbb": "stone_bricks", + "stone_brick_slab": { + "material": "STONE_BRICK_SLAB" + }, + "stonebrickslab": "stone_brick_slab", + "stone_brick_stairs": { + "material": "STONE_BRICK_STAIRS" + }, + "stonebrickstairs": "stone_brick_stairs", + "stone_brick_wall": { + "material": "STONE_BRICK_WALL" + }, + "stonebrickwall": "stone_brick_wall", + "stone_button": { + "material": "STONE_BUTTON" + }, + "stonebutton": "stone_button", + "smoothstonebutton": "stone_button", + "sstonebutton": "stone_button", + "sbutton": "stone_button", + "button": "stone_button", + "stone_hoe": { + "material": "STONE_HOE" + }, + "stonehoe": "stone_hoe", + "cobblestonehoe": "stone_hoe", + "cstonehoe": "stone_hoe", + "cshoe": "stone_hoe", + "stone_pickaxe": { + "material": "STONE_PICKAXE" + }, + "stonepickaxe": "stone_pickaxe", + "cobblestonepickaxe": "stone_pickaxe", + "cobblestonepick": "stone_pickaxe", + "cstonepickaxe": "stone_pickaxe", + "cstonepick": "stone_pickaxe", + "cspickaxe": "stone_pickaxe", + "cspick": "stone_pickaxe", + "stonepick": "stone_pickaxe", + "stone_pressure_plate": { + "material": "STONE_PRESSURE_PLATE" + }, + "stonepressureplate": "stone_pressure_plate", + "stonepressplate": "stone_pressure_plate", + "stonepplate": "stone_pressure_plate", + "stoneplate": "stone_pressure_plate", + "spressureplate": "stone_pressure_plate", + "spressplate": "stone_pressure_plate", + "spplate": "stone_pressure_plate", + "splate": "stone_pressure_plate", + "smoothstonepressueplate": "stone_pressure_plate", + "smoothstonepressplate": "stone_pressure_plate", + "smoothstonepplate": "stone_pressure_plate", + "smoothstoneplate": "stone_pressure_plate", + "sstonepressureplate": "stone_pressure_plate", + "sstonepressplate": "stone_pressure_plate", + "sstonepplate": "stone_pressure_plate", + "sstoneplate": "stone_pressure_plate", + "stone_shovel": { + "material": "STONE_SHOVEL" + }, + "stoneshovel": "stone_shovel", + "cobblestoneshovel": "stone_shovel", + "cobblestonespade": "stone_shovel", + "cstoneshovel": "stone_shovel", + "cstonespade": "stone_shovel", + "csshovel": "stone_shovel", + "csspade": "stone_shovel", + "stonespade": "stone_shovel", + "stone_slab": { + "material": "STONE_SLAB" + }, + "stone_stairs": { + "material": "STONE_STAIRS" + }, + "stone_sword": { + "material": "STONE_SWORD" + }, + "stonesword": "stone_sword", + "cobblestonesword": "stone_sword", + "cstonesword": "stone_sword", + "cssword": "stone_sword", + "stray_spawn_egg": { + "material": "STRAY_SPAWN_EGG" + }, + "strayspawnegg": "stray_spawn_egg", + "strayegg": "stray_spawn_egg", + "eggstray": "stray_spawn_egg", + "spawneggstray": "stray_spawn_egg", + "strayspawn": "stray_spawn_egg", + "spawnstray": "stray_spawn_egg", + "string": { + "material": "STRING" + }, + "stripped_acacia_log": { + "material": "STRIPPED_ACACIA_LOG" + }, + "strippedacacialog": "stripped_acacia_log", + "acaciastrippedlog": "stripped_acacia_log", + "astrippedlog": "stripped_acacia_log", + "acaciabarelog": "stripped_acacia_log", + "abarelog": "stripped_acacia_log", + "strippedacaciatree": "stripped_acacia_log", + "strippedatree": "stripped_acacia_log", + "bareacaciatree": "stripped_acacia_log", + "bareatree": "stripped_acacia_log", + "strippedacaciatrunk": "stripped_acacia_log", + "strippedatrunk": "stripped_acacia_log", + "bareacaciatrunk": "stripped_acacia_log", + "bareatrunk": "stripped_acacia_log", + "stripped_acacia_wood": { + "material": "STRIPPED_ACACIA_WOOD" + }, + "strippedacaciawood": "stripped_acacia_wood", + "acaciastrippedwood": "stripped_acacia_wood", + "astrippedwood": "stripped_acacia_wood", + "acaciabarewood": "stripped_acacia_wood", + "abarewood": "stripped_acacia_wood", + "strippedacacialogall": "stripped_acacia_wood", + "strippedalogall": "stripped_acacia_wood", + "bareacacialogall": "stripped_acacia_wood", + "barealogall": "stripped_acacia_wood", + "strippedacaciatrunkall": "stripped_acacia_wood", + "strippedatrunkall": "stripped_acacia_wood", + "bareacaciatrunkall": "stripped_acacia_wood", + "bareatrunkall": "stripped_acacia_wood", + "strippedacaciatreeall": "stripped_acacia_wood", + "strippedatreeall": "stripped_acacia_wood", + "bareacaciatreeall": "stripped_acacia_wood", + "bareatreeall": "stripped_acacia_wood", + "stripped_birch_log": { + "material": "STRIPPED_BIRCH_LOG" + }, + "strippedbirchlog": "stripped_birch_log", + "birchstrippedlog": "stripped_birch_log", + "bstrippedlog": "stripped_birch_log", + "lightstrippedlog": "stripped_birch_log", + "lstrippedlog": "stripped_birch_log", + "whitestrippedlog": "stripped_birch_log", + "wstrippedlog": "stripped_birch_log", + "birchbarelog": "stripped_birch_log", + "bbarelog": "stripped_birch_log", + "lightbarelog": "stripped_birch_log", + "lbarelog": "stripped_birch_log", + "whitebarelog": "stripped_birch_log", + "wbarelog": "stripped_birch_log", + "strippedbirchtree": "stripped_birch_log", + "strippedbtree": "stripped_birch_log", + "strippedlighttree": "stripped_birch_log", + "strippedltree": "stripped_birch_log", + "strippedwhitetree": "stripped_birch_log", + "strippedwtree": "stripped_birch_log", + "barebirchtree": "stripped_birch_log", + "barebtree": "stripped_birch_log", + "barelighttree": "stripped_birch_log", + "bareltree": "stripped_birch_log", + "barewhitetree": "stripped_birch_log", + "barewtree": "stripped_birch_log", + "strippedbirchtrunk": "stripped_birch_log", + "strippedbtrunk": "stripped_birch_log", + "strippedlighttrunk": "stripped_birch_log", + "strippedltrunk": "stripped_birch_log", + "strippedwhitetrunk": "stripped_birch_log", + "strippedwtrunk": "stripped_birch_log", + "barebirchtrunk": "stripped_birch_log", + "barebtrunk": "stripped_birch_log", + "barelighttrunk": "stripped_birch_log", + "bareltrunk": "stripped_birch_log", + "barewhitetrunk": "stripped_birch_log", + "barewtrunk": "stripped_birch_log", + "stripped_birch_wood": { + "material": "STRIPPED_BIRCH_WOOD" + }, + "strippedbirchwood": "stripped_birch_wood", + "birchstrippedwood": "stripped_birch_wood", + "bstrippedwood": "stripped_birch_wood", + "lightstrippedwood": "stripped_birch_wood", + "lstrippedwood": "stripped_birch_wood", + "whitestrippedwood": "stripped_birch_wood", + "wstrippedwood": "stripped_birch_wood", + "birchbarewood": "stripped_birch_wood", + "bbarewood": "stripped_birch_wood", + "lightbarewood": "stripped_birch_wood", + "lbarewood": "stripped_birch_wood", + "whitebarewood": "stripped_birch_wood", + "wbarewood": "stripped_birch_wood", + "strippedbirchlogall": "stripped_birch_wood", + "strippedblogall": "stripped_birch_wood", + "strippedlightlogall": "stripped_birch_wood", + "strippedllogall": "stripped_birch_wood", + "strippedwhitelogall": "stripped_birch_wood", + "strippedwlogall": "stripped_birch_wood", + "barebirchlogall": "stripped_birch_wood", + "bareblogall": "stripped_birch_wood", + "barelightlogall": "stripped_birch_wood", + "barellogall": "stripped_birch_wood", + "barewhitelogall": "stripped_birch_wood", + "barewlogall": "stripped_birch_wood", + "strippedbirchtrunkall": "stripped_birch_wood", + "strippedbtrunkall": "stripped_birch_wood", + "strippedlighttrunkall": "stripped_birch_wood", + "strippedltrunkall": "stripped_birch_wood", + "strippedwhitetrunkall": "stripped_birch_wood", + "strippedwtrunkall": "stripped_birch_wood", + "barebirchtrunkall": "stripped_birch_wood", + "barebtrunkall": "stripped_birch_wood", + "barelighttrunkall": "stripped_birch_wood", + "bareltrunkall": "stripped_birch_wood", + "barewhitetrunkall": "stripped_birch_wood", + "barewtrunkall": "stripped_birch_wood", + "strippedbirchtreeall": "stripped_birch_wood", + "strippedbtreeall": "stripped_birch_wood", + "strippedlighttreeall": "stripped_birch_wood", + "strippedltreeall": "stripped_birch_wood", + "strippedwhitetreeall": "stripped_birch_wood", + "strippedwtreeall": "stripped_birch_wood", + "barebirchtreeall": "stripped_birch_wood", + "barebtreeall": "stripped_birch_wood", + "barelighttreeall": "stripped_birch_wood", + "bareltreeall": "stripped_birch_wood", + "barewhitetreeall": "stripped_birch_wood", + "barewtreeall": "stripped_birch_wood", + "stripped_dark_oak_log": { + "material": "STRIPPED_DARK_OAK_LOG" + }, + "strippeddarkoaklog": "stripped_dark_oak_log", + "darkoakstrippedlog": "stripped_dark_oak_log", + "doakstrippedlog": "stripped_dark_oak_log", + "dostrippedlog": "stripped_dark_oak_log", + "darkoakbarelog": "stripped_dark_oak_log", + "doakbarelog": "stripped_dark_oak_log", + "dobarelog": "stripped_dark_oak_log", + "strippeddarkoaktree": "stripped_dark_oak_log", + "strippeddoaktree": "stripped_dark_oak_log", + "strippeddotree": "stripped_dark_oak_log", + "baredarkoaktree": "stripped_dark_oak_log", + "baredoaktree": "stripped_dark_oak_log", + "baredotree": "stripped_dark_oak_log", + "strippeddarkoaktrunk": "stripped_dark_oak_log", + "strippeddoaktrunk": "stripped_dark_oak_log", + "strippeddotrunk": "stripped_dark_oak_log", + "baredarkoaktrunk": "stripped_dark_oak_log", + "baredoaktrunk": "stripped_dark_oak_log", + "baredotrunk": "stripped_dark_oak_log", + "stripped_dark_oak_wood": { + "material": "STRIPPED_DARK_OAK_WOOD" + }, + "strippeddarkoakwood": "stripped_dark_oak_wood", + "darkoakstrippedwood": "stripped_dark_oak_wood", + "doakstrippedwood": "stripped_dark_oak_wood", + "dostrippedwood": "stripped_dark_oak_wood", + "darkoakbarewood": "stripped_dark_oak_wood", + "doakbarewood": "stripped_dark_oak_wood", + "dobarewood": "stripped_dark_oak_wood", + "strippeddarkoaklogall": "stripped_dark_oak_wood", + "strippeddoaklogall": "stripped_dark_oak_wood", + "strippeddologall": "stripped_dark_oak_wood", + "baredarkoaklogall": "stripped_dark_oak_wood", + "baredoaklogall": "stripped_dark_oak_wood", + "baredologall": "stripped_dark_oak_wood", + "strippeddarkoaktrunkall": "stripped_dark_oak_wood", + "strippeddoaktrunkall": "stripped_dark_oak_wood", + "strippeddotrunkall": "stripped_dark_oak_wood", + "baredarkoaktrunkall": "stripped_dark_oak_wood", + "baredoaktrunkall": "stripped_dark_oak_wood", + "baredotrunkall": "stripped_dark_oak_wood", + "strippeddarkoaktreeall": "stripped_dark_oak_wood", + "strippeddoaktreeall": "stripped_dark_oak_wood", + "strippeddotreeall": "stripped_dark_oak_wood", + "baredarkoaktreeall": "stripped_dark_oak_wood", + "baredoaktreeall": "stripped_dark_oak_wood", + "baredotreeall": "stripped_dark_oak_wood", + "stripped_jungle_log": { + "material": "STRIPPED_JUNGLE_LOG" + }, + "strippedjunglelog": "stripped_jungle_log", + "junglestrippedlog": "stripped_jungle_log", + "jstrippedlog": "stripped_jungle_log", + "foreststrippedlog": "stripped_jungle_log", + "fstrippedlog": "stripped_jungle_log", + "junglebarelog": "stripped_jungle_log", + "jbarelog": "stripped_jungle_log", + "forestbarelog": "stripped_jungle_log", + "fbarelog": "stripped_jungle_log", + "strippedjungletree": "stripped_jungle_log", + "strippedjtree": "stripped_jungle_log", + "strippedforesttree": "stripped_jungle_log", + "strippedftree": "stripped_jungle_log", + "barejungletree": "stripped_jungle_log", + "barejtree": "stripped_jungle_log", + "bareforesttree": "stripped_jungle_log", + "bareftree": "stripped_jungle_log", + "strippedjungletrunk": "stripped_jungle_log", + "strippedjtrunk": "stripped_jungle_log", + "strippedforesttrunk": "stripped_jungle_log", + "strippedftrunk": "stripped_jungle_log", + "barejungletrunk": "stripped_jungle_log", + "barejtrunk": "stripped_jungle_log", + "bareforesttrunk": "stripped_jungle_log", + "bareftrunk": "stripped_jungle_log", + "stripped_jungle_wood": { + "material": "STRIPPED_JUNGLE_WOOD" + }, + "strippedjunglewood": "stripped_jungle_wood", + "junglestrippedwood": "stripped_jungle_wood", + "jstrippedwood": "stripped_jungle_wood", + "foreststrippedwood": "stripped_jungle_wood", + "fstrippedwood": "stripped_jungle_wood", + "junglebarewood": "stripped_jungle_wood", + "jbarewood": "stripped_jungle_wood", + "forestbarewood": "stripped_jungle_wood", + "fbarewood": "stripped_jungle_wood", + "strippedjunglelogall": "stripped_jungle_wood", + "strippedjlogall": "stripped_jungle_wood", + "strippedforestlogall": "stripped_jungle_wood", + "strippedflogall": "stripped_jungle_wood", + "barejunglelogall": "stripped_jungle_wood", + "barejlogall": "stripped_jungle_wood", + "bareforestlogall": "stripped_jungle_wood", + "bareflogall": "stripped_jungle_wood", + "strippedjungletrunkall": "stripped_jungle_wood", + "strippedjtrunkall": "stripped_jungle_wood", + "strippedforesttrunkall": "stripped_jungle_wood", + "strippedftrunkall": "stripped_jungle_wood", + "barejungletrunkall": "stripped_jungle_wood", + "barejtrunkall": "stripped_jungle_wood", + "bareforesttrunkall": "stripped_jungle_wood", + "bareftrunkall": "stripped_jungle_wood", + "strippedjungletreeall": "stripped_jungle_wood", + "strippedjtreeall": "stripped_jungle_wood", + "strippedforesttreeall": "stripped_jungle_wood", + "strippedftreeall": "stripped_jungle_wood", + "barejungletreeall": "stripped_jungle_wood", + "barejtreeall": "stripped_jungle_wood", + "bareforesttreeall": "stripped_jungle_wood", + "bareftreeall": "stripped_jungle_wood", + "stripped_oak_log": { + "material": "STRIPPED_OAK_LOG" + }, + "strippedoaklog": "stripped_oak_log", + "strippedlog": "stripped_oak_log", + "oakstrippedlog": "stripped_oak_log", + "ostrippedlog": "stripped_oak_log", + "barelog": "stripped_oak_log", + "oakbarelog": "stripped_oak_log", + "obarelog": "stripped_oak_log", + "strippedtree": "stripped_oak_log", + "strippedoaktree": "stripped_oak_log", + "strippedotree": "stripped_oak_log", + "baretree": "stripped_oak_log", + "bareoaktree": "stripped_oak_log", + "bareotree": "stripped_oak_log", + "strippedtrunk": "stripped_oak_log", + "strippedoaktrunk": "stripped_oak_log", + "strippedotrunk": "stripped_oak_log", + "baretrunk": "stripped_oak_log", + "bareoaktrunk": "stripped_oak_log", + "bareotrunk": "stripped_oak_log", + "stripped_oak_wood": { + "material": "STRIPPED_OAK_WOOD" + }, + "strippedoakwood": "stripped_oak_wood", + "strippedwood": "stripped_oak_wood", + "oakstrippedwood": "stripped_oak_wood", + "ostrippedwood": "stripped_oak_wood", + "barewood": "stripped_oak_wood", + "oakbarewood": "stripped_oak_wood", + "obarewood": "stripped_oak_wood", + "strippedlogall": "stripped_oak_wood", + "strippedoaklogall": "stripped_oak_wood", + "strippedologall": "stripped_oak_wood", + "barelogall": "stripped_oak_wood", + "bareoaklogall": "stripped_oak_wood", + "bareologall": "stripped_oak_wood", + "strippedtrunkall": "stripped_oak_wood", + "strippedoaktrunkall": "stripped_oak_wood", + "strippedotrunkall": "stripped_oak_wood", + "baretrunkall": "stripped_oak_wood", + "bareoaktrunkall": "stripped_oak_wood", + "bareotrunkall": "stripped_oak_wood", + "strippedtreeall": "stripped_oak_wood", + "strippedoaktreeall": "stripped_oak_wood", + "strippedotreeall": "stripped_oak_wood", + "baretreeall": "stripped_oak_wood", + "bareoaktreeall": "stripped_oak_wood", + "bareotreeall": "stripped_oak_wood", + "stripped_spruce_log": { + "material": "STRIPPED_SPRUCE_LOG" + }, + "strippedsprucelog": "stripped_spruce_log", + "pinestrippedlog": "stripped_spruce_log", + "pstrippedlog": "stripped_spruce_log", + "darkstrippedlog": "stripped_spruce_log", + "dstrippedlog": "stripped_spruce_log", + "sprucestrippedlog": "stripped_spruce_log", + "sstrippedlog": "stripped_spruce_log", + "pinebarelog": "stripped_spruce_log", + "pbarelog": "stripped_spruce_log", + "darkbarelog": "stripped_spruce_log", + "dbarelog": "stripped_spruce_log", + "sprucebarelog": "stripped_spruce_log", + "sbarelog": "stripped_spruce_log", + "strippedpinetree": "stripped_spruce_log", + "strippedptree": "stripped_spruce_log", + "strippeddarktree": "stripped_spruce_log", + "strippeddtree": "stripped_spruce_log", + "strippedsprucetree": "stripped_spruce_log", + "strippedstree": "stripped_spruce_log", + "barepinetree": "stripped_spruce_log", + "bareptree": "stripped_spruce_log", + "baredarktree": "stripped_spruce_log", + "baredtree": "stripped_spruce_log", + "baresprucetree": "stripped_spruce_log", + "barestree": "stripped_spruce_log", + "strippedpinetrunk": "stripped_spruce_log", + "strippedptrunk": "stripped_spruce_log", + "strippeddarktrunk": "stripped_spruce_log", + "strippeddtrunk": "stripped_spruce_log", + "strippedsprucetrunk": "stripped_spruce_log", + "strippedstrunk": "stripped_spruce_log", + "barepinetrunk": "stripped_spruce_log", + "bareptrunk": "stripped_spruce_log", + "baredarktrunk": "stripped_spruce_log", + "baredtrunk": "stripped_spruce_log", + "baresprucetrunk": "stripped_spruce_log", + "barestrunk": "stripped_spruce_log", + "stripped_spruce_wood": { + "material": "STRIPPED_SPRUCE_WOOD" + }, + "strippedsprucewood": "stripped_spruce_wood", + "pinestrippedwood": "stripped_spruce_wood", + "pstrippedwood": "stripped_spruce_wood", + "darkstrippedwood": "stripped_spruce_wood", + "dstrippedwood": "stripped_spruce_wood", + "sprucestrippedwood": "stripped_spruce_wood", + "sstrippedwood": "stripped_spruce_wood", + "pinebarewood": "stripped_spruce_wood", + "pbarewood": "stripped_spruce_wood", + "darkbarewood": "stripped_spruce_wood", + "dbarewood": "stripped_spruce_wood", + "sprucebarewood": "stripped_spruce_wood", + "sbarewood": "stripped_spruce_wood", + "strippedpinelogall": "stripped_spruce_wood", + "strippedplogall": "stripped_spruce_wood", + "strippeddarklogall": "stripped_spruce_wood", + "strippeddlogall": "stripped_spruce_wood", + "strippedsprucelogall": "stripped_spruce_wood", + "strippedslogall": "stripped_spruce_wood", + "barepinelogall": "stripped_spruce_wood", + "bareplogall": "stripped_spruce_wood", + "baredarklogall": "stripped_spruce_wood", + "baredlogall": "stripped_spruce_wood", + "baresprucelogall": "stripped_spruce_wood", + "bareslogall": "stripped_spruce_wood", + "strippedpinetrunkall": "stripped_spruce_wood", + "strippedptrunkall": "stripped_spruce_wood", + "strippeddarktrunkall": "stripped_spruce_wood", + "strippeddtrunkall": "stripped_spruce_wood", + "strippedsprucetrunkall": "stripped_spruce_wood", + "strippedstrunkall": "stripped_spruce_wood", + "barepinetrunkall": "stripped_spruce_wood", + "bareptrunkall": "stripped_spruce_wood", + "baredarktrunkall": "stripped_spruce_wood", + "baredtrunkall": "stripped_spruce_wood", + "baresprucetrunkall": "stripped_spruce_wood", + "barestrunkall": "stripped_spruce_wood", + "strippedpinetreeall": "stripped_spruce_wood", + "strippedptreeall": "stripped_spruce_wood", + "strippeddarktreeall": "stripped_spruce_wood", + "strippeddtreeall": "stripped_spruce_wood", + "strippedsprucetreeall": "stripped_spruce_wood", + "strippedstreeall": "stripped_spruce_wood", + "barepinetreeall": "stripped_spruce_wood", + "bareptreeall": "stripped_spruce_wood", + "baredarktreeall": "stripped_spruce_wood", + "baredtreeall": "stripped_spruce_wood", + "baresprucetreeall": "stripped_spruce_wood", + "barestreeall": "stripped_spruce_wood", + "structure_block": { + "material": "STRUCTURE_BLOCK" + }, + "structureblock": "structure_block", + "structure_void": { + "material": "STRUCTURE_VOID" + }, + "structurevoid": "structure_void", + "sugar": { + "material": "SUGAR" + }, + "sugar_cane": { + "material": "SUGAR_CANE" + }, + "sugarcane": "sugar_cane", + "sunflower": { + "material": "SUNFLOWER" + }, + "suspicious_stew": { + "material": "SUSPICIOUS_STEW" + }, + "suspiciousstew": "suspicious_stew", + "sweet_berries": { + "material": "SWEET_BERRIES" + }, + "sweetberries": "sweet_berries", + "sweet_berry_bush": { + "material": "SWEET_BERRY_BUSH", + "unspawnable": true + }, + "sweetberrybush": "sweet_berry_bush", + "tall_grass": { + "material": "TALL_GRASS" + }, + "tallgrass": "tall_grass", + "longgrass": "tall_grass", + "wildgrass": "tall_grass", + "grasslong": "tall_grass", + "grasstall": "tall_grass", + "grasswild": "tall_grass", + "lgrass": "tall_grass", + "tgrass": "tall_grass", + "wgrass": "tall_grass", + "tall_seagrass": { + "material": "TALL_SEAGRASS", + "unspawnable": true + }, + "tallseagrass": "tall_seagrass", + "terracotta": { + "material": "TERRACOTTA" + }, + "tipped_arrow": { + "material": "TIPPED_ARROW" + }, + "tippedarrow": "tipped_arrow", + "tnt": { + "material": "TNT" + }, + "tntblock": "tnt", + "blocktnt": "tnt", + "bombblock": "tnt", + "blockbomb": "tnt", + "dynamiteblock": "tnt", + "blockdynamite": "tnt", + "bomb": "tnt", + "dynamite": "tnt", + "tnt_minecart": { + "material": "TNT_MINECART" + }, + "tntminecart": "tnt_minecart", + "tntmcart": "tnt_minecart", + "tntmc": "tnt_minecart", + "tntcart": "tnt_minecart", + "dynamiteminecart": "tnt_minecart", + "dynamitemcart": "tnt_minecart", + "dynamitemc": "tnt_minecart", + "dynamitecart": "tnt_minecart", + "bombminecart": "tnt_minecart", + "bombmcart": "tnt_minecart", + "bombmc": "tnt_minecart", + "bombcart": "tnt_minecart", + "tminecart": "tnt_minecart", + "tmcart": "tnt_minecart", + "tmc": "tnt_minecart", + "tcart": "tnt_minecart", + "dminecart": "tnt_minecart", + "dmcart": "tnt_minecart", + "dmc": "tnt_minecart", + "dcart": "tnt_minecart", + "bminecart": "tnt_minecart", + "bmcart": "tnt_minecart", + "bmc": "tnt_minecart", + "bcart": "tnt_minecart", + "torch": { + "material": "TORCH" + }, + "burningstick": "torch", + "burnstick": "torch", + "totem_of_undying": { + "material": "TOTEM_OF_UNDYING" + }, + "totemofundying": "totem_of_undying", + "totem": "totem_of_undying", + "trader_llama_spawn_egg": { + "material": "TRADER_LLAMA_SPAWN_EGG" + }, + "traderllamaspawnegg": "trader_llama_spawn_egg", + "trapped_chest": { + "material": "TRAPPED_CHEST" + }, + "trappedchest": "trapped_chest", + "trapchest": "trapped_chest", + "chesttrapped": "trapped_chest", + "chesttrap": "trapped_chest", + "trident": { + "material": "TRIDENT" + }, + "tripwire": { + "material": "TRIPWIRE", + "unspawnable": true + }, + "tripwire_hook": { + "material": "TRIPWIRE_HOOK" + }, + "tripwirehook": "tripwire_hook", + "trip": "tripwire_hook", + "tripwirelever": "tripwire_hook", + "triphook": "tripwire_hook", + "tropical_fish": { + "material": "TROPICAL_FISH" + }, + "tropicalfish": "tropical_fish", + "rawclownfish": "tropical_fish", + "rawnemo": "tropical_fish", + "rawclfish": "tropical_fish", + "rawfishcl": "tropical_fish", + "rawnfish": "tropical_fish", + "rawfishn": "tropical_fish", + "raclownfish": "tropical_fish", + "ranemo": "tropical_fish", + "raclfish": "tropical_fish", + "rafishcl": "tropical_fish", + "ranfish": "tropical_fish", + "rafishn": "tropical_fish", + "uncookedclownfish": "tropical_fish", + "uncookednemo": "tropical_fish", + "uncookedclfish": "tropical_fish", + "uncookedfishcl": "tropical_fish", + "uncookednfish": "tropical_fish", + "uncookedfishn": "tropical_fish", + "plainclownfish": "tropical_fish", + "plainnemo": "tropical_fish", + "plainclfish": "tropical_fish", + "plainfishcl": "tropical_fish", + "plainnfish": "tropical_fish", + "plainfishn": "tropical_fish", + "clownfish": "tropical_fish", + "nemo": "tropical_fish", + "clfish": "tropical_fish", + "fishcl": "tropical_fish", + "nfish": "tropical_fish", + "fishn": "tropical_fish", + "tropical_fish_bucket": { + "material": "TROPICAL_FISH_BUCKET" + }, + "tropicalfishbucket": "tropical_fish_bucket", + "tropicalfishpail": "tropical_fish_bucket", + "tropicfishbucket": "tropical_fish_bucket", + "tropicfishpail": "tropical_fish_bucket", + "tfishbucket": "tropical_fish_bucket", + "tfishpail": "tropical_fish_bucket", + "tropicalfbucket": "tropical_fish_bucket", + "tropicalfpail": "tropical_fish_bucket", + "tropicfbucket": "tropical_fish_bucket", + "tropicfpail": "tropical_fish_bucket", + "tropical_fish_spawn_egg": { + "material": "TROPICAL_FISH_SPAWN_EGG" + }, + "tropicalfishspawnegg": "tropical_fish_spawn_egg", + "tropicalfishegg": "tropical_fish_spawn_egg", + "eggtropicalfish": "tropical_fish_spawn_egg", + "spawneggtropicalfish": "tropical_fish_spawn_egg", + "tropicalfishspawn": "tropical_fish_spawn_egg", + "spawntropicalfish": "tropical_fish_spawn_egg", + "tropicfishegg": "tropical_fish_spawn_egg", + "eggtropicfish": "tropical_fish_spawn_egg", + "tropicfishspawnegg": "tropical_fish_spawn_egg", + "spawneggtropicfish": "tropical_fish_spawn_egg", + "tropicfishspawn": "tropical_fish_spawn_egg", + "spawntropicfish": "tropical_fish_spawn_egg", + "tfishegg": "tropical_fish_spawn_egg", + "eggtfish": "tropical_fish_spawn_egg", + "tfishspawnegg": "tropical_fish_spawn_egg", + "spawneggtfish": "tropical_fish_spawn_egg", + "tfishspawn": "tropical_fish_spawn_egg", + "spawntfish": "tropical_fish_spawn_egg", + "tropicalfegg": "tropical_fish_spawn_egg", + "eggtropicalf": "tropical_fish_spawn_egg", + "tropicalfspawnegg": "tropical_fish_spawn_egg", + "spawneggtropicalf": "tropical_fish_spawn_egg", + "tropicalfspawn": "tropical_fish_spawn_egg", + "spawntropicalf": "tropical_fish_spawn_egg", + "tropicfegg": "tropical_fish_spawn_egg", + "eggtropicf": "tropical_fish_spawn_egg", + "tropicfspawnegg": "tropical_fish_spawn_egg", + "spawneggtropicf": "tropical_fish_spawn_egg", + "tropicfspawn": "tropical_fish_spawn_egg", + "spawntropicf": "tropical_fish_spawn_egg", + "tube_coral": { + "material": "TUBE_CORAL" + }, + "tubecoral": "tube_coral", + "tube_coral_block": { + "material": "TUBE_CORAL_BLOCK" + }, + "tubecoralblock": "tube_coral_block", + "tube_coral_fan": { + "material": "TUBE_CORAL_FAN" + }, + "tubecoralfan": "tube_coral_fan", + "tube_coral_wall_fan": { + "material": "TUBE_CORAL_WALL_FAN", + "unspawnable": true + }, + "tubecoralwallfan": "tube_coral_wall_fan", + "turtle_egg": { + "material": "TURTLE_EGG" + }, + "turtleegg": "turtle_egg", + "turtle_helmet": { + "material": "TURTLE_HELMET" + }, + "turtlehelmet": "turtle_helmet", + "turtle_spawn_egg": { + "material": "TURTLE_SPAWN_EGG" + }, + "turtlespawnegg": "turtle_spawn_egg", + "eggturtle": "turtle_spawn_egg", + "spawneggturtle": "turtle_spawn_egg", + "turtlespawn": "turtle_spawn_egg", + "spawnturtle": "turtle_spawn_egg", + "vex_spawn_egg": { + "material": "VEX_SPAWN_EGG" + }, + "vexspawnegg": "vex_spawn_egg", + "vexegg": "vex_spawn_egg", + "eggvex": "vex_spawn_egg", + "spawneggvex": "vex_spawn_egg", + "vexspawn": "vex_spawn_egg", + "spawnvex": "vex_spawn_egg", + "villager_spawn_egg": { + "material": "VILLAGER_SPAWN_EGG" + }, + "villagerspawnegg": "villager_spawn_egg", + "villageregg": "villager_spawn_egg", + "eggvillager": "villager_spawn_egg", + "spawneggvillager": "villager_spawn_egg", + "villagerspawn": "villager_spawn_egg", + "spawnvillager": "villager_spawn_egg", + "vindicator_spawn_egg": { + "material": "VINDICATOR_SPAWN_EGG" + }, + "vindicatorspawnegg": "vindicator_spawn_egg", + "vindicatoregg": "vindicator_spawn_egg", + "eggvindicator": "vindicator_spawn_egg", + "spawneggvindicator": "vindicator_spawn_egg", + "vindicatorspawn": "vindicator_spawn_egg", + "spawnvindicator": "vindicator_spawn_egg", + "vinegg": "vindicator_spawn_egg", + "eggvin": "vindicator_spawn_egg", + "vinspawnegg": "vindicator_spawn_egg", + "spawneggvin": "vindicator_spawn_egg", + "vinspawn": "vindicator_spawn_egg", + "spawnvin": "vindicator_spawn_egg", + "vine": { + "material": "VINE" + }, + "vines": "vine", + "greenvines": "vine", + "greenvine": "vine", + "gardenvines": "vine", + "gardenvine": "vine", + "vinesgreen": "vine", + "vinegreen": "vine", + "vinesgarden": "vine", + "vinegarden": "vine", + "vinesg": "vine", + "vineg": "vine", + "gvines": "vine", + "gvine": "vine", + "void_air": { + "material": "VOID_AIR", + "unspawnable": true + }, + "voidair": "void_air", + "wall_torch": { + "material": "WALL_TORCH", + "unspawnable": true + }, + "walltorch": "wall_torch", + "wandering_trader_spawn_egg": { + "material": "WANDERING_TRADER_SPAWN_EGG" + }, + "wanderingtraderspawnegg": "wandering_trader_spawn_egg", + "water": { + "material": "WATER", + "unspawnable": true + }, + "stationarywater": "water", + "stillwater": "water", + "swater": "water", + "water_bucket": { + "material": "WATER_BUCKET" + }, + "waterbucket": "water_bucket", + "wet_sponge": { + "material": "WET_SPONGE" + }, + "wetsponge": "wet_sponge", + "wheat": { + "material": "WHEAT" + }, + "wheat_seeds": { + "material": "WHEAT_SEEDS" + }, + "wheatseeds": "wheat_seeds", + "white_banner": { + "material": "WHITE_BANNER" + }, + "whitebanner": "white_banner", + "standingbanner": "white_banner", + "banner": "white_banner", + "wstandingbanner": "white_banner", + "wbanner": "white_banner", + "whitestandingbanner": "white_banner", + "white_bed": { + "material": "WHITE_BED" + }, + "whitebed": "white_bed", + "bed": "white_bed", + "wbed": "white_bed", + "white_carpet": { + "material": "WHITE_CARPET" + }, + "whitecarpet": "white_carpet", + "carpet": "white_carpet", + "floor": "white_carpet", + "wcarpet": "white_carpet", + "wfloor": "white_carpet", + "whitefloor": "white_carpet", + "white_concrete": { + "material": "WHITE_CONCRETE" + }, + "whiteconcrete": "white_concrete", + "concrete": "white_concrete", + "wconcrete": "white_concrete", + "white_concrete_powder": { + "material": "WHITE_CONCRETE_POWDER" + }, + "whiteconcretepowder": "white_concrete_powder", + "concretepowder": "white_concrete_powder", + "concretesand": "white_concrete_powder", + "cpowder": "white_concrete_powder", + "cdust": "white_concrete_powder", + "cp": "white_concrete_powder", + "wconcretepowder": "white_concrete_powder", + "wconcretesand": "white_concrete_powder", + "wcpowder": "white_concrete_powder", + "wcdust": "white_concrete_powder", + "wcp": "white_concrete_powder", + "whiteconcretesand": "white_concrete_powder", + "whitecpowder": "white_concrete_powder", + "whitecdust": "white_concrete_powder", + "whitecp": "white_concrete_powder", + "white_dye": { + "material": "WHITE_DYE" + }, + "whitedye": "white_dye", + "white_glazed_terracotta": { + "material": "WHITE_GLAZED_TERRACOTTA" + }, + "whiteglazedterracotta": "white_glazed_terracotta", + "glazedtcota": "white_glazed_terracotta", + "glazedterra": "white_glazed_terracotta", + "glazedterracotta": "white_glazed_terracotta", + "glazedterracota": "white_glazed_terracotta", + "wglazedtcota": "white_glazed_terracotta", + "wglazedterra": "white_glazed_terracotta", + "wglazedterracotta": "white_glazed_terracotta", + "wglazedterracota": "white_glazed_terracotta", + "whiteglazedtcota": "white_glazed_terracotta", + "whiteglazedterra": "white_glazed_terracotta", + "whiteglazedterracota": "white_glazed_terracotta", + "white_shulker_box": { + "material": "WHITE_SHULKER_BOX" + }, + "whiteshulkerbox": "white_shulker_box", + "wshulkerbox": "white_shulker_box", + "wchest": "white_shulker_box", + "whitechest": "white_shulker_box", + "white_stained_glass": { + "material": "WHITE_STAINED_GLASS" + }, + "whitestainedglass": "white_stained_glass", + "sglass": "white_stained_glass", + "stainedglass": "white_stained_glass", + "wglass": "white_stained_glass", + "wsglass": "white_stained_glass", + "wstainedglass": "white_stained_glass", + "whiteglass": "white_stained_glass", + "whitesglass": "white_stained_glass", + "white_stained_glass_pane": { + "material": "WHITE_STAINED_GLASS_PANE" + }, + "whitestainedglasspane": "white_stained_glass_pane", + "sglasspane": "white_stained_glass_pane", + "stainedglasspane": "white_stained_glass_pane", + "gpane": "white_stained_glass_pane", + "wglasspane": "white_stained_glass_pane", + "wsglasspane": "white_stained_glass_pane", + "wstainedglasspane": "white_stained_glass_pane", + "wgpane": "white_stained_glass_pane", + "whiteglasspane": "white_stained_glass_pane", + "whitesglasspane": "white_stained_glass_pane", + "whitegpane": "white_stained_glass_pane", + "white_terracotta": { + "material": "WHITE_TERRACOTTA" + }, + "whiteterracotta": "white_terracotta", + "sclay": "white_terracotta", + "stainedclay": "white_terracotta", + "terra": "white_terracotta", + "tcota": "white_terracotta", + "terracota": "white_terracotta", + "wclay": "white_terracotta", + "wsclay": "white_terracotta", + "wstainedclay": "white_terracotta", + "wterra": "white_terracotta", + "wtcota": "white_terracotta", + "wterracota": "white_terracotta", + "wterracotta": "white_terracotta", + "whiteclay": "white_terracotta", + "whitesclay": "white_terracotta", + "whitestainedclay": "white_terracotta", + "whiteterra": "white_terracotta", + "whitetcota": "white_terracotta", + "whiteterracota": "white_terracotta", + "white_tulip": { + "material": "WHITE_TULIP" + }, + "whitetulip": "white_tulip", + "tulipwhite": "white_tulip", + "wtulip": "white_tulip", + "tulipw": "white_tulip", + "white_wall_banner": { + "material": "WHITE_WALL_BANNER", + "unspawnable": true + }, + "whitewallbanner": "white_wall_banner", + "white_wool": { + "material": "WHITE_WOOL" + }, + "whitewool": "white_wool", + "wool": "white_wool", + "cloth": "white_wool", + "cotton": "white_wool", + "wwool": "white_wool", + "wcloth": "white_wool", + "wcotton": "white_wool", + "whitecloth": "white_wool", + "whitecotton": "white_wool", + "witch_spawn_egg": { + "material": "WITCH_SPAWN_EGG" + }, + "witchspawnegg": "witch_spawn_egg", + "witchegg": "witch_spawn_egg", + "eggwitch": "witch_spawn_egg", + "spawneggwitch": "witch_spawn_egg", + "witchspawn": "witch_spawn_egg", + "spawnwitch": "witch_spawn_egg", + "wither_rose": { + "material": "WITHER_ROSE" + }, + "witherrose": "wither_rose", + "wither_skeleton_skull": { + "material": "WITHER_SKELETON_SKULL" + }, + "witherskeletonskull": "wither_skeleton_skull", + "witherskeletonhead": "wither_skeleton_skull", + "headwitherskeleton": "wither_skeleton_skull", + "stevewitherskeleton": "wither_skeleton_skull", + "witherskeletonmask": "wither_skeleton_skull", + "witherskeletonheadmask": "wither_skeleton_skull", + "wskeletonhead": "wither_skeleton_skull", + "wskeletonskull": "wither_skeleton_skull", + "headwskeleton": "wither_skeleton_skull", + "stevewskeleton": "wither_skeleton_skull", + "wskeletonmask": "wither_skeleton_skull", + "wskeletonheadmask": "wither_skeleton_skull", + "witherskhead": "wither_skeleton_skull", + "witherskskull": "wither_skeleton_skull", + "headwithersk": "wither_skeleton_skull", + "stevewithersk": "wither_skeleton_skull", + "witherskmask": "wither_skeleton_skull", + "witherskheadmask": "wither_skeleton_skull", + "wskhead": "wither_skeleton_skull", + "wskskull": "wither_skeleton_skull", + "headwsk": "wither_skeleton_skull", + "stevewsk": "wither_skeleton_skull", + "wskmask": "wither_skeleton_skull", + "wskheadmask": "wither_skeleton_skull", + "witherhead": "wither_skeleton_skull", + "witherskull": "wither_skeleton_skull", + "headwither": "wither_skeleton_skull", + "stevewither": "wither_skeleton_skull", + "withermask": "wither_skeleton_skull", + "witherheadmask": "wither_skeleton_skull", + "wither_skeleton_spawn_egg": { + "material": "WITHER_SKELETON_SPAWN_EGG" + }, + "witherskeletonspawnegg": "wither_skeleton_spawn_egg", + "witherskeletonegg": "wither_skeleton_spawn_egg", + "eggwitherskeleton": "wither_skeleton_spawn_egg", + "spawneggwitherskeleton": "wither_skeleton_spawn_egg", + "witherskeletonspawn": "wither_skeleton_spawn_egg", + "spawnwitherskeleton": "wither_skeleton_spawn_egg", + "wskeletonegg": "wither_skeleton_spawn_egg", + "eggwskeleton": "wither_skeleton_spawn_egg", + "wskeletonspawnegg": "wither_skeleton_spawn_egg", + "spawneggwskeleton": "wither_skeleton_spawn_egg", + "wskeletonspawn": "wither_skeleton_spawn_egg", + "spawnwskeleton": "wither_skeleton_spawn_egg", + "witherskegg": "wither_skeleton_spawn_egg", + "eggwithersk": "wither_skeleton_spawn_egg", + "witherskspawnegg": "wither_skeleton_spawn_egg", + "spawneggwithersk": "wither_skeleton_spawn_egg", + "witherskspawn": "wither_skeleton_spawn_egg", + "spawnwithersk": "wither_skeleton_spawn_egg", + "wskegg": "wither_skeleton_spawn_egg", + "eggwsk": "wither_skeleton_spawn_egg", + "wskspawnegg": "wither_skeleton_spawn_egg", + "spawneggwsk": "wither_skeleton_spawn_egg", + "wskspawn": "wither_skeleton_spawn_egg", + "spawnwsk": "wither_skeleton_spawn_egg", + "witheregg": "wither_skeleton_spawn_egg", + "eggwither": "wither_skeleton_spawn_egg", + "witherspawnegg": "wither_skeleton_spawn_egg", + "spawneggwither": "wither_skeleton_spawn_egg", + "witherspawn": "wither_skeleton_spawn_egg", + "spawnwither": "wither_skeleton_spawn_egg", + "wither_skeleton_wall_skull": { + "material": "WITHER_SKELETON_WALL_SKULL", + "unspawnable": true + }, + "witherskeletonwallskull": "wither_skeleton_wall_skull", + "wolf_spawn_egg": { + "material": "WOLF_SPAWN_EGG" + }, + "wolfspawnegg": "wolf_spawn_egg", + "wolfegg": "wolf_spawn_egg", + "eggwolf": "wolf_spawn_egg", + "spawneggwolf": "wolf_spawn_egg", + "wolfspawn": "wolf_spawn_egg", + "spawnwolf": "wolf_spawn_egg", + "wooden_axe": { + "material": "WOODEN_AXE" + }, + "woodenaxe": "wooden_axe", + "woodaxe": "wooden_axe", + "waxe": "wooden_axe", + "wooden_hoe": { + "material": "WOODEN_HOE" + }, + "woodenhoe": "wooden_hoe", + "woodhoe": "wooden_hoe", + "whoe": "wooden_hoe", + "wooden_pickaxe": { + "material": "WOODEN_PICKAXE" + }, + "woodenpickaxe": "wooden_pickaxe", + "woodenpick": "wooden_pickaxe", + "woodpickaxe": "wooden_pickaxe", + "woodpick": "wooden_pickaxe", + "wpickaxe": "wooden_pickaxe", + "wpick": "wooden_pickaxe", + "wooden_shovel": { + "material": "WOODEN_SHOVEL" + }, + "woodenshovel": "wooden_shovel", + "woodenspade": "wooden_shovel", + "woodshovel": "wooden_shovel", + "woodspade": "wooden_shovel", + "wshovel": "wooden_shovel", + "wspade": "wooden_shovel", + "wooden_sword": { + "material": "WOODEN_SWORD" + }, + "woodensword": "wooden_sword", + "woodsword": "wooden_sword", + "wsword": "wooden_sword", + "writable_book": { + "material": "WRITABLE_BOOK" + }, + "writablebook": "writable_book", + "written_book": { + "material": "WRITTEN_BOOK" + }, + "writtenbook": "written_book", + "yellow_banner": { + "material": "YELLOW_BANNER" + }, + "yellowbanner": "yellow_banner", + "ystandingbanner": "yellow_banner", + "ybanner": "yellow_banner", + "yellowstandingbanner": "yellow_banner", + "yellow_bed": { + "material": "YELLOW_BED" + }, + "yellowbed": "yellow_bed", + "ybed": "yellow_bed", + "yellow_carpet": { + "material": "YELLOW_CARPET" + }, + "yellowcarpet": "yellow_carpet", + "ycarpet": "yellow_carpet", + "yfloor": "yellow_carpet", + "yellowfloor": "yellow_carpet", + "yellow_concrete": { + "material": "YELLOW_CONCRETE" + }, + "yellowconcrete": "yellow_concrete", + "yconcrete": "yellow_concrete", + "yellow_concrete_powder": { + "material": "YELLOW_CONCRETE_POWDER" + }, + "yellowconcretepowder": "yellow_concrete_powder", + "yconcretepowder": "yellow_concrete_powder", + "yconcretesand": "yellow_concrete_powder", + "ycpowder": "yellow_concrete_powder", + "ycdust": "yellow_concrete_powder", + "ycp": "yellow_concrete_powder", + "yellowconcretesand": "yellow_concrete_powder", + "yellowcpowder": "yellow_concrete_powder", + "yellowcdust": "yellow_concrete_powder", + "yellowcp": "yellow_concrete_powder", + "yellow_dye": { + "material": "YELLOW_DYE", + "fallbacks": [ + "DANDELION_YELLOW" + ] + }, + "yellowdye": "yellow_dye", + "yellow_glazed_terracotta": { + "material": "YELLOW_GLAZED_TERRACOTTA" + }, + "yellowglazedterracotta": "yellow_glazed_terracotta", + "yglazedtcota": "yellow_glazed_terracotta", + "yglazedterra": "yellow_glazed_terracotta", + "yglazedterracotta": "yellow_glazed_terracotta", + "yglazedterracota": "yellow_glazed_terracotta", + "yellowglazedtcota": "yellow_glazed_terracotta", + "yellowglazedterra": "yellow_glazed_terracotta", + "yellowglazedterracota": "yellow_glazed_terracotta", + "yellow_shulker_box": { + "material": "YELLOW_SHULKER_BOX" + }, + "yellowshulkerbox": "yellow_shulker_box", + "yshulkerbox": "yellow_shulker_box", + "ychest": "yellow_shulker_box", + "yellowchest": "yellow_shulker_box", + "yellow_stained_glass": { + "material": "YELLOW_STAINED_GLASS" + }, + "yellowstainedglass": "yellow_stained_glass", + "yglass": "yellow_stained_glass", + "ysglass": "yellow_stained_glass", + "ystainedglass": "yellow_stained_glass", + "yellowglass": "yellow_stained_glass", + "yellowsglass": "yellow_stained_glass", + "yellow_stained_glass_pane": { + "material": "YELLOW_STAINED_GLASS_PANE" + }, + "yellowstainedglasspane": "yellow_stained_glass_pane", + "yglasspane": "yellow_stained_glass_pane", + "ysglasspane": "yellow_stained_glass_pane", + "ystainedglasspane": "yellow_stained_glass_pane", + "ygpane": "yellow_stained_glass_pane", + "yellowglasspane": "yellow_stained_glass_pane", + "yellowsglasspane": "yellow_stained_glass_pane", + "yellowgpane": "yellow_stained_glass_pane", + "yellow_terracotta": { + "material": "YELLOW_TERRACOTTA" + }, + "yellowterracotta": "yellow_terracotta", + "yclay": "yellow_terracotta", + "ysclay": "yellow_terracotta", + "ystainedclay": "yellow_terracotta", + "yterra": "yellow_terracotta", + "ytcota": "yellow_terracotta", + "yterracota": "yellow_terracotta", + "yterracotta": "yellow_terracotta", + "yellowclay": "yellow_terracotta", + "yellowsclay": "yellow_terracotta", + "yellowstainedclay": "yellow_terracotta", + "yellowterra": "yellow_terracotta", + "yellowtcota": "yellow_terracotta", + "yellowterracota": "yellow_terracotta", + "yellow_wall_banner": { + "material": "YELLOW_WALL_BANNER", + "unspawnable": true + }, + "yellowwallbanner": "yellow_wall_banner", + "yellow_wool": { + "material": "YELLOW_WOOL" + }, + "yellowwool": "yellow_wool", + "ywool": "yellow_wool", + "ycloth": "yellow_wool", + "ycotton": "yellow_wool", + "yellowcloth": "yellow_wool", + "yellowcotton": "yellow_wool", + "zombie_head": { + "material": "ZOMBIE_HEAD" + }, + "zombiehead": "zombie_head", + "zombieskull": "zombie_head", + "headzombie": "zombie_head", + "stevezombie": "zombie_head", + "zombiemask": "zombie_head", + "zombieheadmask": "zombie_head", + "zombie_horse_spawn_egg": { + "material": "ZOMBIE_HORSE_SPAWN_EGG" + }, + "zombiehorsespawnegg": "zombie_horse_spawn_egg", + "zombiehorseegg": "zombie_horse_spawn_egg", + "eggzombiehorse": "zombie_horse_spawn_egg", + "spawneggzombiehorse": "zombie_horse_spawn_egg", + "zombiehorsespawn": "zombie_horse_spawn_egg", + "spawnzombiehorse": "zombie_horse_spawn_egg", + "zhorseegg": "zombie_horse_spawn_egg", + "eggzhorse": "zombie_horse_spawn_egg", + "zhorsespawnegg": "zombie_horse_spawn_egg", + "spawneggzhorse": "zombie_horse_spawn_egg", + "zhorsespawn": "zombie_horse_spawn_egg", + "spawnzhorse": "zombie_horse_spawn_egg", + "zombie_pigman_spawn_egg": { + "material": "ZOMBIE_PIGMAN_SPAWN_EGG" + }, + "zombiepigmanspawnegg": "zombie_pigman_spawn_egg", + "zombiepigmanegg": "zombie_pigman_spawn_egg", + "eggzombiepigman": "zombie_pigman_spawn_egg", + "spawneggzombiepigman": "zombie_pigman_spawn_egg", + "zombiepigmanspawn": "zombie_pigman_spawn_egg", + "spawnzombiepigman": "zombie_pigman_spawn_egg", + "zpigmanegg": "zombie_pigman_spawn_egg", + "eggzpigman": "zombie_pigman_spawn_egg", + "zpigmanspawnegg": "zombie_pigman_spawn_egg", + "spawneggzpigman": "zombie_pigman_spawn_egg", + "zpigmanspawn": "zombie_pigman_spawn_egg", + "spawnzpigman": "zombie_pigman_spawn_egg", + "pigmanegg": "zombie_pigman_spawn_egg", + "eggpigman": "zombie_pigman_spawn_egg", + "pigmanspawnegg": "zombie_pigman_spawn_egg", + "spawneggpigman": "zombie_pigman_spawn_egg", + "pigmanspawn": "zombie_pigman_spawn_egg", + "spawnpigman": "zombie_pigman_spawn_egg", + "zombiepmanegg": "zombie_pigman_spawn_egg", + "eggzombiepman": "zombie_pigman_spawn_egg", + "zombiepmanspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiepman": "zombie_pigman_spawn_egg", + "zombiepmanspawn": "zombie_pigman_spawn_egg", + "spawnzombiepman": "zombie_pigman_spawn_egg", + "zpmanegg": "zombie_pigman_spawn_egg", + "eggzpman": "zombie_pigman_spawn_egg", + "zpmanspawnegg": "zombie_pigman_spawn_egg", + "spawneggzpman": "zombie_pigman_spawn_egg", + "zpmanspawn": "zombie_pigman_spawn_egg", + "spawnzpman": "zombie_pigman_spawn_egg", + "zombiepigmegg": "zombie_pigman_spawn_egg", + "eggzombiepigm": "zombie_pigman_spawn_egg", + "zombiepigmspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiepigm": "zombie_pigman_spawn_egg", + "zombiepigmspawn": "zombie_pigman_spawn_egg", + "spawnzombiepigm": "zombie_pigman_spawn_egg", + "zpigmegg": "zombie_pigman_spawn_egg", + "eggzpigm": "zombie_pigman_spawn_egg", + "zpigmspawnegg": "zombie_pigman_spawn_egg", + "spawneggzpigm": "zombie_pigman_spawn_egg", + "zpigmspawn": "zombie_pigman_spawn_egg", + "spawnzpigm": "zombie_pigman_spawn_egg", + "zombiepigegg": "zombie_pigman_spawn_egg", + "eggzombiepig": "zombie_pigman_spawn_egg", + "zombiepigspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiepig": "zombie_pigman_spawn_egg", + "zombiepigspawn": "zombie_pigman_spawn_egg", + "spawnzombiepig": "zombie_pigman_spawn_egg", + "zpigegg": "zombie_pigman_spawn_egg", + "eggzpig": "zombie_pigman_spawn_egg", + "zpigspawnegg": "zombie_pigman_spawn_egg", + "spawneggzpig": "zombie_pigman_spawn_egg", + "zpigspawn": "zombie_pigman_spawn_egg", + "spawnzpig": "zombie_pigman_spawn_egg", + "zombiepmegg": "zombie_pigman_spawn_egg", + "eggzombiepm": "zombie_pigman_spawn_egg", + "zombiepmspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiepm": "zombie_pigman_spawn_egg", + "zombiepmspawn": "zombie_pigman_spawn_egg", + "spawnzombiepm": "zombie_pigman_spawn_egg", + "zombiepegg": "zombie_pigman_spawn_egg", + "eggzombiep": "zombie_pigman_spawn_egg", + "zombiepspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiep": "zombie_pigman_spawn_egg", + "zombiepspawn": "zombie_pigman_spawn_egg", + "spawnzombiep": "zombie_pigman_spawn_egg", + "zombiepigmenegg": "zombie_pigman_spawn_egg", + "eggzombiepigmen": "zombie_pigman_spawn_egg", + "zombiepigmenspawnegg": "zombie_pigman_spawn_egg", + "spawneggzombiepigmen": "zombie_pigman_spawn_egg", + "zombiepigmenspawn": "zombie_pigman_spawn_egg", + "spawnzombiepigmen": "zombie_pigman_spawn_egg", + "zpigmenegg": "zombie_pigman_spawn_egg", + "eggzpigmen": "zombie_pigman_spawn_egg", + "zpigmenspawnegg": "zombie_pigman_spawn_egg", + "spawneggzpigmen": "zombie_pigman_spawn_egg", + "zpigmenspawn": "zombie_pigman_spawn_egg", + "spawnzpigmen": "zombie_pigman_spawn_egg", + "pigmenegg": "zombie_pigman_spawn_egg", + "eggpigmen": "zombie_pigman_spawn_egg", + "pigmenspawnegg": "zombie_pigman_spawn_egg", + "spawneggpigmen": "zombie_pigman_spawn_egg", + "pigmenspawn": "zombie_pigman_spawn_egg", + "spawnpigmen": "zombie_pigman_spawn_egg", + "zombie_spawn_egg": { + "material": "ZOMBIE_SPAWN_EGG" + }, + "zombiespawnegg": "zombie_spawn_egg", + "zombieegg": "zombie_spawn_egg", + "eggzombie": "zombie_spawn_egg", + "spawneggzombie": "zombie_spawn_egg", + "zombiespawn": "zombie_spawn_egg", + "spawnzombie": "zombie_spawn_egg", + "zombie_villager_spawn_egg": { + "material": "ZOMBIE_VILLAGER_SPAWN_EGG" + }, + "zombievillagerspawnegg": "zombie_villager_spawn_egg", + "zombievillageregg": "zombie_villager_spawn_egg", + "eggzombievillager": "zombie_villager_spawn_egg", + "spawneggzombievillager": "zombie_villager_spawn_egg", + "zombievillagerspawn": "zombie_villager_spawn_egg", + "spawnzombievillager": "zombie_villager_spawn_egg", + "zvillageregg": "zombie_villager_spawn_egg", + "eggzvillager": "zombie_villager_spawn_egg", + "zvillagerspawnegg": "zombie_villager_spawn_egg", + "spawneggzvillager": "zombie_villager_spawn_egg", + "zvillagerspawn": "zombie_villager_spawn_egg", + "spawnzvillager": "zombie_villager_spawn_egg", + "deadvillageregg": "zombie_villager_spawn_egg", + "eggdeadvillager": "zombie_villager_spawn_egg", + "deadvillagerspawnegg": "zombie_villager_spawn_egg", + "spawneggdeadvillager": "zombie_villager_spawn_egg", + "deadvillagerspawn": "zombie_villager_spawn_egg", + "spawndeadvillager": "zombie_villager_spawn_egg", + "dvillageregg": "zombie_villager_spawn_egg", + "eggdvillager": "zombie_villager_spawn_egg", + "dvillagerspawnegg": "zombie_villager_spawn_egg", + "spawneggdvillager": "zombie_villager_spawn_egg", + "dvillagerspawn": "zombie_villager_spawn_egg", + "spawndvillager": "zombie_villager_spawn_egg", + "zvillegg": "zombie_villager_spawn_egg", + "eggzvill": "zombie_villager_spawn_egg", + "zvillspawnegg": "zombie_villager_spawn_egg", + "spawneggzvill": "zombie_villager_spawn_egg", + "zvillspawn": "zombie_villager_spawn_egg", + "spawnzvill": "zombie_villager_spawn_egg", + "dvillegg": "zombie_villager_spawn_egg", + "eggdvill": "zombie_villager_spawn_egg", + "dvillspawnegg": "zombie_villager_spawn_egg", + "spawneggdvill": "zombie_villager_spawn_egg", + "dvillspawn": "zombie_villager_spawn_egg", + "spawndvill": "zombie_villager_spawn_egg", + "zombie_wall_head": { + "material": "ZOMBIE_WALL_HEAD", + "unspawnable": true + }, + "zombiewallhead": "zombie_wall_head", + "emptypotion": { + "material": "POTION", + "potionData": { + "vanillaType": "empty", + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + } + }, + "emptypot": "emptypotion", + "potionofempty": "emptypotion", + "potofempty": "emptypotion", + "splashemptypotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "empty", + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + } + }, + "splemptypotion": "splashemptypotion", + "emptysplashpotion": "splashemptypotion", + "splashemptypot": "splashemptypotion", + "splemptypot": "splashemptypotion", + "emptysplashpot": "splashemptypotion", + "lingerpotempty": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "empty", + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + } + }, + "emptylingerpot": "lingerpotempty", + "aoepotionempty": "lingerpotempty", + "emptyaoepoiont": "lingerpotempty", + "aoepotempty": "lingerpotempty", + "emptyaoepot": "lingerpotempty", + "areapotionempty": "lingerpotempty", + "emptyareapotion": "lingerpotempty", + "areapotempty": "lingerpotempty", + "emptyareapot": "lingerpotempty", + "cloudpotionempty": "lingerpotempty", + "emptycloudpotion": "lingerpotempty", + "cloudpotempty": "lingerpotempty", + "emptycloudpot": "lingerpotempty", + "arrowempty": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "empty", + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + } + }, + "emptyarrow": "arrowempty", + "waterpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "water", + "type": "WATER", + "upgraded": false, + "extended": false + } + }, + "waterpot": "waterpotion", + "potionofwater": "waterpotion", + "potofwater": "waterpotion", + "splashwaterpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "water", + "type": "WATER", + "upgraded": false, + "extended": false + } + }, + "splwaterpotion": "splashwaterpotion", + "watersplashpotion": "splashwaterpotion", + "splashwaterpot": "splashwaterpotion", + "splwaterpot": "splashwaterpotion", + "watersplashpot": "splashwaterpotion", + "lingerpotwater": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "water", + "type": "WATER", + "upgraded": false, + "extended": false + } + }, + "waterlingerpot": "lingerpotwater", + "aoepotionwater": "lingerpotwater", + "wateraoepoiont": "lingerpotwater", + "aoepotwater": "lingerpotwater", + "wateraoepot": "lingerpotwater", + "areapotionwater": "lingerpotwater", + "waterareapotion": "lingerpotwater", + "areapotwater": "lingerpotwater", + "waterareapot": "lingerpotwater", + "cloudpotionwater": "lingerpotwater", + "watercloudpotion": "lingerpotwater", + "cloudpotwater": "lingerpotwater", + "watercloudpot": "lingerpotwater", + "arrowwater": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "water", + "type": "WATER", + "upgraded": false, + "extended": false + } + }, + "waterarrow": "arrowwater", + "mundanepotion": { + "material": "POTION", + "potionData": { + "vanillaType": "mundane", + "type": "MUNDANE", + "upgraded": false, + "extended": false + } + }, + "mundanepot": "mundanepotion", + "potionofmundane": "mundanepotion", + "potofmundane": "mundanepotion", + "splashmundanepotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "mundane", + "type": "MUNDANE", + "upgraded": false, + "extended": false + } + }, + "splmundanepotion": "splashmundanepotion", + "mundanesplashpotion": "splashmundanepotion", + "splashmundanepot": "splashmundanepotion", + "splmundanepot": "splashmundanepotion", + "mundanesplashpot": "splashmundanepotion", + "lingerpotmundane": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "mundane", + "type": "MUNDANE", + "upgraded": false, + "extended": false + } + }, + "mundanelingerpot": "lingerpotmundane", + "aoepotionmundane": "lingerpotmundane", + "mundaneaoepoiont": "lingerpotmundane", + "aoepotmundane": "lingerpotmundane", + "mundaneaoepot": "lingerpotmundane", + "areapotionmundane": "lingerpotmundane", + "mundaneareapotion": "lingerpotmundane", + "areapotmundane": "lingerpotmundane", + "mundaneareapot": "lingerpotmundane", + "cloudpotionmundane": "lingerpotmundane", + "mundanecloudpotion": "lingerpotmundane", + "cloudpotmundane": "lingerpotmundane", + "mundanecloudpot": "lingerpotmundane", + "arrowmundane": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "mundane", + "type": "MUNDANE", + "upgraded": false, + "extended": false + } + }, + "mundanearrow": "arrowmundane", + "thickpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "thick", + "type": "THICK", + "upgraded": false, + "extended": false + } + }, + "thickpot": "thickpotion", + "potionofthick": "thickpotion", + "potofthick": "thickpotion", + "splashthickpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "thick", + "type": "THICK", + "upgraded": false, + "extended": false + } + }, + "splthickpotion": "splashthickpotion", + "thicksplashpotion": "splashthickpotion", + "splashthickpot": "splashthickpotion", + "splthickpot": "splashthickpotion", + "thicksplashpot": "splashthickpotion", + "lingerpotthick": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "thick", + "type": "THICK", + "upgraded": false, + "extended": false + } + }, + "thicklingerpot": "lingerpotthick", + "aoepotionthick": "lingerpotthick", + "thickaoepoiont": "lingerpotthick", + "aoepotthick": "lingerpotthick", + "thickaoepot": "lingerpotthick", + "areapotionthick": "lingerpotthick", + "thickareapotion": "lingerpotthick", + "areapotthick": "lingerpotthick", + "thickareapot": "lingerpotthick", + "cloudpotionthick": "lingerpotthick", + "thickcloudpotion": "lingerpotthick", + "cloudpotthick": "lingerpotthick", + "thickcloudpot": "lingerpotthick", + "arrowthick": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "thick", + "type": "THICK", + "upgraded": false, + "extended": false + } + }, + "thickarrow": "arrowthick", + "awkwardpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "awkward", + "type": "AWKWARD", + "upgraded": false, + "extended": false + } + }, + "awkwardpot": "awkwardpotion", + "potionofawkward": "awkwardpotion", + "potofawkward": "awkwardpotion", + "splashawkwardpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "awkward", + "type": "AWKWARD", + "upgraded": false, + "extended": false + } + }, + "splawkwardpotion": "splashawkwardpotion", + "awkwardsplashpotion": "splashawkwardpotion", + "splashawkwardpot": "splashawkwardpotion", + "splawkwardpot": "splashawkwardpotion", + "awkwardsplashpot": "splashawkwardpotion", + "lingerpotawkward": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "awkward", + "type": "AWKWARD", + "upgraded": false, + "extended": false + } + }, + "awkwardlingerpot": "lingerpotawkward", + "aoepotionawkward": "lingerpotawkward", + "awkwardaoepoiont": "lingerpotawkward", + "aoepotawkward": "lingerpotawkward", + "awkwardaoepot": "lingerpotawkward", + "areapotionawkward": "lingerpotawkward", + "awkwardareapotion": "lingerpotawkward", + "areapotawkward": "lingerpotawkward", + "awkwardareapot": "lingerpotawkward", + "cloudpotionawkward": "lingerpotawkward", + "awkwardcloudpotion": "lingerpotawkward", + "cloudpotawkward": "lingerpotawkward", + "awkwardcloudpot": "lingerpotawkward", + "arrowawkward": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "awkward", + "type": "AWKWARD", + "upgraded": false, + "extended": false + } + }, + "awkwardarrow": "arrowawkward", + "nightvisionpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + } + }, + "nvpotion": "nightvisionpotion", + "nvisionpotion": "nightvisionpotion", + "nightvpotion": "nightvisionpotion", + "darkvispotion": "nightvisionpotion", + "dvisionpotion": "nightvisionpotion", + "darkvpotion": "nightvisionpotion", + "nightvisionpot": "nightvisionpotion", + "nvpot": "nightvisionpotion", + "nvisionpot": "nightvisionpotion", + "nightvpot": "nightvisionpotion", + "darkvispot": "nightvisionpotion", + "dvisionpot": "nightvisionpotion", + "darkvpot": "nightvisionpotion", + "potionofnightvision": "nightvisionpotion", + "potionofnv": "nightvisionpotion", + "potionofnvision": "nightvisionpotion", + "potionofnightv": "nightvisionpotion", + "potionofdarkvis": "nightvisionpotion", + "potionofdvision": "nightvisionpotion", + "potionofdarkv": "nightvisionpotion", + "potofnightvision": "nightvisionpotion", + "potofnv": "nightvisionpotion", + "potofnvision": "nightvisionpotion", + "potofnightv": "nightvisionpotion", + "potofdarkvis": "nightvisionpotion", + "potofdvision": "nightvisionpotion", + "potofdarkv": "nightvisionpotion", + "splashnightvisionpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + } + }, + "splashnvpotion": "splashnightvisionpotion", + "splashnvisionpotion": "splashnightvisionpotion", + "splashnightvpotion": "splashnightvisionpotion", + "splashdarkvispotion": "splashnightvisionpotion", + "splashdvisionpotion": "splashnightvisionpotion", + "splashdarkvpotion": "splashnightvisionpotion", + "splnightvisionpotion": "splashnightvisionpotion", + "splnvpotion": "splashnightvisionpotion", + "splnvisionpotion": "splashnightvisionpotion", + "splnightvpotion": "splashnightvisionpotion", + "spldarkvispotion": "splashnightvisionpotion", + "spldvisionpotion": "splashnightvisionpotion", + "spldarkvpotion": "splashnightvisionpotion", + "nightvisionsplashpotion": "splashnightvisionpotion", + "nvsplashpotion": "splashnightvisionpotion", + "nvisionsplashpotion": "splashnightvisionpotion", + "nightvsplashpotion": "splashnightvisionpotion", + "darkvissplashpotion": "splashnightvisionpotion", + "dvisionsplashpotion": "splashnightvisionpotion", + "darkvsplashpotion": "splashnightvisionpotion", + "splashnightvisionpot": "splashnightvisionpotion", + "splashnvpot": "splashnightvisionpotion", + "splashnvisionpot": "splashnightvisionpotion", + "splashnightvpot": "splashnightvisionpotion", + "splashdarkvispot": "splashnightvisionpotion", + "splashdvisionpot": "splashnightvisionpotion", + "splashdarkvpot": "splashnightvisionpotion", + "splnightvisionpot": "splashnightvisionpotion", + "splnvpot": "splashnightvisionpotion", + "splnvisionpot": "splashnightvisionpotion", + "splnightvpot": "splashnightvisionpotion", + "spldarkvispot": "splashnightvisionpotion", + "spldvisionpot": "splashnightvisionpotion", + "spldarkvpot": "splashnightvisionpotion", + "nightvisionsplashpot": "splashnightvisionpotion", + "nvsplashpot": "splashnightvisionpotion", + "nvisionsplashpot": "splashnightvisionpotion", + "nightvsplashpot": "splashnightvisionpotion", + "darkvissplashpot": "splashnightvisionpotion", + "dvisionsplashpot": "splashnightvisionpotion", + "darkvsplashpot": "splashnightvisionpotion", + "lingerpotnightvision": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + } + }, + "lingerpotnv": "lingerpotnightvision", + "lingerpotnvision": "lingerpotnightvision", + "lingerpotnightv": "lingerpotnightvision", + "lingerpotdarkvis": "lingerpotnightvision", + "lingerpotdvision": "lingerpotnightvision", + "lingerpotdarkv": "lingerpotnightvision", + "nightvisionlingerpot": "lingerpotnightvision", + "nvlingerpot": "lingerpotnightvision", + "nvisionlingerpot": "lingerpotnightvision", + "nightvlingerpot": "lingerpotnightvision", + "darkvislingerpot": "lingerpotnightvision", + "dvisionlingerpot": "lingerpotnightvision", + "darkvlingerpot": "lingerpotnightvision", + "aoepotionnightvision": "lingerpotnightvision", + "aoepotionnv": "lingerpotnightvision", + "aoepotionnvision": "lingerpotnightvision", + "aoepotionnightv": "lingerpotnightvision", + "aoepotiondarkvis": "lingerpotnightvision", + "aoepotiondvision": "lingerpotnightvision", + "aoepotiondarkv": "lingerpotnightvision", + "nightvisionaoepoiont": "lingerpotnightvision", + "nvaoepoiont": "lingerpotnightvision", + "nvisionaoepoiont": "lingerpotnightvision", + "nightvaoepoiont": "lingerpotnightvision", + "darkvisaoepoiont": "lingerpotnightvision", + "dvisionaoepoiont": "lingerpotnightvision", + "darkvaoepoiont": "lingerpotnightvision", + "aoepotnightvision": "lingerpotnightvision", + "aoepotnv": "lingerpotnightvision", + "aoepotnvision": "lingerpotnightvision", + "aoepotnightv": "lingerpotnightvision", + "aoepotdarkvis": "lingerpotnightvision", + "aoepotdvision": "lingerpotnightvision", + "aoepotdarkv": "lingerpotnightvision", + "nightvisionaoepot": "lingerpotnightvision", + "nvaoepot": "lingerpotnightvision", + "nvisionaoepot": "lingerpotnightvision", + "nightvaoepot": "lingerpotnightvision", + "darkvisaoepot": "lingerpotnightvision", + "dvisionaoepot": "lingerpotnightvision", + "darkvaoepot": "lingerpotnightvision", + "areapotionnightvision": "lingerpotnightvision", + "areapotionnv": "lingerpotnightvision", + "areapotionnvision": "lingerpotnightvision", + "areapotionnightv": "lingerpotnightvision", + "areapotiondarkvis": "lingerpotnightvision", + "areapotiondvision": "lingerpotnightvision", + "areapotiondarkv": "lingerpotnightvision", + "nightvisionareapotion": "lingerpotnightvision", + "nvareapotion": "lingerpotnightvision", + "nvisionareapotion": "lingerpotnightvision", + "nightvareapotion": "lingerpotnightvision", + "darkvisareapotion": "lingerpotnightvision", + "dvisionareapotion": "lingerpotnightvision", + "darkvareapotion": "lingerpotnightvision", + "areapotnightvision": "lingerpotnightvision", + "areapotnv": "lingerpotnightvision", + "areapotnvision": "lingerpotnightvision", + "areapotnightv": "lingerpotnightvision", + "areapotdarkvis": "lingerpotnightvision", + "areapotdvision": "lingerpotnightvision", + "areapotdarkv": "lingerpotnightvision", + "nightvisionareapot": "lingerpotnightvision", + "nvareapot": "lingerpotnightvision", + "nvisionareapot": "lingerpotnightvision", + "nightvareapot": "lingerpotnightvision", + "darkvisareapot": "lingerpotnightvision", + "dvisionareapot": "lingerpotnightvision", + "darkvareapot": "lingerpotnightvision", + "cloudpotionnightvision": "lingerpotnightvision", + "cloudpotionnv": "lingerpotnightvision", + "cloudpotionnvision": "lingerpotnightvision", + "cloudpotionnightv": "lingerpotnightvision", + "cloudpotiondarkvis": "lingerpotnightvision", + "cloudpotiondvision": "lingerpotnightvision", + "cloudpotiondarkv": "lingerpotnightvision", + "nightvisioncloudpotion": "lingerpotnightvision", + "nvcloudpotion": "lingerpotnightvision", + "nvisioncloudpotion": "lingerpotnightvision", + "nightvcloudpotion": "lingerpotnightvision", + "darkviscloudpotion": "lingerpotnightvision", + "dvisioncloudpotion": "lingerpotnightvision", + "darkvcloudpotion": "lingerpotnightvision", + "cloudpotnightvision": "lingerpotnightvision", + "cloudpotnv": "lingerpotnightvision", + "cloudpotnvision": "lingerpotnightvision", + "cloudpotnightv": "lingerpotnightvision", + "cloudpotdarkvis": "lingerpotnightvision", + "cloudpotdvision": "lingerpotnightvision", + "cloudpotdarkv": "lingerpotnightvision", + "nightvisioncloudpot": "lingerpotnightvision", + "nvcloudpot": "lingerpotnightvision", + "nvisioncloudpot": "lingerpotnightvision", + "nightvcloudpot": "lingerpotnightvision", + "darkviscloudpot": "lingerpotnightvision", + "dvisioncloudpot": "lingerpotnightvision", + "darkvcloudpot": "lingerpotnightvision", + "arrownightvision": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + } + }, + "arrownv": "arrownightvision", + "arrownvision": "arrownightvision", + "arrownightv": "arrownightvision", + "arrowdarkvis": "arrownightvision", + "arrowdvision": "arrownightvision", + "arrowdarkv": "arrownightvision", + "nightvisionarrow": "arrownightvision", + "nvarrow": "arrownightvision", + "nvisionarrow": "arrownightvision", + "nightvarrow": "arrownightvision", + "darkvisarrow": "arrownightvision", + "dvisionarrow": "arrownightvision", + "darkvarrow": "arrownightvision", + "nightvision2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + } + }, + "nightvisionlongpotion": "nightvision2potion", + "nightvisionextendedpotion": "nightvision2potion", + "nightvisionexpotion": "nightvision2potion", + "nightvisionlevel2potion": "nightvision2potion", + "nv2potion": "nightvision2potion", + "nvlongpotion": "nightvision2potion", + "nvextendedpotion": "nightvision2potion", + "nvexpotion": "nightvision2potion", + "nvlevel2potion": "nightvision2potion", + "nvision2potion": "nightvision2potion", + "nvisionlongpotion": "nightvision2potion", + "nvisionextendedpotion": "nightvision2potion", + "nvisionexpotion": "nightvision2potion", + "nvisionlevel2potion": "nightvision2potion", + "nightv2potion": "nightvision2potion", + "nightvlongpotion": "nightvision2potion", + "nightvextendedpotion": "nightvision2potion", + "nightvexpotion": "nightvision2potion", + "nightvlevel2potion": "nightvision2potion", + "darkvis2potion": "nightvision2potion", + "darkvislongpotion": "nightvision2potion", + "darkvisextendedpotion": "nightvision2potion", + "darkvisexpotion": "nightvision2potion", + "darkvislevel2potion": "nightvision2potion", + "dvision2potion": "nightvision2potion", + "dvisionlongpotion": "nightvision2potion", + "dvisionextendedpotion": "nightvision2potion", + "dvisionexpotion": "nightvision2potion", + "dvisionlevel2potion": "nightvision2potion", + "darkv2potion": "nightvision2potion", + "darkvlongpotion": "nightvision2potion", + "darkvextendedpotion": "nightvision2potion", + "darkvexpotion": "nightvision2potion", + "darkvlevel2potion": "nightvision2potion", + "nightvision2pot": "nightvision2potion", + "nightvisionlongpot": "nightvision2potion", + "nightvisionextendedpot": "nightvision2potion", + "nightvisionexpot": "nightvision2potion", + "nightvisionlevel2pot": "nightvision2potion", + "nv2pot": "nightvision2potion", + "nvlongpot": "nightvision2potion", + "nvextendedpot": "nightvision2potion", + "nvexpot": "nightvision2potion", + "nvlevel2pot": "nightvision2potion", + "nvision2pot": "nightvision2potion", + "nvisionlongpot": "nightvision2potion", + "nvisionextendedpot": "nightvision2potion", + "nvisionexpot": "nightvision2potion", + "nvisionlevel2pot": "nightvision2potion", + "nightv2pot": "nightvision2potion", + "nightvlongpot": "nightvision2potion", + "nightvextendedpot": "nightvision2potion", + "nightvexpot": "nightvision2potion", + "nightvlevel2pot": "nightvision2potion", + "darkvis2pot": "nightvision2potion", + "darkvislongpot": "nightvision2potion", + "darkvisextendedpot": "nightvision2potion", + "darkvisexpot": "nightvision2potion", + "darkvislevel2pot": "nightvision2potion", + "dvision2pot": "nightvision2potion", + "dvisionlongpot": "nightvision2potion", + "dvisionextendedpot": "nightvision2potion", + "dvisionexpot": "nightvision2potion", + "dvisionlevel2pot": "nightvision2potion", + "darkv2pot": "nightvision2potion", + "darkvlongpot": "nightvision2potion", + "darkvextendedpot": "nightvision2potion", + "darkvexpot": "nightvision2potion", + "darkvlevel2pot": "nightvision2potion", + "potionofnightvision2": "nightvision2potion", + "potionofnightvisionlong": "nightvision2potion", + "potionofnightvisionextended": "nightvision2potion", + "potionofnightvisionex": "nightvision2potion", + "potionofnightvisionlevel2": "nightvision2potion", + "potionofnv2": "nightvision2potion", + "potionofnvlong": "nightvision2potion", + "potionofnvextended": "nightvision2potion", + "potionofnvex": "nightvision2potion", + "potionofnvlevel2": "nightvision2potion", + "potionofnvision2": "nightvision2potion", + "potionofnvisionlong": "nightvision2potion", + "potionofnvisionextended": "nightvision2potion", + "potionofnvisionex": "nightvision2potion", + "potionofnvisionlevel2": "nightvision2potion", + "potionofnightv2": "nightvision2potion", + "potionofnightvlong": "nightvision2potion", + "potionofnightvextended": "nightvision2potion", + "potionofnightvex": "nightvision2potion", + "potionofnightvlevel2": "nightvision2potion", + "potionofdarkvis2": "nightvision2potion", + "potionofdarkvislong": "nightvision2potion", + "potionofdarkvisextended": "nightvision2potion", + "potionofdarkvisex": "nightvision2potion", + "potionofdarkvislevel2": "nightvision2potion", + "potionofdvision2": "nightvision2potion", + "potionofdvisionlong": "nightvision2potion", + "potionofdvisionextended": "nightvision2potion", + "potionofdvisionex": "nightvision2potion", + "potionofdvisionlevel2": "nightvision2potion", + "potionofdarkv2": "nightvision2potion", + "potionofdarkvlong": "nightvision2potion", + "potionofdarkvextended": "nightvision2potion", + "potionofdarkvex": "nightvision2potion", + "potionofdarkvlevel2": "nightvision2potion", + "potofnightvision2": "nightvision2potion", + "potofnightvisionlong": "nightvision2potion", + "potofnightvisionextended": "nightvision2potion", + "potofnightvisionex": "nightvision2potion", + "potofnightvisionlevel2": "nightvision2potion", + "potofnv2": "nightvision2potion", + "potofnvlong": "nightvision2potion", + "potofnvextended": "nightvision2potion", + "potofnvex": "nightvision2potion", + "potofnvlevel2": "nightvision2potion", + "potofnvision2": "nightvision2potion", + "potofnvisionlong": "nightvision2potion", + "potofnvisionextended": "nightvision2potion", + "potofnvisionex": "nightvision2potion", + "potofnvisionlevel2": "nightvision2potion", + "potofnightv2": "nightvision2potion", + "potofnightvlong": "nightvision2potion", + "potofnightvextended": "nightvision2potion", + "potofnightvex": "nightvision2potion", + "potofnightvlevel2": "nightvision2potion", + "potofdarkvis2": "nightvision2potion", + "potofdarkvislong": "nightvision2potion", + "potofdarkvisextended": "nightvision2potion", + "potofdarkvisex": "nightvision2potion", + "potofdarkvislevel2": "nightvision2potion", + "potofdvision2": "nightvision2potion", + "potofdvisionlong": "nightvision2potion", + "potofdvisionextended": "nightvision2potion", + "potofdvisionex": "nightvision2potion", + "potofdvisionlevel2": "nightvision2potion", + "potofdarkv2": "nightvision2potion", + "potofdarkvlong": "nightvision2potion", + "potofdarkvextended": "nightvision2potion", + "potofdarkvex": "nightvision2potion", + "potofdarkvlevel2": "nightvision2potion", + "splashnightvision2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + } + }, + "splashnightvisionlongpotion": "splashnightvision2potion", + "splashnightvisionextendedpotion": "splashnightvision2potion", + "splashnightvisionexpotion": "splashnightvision2potion", + "splashnightvisionlevel2potion": "splashnightvision2potion", + "splashnv2potion": "splashnightvision2potion", + "splashnvlongpotion": "splashnightvision2potion", + "splashnvextendedpotion": "splashnightvision2potion", + "splashnvexpotion": "splashnightvision2potion", + "splashnvlevel2potion": "splashnightvision2potion", + "splashnvision2potion": "splashnightvision2potion", + "splashnvisionlongpotion": "splashnightvision2potion", + "splashnvisionextendedpotion": "splashnightvision2potion", + "splashnvisionexpotion": "splashnightvision2potion", + "splashnvisionlevel2potion": "splashnightvision2potion", + "splashnightv2potion": "splashnightvision2potion", + "splashnightvlongpotion": "splashnightvision2potion", + "splashnightvextendedpotion": "splashnightvision2potion", + "splashnightvexpotion": "splashnightvision2potion", + "splashnightvlevel2potion": "splashnightvision2potion", + "splashdarkvis2potion": "splashnightvision2potion", + "splashdarkvislongpotion": "splashnightvision2potion", + "splashdarkvisextendedpotion": "splashnightvision2potion", + "splashdarkvisexpotion": "splashnightvision2potion", + "splashdarkvislevel2potion": "splashnightvision2potion", + "splashdvision2potion": "splashnightvision2potion", + "splashdvisionlongpotion": "splashnightvision2potion", + "splashdvisionextendedpotion": "splashnightvision2potion", + "splashdvisionexpotion": "splashnightvision2potion", + "splashdvisionlevel2potion": "splashnightvision2potion", + "splashdarkv2potion": "splashnightvision2potion", + "splashdarkvlongpotion": "splashnightvision2potion", + "splashdarkvextendedpotion": "splashnightvision2potion", + "splashdarkvexpotion": "splashnightvision2potion", + "splashdarkvlevel2potion": "splashnightvision2potion", + "splnightvision2potion": "splashnightvision2potion", + "splnightvisionlongpotion": "splashnightvision2potion", + "splnightvisionextendedpotion": "splashnightvision2potion", + "splnightvisionexpotion": "splashnightvision2potion", + "splnightvisionlevel2potion": "splashnightvision2potion", + "splnv2potion": "splashnightvision2potion", + "splnvlongpotion": "splashnightvision2potion", + "splnvextendedpotion": "splashnightvision2potion", + "splnvexpotion": "splashnightvision2potion", + "splnvlevel2potion": "splashnightvision2potion", + "splnvision2potion": "splashnightvision2potion", + "splnvisionlongpotion": "splashnightvision2potion", + "splnvisionextendedpotion": "splashnightvision2potion", + "splnvisionexpotion": "splashnightvision2potion", + "splnvisionlevel2potion": "splashnightvision2potion", + "splnightv2potion": "splashnightvision2potion", + "splnightvlongpotion": "splashnightvision2potion", + "splnightvextendedpotion": "splashnightvision2potion", + "splnightvexpotion": "splashnightvision2potion", + "splnightvlevel2potion": "splashnightvision2potion", + "spldarkvis2potion": "splashnightvision2potion", + "spldarkvislongpotion": "splashnightvision2potion", + "spldarkvisextendedpotion": "splashnightvision2potion", + "spldarkvisexpotion": "splashnightvision2potion", + "spldarkvislevel2potion": "splashnightvision2potion", + "spldvision2potion": "splashnightvision2potion", + "spldvisionlongpotion": "splashnightvision2potion", + "spldvisionextendedpotion": "splashnightvision2potion", + "spldvisionexpotion": "splashnightvision2potion", + "spldvisionlevel2potion": "splashnightvision2potion", + "spldarkv2potion": "splashnightvision2potion", + "spldarkvlongpotion": "splashnightvision2potion", + "spldarkvextendedpotion": "splashnightvision2potion", + "spldarkvexpotion": "splashnightvision2potion", + "spldarkvlevel2potion": "splashnightvision2potion", + "nightvision2splashpotion": "splashnightvision2potion", + "nightvisionlongsplashpotion": "splashnightvision2potion", + "nightvisionextendedsplashpotion": "splashnightvision2potion", + "nightvisionexsplashpotion": "splashnightvision2potion", + "nightvisionlevel2splashpotion": "splashnightvision2potion", + "nv2splashpotion": "splashnightvision2potion", + "nvlongsplashpotion": "splashnightvision2potion", + "nvextendedsplashpotion": "splashnightvision2potion", + "nvexsplashpotion": "splashnightvision2potion", + "nvlevel2splashpotion": "splashnightvision2potion", + "nvision2splashpotion": "splashnightvision2potion", + "nvisionlongsplashpotion": "splashnightvision2potion", + "nvisionextendedsplashpotion": "splashnightvision2potion", + "nvisionexsplashpotion": "splashnightvision2potion", + "nvisionlevel2splashpotion": "splashnightvision2potion", + "nightv2splashpotion": "splashnightvision2potion", + "nightvlongsplashpotion": "splashnightvision2potion", + "nightvextendedsplashpotion": "splashnightvision2potion", + "nightvexsplashpotion": "splashnightvision2potion", + "nightvlevel2splashpotion": "splashnightvision2potion", + "darkvis2splashpotion": "splashnightvision2potion", + "darkvislongsplashpotion": "splashnightvision2potion", + "darkvisextendedsplashpotion": "splashnightvision2potion", + "darkvisexsplashpotion": "splashnightvision2potion", + "darkvislevel2splashpotion": "splashnightvision2potion", + "dvision2splashpotion": "splashnightvision2potion", + "dvisionlongsplashpotion": "splashnightvision2potion", + "dvisionextendedsplashpotion": "splashnightvision2potion", + "dvisionexsplashpotion": "splashnightvision2potion", + "dvisionlevel2splashpotion": "splashnightvision2potion", + "darkv2splashpotion": "splashnightvision2potion", + "darkvlongsplashpotion": "splashnightvision2potion", + "darkvextendedsplashpotion": "splashnightvision2potion", + "darkvexsplashpotion": "splashnightvision2potion", + "darkvlevel2splashpotion": "splashnightvision2potion", + "splashnightvision2pot": "splashnightvision2potion", + "splashnightvisionlongpot": "splashnightvision2potion", + "splashnightvisionextendedpot": "splashnightvision2potion", + "splashnightvisionexpot": "splashnightvision2potion", + "splashnightvisionlevel2pot": "splashnightvision2potion", + "splashnv2pot": "splashnightvision2potion", + "splashnvlongpot": "splashnightvision2potion", + "splashnvextendedpot": "splashnightvision2potion", + "splashnvexpot": "splashnightvision2potion", + "splashnvlevel2pot": "splashnightvision2potion", + "splashnvision2pot": "splashnightvision2potion", + "splashnvisionlongpot": "splashnightvision2potion", + "splashnvisionextendedpot": "splashnightvision2potion", + "splashnvisionexpot": "splashnightvision2potion", + "splashnvisionlevel2pot": "splashnightvision2potion", + "splashnightv2pot": "splashnightvision2potion", + "splashnightvlongpot": "splashnightvision2potion", + "splashnightvextendedpot": "splashnightvision2potion", + "splashnightvexpot": "splashnightvision2potion", + "splashnightvlevel2pot": "splashnightvision2potion", + "splashdarkvis2pot": "splashnightvision2potion", + "splashdarkvislongpot": "splashnightvision2potion", + "splashdarkvisextendedpot": "splashnightvision2potion", + "splashdarkvisexpot": "splashnightvision2potion", + "splashdarkvislevel2pot": "splashnightvision2potion", + "splashdvision2pot": "splashnightvision2potion", + "splashdvisionlongpot": "splashnightvision2potion", + "splashdvisionextendedpot": "splashnightvision2potion", + "splashdvisionexpot": "splashnightvision2potion", + "splashdvisionlevel2pot": "splashnightvision2potion", + "splashdarkv2pot": "splashnightvision2potion", + "splashdarkvlongpot": "splashnightvision2potion", + "splashdarkvextendedpot": "splashnightvision2potion", + "splashdarkvexpot": "splashnightvision2potion", + "splashdarkvlevel2pot": "splashnightvision2potion", + "splnightvision2pot": "splashnightvision2potion", + "splnightvisionlongpot": "splashnightvision2potion", + "splnightvisionextendedpot": "splashnightvision2potion", + "splnightvisionexpot": "splashnightvision2potion", + "splnightvisionlevel2pot": "splashnightvision2potion", + "splnv2pot": "splashnightvision2potion", + "splnvlongpot": "splashnightvision2potion", + "splnvextendedpot": "splashnightvision2potion", + "splnvexpot": "splashnightvision2potion", + "splnvlevel2pot": "splashnightvision2potion", + "splnvision2pot": "splashnightvision2potion", + "splnvisionlongpot": "splashnightvision2potion", + "splnvisionextendedpot": "splashnightvision2potion", + "splnvisionexpot": "splashnightvision2potion", + "splnvisionlevel2pot": "splashnightvision2potion", + "splnightv2pot": "splashnightvision2potion", + "splnightvlongpot": "splashnightvision2potion", + "splnightvextendedpot": "splashnightvision2potion", + "splnightvexpot": "splashnightvision2potion", + "splnightvlevel2pot": "splashnightvision2potion", + "spldarkvis2pot": "splashnightvision2potion", + "spldarkvislongpot": "splashnightvision2potion", + "spldarkvisextendedpot": "splashnightvision2potion", + "spldarkvisexpot": "splashnightvision2potion", + "spldarkvislevel2pot": "splashnightvision2potion", + "spldvision2pot": "splashnightvision2potion", + "spldvisionlongpot": "splashnightvision2potion", + "spldvisionextendedpot": "splashnightvision2potion", + "spldvisionexpot": "splashnightvision2potion", + "spldvisionlevel2pot": "splashnightvision2potion", + "spldarkv2pot": "splashnightvision2potion", + "spldarkvlongpot": "splashnightvision2potion", + "spldarkvextendedpot": "splashnightvision2potion", + "spldarkvexpot": "splashnightvision2potion", + "spldarkvlevel2pot": "splashnightvision2potion", + "nightvision2splashpot": "splashnightvision2potion", + "nightvisionlongsplashpot": "splashnightvision2potion", + "nightvisionextendedsplashpot": "splashnightvision2potion", + "nightvisionexsplashpot": "splashnightvision2potion", + "nightvisionlevel2splashpot": "splashnightvision2potion", + "nv2splashpot": "splashnightvision2potion", + "nvlongsplashpot": "splashnightvision2potion", + "nvextendedsplashpot": "splashnightvision2potion", + "nvexsplashpot": "splashnightvision2potion", + "nvlevel2splashpot": "splashnightvision2potion", + "nvision2splashpot": "splashnightvision2potion", + "nvisionlongsplashpot": "splashnightvision2potion", + "nvisionextendedsplashpot": "splashnightvision2potion", + "nvisionexsplashpot": "splashnightvision2potion", + "nvisionlevel2splashpot": "splashnightvision2potion", + "nightv2splashpot": "splashnightvision2potion", + "nightvlongsplashpot": "splashnightvision2potion", + "nightvextendedsplashpot": "splashnightvision2potion", + "nightvexsplashpot": "splashnightvision2potion", + "nightvlevel2splashpot": "splashnightvision2potion", + "darkvis2splashpot": "splashnightvision2potion", + "darkvislongsplashpot": "splashnightvision2potion", + "darkvisextendedsplashpot": "splashnightvision2potion", + "darkvisexsplashpot": "splashnightvision2potion", + "darkvislevel2splashpot": "splashnightvision2potion", + "dvision2splashpot": "splashnightvision2potion", + "dvisionlongsplashpot": "splashnightvision2potion", + "dvisionextendedsplashpot": "splashnightvision2potion", + "dvisionexsplashpot": "splashnightvision2potion", + "dvisionlevel2splashpot": "splashnightvision2potion", + "darkv2splashpot": "splashnightvision2potion", + "darkvlongsplashpot": "splashnightvision2potion", + "darkvextendedsplashpot": "splashnightvision2potion", + "darkvexsplashpot": "splashnightvision2potion", + "darkvlevel2splashpot": "splashnightvision2potion", + "lingerpotnightvision2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + } + }, + "lingerpotnightvisionlong": "lingerpotnightvision2", + "lingerpotnightvisionextended": "lingerpotnightvision2", + "lingerpotnightvisionex": "lingerpotnightvision2", + "lingerpotnightvisionlevel2": "lingerpotnightvision2", + "lingerpotnv2": "lingerpotnightvision2", + "lingerpotnvlong": "lingerpotnightvision2", + "lingerpotnvextended": "lingerpotnightvision2", + "lingerpotnvex": "lingerpotnightvision2", + "lingerpotnvlevel2": "lingerpotnightvision2", + "lingerpotnvision2": "lingerpotnightvision2", + "lingerpotnvisionlong": "lingerpotnightvision2", + "lingerpotnvisionextended": "lingerpotnightvision2", + "lingerpotnvisionex": "lingerpotnightvision2", + "lingerpotnvisionlevel2": "lingerpotnightvision2", + "lingerpotnightv2": "lingerpotnightvision2", + "lingerpotnightvlong": "lingerpotnightvision2", + "lingerpotnightvextended": "lingerpotnightvision2", + "lingerpotnightvex": "lingerpotnightvision2", + "lingerpotnightvlevel2": "lingerpotnightvision2", + "lingerpotdarkvis2": "lingerpotnightvision2", + "lingerpotdarkvislong": "lingerpotnightvision2", + "lingerpotdarkvisextended": "lingerpotnightvision2", + "lingerpotdarkvisex": "lingerpotnightvision2", + "lingerpotdarkvislevel2": "lingerpotnightvision2", + "lingerpotdvision2": "lingerpotnightvision2", + "lingerpotdvisionlong": "lingerpotnightvision2", + "lingerpotdvisionextended": "lingerpotnightvision2", + "lingerpotdvisionex": "lingerpotnightvision2", + "lingerpotdvisionlevel2": "lingerpotnightvision2", + "lingerpotdarkv2": "lingerpotnightvision2", + "lingerpotdarkvlong": "lingerpotnightvision2", + "lingerpotdarkvextended": "lingerpotnightvision2", + "lingerpotdarkvex": "lingerpotnightvision2", + "lingerpotdarkvlevel2": "lingerpotnightvision2", + "nightvisionlingerpot2": "lingerpotnightvision2", + "nightvisionlingerpotlong": "lingerpotnightvision2", + "nightvisionlingerpotextended": "lingerpotnightvision2", + "nightvisionlingerpotex": "lingerpotnightvision2", + "nightvisionlingerpotlevel2": "lingerpotnightvision2", + "nvlingerpot2": "lingerpotnightvision2", + "nvlingerpotlong": "lingerpotnightvision2", + "nvlingerpotextended": "lingerpotnightvision2", + "nvlingerpotex": "lingerpotnightvision2", + "nvlingerpotlevel2": "lingerpotnightvision2", + "nvisionlingerpot2": "lingerpotnightvision2", + "nvisionlingerpotlong": "lingerpotnightvision2", + "nvisionlingerpotextended": "lingerpotnightvision2", + "nvisionlingerpotex": "lingerpotnightvision2", + "nvisionlingerpotlevel2": "lingerpotnightvision2", + "nightvlingerpot2": "lingerpotnightvision2", + "nightvlingerpotlong": "lingerpotnightvision2", + "nightvlingerpotextended": "lingerpotnightvision2", + "nightvlingerpotex": "lingerpotnightvision2", + "nightvlingerpotlevel2": "lingerpotnightvision2", + "darkvislingerpot2": "lingerpotnightvision2", + "darkvislingerpotlong": "lingerpotnightvision2", + "darkvislingerpotextended": "lingerpotnightvision2", + "darkvislingerpotex": "lingerpotnightvision2", + "darkvislingerpotlevel2": "lingerpotnightvision2", + "dvisionlingerpot2": "lingerpotnightvision2", + "dvisionlingerpotlong": "lingerpotnightvision2", + "dvisionlingerpotextended": "lingerpotnightvision2", + "dvisionlingerpotex": "lingerpotnightvision2", + "dvisionlingerpotlevel2": "lingerpotnightvision2", + "darkvlingerpot2": "lingerpotnightvision2", + "darkvlingerpotlong": "lingerpotnightvision2", + "darkvlingerpotextended": "lingerpotnightvision2", + "darkvlingerpotex": "lingerpotnightvision2", + "darkvlingerpotlevel2": "lingerpotnightvision2", + "aoepotionnightvision2": "lingerpotnightvision2", + "aoepotionnightvisionlong": "lingerpotnightvision2", + "aoepotionnightvisionextended": "lingerpotnightvision2", + "aoepotionnightvisionex": "lingerpotnightvision2", + "aoepotionnightvisionlevel2": "lingerpotnightvision2", + "aoepotionnv2": "lingerpotnightvision2", + "aoepotionnvlong": "lingerpotnightvision2", + "aoepotionnvextended": "lingerpotnightvision2", + "aoepotionnvex": "lingerpotnightvision2", + "aoepotionnvlevel2": "lingerpotnightvision2", + "aoepotionnvision2": "lingerpotnightvision2", + "aoepotionnvisionlong": "lingerpotnightvision2", + "aoepotionnvisionextended": "lingerpotnightvision2", + "aoepotionnvisionex": "lingerpotnightvision2", + "aoepotionnvisionlevel2": "lingerpotnightvision2", + "aoepotionnightv2": "lingerpotnightvision2", + "aoepotionnightvlong": "lingerpotnightvision2", + "aoepotionnightvextended": "lingerpotnightvision2", + "aoepotionnightvex": "lingerpotnightvision2", + "aoepotionnightvlevel2": "lingerpotnightvision2", + "aoepotiondarkvis2": "lingerpotnightvision2", + "aoepotiondarkvislong": "lingerpotnightvision2", + "aoepotiondarkvisextended": "lingerpotnightvision2", + "aoepotiondarkvisex": "lingerpotnightvision2", + "aoepotiondarkvislevel2": "lingerpotnightvision2", + "aoepotiondvision2": "lingerpotnightvision2", + "aoepotiondvisionlong": "lingerpotnightvision2", + "aoepotiondvisionextended": "lingerpotnightvision2", + "aoepotiondvisionex": "lingerpotnightvision2", + "aoepotiondvisionlevel2": "lingerpotnightvision2", + "aoepotiondarkv2": "lingerpotnightvision2", + "aoepotiondarkvlong": "lingerpotnightvision2", + "aoepotiondarkvextended": "lingerpotnightvision2", + "aoepotiondarkvex": "lingerpotnightvision2", + "aoepotiondarkvlevel2": "lingerpotnightvision2", + "nightvisionaoepoiont2": "lingerpotnightvision2", + "nightvisionaoepoiontlong": "lingerpotnightvision2", + "nightvisionaoepoiontextended": "lingerpotnightvision2", + "nightvisionaoepoiontex": "lingerpotnightvision2", + "nightvisionaoepoiontlevel2": "lingerpotnightvision2", + "nvaoepoiont2": "lingerpotnightvision2", + "nvaoepoiontlong": "lingerpotnightvision2", + "nvaoepoiontextended": "lingerpotnightvision2", + "nvaoepoiontex": "lingerpotnightvision2", + "nvaoepoiontlevel2": "lingerpotnightvision2", + "nvisionaoepoiont2": "lingerpotnightvision2", + "nvisionaoepoiontlong": "lingerpotnightvision2", + "nvisionaoepoiontextended": "lingerpotnightvision2", + "nvisionaoepoiontex": "lingerpotnightvision2", + "nvisionaoepoiontlevel2": "lingerpotnightvision2", + "nightvaoepoiont2": "lingerpotnightvision2", + "nightvaoepoiontlong": "lingerpotnightvision2", + "nightvaoepoiontextended": "lingerpotnightvision2", + "nightvaoepoiontex": "lingerpotnightvision2", + "nightvaoepoiontlevel2": "lingerpotnightvision2", + "darkvisaoepoiont2": "lingerpotnightvision2", + "darkvisaoepoiontlong": "lingerpotnightvision2", + "darkvisaoepoiontextended": "lingerpotnightvision2", + "darkvisaoepoiontex": "lingerpotnightvision2", + "darkvisaoepoiontlevel2": "lingerpotnightvision2", + "dvisionaoepoiont2": "lingerpotnightvision2", + "dvisionaoepoiontlong": "lingerpotnightvision2", + "dvisionaoepoiontextended": "lingerpotnightvision2", + "dvisionaoepoiontex": "lingerpotnightvision2", + "dvisionaoepoiontlevel2": "lingerpotnightvision2", + "darkvaoepoiont2": "lingerpotnightvision2", + "darkvaoepoiontlong": "lingerpotnightvision2", + "darkvaoepoiontextended": "lingerpotnightvision2", + "darkvaoepoiontex": "lingerpotnightvision2", + "darkvaoepoiontlevel2": "lingerpotnightvision2", + "aoepotnightvision2": "lingerpotnightvision2", + "aoepotnightvisionlong": "lingerpotnightvision2", + "aoepotnightvisionextended": "lingerpotnightvision2", + "aoepotnightvisionex": "lingerpotnightvision2", + "aoepotnightvisionlevel2": "lingerpotnightvision2", + "aoepotnv2": "lingerpotnightvision2", + "aoepotnvlong": "lingerpotnightvision2", + "aoepotnvextended": "lingerpotnightvision2", + "aoepotnvex": "lingerpotnightvision2", + "aoepotnvlevel2": "lingerpotnightvision2", + "aoepotnvision2": "lingerpotnightvision2", + "aoepotnvisionlong": "lingerpotnightvision2", + "aoepotnvisionextended": "lingerpotnightvision2", + "aoepotnvisionex": "lingerpotnightvision2", + "aoepotnvisionlevel2": "lingerpotnightvision2", + "aoepotnightv2": "lingerpotnightvision2", + "aoepotnightvlong": "lingerpotnightvision2", + "aoepotnightvextended": "lingerpotnightvision2", + "aoepotnightvex": "lingerpotnightvision2", + "aoepotnightvlevel2": "lingerpotnightvision2", + "aoepotdarkvis2": "lingerpotnightvision2", + "aoepotdarkvislong": "lingerpotnightvision2", + "aoepotdarkvisextended": "lingerpotnightvision2", + "aoepotdarkvisex": "lingerpotnightvision2", + "aoepotdarkvislevel2": "lingerpotnightvision2", + "aoepotdvision2": "lingerpotnightvision2", + "aoepotdvisionlong": "lingerpotnightvision2", + "aoepotdvisionextended": "lingerpotnightvision2", + "aoepotdvisionex": "lingerpotnightvision2", + "aoepotdvisionlevel2": "lingerpotnightvision2", + "aoepotdarkv2": "lingerpotnightvision2", + "aoepotdarkvlong": "lingerpotnightvision2", + "aoepotdarkvextended": "lingerpotnightvision2", + "aoepotdarkvex": "lingerpotnightvision2", + "aoepotdarkvlevel2": "lingerpotnightvision2", + "nightvisionaoepot2": "lingerpotnightvision2", + "nightvisionaoepotlong": "lingerpotnightvision2", + "nightvisionaoepotextended": "lingerpotnightvision2", + "nightvisionaoepotex": "lingerpotnightvision2", + "nightvisionaoepotlevel2": "lingerpotnightvision2", + "nvaoepot2": "lingerpotnightvision2", + "nvaoepotlong": "lingerpotnightvision2", + "nvaoepotextended": "lingerpotnightvision2", + "nvaoepotex": "lingerpotnightvision2", + "nvaoepotlevel2": "lingerpotnightvision2", + "nvisionaoepot2": "lingerpotnightvision2", + "nvisionaoepotlong": "lingerpotnightvision2", + "nvisionaoepotextended": "lingerpotnightvision2", + "nvisionaoepotex": "lingerpotnightvision2", + "nvisionaoepotlevel2": "lingerpotnightvision2", + "nightvaoepot2": "lingerpotnightvision2", + "nightvaoepotlong": "lingerpotnightvision2", + "nightvaoepotextended": "lingerpotnightvision2", + "nightvaoepotex": "lingerpotnightvision2", + "nightvaoepotlevel2": "lingerpotnightvision2", + "darkvisaoepot2": "lingerpotnightvision2", + "darkvisaoepotlong": "lingerpotnightvision2", + "darkvisaoepotextended": "lingerpotnightvision2", + "darkvisaoepotex": "lingerpotnightvision2", + "darkvisaoepotlevel2": "lingerpotnightvision2", + "dvisionaoepot2": "lingerpotnightvision2", + "dvisionaoepotlong": "lingerpotnightvision2", + "dvisionaoepotextended": "lingerpotnightvision2", + "dvisionaoepotex": "lingerpotnightvision2", + "dvisionaoepotlevel2": "lingerpotnightvision2", + "darkvaoepot2": "lingerpotnightvision2", + "darkvaoepotlong": "lingerpotnightvision2", + "darkvaoepotextended": "lingerpotnightvision2", + "darkvaoepotex": "lingerpotnightvision2", + "darkvaoepotlevel2": "lingerpotnightvision2", + "areapotionnightvision2": "lingerpotnightvision2", + "areapotionnightvisionlong": "lingerpotnightvision2", + "areapotionnightvisionextended": "lingerpotnightvision2", + "areapotionnightvisionex": "lingerpotnightvision2", + "areapotionnightvisionlevel2": "lingerpotnightvision2", + "areapotionnv2": "lingerpotnightvision2", + "areapotionnvlong": "lingerpotnightvision2", + "areapotionnvextended": "lingerpotnightvision2", + "areapotionnvex": "lingerpotnightvision2", + "areapotionnvlevel2": "lingerpotnightvision2", + "areapotionnvision2": "lingerpotnightvision2", + "areapotionnvisionlong": "lingerpotnightvision2", + "areapotionnvisionextended": "lingerpotnightvision2", + "areapotionnvisionex": "lingerpotnightvision2", + "areapotionnvisionlevel2": "lingerpotnightvision2", + "areapotionnightv2": "lingerpotnightvision2", + "areapotionnightvlong": "lingerpotnightvision2", + "areapotionnightvextended": "lingerpotnightvision2", + "areapotionnightvex": "lingerpotnightvision2", + "areapotionnightvlevel2": "lingerpotnightvision2", + "areapotiondarkvis2": "lingerpotnightvision2", + "areapotiondarkvislong": "lingerpotnightvision2", + "areapotiondarkvisextended": "lingerpotnightvision2", + "areapotiondarkvisex": "lingerpotnightvision2", + "areapotiondarkvislevel2": "lingerpotnightvision2", + "areapotiondvision2": "lingerpotnightvision2", + "areapotiondvisionlong": "lingerpotnightvision2", + "areapotiondvisionextended": "lingerpotnightvision2", + "areapotiondvisionex": "lingerpotnightvision2", + "areapotiondvisionlevel2": "lingerpotnightvision2", + "areapotiondarkv2": "lingerpotnightvision2", + "areapotiondarkvlong": "lingerpotnightvision2", + "areapotiondarkvextended": "lingerpotnightvision2", + "areapotiondarkvex": "lingerpotnightvision2", + "areapotiondarkvlevel2": "lingerpotnightvision2", + "nightvisionareapotion2": "lingerpotnightvision2", + "nightvisionareapotionlong": "lingerpotnightvision2", + "nightvisionareapotionextended": "lingerpotnightvision2", + "nightvisionareapotionex": "lingerpotnightvision2", + "nightvisionareapotionlevel2": "lingerpotnightvision2", + "nvareapotion2": "lingerpotnightvision2", + "nvareapotionlong": "lingerpotnightvision2", + "nvareapotionextended": "lingerpotnightvision2", + "nvareapotionex": "lingerpotnightvision2", + "nvareapotionlevel2": "lingerpotnightvision2", + "nvisionareapotion2": "lingerpotnightvision2", + "nvisionareapotionlong": "lingerpotnightvision2", + "nvisionareapotionextended": "lingerpotnightvision2", + "nvisionareapotionex": "lingerpotnightvision2", + "nvisionareapotionlevel2": "lingerpotnightvision2", + "nightvareapotion2": "lingerpotnightvision2", + "nightvareapotionlong": "lingerpotnightvision2", + "nightvareapotionextended": "lingerpotnightvision2", + "nightvareapotionex": "lingerpotnightvision2", + "nightvareapotionlevel2": "lingerpotnightvision2", + "darkvisareapotion2": "lingerpotnightvision2", + "darkvisareapotionlong": "lingerpotnightvision2", + "darkvisareapotionextended": "lingerpotnightvision2", + "darkvisareapotionex": "lingerpotnightvision2", + "darkvisareapotionlevel2": "lingerpotnightvision2", + "dvisionareapotion2": "lingerpotnightvision2", + "dvisionareapotionlong": "lingerpotnightvision2", + "dvisionareapotionextended": "lingerpotnightvision2", + "dvisionareapotionex": "lingerpotnightvision2", + "dvisionareapotionlevel2": "lingerpotnightvision2", + "darkvareapotion2": "lingerpotnightvision2", + "darkvareapotionlong": "lingerpotnightvision2", + "darkvareapotionextended": "lingerpotnightvision2", + "darkvareapotionex": "lingerpotnightvision2", + "darkvareapotionlevel2": "lingerpotnightvision2", + "areapotnightvision2": "lingerpotnightvision2", + "areapotnightvisionlong": "lingerpotnightvision2", + "areapotnightvisionextended": "lingerpotnightvision2", + "areapotnightvisionex": "lingerpotnightvision2", + "areapotnightvisionlevel2": "lingerpotnightvision2", + "areapotnv2": "lingerpotnightvision2", + "areapotnvlong": "lingerpotnightvision2", + "areapotnvextended": "lingerpotnightvision2", + "areapotnvex": "lingerpotnightvision2", + "areapotnvlevel2": "lingerpotnightvision2", + "areapotnvision2": "lingerpotnightvision2", + "areapotnvisionlong": "lingerpotnightvision2", + "areapotnvisionextended": "lingerpotnightvision2", + "areapotnvisionex": "lingerpotnightvision2", + "areapotnvisionlevel2": "lingerpotnightvision2", + "areapotnightv2": "lingerpotnightvision2", + "areapotnightvlong": "lingerpotnightvision2", + "areapotnightvextended": "lingerpotnightvision2", + "areapotnightvex": "lingerpotnightvision2", + "areapotnightvlevel2": "lingerpotnightvision2", + "areapotdarkvis2": "lingerpotnightvision2", + "areapotdarkvislong": "lingerpotnightvision2", + "areapotdarkvisextended": "lingerpotnightvision2", + "areapotdarkvisex": "lingerpotnightvision2", + "areapotdarkvislevel2": "lingerpotnightvision2", + "areapotdvision2": "lingerpotnightvision2", + "areapotdvisionlong": "lingerpotnightvision2", + "areapotdvisionextended": "lingerpotnightvision2", + "areapotdvisionex": "lingerpotnightvision2", + "areapotdvisionlevel2": "lingerpotnightvision2", + "areapotdarkv2": "lingerpotnightvision2", + "areapotdarkvlong": "lingerpotnightvision2", + "areapotdarkvextended": "lingerpotnightvision2", + "areapotdarkvex": "lingerpotnightvision2", + "areapotdarkvlevel2": "lingerpotnightvision2", + "nightvisionareapot2": "lingerpotnightvision2", + "nightvisionareapotlong": "lingerpotnightvision2", + "nightvisionareapotextended": "lingerpotnightvision2", + "nightvisionareapotex": "lingerpotnightvision2", + "nightvisionareapotlevel2": "lingerpotnightvision2", + "nvareapot2": "lingerpotnightvision2", + "nvareapotlong": "lingerpotnightvision2", + "nvareapotextended": "lingerpotnightvision2", + "nvareapotex": "lingerpotnightvision2", + "nvareapotlevel2": "lingerpotnightvision2", + "nvisionareapot2": "lingerpotnightvision2", + "nvisionareapotlong": "lingerpotnightvision2", + "nvisionareapotextended": "lingerpotnightvision2", + "nvisionareapotex": "lingerpotnightvision2", + "nvisionareapotlevel2": "lingerpotnightvision2", + "nightvareapot2": "lingerpotnightvision2", + "nightvareapotlong": "lingerpotnightvision2", + "nightvareapotextended": "lingerpotnightvision2", + "nightvareapotex": "lingerpotnightvision2", + "nightvareapotlevel2": "lingerpotnightvision2", + "darkvisareapot2": "lingerpotnightvision2", + "darkvisareapotlong": "lingerpotnightvision2", + "darkvisareapotextended": "lingerpotnightvision2", + "darkvisareapotex": "lingerpotnightvision2", + "darkvisareapotlevel2": "lingerpotnightvision2", + "dvisionareapot2": "lingerpotnightvision2", + "dvisionareapotlong": "lingerpotnightvision2", + "dvisionareapotextended": "lingerpotnightvision2", + "dvisionareapotex": "lingerpotnightvision2", + "dvisionareapotlevel2": "lingerpotnightvision2", + "darkvareapot2": "lingerpotnightvision2", + "darkvareapotlong": "lingerpotnightvision2", + "darkvareapotextended": "lingerpotnightvision2", + "darkvareapotex": "lingerpotnightvision2", + "darkvareapotlevel2": "lingerpotnightvision2", + "cloudpotionnightvision2": "lingerpotnightvision2", + "cloudpotionnightvisionlong": "lingerpotnightvision2", + "cloudpotionnightvisionextended": "lingerpotnightvision2", + "cloudpotionnightvisionex": "lingerpotnightvision2", + "cloudpotionnightvisionlevel2": "lingerpotnightvision2", + "cloudpotionnv2": "lingerpotnightvision2", + "cloudpotionnvlong": "lingerpotnightvision2", + "cloudpotionnvextended": "lingerpotnightvision2", + "cloudpotionnvex": "lingerpotnightvision2", + "cloudpotionnvlevel2": "lingerpotnightvision2", + "cloudpotionnvision2": "lingerpotnightvision2", + "cloudpotionnvisionlong": "lingerpotnightvision2", + "cloudpotionnvisionextended": "lingerpotnightvision2", + "cloudpotionnvisionex": "lingerpotnightvision2", + "cloudpotionnvisionlevel2": "lingerpotnightvision2", + "cloudpotionnightv2": "lingerpotnightvision2", + "cloudpotionnightvlong": "lingerpotnightvision2", + "cloudpotionnightvextended": "lingerpotnightvision2", + "cloudpotionnightvex": "lingerpotnightvision2", + "cloudpotionnightvlevel2": "lingerpotnightvision2", + "cloudpotiondarkvis2": "lingerpotnightvision2", + "cloudpotiondarkvislong": "lingerpotnightvision2", + "cloudpotiondarkvisextended": "lingerpotnightvision2", + "cloudpotiondarkvisex": "lingerpotnightvision2", + "cloudpotiondarkvislevel2": "lingerpotnightvision2", + "cloudpotiondvision2": "lingerpotnightvision2", + "cloudpotiondvisionlong": "lingerpotnightvision2", + "cloudpotiondvisionextended": "lingerpotnightvision2", + "cloudpotiondvisionex": "lingerpotnightvision2", + "cloudpotiondvisionlevel2": "lingerpotnightvision2", + "cloudpotiondarkv2": "lingerpotnightvision2", + "cloudpotiondarkvlong": "lingerpotnightvision2", + "cloudpotiondarkvextended": "lingerpotnightvision2", + "cloudpotiondarkvex": "lingerpotnightvision2", + "cloudpotiondarkvlevel2": "lingerpotnightvision2", + "nightvisioncloudpotion2": "lingerpotnightvision2", + "nightvisioncloudpotionlong": "lingerpotnightvision2", + "nightvisioncloudpotionextended": "lingerpotnightvision2", + "nightvisioncloudpotionex": "lingerpotnightvision2", + "nightvisioncloudpotionlevel2": "lingerpotnightvision2", + "nvcloudpotion2": "lingerpotnightvision2", + "nvcloudpotionlong": "lingerpotnightvision2", + "nvcloudpotionextended": "lingerpotnightvision2", + "nvcloudpotionex": "lingerpotnightvision2", + "nvcloudpotionlevel2": "lingerpotnightvision2", + "nvisioncloudpotion2": "lingerpotnightvision2", + "nvisioncloudpotionlong": "lingerpotnightvision2", + "nvisioncloudpotionextended": "lingerpotnightvision2", + "nvisioncloudpotionex": "lingerpotnightvision2", + "nvisioncloudpotionlevel2": "lingerpotnightvision2", + "nightvcloudpotion2": "lingerpotnightvision2", + "nightvcloudpotionlong": "lingerpotnightvision2", + "nightvcloudpotionextended": "lingerpotnightvision2", + "nightvcloudpotionex": "lingerpotnightvision2", + "nightvcloudpotionlevel2": "lingerpotnightvision2", + "darkviscloudpotion2": "lingerpotnightvision2", + "darkviscloudpotionlong": "lingerpotnightvision2", + "darkviscloudpotionextended": "lingerpotnightvision2", + "darkviscloudpotionex": "lingerpotnightvision2", + "darkviscloudpotionlevel2": "lingerpotnightvision2", + "dvisioncloudpotion2": "lingerpotnightvision2", + "dvisioncloudpotionlong": "lingerpotnightvision2", + "dvisioncloudpotionextended": "lingerpotnightvision2", + "dvisioncloudpotionex": "lingerpotnightvision2", + "dvisioncloudpotionlevel2": "lingerpotnightvision2", + "darkvcloudpotion2": "lingerpotnightvision2", + "darkvcloudpotionlong": "lingerpotnightvision2", + "darkvcloudpotionextended": "lingerpotnightvision2", + "darkvcloudpotionex": "lingerpotnightvision2", + "darkvcloudpotionlevel2": "lingerpotnightvision2", + "cloudpotnightvision2": "lingerpotnightvision2", + "cloudpotnightvisionlong": "lingerpotnightvision2", + "cloudpotnightvisionextended": "lingerpotnightvision2", + "cloudpotnightvisionex": "lingerpotnightvision2", + "cloudpotnightvisionlevel2": "lingerpotnightvision2", + "cloudpotnv2": "lingerpotnightvision2", + "cloudpotnvlong": "lingerpotnightvision2", + "cloudpotnvextended": "lingerpotnightvision2", + "cloudpotnvex": "lingerpotnightvision2", + "cloudpotnvlevel2": "lingerpotnightvision2", + "cloudpotnvision2": "lingerpotnightvision2", + "cloudpotnvisionlong": "lingerpotnightvision2", + "cloudpotnvisionextended": "lingerpotnightvision2", + "cloudpotnvisionex": "lingerpotnightvision2", + "cloudpotnvisionlevel2": "lingerpotnightvision2", + "cloudpotnightv2": "lingerpotnightvision2", + "cloudpotnightvlong": "lingerpotnightvision2", + "cloudpotnightvextended": "lingerpotnightvision2", + "cloudpotnightvex": "lingerpotnightvision2", + "cloudpotnightvlevel2": "lingerpotnightvision2", + "cloudpotdarkvis2": "lingerpotnightvision2", + "cloudpotdarkvislong": "lingerpotnightvision2", + "cloudpotdarkvisextended": "lingerpotnightvision2", + "cloudpotdarkvisex": "lingerpotnightvision2", + "cloudpotdarkvislevel2": "lingerpotnightvision2", + "cloudpotdvision2": "lingerpotnightvision2", + "cloudpotdvisionlong": "lingerpotnightvision2", + "cloudpotdvisionextended": "lingerpotnightvision2", + "cloudpotdvisionex": "lingerpotnightvision2", + "cloudpotdvisionlevel2": "lingerpotnightvision2", + "cloudpotdarkv2": "lingerpotnightvision2", + "cloudpotdarkvlong": "lingerpotnightvision2", + "cloudpotdarkvextended": "lingerpotnightvision2", + "cloudpotdarkvex": "lingerpotnightvision2", + "cloudpotdarkvlevel2": "lingerpotnightvision2", + "nightvisioncloudpot2": "lingerpotnightvision2", + "nightvisioncloudpotlong": "lingerpotnightvision2", + "nightvisioncloudpotextended": "lingerpotnightvision2", + "nightvisioncloudpotex": "lingerpotnightvision2", + "nightvisioncloudpotlevel2": "lingerpotnightvision2", + "nvcloudpot2": "lingerpotnightvision2", + "nvcloudpotlong": "lingerpotnightvision2", + "nvcloudpotextended": "lingerpotnightvision2", + "nvcloudpotex": "lingerpotnightvision2", + "nvcloudpotlevel2": "lingerpotnightvision2", + "nvisioncloudpot2": "lingerpotnightvision2", + "nvisioncloudpotlong": "lingerpotnightvision2", + "nvisioncloudpotextended": "lingerpotnightvision2", + "nvisioncloudpotex": "lingerpotnightvision2", + "nvisioncloudpotlevel2": "lingerpotnightvision2", + "nightvcloudpot2": "lingerpotnightvision2", + "nightvcloudpotlong": "lingerpotnightvision2", + "nightvcloudpotextended": "lingerpotnightvision2", + "nightvcloudpotex": "lingerpotnightvision2", + "nightvcloudpotlevel2": "lingerpotnightvision2", + "darkviscloudpot2": "lingerpotnightvision2", + "darkviscloudpotlong": "lingerpotnightvision2", + "darkviscloudpotextended": "lingerpotnightvision2", + "darkviscloudpotex": "lingerpotnightvision2", + "darkviscloudpotlevel2": "lingerpotnightvision2", + "dvisioncloudpot2": "lingerpotnightvision2", + "dvisioncloudpotlong": "lingerpotnightvision2", + "dvisioncloudpotextended": "lingerpotnightvision2", + "dvisioncloudpotex": "lingerpotnightvision2", + "dvisioncloudpotlevel2": "lingerpotnightvision2", + "darkvcloudpot2": "lingerpotnightvision2", + "darkvcloudpotlong": "lingerpotnightvision2", + "darkvcloudpotextended": "lingerpotnightvision2", + "darkvcloudpotex": "lingerpotnightvision2", + "darkvcloudpotlevel2": "lingerpotnightvision2", + "arrownightvision2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_night_vision", + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + } + }, + "arrownightvisionlong": "arrownightvision2", + "arrownightvisionextended": "arrownightvision2", + "arrownightvisionex": "arrownightvision2", + "arrownightvisionlevel2": "arrownightvision2", + "arrownv2": "arrownightvision2", + "arrownvlong": "arrownightvision2", + "arrownvextended": "arrownightvision2", + "arrownvex": "arrownightvision2", + "arrownvlevel2": "arrownightvision2", + "arrownvision2": "arrownightvision2", + "arrownvisionlong": "arrownightvision2", + "arrownvisionextended": "arrownightvision2", + "arrownvisionex": "arrownightvision2", + "arrownvisionlevel2": "arrownightvision2", + "arrownightv2": "arrownightvision2", + "arrownightvlong": "arrownightvision2", + "arrownightvextended": "arrownightvision2", + "arrownightvex": "arrownightvision2", + "arrownightvlevel2": "arrownightvision2", + "arrowdarkvis2": "arrownightvision2", + "arrowdarkvislong": "arrownightvision2", + "arrowdarkvisextended": "arrownightvision2", + "arrowdarkvisex": "arrownightvision2", + "arrowdarkvislevel2": "arrownightvision2", + "arrowdvision2": "arrownightvision2", + "arrowdvisionlong": "arrownightvision2", + "arrowdvisionextended": "arrownightvision2", + "arrowdvisionex": "arrownightvision2", + "arrowdvisionlevel2": "arrownightvision2", + "arrowdarkv2": "arrownightvision2", + "arrowdarkvlong": "arrownightvision2", + "arrowdarkvextended": "arrownightvision2", + "arrowdarkvex": "arrownightvision2", + "arrowdarkvlevel2": "arrownightvision2", + "nightvisionarrow2": "arrownightvision2", + "nightvisionarrowlong": "arrownightvision2", + "nightvisionarrowextended": "arrownightvision2", + "nightvisionarrowex": "arrownightvision2", + "nightvisionarrowlevel2": "arrownightvision2", + "nvarrow2": "arrownightvision2", + "nvarrowlong": "arrownightvision2", + "nvarrowextended": "arrownightvision2", + "nvarrowex": "arrownightvision2", + "nvarrowlevel2": "arrownightvision2", + "nvisionarrow2": "arrownightvision2", + "nvisionarrowlong": "arrownightvision2", + "nvisionarrowextended": "arrownightvision2", + "nvisionarrowex": "arrownightvision2", + "nvisionarrowlevel2": "arrownightvision2", + "nightvarrow2": "arrownightvision2", + "nightvarrowlong": "arrownightvision2", + "nightvarrowextended": "arrownightvision2", + "nightvarrowex": "arrownightvision2", + "nightvarrowlevel2": "arrownightvision2", + "darkvisarrow2": "arrownightvision2", + "darkvisarrowlong": "arrownightvision2", + "darkvisarrowextended": "arrownightvision2", + "darkvisarrowex": "arrownightvision2", + "darkvisarrowlevel2": "arrownightvision2", + "dvisionarrow2": "arrownightvision2", + "dvisionarrowlong": "arrownightvision2", + "dvisionarrowextended": "arrownightvision2", + "dvisionarrowex": "arrownightvision2", + "dvisionarrowlevel2": "arrownightvision2", + "darkvarrow2": "arrownightvision2", + "darkvarrowlong": "arrownightvision2", + "darkvarrowextended": "arrownightvision2", + "darkvarrowex": "arrownightvision2", + "darkvarrowlevel2": "arrownightvision2", + "invisibilitypotion": { + "material": "POTION", + "potionData": { + "vanillaType": "invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + } + }, + "invispotion": "invisibilitypotion", + "invisiblepotion": "invisibilitypotion", + "invpotion": "invisibilitypotion", + "invisibilitypot": "invisibilitypotion", + "invispot": "invisibilitypotion", + "invisiblepot": "invisibilitypotion", + "invpot": "invisibilitypotion", + "potionofinvisibility": "invisibilitypotion", + "potionofinvis": "invisibilitypotion", + "potionofinvisible": "invisibilitypotion", + "potionofinv": "invisibilitypotion", + "potofinvisibility": "invisibilitypotion", + "potofinvis": "invisibilitypotion", + "potofinvisible": "invisibilitypotion", + "potofinv": "invisibilitypotion", + "splashinvisibilitypotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + } + }, + "splashinvispotion": "splashinvisibilitypotion", + "splashinvisiblepotion": "splashinvisibilitypotion", + "splashinvpotion": "splashinvisibilitypotion", + "splinvisibilitypotion": "splashinvisibilitypotion", + "splinvispotion": "splashinvisibilitypotion", + "splinvisiblepotion": "splashinvisibilitypotion", + "splinvpotion": "splashinvisibilitypotion", + "invisibilitysplashpotion": "splashinvisibilitypotion", + "invissplashpotion": "splashinvisibilitypotion", + "invisiblesplashpotion": "splashinvisibilitypotion", + "invsplashpotion": "splashinvisibilitypotion", + "splashinvisibilitypot": "splashinvisibilitypotion", + "splashinvispot": "splashinvisibilitypotion", + "splashinvisiblepot": "splashinvisibilitypotion", + "splashinvpot": "splashinvisibilitypotion", + "splinvisibilitypot": "splashinvisibilitypotion", + "splinvispot": "splashinvisibilitypotion", + "splinvisiblepot": "splashinvisibilitypotion", + "splinvpot": "splashinvisibilitypotion", + "invisibilitysplashpot": "splashinvisibilitypotion", + "invissplashpot": "splashinvisibilitypotion", + "invisiblesplashpot": "splashinvisibilitypotion", + "invsplashpot": "splashinvisibilitypotion", + "lingerpotinvisibility": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + } + }, + "lingerpotinvis": "lingerpotinvisibility", + "lingerpotinvisible": "lingerpotinvisibility", + "lingerpotinv": "lingerpotinvisibility", + "invisibilitylingerpot": "lingerpotinvisibility", + "invislingerpot": "lingerpotinvisibility", + "invisiblelingerpot": "lingerpotinvisibility", + "invlingerpot": "lingerpotinvisibility", + "aoepotioninvisibility": "lingerpotinvisibility", + "aoepotioninvis": "lingerpotinvisibility", + "aoepotioninvisible": "lingerpotinvisibility", + "aoepotioninv": "lingerpotinvisibility", + "invisibilityaoepoiont": "lingerpotinvisibility", + "invisaoepoiont": "lingerpotinvisibility", + "invisibleaoepoiont": "lingerpotinvisibility", + "invaoepoiont": "lingerpotinvisibility", + "aoepotinvisibility": "lingerpotinvisibility", + "aoepotinvis": "lingerpotinvisibility", + "aoepotinvisible": "lingerpotinvisibility", + "aoepotinv": "lingerpotinvisibility", + "invisibilityaoepot": "lingerpotinvisibility", + "invisaoepot": "lingerpotinvisibility", + "invisibleaoepot": "lingerpotinvisibility", + "invaoepot": "lingerpotinvisibility", + "areapotioninvisibility": "lingerpotinvisibility", + "areapotioninvis": "lingerpotinvisibility", + "areapotioninvisible": "lingerpotinvisibility", + "areapotioninv": "lingerpotinvisibility", + "invisibilityareapotion": "lingerpotinvisibility", + "invisareapotion": "lingerpotinvisibility", + "invisibleareapotion": "lingerpotinvisibility", + "invareapotion": "lingerpotinvisibility", + "areapotinvisibility": "lingerpotinvisibility", + "areapotinvis": "lingerpotinvisibility", + "areapotinvisible": "lingerpotinvisibility", + "areapotinv": "lingerpotinvisibility", + "invisibilityareapot": "lingerpotinvisibility", + "invisareapot": "lingerpotinvisibility", + "invisibleareapot": "lingerpotinvisibility", + "invareapot": "lingerpotinvisibility", + "cloudpotioninvisibility": "lingerpotinvisibility", + "cloudpotioninvis": "lingerpotinvisibility", + "cloudpotioninvisible": "lingerpotinvisibility", + "cloudpotioninv": "lingerpotinvisibility", + "invisibilitycloudpotion": "lingerpotinvisibility", + "inviscloudpotion": "lingerpotinvisibility", + "invisiblecloudpotion": "lingerpotinvisibility", + "invcloudpotion": "lingerpotinvisibility", + "cloudpotinvisibility": "lingerpotinvisibility", + "cloudpotinvis": "lingerpotinvisibility", + "cloudpotinvisible": "lingerpotinvisibility", + "cloudpotinv": "lingerpotinvisibility", + "invisibilitycloudpot": "lingerpotinvisibility", + "inviscloudpot": "lingerpotinvisibility", + "invisiblecloudpot": "lingerpotinvisibility", + "invcloudpot": "lingerpotinvisibility", + "arrowinvisibility": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + } + }, + "arrowinvis": "arrowinvisibility", + "arrowinvisible": "arrowinvisibility", + "arrowinv": "arrowinvisibility", + "invisibilityarrow": "arrowinvisibility", + "invisarrow": "arrowinvisibility", + "invisiblearrow": "arrowinvisibility", + "invarrow": "arrowinvisibility", + "invisibility2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + } + }, + "invisibilitylongpotion": "invisibility2potion", + "invisibilityextendedpotion": "invisibility2potion", + "invisibilityexpotion": "invisibility2potion", + "invisibilitylevel2potion": "invisibility2potion", + "invis2potion": "invisibility2potion", + "invislongpotion": "invisibility2potion", + "invisextendedpotion": "invisibility2potion", + "invisexpotion": "invisibility2potion", + "invislevel2potion": "invisibility2potion", + "invisible2potion": "invisibility2potion", + "invisiblelongpotion": "invisibility2potion", + "invisibleextendedpotion": "invisibility2potion", + "invisibleexpotion": "invisibility2potion", + "invisiblelevel2potion": "invisibility2potion", + "inv2potion": "invisibility2potion", + "invlongpotion": "invisibility2potion", + "invextendedpotion": "invisibility2potion", + "invexpotion": "invisibility2potion", + "invlevel2potion": "invisibility2potion", + "invisibility2pot": "invisibility2potion", + "invisibilitylongpot": "invisibility2potion", + "invisibilityextendedpot": "invisibility2potion", + "invisibilityexpot": "invisibility2potion", + "invisibilitylevel2pot": "invisibility2potion", + "invis2pot": "invisibility2potion", + "invislongpot": "invisibility2potion", + "invisextendedpot": "invisibility2potion", + "invisexpot": "invisibility2potion", + "invislevel2pot": "invisibility2potion", + "invisible2pot": "invisibility2potion", + "invisiblelongpot": "invisibility2potion", + "invisibleextendedpot": "invisibility2potion", + "invisibleexpot": "invisibility2potion", + "invisiblelevel2pot": "invisibility2potion", + "inv2pot": "invisibility2potion", + "invlongpot": "invisibility2potion", + "invextendedpot": "invisibility2potion", + "invexpot": "invisibility2potion", + "invlevel2pot": "invisibility2potion", + "potionofinvisibility2": "invisibility2potion", + "potionofinvisibilitylong": "invisibility2potion", + "potionofinvisibilityextended": "invisibility2potion", + "potionofinvisibilityex": "invisibility2potion", + "potionofinvisibilitylevel2": "invisibility2potion", + "potionofinvis2": "invisibility2potion", + "potionofinvislong": "invisibility2potion", + "potionofinvisextended": "invisibility2potion", + "potionofinvisex": "invisibility2potion", + "potionofinvislevel2": "invisibility2potion", + "potionofinvisible2": "invisibility2potion", + "potionofinvisiblelong": "invisibility2potion", + "potionofinvisibleextended": "invisibility2potion", + "potionofinvisibleex": "invisibility2potion", + "potionofinvisiblelevel2": "invisibility2potion", + "potionofinv2": "invisibility2potion", + "potionofinvlong": "invisibility2potion", + "potionofinvextended": "invisibility2potion", + "potionofinvex": "invisibility2potion", + "potionofinvlevel2": "invisibility2potion", + "potofinvisibility2": "invisibility2potion", + "potofinvisibilitylong": "invisibility2potion", + "potofinvisibilityextended": "invisibility2potion", + "potofinvisibilityex": "invisibility2potion", + "potofinvisibilitylevel2": "invisibility2potion", + "potofinvis2": "invisibility2potion", + "potofinvislong": "invisibility2potion", + "potofinvisextended": "invisibility2potion", + "potofinvisex": "invisibility2potion", + "potofinvislevel2": "invisibility2potion", + "potofinvisible2": "invisibility2potion", + "potofinvisiblelong": "invisibility2potion", + "potofinvisibleextended": "invisibility2potion", + "potofinvisibleex": "invisibility2potion", + "potofinvisiblelevel2": "invisibility2potion", + "potofinv2": "invisibility2potion", + "potofinvlong": "invisibility2potion", + "potofinvextended": "invisibility2potion", + "potofinvex": "invisibility2potion", + "potofinvlevel2": "invisibility2potion", + "splashinvisibility2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + } + }, + "splashinvisibilitylongpotion": "splashinvisibility2potion", + "splashinvisibilityextendedpotion": "splashinvisibility2potion", + "splashinvisibilityexpotion": "splashinvisibility2potion", + "splashinvisibilitylevel2potion": "splashinvisibility2potion", + "splashinvis2potion": "splashinvisibility2potion", + "splashinvislongpotion": "splashinvisibility2potion", + "splashinvisextendedpotion": "splashinvisibility2potion", + "splashinvisexpotion": "splashinvisibility2potion", + "splashinvislevel2potion": "splashinvisibility2potion", + "splashinvisible2potion": "splashinvisibility2potion", + "splashinvisiblelongpotion": "splashinvisibility2potion", + "splashinvisibleextendedpotion": "splashinvisibility2potion", + "splashinvisibleexpotion": "splashinvisibility2potion", + "splashinvisiblelevel2potion": "splashinvisibility2potion", + "splashinv2potion": "splashinvisibility2potion", + "splashinvlongpotion": "splashinvisibility2potion", + "splashinvextendedpotion": "splashinvisibility2potion", + "splashinvexpotion": "splashinvisibility2potion", + "splashinvlevel2potion": "splashinvisibility2potion", + "splinvisibility2potion": "splashinvisibility2potion", + "splinvisibilitylongpotion": "splashinvisibility2potion", + "splinvisibilityextendedpotion": "splashinvisibility2potion", + "splinvisibilityexpotion": "splashinvisibility2potion", + "splinvisibilitylevel2potion": "splashinvisibility2potion", + "splinvis2potion": "splashinvisibility2potion", + "splinvislongpotion": "splashinvisibility2potion", + "splinvisextendedpotion": "splashinvisibility2potion", + "splinvisexpotion": "splashinvisibility2potion", + "splinvislevel2potion": "splashinvisibility2potion", + "splinvisible2potion": "splashinvisibility2potion", + "splinvisiblelongpotion": "splashinvisibility2potion", + "splinvisibleextendedpotion": "splashinvisibility2potion", + "splinvisibleexpotion": "splashinvisibility2potion", + "splinvisiblelevel2potion": "splashinvisibility2potion", + "splinv2potion": "splashinvisibility2potion", + "splinvlongpotion": "splashinvisibility2potion", + "splinvextendedpotion": "splashinvisibility2potion", + "splinvexpotion": "splashinvisibility2potion", + "splinvlevel2potion": "splashinvisibility2potion", + "invisibility2splashpotion": "splashinvisibility2potion", + "invisibilitylongsplashpotion": "splashinvisibility2potion", + "invisibilityextendedsplashpotion": "splashinvisibility2potion", + "invisibilityexsplashpotion": "splashinvisibility2potion", + "invisibilitylevel2splashpotion": "splashinvisibility2potion", + "invis2splashpotion": "splashinvisibility2potion", + "invislongsplashpotion": "splashinvisibility2potion", + "invisextendedsplashpotion": "splashinvisibility2potion", + "invisexsplashpotion": "splashinvisibility2potion", + "invislevel2splashpotion": "splashinvisibility2potion", + "invisible2splashpotion": "splashinvisibility2potion", + "invisiblelongsplashpotion": "splashinvisibility2potion", + "invisibleextendedsplashpotion": "splashinvisibility2potion", + "invisibleexsplashpotion": "splashinvisibility2potion", + "invisiblelevel2splashpotion": "splashinvisibility2potion", + "inv2splashpotion": "splashinvisibility2potion", + "invlongsplashpotion": "splashinvisibility2potion", + "invextendedsplashpotion": "splashinvisibility2potion", + "invexsplashpotion": "splashinvisibility2potion", + "invlevel2splashpotion": "splashinvisibility2potion", + "splashinvisibility2pot": "splashinvisibility2potion", + "splashinvisibilitylongpot": "splashinvisibility2potion", + "splashinvisibilityextendedpot": "splashinvisibility2potion", + "splashinvisibilityexpot": "splashinvisibility2potion", + "splashinvisibilitylevel2pot": "splashinvisibility2potion", + "splashinvis2pot": "splashinvisibility2potion", + "splashinvislongpot": "splashinvisibility2potion", + "splashinvisextendedpot": "splashinvisibility2potion", + "splashinvisexpot": "splashinvisibility2potion", + "splashinvislevel2pot": "splashinvisibility2potion", + "splashinvisible2pot": "splashinvisibility2potion", + "splashinvisiblelongpot": "splashinvisibility2potion", + "splashinvisibleextendedpot": "splashinvisibility2potion", + "splashinvisibleexpot": "splashinvisibility2potion", + "splashinvisiblelevel2pot": "splashinvisibility2potion", + "splashinv2pot": "splashinvisibility2potion", + "splashinvlongpot": "splashinvisibility2potion", + "splashinvextendedpot": "splashinvisibility2potion", + "splashinvexpot": "splashinvisibility2potion", + "splashinvlevel2pot": "splashinvisibility2potion", + "splinvisibility2pot": "splashinvisibility2potion", + "splinvisibilitylongpot": "splashinvisibility2potion", + "splinvisibilityextendedpot": "splashinvisibility2potion", + "splinvisibilityexpot": "splashinvisibility2potion", + "splinvisibilitylevel2pot": "splashinvisibility2potion", + "splinvis2pot": "splashinvisibility2potion", + "splinvislongpot": "splashinvisibility2potion", + "splinvisextendedpot": "splashinvisibility2potion", + "splinvisexpot": "splashinvisibility2potion", + "splinvislevel2pot": "splashinvisibility2potion", + "splinvisible2pot": "splashinvisibility2potion", + "splinvisiblelongpot": "splashinvisibility2potion", + "splinvisibleextendedpot": "splashinvisibility2potion", + "splinvisibleexpot": "splashinvisibility2potion", + "splinvisiblelevel2pot": "splashinvisibility2potion", + "splinv2pot": "splashinvisibility2potion", + "splinvlongpot": "splashinvisibility2potion", + "splinvextendedpot": "splashinvisibility2potion", + "splinvexpot": "splashinvisibility2potion", + "splinvlevel2pot": "splashinvisibility2potion", + "invisibility2splashpot": "splashinvisibility2potion", + "invisibilitylongsplashpot": "splashinvisibility2potion", + "invisibilityextendedsplashpot": "splashinvisibility2potion", + "invisibilityexsplashpot": "splashinvisibility2potion", + "invisibilitylevel2splashpot": "splashinvisibility2potion", + "invis2splashpot": "splashinvisibility2potion", + "invislongsplashpot": "splashinvisibility2potion", + "invisextendedsplashpot": "splashinvisibility2potion", + "invisexsplashpot": "splashinvisibility2potion", + "invislevel2splashpot": "splashinvisibility2potion", + "invisible2splashpot": "splashinvisibility2potion", + "invisiblelongsplashpot": "splashinvisibility2potion", + "invisibleextendedsplashpot": "splashinvisibility2potion", + "invisibleexsplashpot": "splashinvisibility2potion", + "invisiblelevel2splashpot": "splashinvisibility2potion", + "inv2splashpot": "splashinvisibility2potion", + "invlongsplashpot": "splashinvisibility2potion", + "invextendedsplashpot": "splashinvisibility2potion", + "invexsplashpot": "splashinvisibility2potion", + "invlevel2splashpot": "splashinvisibility2potion", + "lingerpotinvisibility2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + } + }, + "lingerpotinvisibilitylong": "lingerpotinvisibility2", + "lingerpotinvisibilityextended": "lingerpotinvisibility2", + "lingerpotinvisibilityex": "lingerpotinvisibility2", + "lingerpotinvisibilitylevel2": "lingerpotinvisibility2", + "lingerpotinvis2": "lingerpotinvisibility2", + "lingerpotinvislong": "lingerpotinvisibility2", + "lingerpotinvisextended": "lingerpotinvisibility2", + "lingerpotinvisex": "lingerpotinvisibility2", + "lingerpotinvislevel2": "lingerpotinvisibility2", + "lingerpotinvisible2": "lingerpotinvisibility2", + "lingerpotinvisiblelong": "lingerpotinvisibility2", + "lingerpotinvisibleextended": "lingerpotinvisibility2", + "lingerpotinvisibleex": "lingerpotinvisibility2", + "lingerpotinvisiblelevel2": "lingerpotinvisibility2", + "lingerpotinv2": "lingerpotinvisibility2", + "lingerpotinvlong": "lingerpotinvisibility2", + "lingerpotinvextended": "lingerpotinvisibility2", + "lingerpotinvex": "lingerpotinvisibility2", + "lingerpotinvlevel2": "lingerpotinvisibility2", + "invisibilitylingerpot2": "lingerpotinvisibility2", + "invisibilitylingerpotlong": "lingerpotinvisibility2", + "invisibilitylingerpotextended": "lingerpotinvisibility2", + "invisibilitylingerpotex": "lingerpotinvisibility2", + "invisibilitylingerpotlevel2": "lingerpotinvisibility2", + "invislingerpot2": "lingerpotinvisibility2", + "invislingerpotlong": "lingerpotinvisibility2", + "invislingerpotextended": "lingerpotinvisibility2", + "invislingerpotex": "lingerpotinvisibility2", + "invislingerpotlevel2": "lingerpotinvisibility2", + "invisiblelingerpot2": "lingerpotinvisibility2", + "invisiblelingerpotlong": "lingerpotinvisibility2", + "invisiblelingerpotextended": "lingerpotinvisibility2", + "invisiblelingerpotex": "lingerpotinvisibility2", + "invisiblelingerpotlevel2": "lingerpotinvisibility2", + "invlingerpot2": "lingerpotinvisibility2", + "invlingerpotlong": "lingerpotinvisibility2", + "invlingerpotextended": "lingerpotinvisibility2", + "invlingerpotex": "lingerpotinvisibility2", + "invlingerpotlevel2": "lingerpotinvisibility2", + "aoepotioninvisibility2": "lingerpotinvisibility2", + "aoepotioninvisibilitylong": "lingerpotinvisibility2", + "aoepotioninvisibilityextended": "lingerpotinvisibility2", + "aoepotioninvisibilityex": "lingerpotinvisibility2", + "aoepotioninvisibilitylevel2": "lingerpotinvisibility2", + "aoepotioninvis2": "lingerpotinvisibility2", + "aoepotioninvislong": "lingerpotinvisibility2", + "aoepotioninvisextended": "lingerpotinvisibility2", + "aoepotioninvisex": "lingerpotinvisibility2", + "aoepotioninvislevel2": "lingerpotinvisibility2", + "aoepotioninvisible2": "lingerpotinvisibility2", + "aoepotioninvisiblelong": "lingerpotinvisibility2", + "aoepotioninvisibleextended": "lingerpotinvisibility2", + "aoepotioninvisibleex": "lingerpotinvisibility2", + "aoepotioninvisiblelevel2": "lingerpotinvisibility2", + "aoepotioninv2": "lingerpotinvisibility2", + "aoepotioninvlong": "lingerpotinvisibility2", + "aoepotioninvextended": "lingerpotinvisibility2", + "aoepotioninvex": "lingerpotinvisibility2", + "aoepotioninvlevel2": "lingerpotinvisibility2", + "invisibilityaoepoiont2": "lingerpotinvisibility2", + "invisibilityaoepoiontlong": "lingerpotinvisibility2", + "invisibilityaoepoiontextended": "lingerpotinvisibility2", + "invisibilityaoepoiontex": "lingerpotinvisibility2", + "invisibilityaoepoiontlevel2": "lingerpotinvisibility2", + "invisaoepoiont2": "lingerpotinvisibility2", + "invisaoepoiontlong": "lingerpotinvisibility2", + "invisaoepoiontextended": "lingerpotinvisibility2", + "invisaoepoiontex": "lingerpotinvisibility2", + "invisaoepoiontlevel2": "lingerpotinvisibility2", + "invisibleaoepoiont2": "lingerpotinvisibility2", + "invisibleaoepoiontlong": "lingerpotinvisibility2", + "invisibleaoepoiontextended": "lingerpotinvisibility2", + "invisibleaoepoiontex": "lingerpotinvisibility2", + "invisibleaoepoiontlevel2": "lingerpotinvisibility2", + "invaoepoiont2": "lingerpotinvisibility2", + "invaoepoiontlong": "lingerpotinvisibility2", + "invaoepoiontextended": "lingerpotinvisibility2", + "invaoepoiontex": "lingerpotinvisibility2", + "invaoepoiontlevel2": "lingerpotinvisibility2", + "aoepotinvisibility2": "lingerpotinvisibility2", + "aoepotinvisibilitylong": "lingerpotinvisibility2", + "aoepotinvisibilityextended": "lingerpotinvisibility2", + "aoepotinvisibilityex": "lingerpotinvisibility2", + "aoepotinvisibilitylevel2": "lingerpotinvisibility2", + "aoepotinvis2": "lingerpotinvisibility2", + "aoepotinvislong": "lingerpotinvisibility2", + "aoepotinvisextended": "lingerpotinvisibility2", + "aoepotinvisex": "lingerpotinvisibility2", + "aoepotinvislevel2": "lingerpotinvisibility2", + "aoepotinvisible2": "lingerpotinvisibility2", + "aoepotinvisiblelong": "lingerpotinvisibility2", + "aoepotinvisibleextended": "lingerpotinvisibility2", + "aoepotinvisibleex": "lingerpotinvisibility2", + "aoepotinvisiblelevel2": "lingerpotinvisibility2", + "aoepotinv2": "lingerpotinvisibility2", + "aoepotinvlong": "lingerpotinvisibility2", + "aoepotinvextended": "lingerpotinvisibility2", + "aoepotinvex": "lingerpotinvisibility2", + "aoepotinvlevel2": "lingerpotinvisibility2", + "invisibilityaoepot2": "lingerpotinvisibility2", + "invisibilityaoepotlong": "lingerpotinvisibility2", + "invisibilityaoepotextended": "lingerpotinvisibility2", + "invisibilityaoepotex": "lingerpotinvisibility2", + "invisibilityaoepotlevel2": "lingerpotinvisibility2", + "invisaoepot2": "lingerpotinvisibility2", + "invisaoepotlong": "lingerpotinvisibility2", + "invisaoepotextended": "lingerpotinvisibility2", + "invisaoepotex": "lingerpotinvisibility2", + "invisaoepotlevel2": "lingerpotinvisibility2", + "invisibleaoepot2": "lingerpotinvisibility2", + "invisibleaoepotlong": "lingerpotinvisibility2", + "invisibleaoepotextended": "lingerpotinvisibility2", + "invisibleaoepotex": "lingerpotinvisibility2", + "invisibleaoepotlevel2": "lingerpotinvisibility2", + "invaoepot2": "lingerpotinvisibility2", + "invaoepotlong": "lingerpotinvisibility2", + "invaoepotextended": "lingerpotinvisibility2", + "invaoepotex": "lingerpotinvisibility2", + "invaoepotlevel2": "lingerpotinvisibility2", + "areapotioninvisibility2": "lingerpotinvisibility2", + "areapotioninvisibilitylong": "lingerpotinvisibility2", + "areapotioninvisibilityextended": "lingerpotinvisibility2", + "areapotioninvisibilityex": "lingerpotinvisibility2", + "areapotioninvisibilitylevel2": "lingerpotinvisibility2", + "areapotioninvis2": "lingerpotinvisibility2", + "areapotioninvislong": "lingerpotinvisibility2", + "areapotioninvisextended": "lingerpotinvisibility2", + "areapotioninvisex": "lingerpotinvisibility2", + "areapotioninvislevel2": "lingerpotinvisibility2", + "areapotioninvisible2": "lingerpotinvisibility2", + "areapotioninvisiblelong": "lingerpotinvisibility2", + "areapotioninvisibleextended": "lingerpotinvisibility2", + "areapotioninvisibleex": "lingerpotinvisibility2", + "areapotioninvisiblelevel2": "lingerpotinvisibility2", + "areapotioninv2": "lingerpotinvisibility2", + "areapotioninvlong": "lingerpotinvisibility2", + "areapotioninvextended": "lingerpotinvisibility2", + "areapotioninvex": "lingerpotinvisibility2", + "areapotioninvlevel2": "lingerpotinvisibility2", + "invisibilityareapotion2": "lingerpotinvisibility2", + "invisibilityareapotionlong": "lingerpotinvisibility2", + "invisibilityareapotionextended": "lingerpotinvisibility2", + "invisibilityareapotionex": "lingerpotinvisibility2", + "invisibilityareapotionlevel2": "lingerpotinvisibility2", + "invisareapotion2": "lingerpotinvisibility2", + "invisareapotionlong": "lingerpotinvisibility2", + "invisareapotionextended": "lingerpotinvisibility2", + "invisareapotionex": "lingerpotinvisibility2", + "invisareapotionlevel2": "lingerpotinvisibility2", + "invisibleareapotion2": "lingerpotinvisibility2", + "invisibleareapotionlong": "lingerpotinvisibility2", + "invisibleareapotionextended": "lingerpotinvisibility2", + "invisibleareapotionex": "lingerpotinvisibility2", + "invisibleareapotionlevel2": "lingerpotinvisibility2", + "invareapotion2": "lingerpotinvisibility2", + "invareapotionlong": "lingerpotinvisibility2", + "invareapotionextended": "lingerpotinvisibility2", + "invareapotionex": "lingerpotinvisibility2", + "invareapotionlevel2": "lingerpotinvisibility2", + "areapotinvisibility2": "lingerpotinvisibility2", + "areapotinvisibilitylong": "lingerpotinvisibility2", + "areapotinvisibilityextended": "lingerpotinvisibility2", + "areapotinvisibilityex": "lingerpotinvisibility2", + "areapotinvisibilitylevel2": "lingerpotinvisibility2", + "areapotinvis2": "lingerpotinvisibility2", + "areapotinvislong": "lingerpotinvisibility2", + "areapotinvisextended": "lingerpotinvisibility2", + "areapotinvisex": "lingerpotinvisibility2", + "areapotinvislevel2": "lingerpotinvisibility2", + "areapotinvisible2": "lingerpotinvisibility2", + "areapotinvisiblelong": "lingerpotinvisibility2", + "areapotinvisibleextended": "lingerpotinvisibility2", + "areapotinvisibleex": "lingerpotinvisibility2", + "areapotinvisiblelevel2": "lingerpotinvisibility2", + "areapotinv2": "lingerpotinvisibility2", + "areapotinvlong": "lingerpotinvisibility2", + "areapotinvextended": "lingerpotinvisibility2", + "areapotinvex": "lingerpotinvisibility2", + "areapotinvlevel2": "lingerpotinvisibility2", + "invisibilityareapot2": "lingerpotinvisibility2", + "invisibilityareapotlong": "lingerpotinvisibility2", + "invisibilityareapotextended": "lingerpotinvisibility2", + "invisibilityareapotex": "lingerpotinvisibility2", + "invisibilityareapotlevel2": "lingerpotinvisibility2", + "invisareapot2": "lingerpotinvisibility2", + "invisareapotlong": "lingerpotinvisibility2", + "invisareapotextended": "lingerpotinvisibility2", + "invisareapotex": "lingerpotinvisibility2", + "invisareapotlevel2": "lingerpotinvisibility2", + "invisibleareapot2": "lingerpotinvisibility2", + "invisibleareapotlong": "lingerpotinvisibility2", + "invisibleareapotextended": "lingerpotinvisibility2", + "invisibleareapotex": "lingerpotinvisibility2", + "invisibleareapotlevel2": "lingerpotinvisibility2", + "invareapot2": "lingerpotinvisibility2", + "invareapotlong": "lingerpotinvisibility2", + "invareapotextended": "lingerpotinvisibility2", + "invareapotex": "lingerpotinvisibility2", + "invareapotlevel2": "lingerpotinvisibility2", + "cloudpotioninvisibility2": "lingerpotinvisibility2", + "cloudpotioninvisibilitylong": "lingerpotinvisibility2", + "cloudpotioninvisibilityextended": "lingerpotinvisibility2", + "cloudpotioninvisibilityex": "lingerpotinvisibility2", + "cloudpotioninvisibilitylevel2": "lingerpotinvisibility2", + "cloudpotioninvis2": "lingerpotinvisibility2", + "cloudpotioninvislong": "lingerpotinvisibility2", + "cloudpotioninvisextended": "lingerpotinvisibility2", + "cloudpotioninvisex": "lingerpotinvisibility2", + "cloudpotioninvislevel2": "lingerpotinvisibility2", + "cloudpotioninvisible2": "lingerpotinvisibility2", + "cloudpotioninvisiblelong": "lingerpotinvisibility2", + "cloudpotioninvisibleextended": "lingerpotinvisibility2", + "cloudpotioninvisibleex": "lingerpotinvisibility2", + "cloudpotioninvisiblelevel2": "lingerpotinvisibility2", + "cloudpotioninv2": "lingerpotinvisibility2", + "cloudpotioninvlong": "lingerpotinvisibility2", + "cloudpotioninvextended": "lingerpotinvisibility2", + "cloudpotioninvex": "lingerpotinvisibility2", + "cloudpotioninvlevel2": "lingerpotinvisibility2", + "invisibilitycloudpotion2": "lingerpotinvisibility2", + "invisibilitycloudpotionlong": "lingerpotinvisibility2", + "invisibilitycloudpotionextended": "lingerpotinvisibility2", + "invisibilitycloudpotionex": "lingerpotinvisibility2", + "invisibilitycloudpotionlevel2": "lingerpotinvisibility2", + "inviscloudpotion2": "lingerpotinvisibility2", + "inviscloudpotionlong": "lingerpotinvisibility2", + "inviscloudpotionextended": "lingerpotinvisibility2", + "inviscloudpotionex": "lingerpotinvisibility2", + "inviscloudpotionlevel2": "lingerpotinvisibility2", + "invisiblecloudpotion2": "lingerpotinvisibility2", + "invisiblecloudpotionlong": "lingerpotinvisibility2", + "invisiblecloudpotionextended": "lingerpotinvisibility2", + "invisiblecloudpotionex": "lingerpotinvisibility2", + "invisiblecloudpotionlevel2": "lingerpotinvisibility2", + "invcloudpotion2": "lingerpotinvisibility2", + "invcloudpotionlong": "lingerpotinvisibility2", + "invcloudpotionextended": "lingerpotinvisibility2", + "invcloudpotionex": "lingerpotinvisibility2", + "invcloudpotionlevel2": "lingerpotinvisibility2", + "cloudpotinvisibility2": "lingerpotinvisibility2", + "cloudpotinvisibilitylong": "lingerpotinvisibility2", + "cloudpotinvisibilityextended": "lingerpotinvisibility2", + "cloudpotinvisibilityex": "lingerpotinvisibility2", + "cloudpotinvisibilitylevel2": "lingerpotinvisibility2", + "cloudpotinvis2": "lingerpotinvisibility2", + "cloudpotinvislong": "lingerpotinvisibility2", + "cloudpotinvisextended": "lingerpotinvisibility2", + "cloudpotinvisex": "lingerpotinvisibility2", + "cloudpotinvislevel2": "lingerpotinvisibility2", + "cloudpotinvisible2": "lingerpotinvisibility2", + "cloudpotinvisiblelong": "lingerpotinvisibility2", + "cloudpotinvisibleextended": "lingerpotinvisibility2", + "cloudpotinvisibleex": "lingerpotinvisibility2", + "cloudpotinvisiblelevel2": "lingerpotinvisibility2", + "cloudpotinv2": "lingerpotinvisibility2", + "cloudpotinvlong": "lingerpotinvisibility2", + "cloudpotinvextended": "lingerpotinvisibility2", + "cloudpotinvex": "lingerpotinvisibility2", + "cloudpotinvlevel2": "lingerpotinvisibility2", + "invisibilitycloudpot2": "lingerpotinvisibility2", + "invisibilitycloudpotlong": "lingerpotinvisibility2", + "invisibilitycloudpotextended": "lingerpotinvisibility2", + "invisibilitycloudpotex": "lingerpotinvisibility2", + "invisibilitycloudpotlevel2": "lingerpotinvisibility2", + "inviscloudpot2": "lingerpotinvisibility2", + "inviscloudpotlong": "lingerpotinvisibility2", + "inviscloudpotextended": "lingerpotinvisibility2", + "inviscloudpotex": "lingerpotinvisibility2", + "inviscloudpotlevel2": "lingerpotinvisibility2", + "invisiblecloudpot2": "lingerpotinvisibility2", + "invisiblecloudpotlong": "lingerpotinvisibility2", + "invisiblecloudpotextended": "lingerpotinvisibility2", + "invisiblecloudpotex": "lingerpotinvisibility2", + "invisiblecloudpotlevel2": "lingerpotinvisibility2", + "invcloudpot2": "lingerpotinvisibility2", + "invcloudpotlong": "lingerpotinvisibility2", + "invcloudpotextended": "lingerpotinvisibility2", + "invcloudpotex": "lingerpotinvisibility2", + "invcloudpotlevel2": "lingerpotinvisibility2", + "arrowinvisibility2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_invisibility", + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + } + }, + "arrowinvisibilitylong": "arrowinvisibility2", + "arrowinvisibilityextended": "arrowinvisibility2", + "arrowinvisibilityex": "arrowinvisibility2", + "arrowinvisibilitylevel2": "arrowinvisibility2", + "arrowinvis2": "arrowinvisibility2", + "arrowinvislong": "arrowinvisibility2", + "arrowinvisextended": "arrowinvisibility2", + "arrowinvisex": "arrowinvisibility2", + "arrowinvislevel2": "arrowinvisibility2", + "arrowinvisible2": "arrowinvisibility2", + "arrowinvisiblelong": "arrowinvisibility2", + "arrowinvisibleextended": "arrowinvisibility2", + "arrowinvisibleex": "arrowinvisibility2", + "arrowinvisiblelevel2": "arrowinvisibility2", + "arrowinv2": "arrowinvisibility2", + "arrowinvlong": "arrowinvisibility2", + "arrowinvextended": "arrowinvisibility2", + "arrowinvex": "arrowinvisibility2", + "arrowinvlevel2": "arrowinvisibility2", + "invisibilityarrow2": "arrowinvisibility2", + "invisibilityarrowlong": "arrowinvisibility2", + "invisibilityarrowextended": "arrowinvisibility2", + "invisibilityarrowex": "arrowinvisibility2", + "invisibilityarrowlevel2": "arrowinvisibility2", + "invisarrow2": "arrowinvisibility2", + "invisarrowlong": "arrowinvisibility2", + "invisarrowextended": "arrowinvisibility2", + "invisarrowex": "arrowinvisibility2", + "invisarrowlevel2": "arrowinvisibility2", + "invisiblearrow2": "arrowinvisibility2", + "invisiblearrowlong": "arrowinvisibility2", + "invisiblearrowextended": "arrowinvisibility2", + "invisiblearrowex": "arrowinvisibility2", + "invisiblearrowlevel2": "arrowinvisibility2", + "invarrow2": "arrowinvisibility2", + "invarrowlong": "arrowinvisibility2", + "invarrowextended": "arrowinvisibility2", + "invarrowex": "arrowinvisibility2", + "invarrowlevel2": "arrowinvisibility2", + "leapingpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "leaping", + "type": "JUMP", + "upgraded": false, + "extended": false + } + }, + "leappotion": "leapingpotion", + "leapingpot": "leapingpotion", + "leappot": "leapingpotion", + "potionofleaping": "leapingpotion", + "potionofleap": "leapingpotion", + "potofleaping": "leapingpotion", + "potofleap": "leapingpotion", + "splashleapingpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "leaping", + "type": "JUMP", + "upgraded": false, + "extended": false + } + }, + "splashleappotion": "splashleapingpotion", + "splleapingpotion": "splashleapingpotion", + "splleappotion": "splashleapingpotion", + "leapingsplashpotion": "splashleapingpotion", + "leapsplashpotion": "splashleapingpotion", + "splashleapingpot": "splashleapingpotion", + "splashleappot": "splashleapingpotion", + "splleapingpot": "splashleapingpotion", + "splleappot": "splashleapingpotion", + "leapingsplashpot": "splashleapingpotion", + "leapsplashpot": "splashleapingpotion", + "lingerpotleaping": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "leaping", + "type": "JUMP", + "upgraded": false, + "extended": false + } + }, + "lingerpotleap": "lingerpotleaping", + "leapinglingerpot": "lingerpotleaping", + "leaplingerpot": "lingerpotleaping", + "aoepotionleaping": "lingerpotleaping", + "aoepotionleap": "lingerpotleaping", + "leapingaoepoiont": "lingerpotleaping", + "leapaoepoiont": "lingerpotleaping", + "aoepotleaping": "lingerpotleaping", + "aoepotleap": "lingerpotleaping", + "leapingaoepot": "lingerpotleaping", + "leapaoepot": "lingerpotleaping", + "areapotionleaping": "lingerpotleaping", + "areapotionleap": "lingerpotleaping", + "leapingareapotion": "lingerpotleaping", + "leapareapotion": "lingerpotleaping", + "areapotleaping": "lingerpotleaping", + "areapotleap": "lingerpotleaping", + "leapingareapot": "lingerpotleaping", + "leapareapot": "lingerpotleaping", + "cloudpotionleaping": "lingerpotleaping", + "cloudpotionleap": "lingerpotleaping", + "leapingcloudpotion": "lingerpotleaping", + "leapcloudpotion": "lingerpotleaping", + "cloudpotleaping": "lingerpotleaping", + "cloudpotleap": "lingerpotleaping", + "leapingcloudpot": "lingerpotleaping", + "leapcloudpot": "lingerpotleaping", + "arrowleaping": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "leaping", + "type": "JUMP", + "upgraded": false, + "extended": false + } + }, + "arrowleap": "arrowleaping", + "leapingarrow": "arrowleaping", + "leaparrow": "arrowleaping", + "leapingiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_leaping", + "type": "JUMP", + "upgraded": true, + "extended": false + } + }, + "leapingstrongpotion": "leapingiipotion", + "leapingleveliipotion": "leapingiipotion", + "leapiipotion": "leapingiipotion", + "leapstrongpotion": "leapingiipotion", + "leapleveliipotion": "leapingiipotion", + "leapingiipot": "leapingiipotion", + "leapingstrongpot": "leapingiipotion", + "leapingleveliipot": "leapingiipotion", + "leapiipot": "leapingiipotion", + "leapstrongpot": "leapingiipotion", + "leapleveliipot": "leapingiipotion", + "potionofleapingii": "leapingiipotion", + "potionofleapingstrong": "leapingiipotion", + "potionofleapinglevelii": "leapingiipotion", + "potionofleapii": "leapingiipotion", + "potionofleapstrong": "leapingiipotion", + "potionofleaplevelii": "leapingiipotion", + "potofleapingii": "leapingiipotion", + "potofleapingstrong": "leapingiipotion", + "potofleapinglevelii": "leapingiipotion", + "potofleapii": "leapingiipotion", + "potofleapstrong": "leapingiipotion", + "potofleaplevelii": "leapingiipotion", + "splashleapingiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_leaping", + "type": "JUMP", + "upgraded": true, + "extended": false + } + }, + "splashleapingstrongpotion": "splashleapingiipotion", + "splashleapingleveliipotion": "splashleapingiipotion", + "splashleapiipotion": "splashleapingiipotion", + "splashleapstrongpotion": "splashleapingiipotion", + "splashleapleveliipotion": "splashleapingiipotion", + "splleapingiipotion": "splashleapingiipotion", + "splleapingstrongpotion": "splashleapingiipotion", + "splleapingleveliipotion": "splashleapingiipotion", + "splleapiipotion": "splashleapingiipotion", + "splleapstrongpotion": "splashleapingiipotion", + "splleapleveliipotion": "splashleapingiipotion", + "leapingiisplashpotion": "splashleapingiipotion", + "leapingstrongsplashpotion": "splashleapingiipotion", + "leapingleveliisplashpotion": "splashleapingiipotion", + "leapiisplashpotion": "splashleapingiipotion", + "leapstrongsplashpotion": "splashleapingiipotion", + "leapleveliisplashpotion": "splashleapingiipotion", + "splashleapingiipot": "splashleapingiipotion", + "splashleapingstrongpot": "splashleapingiipotion", + "splashleapingleveliipot": "splashleapingiipotion", + "splashleapiipot": "splashleapingiipotion", + "splashleapstrongpot": "splashleapingiipotion", + "splashleapleveliipot": "splashleapingiipotion", + "splleapingiipot": "splashleapingiipotion", + "splleapingstrongpot": "splashleapingiipotion", + "splleapingleveliipot": "splashleapingiipotion", + "splleapiipot": "splashleapingiipotion", + "splleapstrongpot": "splashleapingiipotion", + "splleapleveliipot": "splashleapingiipotion", + "leapingiisplashpot": "splashleapingiipotion", + "leapingstrongsplashpot": "splashleapingiipotion", + "leapingleveliisplashpot": "splashleapingiipotion", + "leapiisplashpot": "splashleapingiipotion", + "leapstrongsplashpot": "splashleapingiipotion", + "leapleveliisplashpot": "splashleapingiipotion", + "lingerpotleapingii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_leaping", + "type": "JUMP", + "upgraded": true, + "extended": false + } + }, + "lingerpotleapingstrong": "lingerpotleapingii", + "lingerpotleapinglevelii": "lingerpotleapingii", + "lingerpotleapii": "lingerpotleapingii", + "lingerpotleapstrong": "lingerpotleapingii", + "lingerpotleaplevelii": "lingerpotleapingii", + "leapinglingerpotii": "lingerpotleapingii", + "leapinglingerpotstrong": "lingerpotleapingii", + "leapinglingerpotlevelii": "lingerpotleapingii", + "leaplingerpotii": "lingerpotleapingii", + "leaplingerpotstrong": "lingerpotleapingii", + "leaplingerpotlevelii": "lingerpotleapingii", + "aoepotionleapingii": "lingerpotleapingii", + "aoepotionleapingstrong": "lingerpotleapingii", + "aoepotionleapinglevelii": "lingerpotleapingii", + "aoepotionleapii": "lingerpotleapingii", + "aoepotionleapstrong": "lingerpotleapingii", + "aoepotionleaplevelii": "lingerpotleapingii", + "leapingaoepoiontii": "lingerpotleapingii", + "leapingaoepoiontstrong": "lingerpotleapingii", + "leapingaoepoiontlevelii": "lingerpotleapingii", + "leapaoepoiontii": "lingerpotleapingii", + "leapaoepoiontstrong": "lingerpotleapingii", + "leapaoepoiontlevelii": "lingerpotleapingii", + "aoepotleapingii": "lingerpotleapingii", + "aoepotleapingstrong": "lingerpotleapingii", + "aoepotleapinglevelii": "lingerpotleapingii", + "aoepotleapii": "lingerpotleapingii", + "aoepotleapstrong": "lingerpotleapingii", + "aoepotleaplevelii": "lingerpotleapingii", + "leapingaoepotii": "lingerpotleapingii", + "leapingaoepotstrong": "lingerpotleapingii", + "leapingaoepotlevelii": "lingerpotleapingii", + "leapaoepotii": "lingerpotleapingii", + "leapaoepotstrong": "lingerpotleapingii", + "leapaoepotlevelii": "lingerpotleapingii", + "areapotionleapingii": "lingerpotleapingii", + "areapotionleapingstrong": "lingerpotleapingii", + "areapotionleapinglevelii": "lingerpotleapingii", + "areapotionleapii": "lingerpotleapingii", + "areapotionleapstrong": "lingerpotleapingii", + "areapotionleaplevelii": "lingerpotleapingii", + "leapingareapotionii": "lingerpotleapingii", + "leapingareapotionstrong": "lingerpotleapingii", + "leapingareapotionlevelii": "lingerpotleapingii", + "leapareapotionii": "lingerpotleapingii", + "leapareapotionstrong": "lingerpotleapingii", + "leapareapotionlevelii": "lingerpotleapingii", + "areapotleapingii": "lingerpotleapingii", + "areapotleapingstrong": "lingerpotleapingii", + "areapotleapinglevelii": "lingerpotleapingii", + "areapotleapii": "lingerpotleapingii", + "areapotleapstrong": "lingerpotleapingii", + "areapotleaplevelii": "lingerpotleapingii", + "leapingareapotii": "lingerpotleapingii", + "leapingareapotstrong": "lingerpotleapingii", + "leapingareapotlevelii": "lingerpotleapingii", + "leapareapotii": "lingerpotleapingii", + "leapareapotstrong": "lingerpotleapingii", + "leapareapotlevelii": "lingerpotleapingii", + "cloudpotionleapingii": "lingerpotleapingii", + "cloudpotionleapingstrong": "lingerpotleapingii", + "cloudpotionleapinglevelii": "lingerpotleapingii", + "cloudpotionleapii": "lingerpotleapingii", + "cloudpotionleapstrong": "lingerpotleapingii", + "cloudpotionleaplevelii": "lingerpotleapingii", + "leapingcloudpotionii": "lingerpotleapingii", + "leapingcloudpotionstrong": "lingerpotleapingii", + "leapingcloudpotionlevelii": "lingerpotleapingii", + "leapcloudpotionii": "lingerpotleapingii", + "leapcloudpotionstrong": "lingerpotleapingii", + "leapcloudpotionlevelii": "lingerpotleapingii", + "cloudpotleapingii": "lingerpotleapingii", + "cloudpotleapingstrong": "lingerpotleapingii", + "cloudpotleapinglevelii": "lingerpotleapingii", + "cloudpotleapii": "lingerpotleapingii", + "cloudpotleapstrong": "lingerpotleapingii", + "cloudpotleaplevelii": "lingerpotleapingii", + "leapingcloudpotii": "lingerpotleapingii", + "leapingcloudpotstrong": "lingerpotleapingii", + "leapingcloudpotlevelii": "lingerpotleapingii", + "leapcloudpotii": "lingerpotleapingii", + "leapcloudpotstrong": "lingerpotleapingii", + "leapcloudpotlevelii": "lingerpotleapingii", + "arrowleapingii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_leaping", + "type": "JUMP", + "upgraded": true, + "extended": false + } + }, + "arrowleapingstrong": "arrowleapingii", + "arrowleapinglevelii": "arrowleapingii", + "arrowleapii": "arrowleapingii", + "arrowleapstrong": "arrowleapingii", + "arrowleaplevelii": "arrowleapingii", + "leapingarrowii": "arrowleapingii", + "leapingarrowstrong": "arrowleapingii", + "leapingarrowlevelii": "arrowleapingii", + "leaparrowii": "arrowleapingii", + "leaparrowstrong": "arrowleapingii", + "leaparrowlevelii": "arrowleapingii", + "leaping2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_leaping", + "type": "JUMP", + "upgraded": false, + "extended": true + } + }, + "leapinglongpotion": "leaping2potion", + "leapingextendedpotion": "leaping2potion", + "leapingexpotion": "leaping2potion", + "leapinglevel2potion": "leaping2potion", + "leap2potion": "leaping2potion", + "leaplongpotion": "leaping2potion", + "leapextendedpotion": "leaping2potion", + "leapexpotion": "leaping2potion", + "leaplevel2potion": "leaping2potion", + "leaping2pot": "leaping2potion", + "leapinglongpot": "leaping2potion", + "leapingextendedpot": "leaping2potion", + "leapingexpot": "leaping2potion", + "leapinglevel2pot": "leaping2potion", + "leap2pot": "leaping2potion", + "leaplongpot": "leaping2potion", + "leapextendedpot": "leaping2potion", + "leapexpot": "leaping2potion", + "leaplevel2pot": "leaping2potion", + "potionofleaping2": "leaping2potion", + "potionofleapinglong": "leaping2potion", + "potionofleapingextended": "leaping2potion", + "potionofleapingex": "leaping2potion", + "potionofleapinglevel2": "leaping2potion", + "potionofleap2": "leaping2potion", + "potionofleaplong": "leaping2potion", + "potionofleapextended": "leaping2potion", + "potionofleapex": "leaping2potion", + "potionofleaplevel2": "leaping2potion", + "potofleaping2": "leaping2potion", + "potofleapinglong": "leaping2potion", + "potofleapingextended": "leaping2potion", + "potofleapingex": "leaping2potion", + "potofleapinglevel2": "leaping2potion", + "potofleap2": "leaping2potion", + "potofleaplong": "leaping2potion", + "potofleapextended": "leaping2potion", + "potofleapex": "leaping2potion", + "potofleaplevel2": "leaping2potion", + "splashleaping2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_leaping", + "type": "JUMP", + "upgraded": false, + "extended": true + } + }, + "splashleapinglongpotion": "splashleaping2potion", + "splashleapingextendedpotion": "splashleaping2potion", + "splashleapingexpotion": "splashleaping2potion", + "splashleapinglevel2potion": "splashleaping2potion", + "splashleap2potion": "splashleaping2potion", + "splashleaplongpotion": "splashleaping2potion", + "splashleapextendedpotion": "splashleaping2potion", + "splashleapexpotion": "splashleaping2potion", + "splashleaplevel2potion": "splashleaping2potion", + "splleaping2potion": "splashleaping2potion", + "splleapinglongpotion": "splashleaping2potion", + "splleapingextendedpotion": "splashleaping2potion", + "splleapingexpotion": "splashleaping2potion", + "splleapinglevel2potion": "splashleaping2potion", + "splleap2potion": "splashleaping2potion", + "splleaplongpotion": "splashleaping2potion", + "splleapextendedpotion": "splashleaping2potion", + "splleapexpotion": "splashleaping2potion", + "splleaplevel2potion": "splashleaping2potion", + "leaping2splashpotion": "splashleaping2potion", + "leapinglongsplashpotion": "splashleaping2potion", + "leapingextendedsplashpotion": "splashleaping2potion", + "leapingexsplashpotion": "splashleaping2potion", + "leapinglevel2splashpotion": "splashleaping2potion", + "leap2splashpotion": "splashleaping2potion", + "leaplongsplashpotion": "splashleaping2potion", + "leapextendedsplashpotion": "splashleaping2potion", + "leapexsplashpotion": "splashleaping2potion", + "leaplevel2splashpotion": "splashleaping2potion", + "splashleaping2pot": "splashleaping2potion", + "splashleapinglongpot": "splashleaping2potion", + "splashleapingextendedpot": "splashleaping2potion", + "splashleapingexpot": "splashleaping2potion", + "splashleapinglevel2pot": "splashleaping2potion", + "splashleap2pot": "splashleaping2potion", + "splashleaplongpot": "splashleaping2potion", + "splashleapextendedpot": "splashleaping2potion", + "splashleapexpot": "splashleaping2potion", + "splashleaplevel2pot": "splashleaping2potion", + "splleaping2pot": "splashleaping2potion", + "splleapinglongpot": "splashleaping2potion", + "splleapingextendedpot": "splashleaping2potion", + "splleapingexpot": "splashleaping2potion", + "splleapinglevel2pot": "splashleaping2potion", + "splleap2pot": "splashleaping2potion", + "splleaplongpot": "splashleaping2potion", + "splleapextendedpot": "splashleaping2potion", + "splleapexpot": "splashleaping2potion", + "splleaplevel2pot": "splashleaping2potion", + "leaping2splashpot": "splashleaping2potion", + "leapinglongsplashpot": "splashleaping2potion", + "leapingextendedsplashpot": "splashleaping2potion", + "leapingexsplashpot": "splashleaping2potion", + "leapinglevel2splashpot": "splashleaping2potion", + "leap2splashpot": "splashleaping2potion", + "leaplongsplashpot": "splashleaping2potion", + "leapextendedsplashpot": "splashleaping2potion", + "leapexsplashpot": "splashleaping2potion", + "leaplevel2splashpot": "splashleaping2potion", + "lingerpotleaping2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_leaping", + "type": "JUMP", + "upgraded": false, + "extended": true + } + }, + "lingerpotleapinglong": "lingerpotleaping2", + "lingerpotleapingextended": "lingerpotleaping2", + "lingerpotleapingex": "lingerpotleaping2", + "lingerpotleapinglevel2": "lingerpotleaping2", + "lingerpotleap2": "lingerpotleaping2", + "lingerpotleaplong": "lingerpotleaping2", + "lingerpotleapextended": "lingerpotleaping2", + "lingerpotleapex": "lingerpotleaping2", + "lingerpotleaplevel2": "lingerpotleaping2", + "leapinglingerpot2": "lingerpotleaping2", + "leapinglingerpotlong": "lingerpotleaping2", + "leapinglingerpotextended": "lingerpotleaping2", + "leapinglingerpotex": "lingerpotleaping2", + "leapinglingerpotlevel2": "lingerpotleaping2", + "leaplingerpot2": "lingerpotleaping2", + "leaplingerpotlong": "lingerpotleaping2", + "leaplingerpotextended": "lingerpotleaping2", + "leaplingerpotex": "lingerpotleaping2", + "leaplingerpotlevel2": "lingerpotleaping2", + "aoepotionleaping2": "lingerpotleaping2", + "aoepotionleapinglong": "lingerpotleaping2", + "aoepotionleapingextended": "lingerpotleaping2", + "aoepotionleapingex": "lingerpotleaping2", + "aoepotionleapinglevel2": "lingerpotleaping2", + "aoepotionleap2": "lingerpotleaping2", + "aoepotionleaplong": "lingerpotleaping2", + "aoepotionleapextended": "lingerpotleaping2", + "aoepotionleapex": "lingerpotleaping2", + "aoepotionleaplevel2": "lingerpotleaping2", + "leapingaoepoiont2": "lingerpotleaping2", + "leapingaoepoiontlong": "lingerpotleaping2", + "leapingaoepoiontextended": "lingerpotleaping2", + "leapingaoepoiontex": "lingerpotleaping2", + "leapingaoepoiontlevel2": "lingerpotleaping2", + "leapaoepoiont2": "lingerpotleaping2", + "leapaoepoiontlong": "lingerpotleaping2", + "leapaoepoiontextended": "lingerpotleaping2", + "leapaoepoiontex": "lingerpotleaping2", + "leapaoepoiontlevel2": "lingerpotleaping2", + "aoepotleaping2": "lingerpotleaping2", + "aoepotleapinglong": "lingerpotleaping2", + "aoepotleapingextended": "lingerpotleaping2", + "aoepotleapingex": "lingerpotleaping2", + "aoepotleapinglevel2": "lingerpotleaping2", + "aoepotleap2": "lingerpotleaping2", + "aoepotleaplong": "lingerpotleaping2", + "aoepotleapextended": "lingerpotleaping2", + "aoepotleapex": "lingerpotleaping2", + "aoepotleaplevel2": "lingerpotleaping2", + "leapingaoepot2": "lingerpotleaping2", + "leapingaoepotlong": "lingerpotleaping2", + "leapingaoepotextended": "lingerpotleaping2", + "leapingaoepotex": "lingerpotleaping2", + "leapingaoepotlevel2": "lingerpotleaping2", + "leapaoepot2": "lingerpotleaping2", + "leapaoepotlong": "lingerpotleaping2", + "leapaoepotextended": "lingerpotleaping2", + "leapaoepotex": "lingerpotleaping2", + "leapaoepotlevel2": "lingerpotleaping2", + "areapotionleaping2": "lingerpotleaping2", + "areapotionleapinglong": "lingerpotleaping2", + "areapotionleapingextended": "lingerpotleaping2", + "areapotionleapingex": "lingerpotleaping2", + "areapotionleapinglevel2": "lingerpotleaping2", + "areapotionleap2": "lingerpotleaping2", + "areapotionleaplong": "lingerpotleaping2", + "areapotionleapextended": "lingerpotleaping2", + "areapotionleapex": "lingerpotleaping2", + "areapotionleaplevel2": "lingerpotleaping2", + "leapingareapotion2": "lingerpotleaping2", + "leapingareapotionlong": "lingerpotleaping2", + "leapingareapotionextended": "lingerpotleaping2", + "leapingareapotionex": "lingerpotleaping2", + "leapingareapotionlevel2": "lingerpotleaping2", + "leapareapotion2": "lingerpotleaping2", + "leapareapotionlong": "lingerpotleaping2", + "leapareapotionextended": "lingerpotleaping2", + "leapareapotionex": "lingerpotleaping2", + "leapareapotionlevel2": "lingerpotleaping2", + "areapotleaping2": "lingerpotleaping2", + "areapotleapinglong": "lingerpotleaping2", + "areapotleapingextended": "lingerpotleaping2", + "areapotleapingex": "lingerpotleaping2", + "areapotleapinglevel2": "lingerpotleaping2", + "areapotleap2": "lingerpotleaping2", + "areapotleaplong": "lingerpotleaping2", + "areapotleapextended": "lingerpotleaping2", + "areapotleapex": "lingerpotleaping2", + "areapotleaplevel2": "lingerpotleaping2", + "leapingareapot2": "lingerpotleaping2", + "leapingareapotlong": "lingerpotleaping2", + "leapingareapotextended": "lingerpotleaping2", + "leapingareapotex": "lingerpotleaping2", + "leapingareapotlevel2": "lingerpotleaping2", + "leapareapot2": "lingerpotleaping2", + "leapareapotlong": "lingerpotleaping2", + "leapareapotextended": "lingerpotleaping2", + "leapareapotex": "lingerpotleaping2", + "leapareapotlevel2": "lingerpotleaping2", + "cloudpotionleaping2": "lingerpotleaping2", + "cloudpotionleapinglong": "lingerpotleaping2", + "cloudpotionleapingextended": "lingerpotleaping2", + "cloudpotionleapingex": "lingerpotleaping2", + "cloudpotionleapinglevel2": "lingerpotleaping2", + "cloudpotionleap2": "lingerpotleaping2", + "cloudpotionleaplong": "lingerpotleaping2", + "cloudpotionleapextended": "lingerpotleaping2", + "cloudpotionleapex": "lingerpotleaping2", + "cloudpotionleaplevel2": "lingerpotleaping2", + "leapingcloudpotion2": "lingerpotleaping2", + "leapingcloudpotionlong": "lingerpotleaping2", + "leapingcloudpotionextended": "lingerpotleaping2", + "leapingcloudpotionex": "lingerpotleaping2", + "leapingcloudpotionlevel2": "lingerpotleaping2", + "leapcloudpotion2": "lingerpotleaping2", + "leapcloudpotionlong": "lingerpotleaping2", + "leapcloudpotionextended": "lingerpotleaping2", + "leapcloudpotionex": "lingerpotleaping2", + "leapcloudpotionlevel2": "lingerpotleaping2", + "cloudpotleaping2": "lingerpotleaping2", + "cloudpotleapinglong": "lingerpotleaping2", + "cloudpotleapingextended": "lingerpotleaping2", + "cloudpotleapingex": "lingerpotleaping2", + "cloudpotleapinglevel2": "lingerpotleaping2", + "cloudpotleap2": "lingerpotleaping2", + "cloudpotleaplong": "lingerpotleaping2", + "cloudpotleapextended": "lingerpotleaping2", + "cloudpotleapex": "lingerpotleaping2", + "cloudpotleaplevel2": "lingerpotleaping2", + "leapingcloudpot2": "lingerpotleaping2", + "leapingcloudpotlong": "lingerpotleaping2", + "leapingcloudpotextended": "lingerpotleaping2", + "leapingcloudpotex": "lingerpotleaping2", + "leapingcloudpotlevel2": "lingerpotleaping2", + "leapcloudpot2": "lingerpotleaping2", + "leapcloudpotlong": "lingerpotleaping2", + "leapcloudpotextended": "lingerpotleaping2", + "leapcloudpotex": "lingerpotleaping2", + "leapcloudpotlevel2": "lingerpotleaping2", + "arrowleaping2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_leaping", + "type": "JUMP", + "upgraded": false, + "extended": true + } + }, + "arrowleapinglong": "arrowleaping2", + "arrowleapingextended": "arrowleaping2", + "arrowleapingex": "arrowleaping2", + "arrowleapinglevel2": "arrowleaping2", + "arrowleap2": "arrowleaping2", + "arrowleaplong": "arrowleaping2", + "arrowleapextended": "arrowleaping2", + "arrowleapex": "arrowleaping2", + "arrowleaplevel2": "arrowleaping2", + "leapingarrow2": "arrowleaping2", + "leapingarrowlong": "arrowleaping2", + "leapingarrowextended": "arrowleaping2", + "leapingarrowex": "arrowleaping2", + "leapingarrowlevel2": "arrowleaping2", + "leaparrow2": "arrowleaping2", + "leaparrowlong": "arrowleaping2", + "leaparrowextended": "arrowleaping2", + "leaparrowex": "arrowleaping2", + "leaparrowlevel2": "arrowleaping2", + "fireresistpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + } + }, + "firerespotion": "fireresistpotion", + "fireresistancepotion": "fireresistpotion", + "fireresistpot": "fireresistpotion", + "firerespot": "fireresistpotion", + "fireresistancepot": "fireresistpotion", + "potionoffireresist": "fireresistpotion", + "potionoffireres": "fireresistpotion", + "potionoffireresistance": "fireresistpotion", + "potoffireresist": "fireresistpotion", + "potoffireres": "fireresistpotion", + "potoffireresistance": "fireresistpotion", + "splashfireresistpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + } + }, + "splashfirerespotion": "splashfireresistpotion", + "splashfireresistancepotion": "splashfireresistpotion", + "splfireresistpotion": "splashfireresistpotion", + "splfirerespotion": "splashfireresistpotion", + "splfireresistancepotion": "splashfireresistpotion", + "fireresistsplashpotion": "splashfireresistpotion", + "fireressplashpotion": "splashfireresistpotion", + "fireresistancesplashpotion": "splashfireresistpotion", + "splashfireresistpot": "splashfireresistpotion", + "splashfirerespot": "splashfireresistpotion", + "splashfireresistancepot": "splashfireresistpotion", + "splfireresistpot": "splashfireresistpotion", + "splfirerespot": "splashfireresistpotion", + "splfireresistancepot": "splashfireresistpotion", + "fireresistsplashpot": "splashfireresistpotion", + "fireressplashpot": "splashfireresistpotion", + "fireresistancesplashpot": "splashfireresistpotion", + "lingerpotfireresist": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + } + }, + "lingerpotfireres": "lingerpotfireresist", + "lingerpotfireresistance": "lingerpotfireresist", + "fireresistlingerpot": "lingerpotfireresist", + "firereslingerpot": "lingerpotfireresist", + "fireresistancelingerpot": "lingerpotfireresist", + "aoepotionfireresist": "lingerpotfireresist", + "aoepotionfireres": "lingerpotfireresist", + "aoepotionfireresistance": "lingerpotfireresist", + "fireresistaoepoiont": "lingerpotfireresist", + "fireresaoepoiont": "lingerpotfireresist", + "fireresistanceaoepoiont": "lingerpotfireresist", + "aoepotfireresist": "lingerpotfireresist", + "aoepotfireres": "lingerpotfireresist", + "aoepotfireresistance": "lingerpotfireresist", + "fireresistaoepot": "lingerpotfireresist", + "fireresaoepot": "lingerpotfireresist", + "fireresistanceaoepot": "lingerpotfireresist", + "areapotionfireresist": "lingerpotfireresist", + "areapotionfireres": "lingerpotfireresist", + "areapotionfireresistance": "lingerpotfireresist", + "fireresistareapotion": "lingerpotfireresist", + "fireresareapotion": "lingerpotfireresist", + "fireresistanceareapotion": "lingerpotfireresist", + "areapotfireresist": "lingerpotfireresist", + "areapotfireres": "lingerpotfireresist", + "areapotfireresistance": "lingerpotfireresist", + "fireresistareapot": "lingerpotfireresist", + "fireresareapot": "lingerpotfireresist", + "fireresistanceareapot": "lingerpotfireresist", + "cloudpotionfireresist": "lingerpotfireresist", + "cloudpotionfireres": "lingerpotfireresist", + "cloudpotionfireresistance": "lingerpotfireresist", + "fireresistcloudpotion": "lingerpotfireresist", + "firerescloudpotion": "lingerpotfireresist", + "fireresistancecloudpotion": "lingerpotfireresist", + "cloudpotfireresist": "lingerpotfireresist", + "cloudpotfireres": "lingerpotfireresist", + "cloudpotfireresistance": "lingerpotfireresist", + "fireresistcloudpot": "lingerpotfireresist", + "firerescloudpot": "lingerpotfireresist", + "fireresistancecloudpot": "lingerpotfireresist", + "arrowfireresist": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + } + }, + "arrowfireres": "arrowfireresist", + "arrowfireresistance": "arrowfireresist", + "fireresistarrow": "arrowfireresist", + "fireresarrow": "arrowfireresist", + "fireresistancearrow": "arrowfireresist", + "fireresist2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + } + }, + "fireresistlongpotion": "fireresist2potion", + "fireresistextendedpotion": "fireresist2potion", + "fireresistexpotion": "fireresist2potion", + "fireresistlevel2potion": "fireresist2potion", + "fireres2potion": "fireresist2potion", + "firereslongpotion": "fireresist2potion", + "fireresextendedpotion": "fireresist2potion", + "fireresexpotion": "fireresist2potion", + "firereslevel2potion": "fireresist2potion", + "fireresistance2potion": "fireresist2potion", + "fireresistancelongpotion": "fireresist2potion", + "fireresistanceextendedpotion": "fireresist2potion", + "fireresistanceexpotion": "fireresist2potion", + "fireresistancelevel2potion": "fireresist2potion", + "fireresist2pot": "fireresist2potion", + "fireresistlongpot": "fireresist2potion", + "fireresistextendedpot": "fireresist2potion", + "fireresistexpot": "fireresist2potion", + "fireresistlevel2pot": "fireresist2potion", + "fireres2pot": "fireresist2potion", + "firereslongpot": "fireresist2potion", + "fireresextendedpot": "fireresist2potion", + "fireresexpot": "fireresist2potion", + "firereslevel2pot": "fireresist2potion", + "fireresistance2pot": "fireresist2potion", + "fireresistancelongpot": "fireresist2potion", + "fireresistanceextendedpot": "fireresist2potion", + "fireresistanceexpot": "fireresist2potion", + "fireresistancelevel2pot": "fireresist2potion", + "potionoffireresist2": "fireresist2potion", + "potionoffireresistlong": "fireresist2potion", + "potionoffireresistextended": "fireresist2potion", + "potionoffireresistex": "fireresist2potion", + "potionoffireresistlevel2": "fireresist2potion", + "potionoffireres2": "fireresist2potion", + "potionoffirereslong": "fireresist2potion", + "potionoffireresextended": "fireresist2potion", + "potionoffireresex": "fireresist2potion", + "potionoffirereslevel2": "fireresist2potion", + "potionoffireresistance2": "fireresist2potion", + "potionoffireresistancelong": "fireresist2potion", + "potionoffireresistanceextended": "fireresist2potion", + "potionoffireresistanceex": "fireresist2potion", + "potionoffireresistancelevel2": "fireresist2potion", + "potoffireresist2": "fireresist2potion", + "potoffireresistlong": "fireresist2potion", + "potoffireresistextended": "fireresist2potion", + "potoffireresistex": "fireresist2potion", + "potoffireresistlevel2": "fireresist2potion", + "potoffireres2": "fireresist2potion", + "potoffirereslong": "fireresist2potion", + "potoffireresextended": "fireresist2potion", + "potoffireresex": "fireresist2potion", + "potoffirereslevel2": "fireresist2potion", + "potoffireresistance2": "fireresist2potion", + "potoffireresistancelong": "fireresist2potion", + "potoffireresistanceextended": "fireresist2potion", + "potoffireresistanceex": "fireresist2potion", + "potoffireresistancelevel2": "fireresist2potion", + "splashfireresist2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + } + }, + "splashfireresistlongpotion": "splashfireresist2potion", + "splashfireresistextendedpotion": "splashfireresist2potion", + "splashfireresistexpotion": "splashfireresist2potion", + "splashfireresistlevel2potion": "splashfireresist2potion", + "splashfireres2potion": "splashfireresist2potion", + "splashfirereslongpotion": "splashfireresist2potion", + "splashfireresextendedpotion": "splashfireresist2potion", + "splashfireresexpotion": "splashfireresist2potion", + "splashfirereslevel2potion": "splashfireresist2potion", + "splashfireresistance2potion": "splashfireresist2potion", + "splashfireresistancelongpotion": "splashfireresist2potion", + "splashfireresistanceextendedpotion": "splashfireresist2potion", + "splashfireresistanceexpotion": "splashfireresist2potion", + "splashfireresistancelevel2potion": "splashfireresist2potion", + "splfireresist2potion": "splashfireresist2potion", + "splfireresistlongpotion": "splashfireresist2potion", + "splfireresistextendedpotion": "splashfireresist2potion", + "splfireresistexpotion": "splashfireresist2potion", + "splfireresistlevel2potion": "splashfireresist2potion", + "splfireres2potion": "splashfireresist2potion", + "splfirereslongpotion": "splashfireresist2potion", + "splfireresextendedpotion": "splashfireresist2potion", + "splfireresexpotion": "splashfireresist2potion", + "splfirereslevel2potion": "splashfireresist2potion", + "splfireresistance2potion": "splashfireresist2potion", + "splfireresistancelongpotion": "splashfireresist2potion", + "splfireresistanceextendedpotion": "splashfireresist2potion", + "splfireresistanceexpotion": "splashfireresist2potion", + "splfireresistancelevel2potion": "splashfireresist2potion", + "fireresist2splashpotion": "splashfireresist2potion", + "fireresistlongsplashpotion": "splashfireresist2potion", + "fireresistextendedsplashpotion": "splashfireresist2potion", + "fireresistexsplashpotion": "splashfireresist2potion", + "fireresistlevel2splashpotion": "splashfireresist2potion", + "fireres2splashpotion": "splashfireresist2potion", + "firereslongsplashpotion": "splashfireresist2potion", + "fireresextendedsplashpotion": "splashfireresist2potion", + "fireresexsplashpotion": "splashfireresist2potion", + "firereslevel2splashpotion": "splashfireresist2potion", + "fireresistance2splashpotion": "splashfireresist2potion", + "fireresistancelongsplashpotion": "splashfireresist2potion", + "fireresistanceextendedsplashpotion": "splashfireresist2potion", + "fireresistanceexsplashpotion": "splashfireresist2potion", + "fireresistancelevel2splashpotion": "splashfireresist2potion", + "splashfireresist2pot": "splashfireresist2potion", + "splashfireresistlongpot": "splashfireresist2potion", + "splashfireresistextendedpot": "splashfireresist2potion", + "splashfireresistexpot": "splashfireresist2potion", + "splashfireresistlevel2pot": "splashfireresist2potion", + "splashfireres2pot": "splashfireresist2potion", + "splashfirereslongpot": "splashfireresist2potion", + "splashfireresextendedpot": "splashfireresist2potion", + "splashfireresexpot": "splashfireresist2potion", + "splashfirereslevel2pot": "splashfireresist2potion", + "splashfireresistance2pot": "splashfireresist2potion", + "splashfireresistancelongpot": "splashfireresist2potion", + "splashfireresistanceextendedpot": "splashfireresist2potion", + "splashfireresistanceexpot": "splashfireresist2potion", + "splashfireresistancelevel2pot": "splashfireresist2potion", + "splfireresist2pot": "splashfireresist2potion", + "splfireresistlongpot": "splashfireresist2potion", + "splfireresistextendedpot": "splashfireresist2potion", + "splfireresistexpot": "splashfireresist2potion", + "splfireresistlevel2pot": "splashfireresist2potion", + "splfireres2pot": "splashfireresist2potion", + "splfirereslongpot": "splashfireresist2potion", + "splfireresextendedpot": "splashfireresist2potion", + "splfireresexpot": "splashfireresist2potion", + "splfirereslevel2pot": "splashfireresist2potion", + "splfireresistance2pot": "splashfireresist2potion", + "splfireresistancelongpot": "splashfireresist2potion", + "splfireresistanceextendedpot": "splashfireresist2potion", + "splfireresistanceexpot": "splashfireresist2potion", + "splfireresistancelevel2pot": "splashfireresist2potion", + "fireresist2splashpot": "splashfireresist2potion", + "fireresistlongsplashpot": "splashfireresist2potion", + "fireresistextendedsplashpot": "splashfireresist2potion", + "fireresistexsplashpot": "splashfireresist2potion", + "fireresistlevel2splashpot": "splashfireresist2potion", + "fireres2splashpot": "splashfireresist2potion", + "firereslongsplashpot": "splashfireresist2potion", + "fireresextendedsplashpot": "splashfireresist2potion", + "fireresexsplashpot": "splashfireresist2potion", + "firereslevel2splashpot": "splashfireresist2potion", + "fireresistance2splashpot": "splashfireresist2potion", + "fireresistancelongsplashpot": "splashfireresist2potion", + "fireresistanceextendedsplashpot": "splashfireresist2potion", + "fireresistanceexsplashpot": "splashfireresist2potion", + "fireresistancelevel2splashpot": "splashfireresist2potion", + "lingerpotfireresist2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + } + }, + "lingerpotfireresistlong": "lingerpotfireresist2", + "lingerpotfireresistextended": "lingerpotfireresist2", + "lingerpotfireresistex": "lingerpotfireresist2", + "lingerpotfireresistlevel2": "lingerpotfireresist2", + "lingerpotfireres2": "lingerpotfireresist2", + "lingerpotfirereslong": "lingerpotfireresist2", + "lingerpotfireresextended": "lingerpotfireresist2", + "lingerpotfireresex": "lingerpotfireresist2", + "lingerpotfirereslevel2": "lingerpotfireresist2", + "lingerpotfireresistance2": "lingerpotfireresist2", + "lingerpotfireresistancelong": "lingerpotfireresist2", + "lingerpotfireresistanceextended": "lingerpotfireresist2", + "lingerpotfireresistanceex": "lingerpotfireresist2", + "lingerpotfireresistancelevel2": "lingerpotfireresist2", + "fireresistlingerpot2": "lingerpotfireresist2", + "fireresistlingerpotlong": "lingerpotfireresist2", + "fireresistlingerpotextended": "lingerpotfireresist2", + "fireresistlingerpotex": "lingerpotfireresist2", + "fireresistlingerpotlevel2": "lingerpotfireresist2", + "firereslingerpot2": "lingerpotfireresist2", + "firereslingerpotlong": "lingerpotfireresist2", + "firereslingerpotextended": "lingerpotfireresist2", + "firereslingerpotex": "lingerpotfireresist2", + "firereslingerpotlevel2": "lingerpotfireresist2", + "fireresistancelingerpot2": "lingerpotfireresist2", + "fireresistancelingerpotlong": "lingerpotfireresist2", + "fireresistancelingerpotextended": "lingerpotfireresist2", + "fireresistancelingerpotex": "lingerpotfireresist2", + "fireresistancelingerpotlevel2": "lingerpotfireresist2", + "aoepotionfireresist2": "lingerpotfireresist2", + "aoepotionfireresistlong": "lingerpotfireresist2", + "aoepotionfireresistextended": "lingerpotfireresist2", + "aoepotionfireresistex": "lingerpotfireresist2", + "aoepotionfireresistlevel2": "lingerpotfireresist2", + "aoepotionfireres2": "lingerpotfireresist2", + "aoepotionfirereslong": "lingerpotfireresist2", + "aoepotionfireresextended": "lingerpotfireresist2", + "aoepotionfireresex": "lingerpotfireresist2", + "aoepotionfirereslevel2": "lingerpotfireresist2", + "aoepotionfireresistance2": "lingerpotfireresist2", + "aoepotionfireresistancelong": "lingerpotfireresist2", + "aoepotionfireresistanceextended": "lingerpotfireresist2", + "aoepotionfireresistanceex": "lingerpotfireresist2", + "aoepotionfireresistancelevel2": "lingerpotfireresist2", + "fireresistaoepoiont2": "lingerpotfireresist2", + "fireresistaoepoiontlong": "lingerpotfireresist2", + "fireresistaoepoiontextended": "lingerpotfireresist2", + "fireresistaoepoiontex": "lingerpotfireresist2", + "fireresistaoepoiontlevel2": "lingerpotfireresist2", + "fireresaoepoiont2": "lingerpotfireresist2", + "fireresaoepoiontlong": "lingerpotfireresist2", + "fireresaoepoiontextended": "lingerpotfireresist2", + "fireresaoepoiontex": "lingerpotfireresist2", + "fireresaoepoiontlevel2": "lingerpotfireresist2", + "fireresistanceaoepoiont2": "lingerpotfireresist2", + "fireresistanceaoepoiontlong": "lingerpotfireresist2", + "fireresistanceaoepoiontextended": "lingerpotfireresist2", + "fireresistanceaoepoiontex": "lingerpotfireresist2", + "fireresistanceaoepoiontlevel2": "lingerpotfireresist2", + "aoepotfireresist2": "lingerpotfireresist2", + "aoepotfireresistlong": "lingerpotfireresist2", + "aoepotfireresistextended": "lingerpotfireresist2", + "aoepotfireresistex": "lingerpotfireresist2", + "aoepotfireresistlevel2": "lingerpotfireresist2", + "aoepotfireres2": "lingerpotfireresist2", + "aoepotfirereslong": "lingerpotfireresist2", + "aoepotfireresextended": "lingerpotfireresist2", + "aoepotfireresex": "lingerpotfireresist2", + "aoepotfirereslevel2": "lingerpotfireresist2", + "aoepotfireresistance2": "lingerpotfireresist2", + "aoepotfireresistancelong": "lingerpotfireresist2", + "aoepotfireresistanceextended": "lingerpotfireresist2", + "aoepotfireresistanceex": "lingerpotfireresist2", + "aoepotfireresistancelevel2": "lingerpotfireresist2", + "fireresistaoepot2": "lingerpotfireresist2", + "fireresistaoepotlong": "lingerpotfireresist2", + "fireresistaoepotextended": "lingerpotfireresist2", + "fireresistaoepotex": "lingerpotfireresist2", + "fireresistaoepotlevel2": "lingerpotfireresist2", + "fireresaoepot2": "lingerpotfireresist2", + "fireresaoepotlong": "lingerpotfireresist2", + "fireresaoepotextended": "lingerpotfireresist2", + "fireresaoepotex": "lingerpotfireresist2", + "fireresaoepotlevel2": "lingerpotfireresist2", + "fireresistanceaoepot2": "lingerpotfireresist2", + "fireresistanceaoepotlong": "lingerpotfireresist2", + "fireresistanceaoepotextended": "lingerpotfireresist2", + "fireresistanceaoepotex": "lingerpotfireresist2", + "fireresistanceaoepotlevel2": "lingerpotfireresist2", + "areapotionfireresist2": "lingerpotfireresist2", + "areapotionfireresistlong": "lingerpotfireresist2", + "areapotionfireresistextended": "lingerpotfireresist2", + "areapotionfireresistex": "lingerpotfireresist2", + "areapotionfireresistlevel2": "lingerpotfireresist2", + "areapotionfireres2": "lingerpotfireresist2", + "areapotionfirereslong": "lingerpotfireresist2", + "areapotionfireresextended": "lingerpotfireresist2", + "areapotionfireresex": "lingerpotfireresist2", + "areapotionfirereslevel2": "lingerpotfireresist2", + "areapotionfireresistance2": "lingerpotfireresist2", + "areapotionfireresistancelong": "lingerpotfireresist2", + "areapotionfireresistanceextended": "lingerpotfireresist2", + "areapotionfireresistanceex": "lingerpotfireresist2", + "areapotionfireresistancelevel2": "lingerpotfireresist2", + "fireresistareapotion2": "lingerpotfireresist2", + "fireresistareapotionlong": "lingerpotfireresist2", + "fireresistareapotionextended": "lingerpotfireresist2", + "fireresistareapotionex": "lingerpotfireresist2", + "fireresistareapotionlevel2": "lingerpotfireresist2", + "fireresareapotion2": "lingerpotfireresist2", + "fireresareapotionlong": "lingerpotfireresist2", + "fireresareapotionextended": "lingerpotfireresist2", + "fireresareapotionex": "lingerpotfireresist2", + "fireresareapotionlevel2": "lingerpotfireresist2", + "fireresistanceareapotion2": "lingerpotfireresist2", + "fireresistanceareapotionlong": "lingerpotfireresist2", + "fireresistanceareapotionextended": "lingerpotfireresist2", + "fireresistanceareapotionex": "lingerpotfireresist2", + "fireresistanceareapotionlevel2": "lingerpotfireresist2", + "areapotfireresist2": "lingerpotfireresist2", + "areapotfireresistlong": "lingerpotfireresist2", + "areapotfireresistextended": "lingerpotfireresist2", + "areapotfireresistex": "lingerpotfireresist2", + "areapotfireresistlevel2": "lingerpotfireresist2", + "areapotfireres2": "lingerpotfireresist2", + "areapotfirereslong": "lingerpotfireresist2", + "areapotfireresextended": "lingerpotfireresist2", + "areapotfireresex": "lingerpotfireresist2", + "areapotfirereslevel2": "lingerpotfireresist2", + "areapotfireresistance2": "lingerpotfireresist2", + "areapotfireresistancelong": "lingerpotfireresist2", + "areapotfireresistanceextended": "lingerpotfireresist2", + "areapotfireresistanceex": "lingerpotfireresist2", + "areapotfireresistancelevel2": "lingerpotfireresist2", + "fireresistareapot2": "lingerpotfireresist2", + "fireresistareapotlong": "lingerpotfireresist2", + "fireresistareapotextended": "lingerpotfireresist2", + "fireresistareapotex": "lingerpotfireresist2", + "fireresistareapotlevel2": "lingerpotfireresist2", + "fireresareapot2": "lingerpotfireresist2", + "fireresareapotlong": "lingerpotfireresist2", + "fireresareapotextended": "lingerpotfireresist2", + "fireresareapotex": "lingerpotfireresist2", + "fireresareapotlevel2": "lingerpotfireresist2", + "fireresistanceareapot2": "lingerpotfireresist2", + "fireresistanceareapotlong": "lingerpotfireresist2", + "fireresistanceareapotextended": "lingerpotfireresist2", + "fireresistanceareapotex": "lingerpotfireresist2", + "fireresistanceareapotlevel2": "lingerpotfireresist2", + "cloudpotionfireresist2": "lingerpotfireresist2", + "cloudpotionfireresistlong": "lingerpotfireresist2", + "cloudpotionfireresistextended": "lingerpotfireresist2", + "cloudpotionfireresistex": "lingerpotfireresist2", + "cloudpotionfireresistlevel2": "lingerpotfireresist2", + "cloudpotionfireres2": "lingerpotfireresist2", + "cloudpotionfirereslong": "lingerpotfireresist2", + "cloudpotionfireresextended": "lingerpotfireresist2", + "cloudpotionfireresex": "lingerpotfireresist2", + "cloudpotionfirereslevel2": "lingerpotfireresist2", + "cloudpotionfireresistance2": "lingerpotfireresist2", + "cloudpotionfireresistancelong": "lingerpotfireresist2", + "cloudpotionfireresistanceextended": "lingerpotfireresist2", + "cloudpotionfireresistanceex": "lingerpotfireresist2", + "cloudpotionfireresistancelevel2": "lingerpotfireresist2", + "fireresistcloudpotion2": "lingerpotfireresist2", + "fireresistcloudpotionlong": "lingerpotfireresist2", + "fireresistcloudpotionextended": "lingerpotfireresist2", + "fireresistcloudpotionex": "lingerpotfireresist2", + "fireresistcloudpotionlevel2": "lingerpotfireresist2", + "firerescloudpotion2": "lingerpotfireresist2", + "firerescloudpotionlong": "lingerpotfireresist2", + "firerescloudpotionextended": "lingerpotfireresist2", + "firerescloudpotionex": "lingerpotfireresist2", + "firerescloudpotionlevel2": "lingerpotfireresist2", + "fireresistancecloudpotion2": "lingerpotfireresist2", + "fireresistancecloudpotionlong": "lingerpotfireresist2", + "fireresistancecloudpotionextended": "lingerpotfireresist2", + "fireresistancecloudpotionex": "lingerpotfireresist2", + "fireresistancecloudpotionlevel2": "lingerpotfireresist2", + "cloudpotfireresist2": "lingerpotfireresist2", + "cloudpotfireresistlong": "lingerpotfireresist2", + "cloudpotfireresistextended": "lingerpotfireresist2", + "cloudpotfireresistex": "lingerpotfireresist2", + "cloudpotfireresistlevel2": "lingerpotfireresist2", + "cloudpotfireres2": "lingerpotfireresist2", + "cloudpotfirereslong": "lingerpotfireresist2", + "cloudpotfireresextended": "lingerpotfireresist2", + "cloudpotfireresex": "lingerpotfireresist2", + "cloudpotfirereslevel2": "lingerpotfireresist2", + "cloudpotfireresistance2": "lingerpotfireresist2", + "cloudpotfireresistancelong": "lingerpotfireresist2", + "cloudpotfireresistanceextended": "lingerpotfireresist2", + "cloudpotfireresistanceex": "lingerpotfireresist2", + "cloudpotfireresistancelevel2": "lingerpotfireresist2", + "fireresistcloudpot2": "lingerpotfireresist2", + "fireresistcloudpotlong": "lingerpotfireresist2", + "fireresistcloudpotextended": "lingerpotfireresist2", + "fireresistcloudpotex": "lingerpotfireresist2", + "fireresistcloudpotlevel2": "lingerpotfireresist2", + "firerescloudpot2": "lingerpotfireresist2", + "firerescloudpotlong": "lingerpotfireresist2", + "firerescloudpotextended": "lingerpotfireresist2", + "firerescloudpotex": "lingerpotfireresist2", + "firerescloudpotlevel2": "lingerpotfireresist2", + "fireresistancecloudpot2": "lingerpotfireresist2", + "fireresistancecloudpotlong": "lingerpotfireresist2", + "fireresistancecloudpotextended": "lingerpotfireresist2", + "fireresistancecloudpotex": "lingerpotfireresist2", + "fireresistancecloudpotlevel2": "lingerpotfireresist2", + "arrowfireresist2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_fire_resistance", + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + } + }, + "arrowfireresistlong": "arrowfireresist2", + "arrowfireresistextended": "arrowfireresist2", + "arrowfireresistex": "arrowfireresist2", + "arrowfireresistlevel2": "arrowfireresist2", + "arrowfireres2": "arrowfireresist2", + "arrowfirereslong": "arrowfireresist2", + "arrowfireresextended": "arrowfireresist2", + "arrowfireresex": "arrowfireresist2", + "arrowfirereslevel2": "arrowfireresist2", + "arrowfireresistance2": "arrowfireresist2", + "arrowfireresistancelong": "arrowfireresist2", + "arrowfireresistanceextended": "arrowfireresist2", + "arrowfireresistanceex": "arrowfireresist2", + "arrowfireresistancelevel2": "arrowfireresist2", + "fireresistarrow2": "arrowfireresist2", + "fireresistarrowlong": "arrowfireresist2", + "fireresistarrowextended": "arrowfireresist2", + "fireresistarrowex": "arrowfireresist2", + "fireresistarrowlevel2": "arrowfireresist2", + "fireresarrow2": "arrowfireresist2", + "fireresarrowlong": "arrowfireresist2", + "fireresarrowextended": "arrowfireresist2", + "fireresarrowex": "arrowfireresist2", + "fireresarrowlevel2": "arrowfireresist2", + "fireresistancearrow2": "arrowfireresist2", + "fireresistancearrowlong": "arrowfireresist2", + "fireresistancearrowextended": "arrowfireresist2", + "fireresistancearrowex": "arrowfireresist2", + "fireresistancearrowlevel2": "arrowfireresist2", + "swiftnesspotion": { + "material": "POTION", + "potionData": { + "vanillaType": "swiftness", + "type": "SPEED", + "upgraded": false, + "extended": false + } + }, + "swiftpotion": "swiftnesspotion", + "speedpotion": "swiftnesspotion", + "swiftnesspot": "swiftnesspotion", + "swiftpot": "swiftnesspotion", + "speedpot": "swiftnesspotion", + "potionofswiftness": "swiftnesspotion", + "potionofswift": "swiftnesspotion", + "potionofspeed": "swiftnesspotion", + "potofswiftness": "swiftnesspotion", + "potofswift": "swiftnesspotion", + "potofspeed": "swiftnesspotion", + "splashswiftnesspotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "swiftness", + "type": "SPEED", + "upgraded": false, + "extended": false + } + }, + "splashswiftpotion": "splashswiftnesspotion", + "splashspeedpotion": "splashswiftnesspotion", + "splswiftnesspotion": "splashswiftnesspotion", + "splswiftpotion": "splashswiftnesspotion", + "splspeedpotion": "splashswiftnesspotion", + "swiftnesssplashpotion": "splashswiftnesspotion", + "swiftsplashpotion": "splashswiftnesspotion", + "speedsplashpotion": "splashswiftnesspotion", + "splashswiftnesspot": "splashswiftnesspotion", + "splashswiftpot": "splashswiftnesspotion", + "splashspeedpot": "splashswiftnesspotion", + "splswiftnesspot": "splashswiftnesspotion", + "splswiftpot": "splashswiftnesspotion", + "splspeedpot": "splashswiftnesspotion", + "swiftnesssplashpot": "splashswiftnesspotion", + "swiftsplashpot": "splashswiftnesspotion", + "speedsplashpot": "splashswiftnesspotion", + "lingerpotswiftness": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "swiftness", + "type": "SPEED", + "upgraded": false, + "extended": false + } + }, + "lingerpotswift": "lingerpotswiftness", + "lingerpotspeed": "lingerpotswiftness", + "swiftnesslingerpot": "lingerpotswiftness", + "swiftlingerpot": "lingerpotswiftness", + "speedlingerpot": "lingerpotswiftness", + "aoepotionswiftness": "lingerpotswiftness", + "aoepotionswift": "lingerpotswiftness", + "aoepotionspeed": "lingerpotswiftness", + "swiftnessaoepoiont": "lingerpotswiftness", + "swiftaoepoiont": "lingerpotswiftness", + "speedaoepoiont": "lingerpotswiftness", + "aoepotswiftness": "lingerpotswiftness", + "aoepotswift": "lingerpotswiftness", + "aoepotspeed": "lingerpotswiftness", + "swiftnessaoepot": "lingerpotswiftness", + "swiftaoepot": "lingerpotswiftness", + "speedaoepot": "lingerpotswiftness", + "areapotionswiftness": "lingerpotswiftness", + "areapotionswift": "lingerpotswiftness", + "areapotionspeed": "lingerpotswiftness", + "swiftnessareapotion": "lingerpotswiftness", + "swiftareapotion": "lingerpotswiftness", + "speedareapotion": "lingerpotswiftness", + "areapotswiftness": "lingerpotswiftness", + "areapotswift": "lingerpotswiftness", + "areapotspeed": "lingerpotswiftness", + "swiftnessareapot": "lingerpotswiftness", + "swiftareapot": "lingerpotswiftness", + "speedareapot": "lingerpotswiftness", + "cloudpotionswiftness": "lingerpotswiftness", + "cloudpotionswift": "lingerpotswiftness", + "cloudpotionspeed": "lingerpotswiftness", + "swiftnesscloudpotion": "lingerpotswiftness", + "swiftcloudpotion": "lingerpotswiftness", + "speedcloudpotion": "lingerpotswiftness", + "cloudpotswiftness": "lingerpotswiftness", + "cloudpotswift": "lingerpotswiftness", + "cloudpotspeed": "lingerpotswiftness", + "swiftnesscloudpot": "lingerpotswiftness", + "swiftcloudpot": "lingerpotswiftness", + "speedcloudpot": "lingerpotswiftness", + "arrowswiftness": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "swiftness", + "type": "SPEED", + "upgraded": false, + "extended": false + } + }, + "arrowswift": "arrowswiftness", + "arrowspeed": "arrowswiftness", + "swiftnessarrow": "arrowswiftness", + "swiftarrow": "arrowswiftness", + "speedarrow": "arrowswiftness", + "swiftnessiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_swiftness", + "type": "SPEED", + "upgraded": true, + "extended": false + } + }, + "swiftnessstrongpotion": "swiftnessiipotion", + "swiftnessleveliipotion": "swiftnessiipotion", + "swiftiipotion": "swiftnessiipotion", + "swiftstrongpotion": "swiftnessiipotion", + "swiftleveliipotion": "swiftnessiipotion", + "speediipotion": "swiftnessiipotion", + "speedstrongpotion": "swiftnessiipotion", + "speedleveliipotion": "swiftnessiipotion", + "swiftnessiipot": "swiftnessiipotion", + "swiftnessstrongpot": "swiftnessiipotion", + "swiftnessleveliipot": "swiftnessiipotion", + "swiftiipot": "swiftnessiipotion", + "swiftstrongpot": "swiftnessiipotion", + "swiftleveliipot": "swiftnessiipotion", + "speediipot": "swiftnessiipotion", + "speedstrongpot": "swiftnessiipotion", + "speedleveliipot": "swiftnessiipotion", + "potionofswiftnessii": "swiftnessiipotion", + "potionofswiftnessstrong": "swiftnessiipotion", + "potionofswiftnesslevelii": "swiftnessiipotion", + "potionofswiftii": "swiftnessiipotion", + "potionofswiftstrong": "swiftnessiipotion", + "potionofswiftlevelii": "swiftnessiipotion", + "potionofspeedii": "swiftnessiipotion", + "potionofspeedstrong": "swiftnessiipotion", + "potionofspeedlevelii": "swiftnessiipotion", + "potofswiftnessii": "swiftnessiipotion", + "potofswiftnessstrong": "swiftnessiipotion", + "potofswiftnesslevelii": "swiftnessiipotion", + "potofswiftii": "swiftnessiipotion", + "potofswiftstrong": "swiftnessiipotion", + "potofswiftlevelii": "swiftnessiipotion", + "potofspeedii": "swiftnessiipotion", + "potofspeedstrong": "swiftnessiipotion", + "potofspeedlevelii": "swiftnessiipotion", + "splashswiftnessiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_swiftness", + "type": "SPEED", + "upgraded": true, + "extended": false + } + }, + "splashswiftnessstrongpotion": "splashswiftnessiipotion", + "splashswiftnessleveliipotion": "splashswiftnessiipotion", + "splashswiftiipotion": "splashswiftnessiipotion", + "splashswiftstrongpotion": "splashswiftnessiipotion", + "splashswiftleveliipotion": "splashswiftnessiipotion", + "splashspeediipotion": "splashswiftnessiipotion", + "splashspeedstrongpotion": "splashswiftnessiipotion", + "splashspeedleveliipotion": "splashswiftnessiipotion", + "splswiftnessiipotion": "splashswiftnessiipotion", + "splswiftnessstrongpotion": "splashswiftnessiipotion", + "splswiftnessleveliipotion": "splashswiftnessiipotion", + "splswiftiipotion": "splashswiftnessiipotion", + "splswiftstrongpotion": "splashswiftnessiipotion", + "splswiftleveliipotion": "splashswiftnessiipotion", + "splspeediipotion": "splashswiftnessiipotion", + "splspeedstrongpotion": "splashswiftnessiipotion", + "splspeedleveliipotion": "splashswiftnessiipotion", + "swiftnessiisplashpotion": "splashswiftnessiipotion", + "swiftnessstrongsplashpotion": "splashswiftnessiipotion", + "swiftnessleveliisplashpotion": "splashswiftnessiipotion", + "swiftiisplashpotion": "splashswiftnessiipotion", + "swiftstrongsplashpotion": "splashswiftnessiipotion", + "swiftleveliisplashpotion": "splashswiftnessiipotion", + "speediisplashpotion": "splashswiftnessiipotion", + "speedstrongsplashpotion": "splashswiftnessiipotion", + "speedleveliisplashpotion": "splashswiftnessiipotion", + "splashswiftnessiipot": "splashswiftnessiipotion", + "splashswiftnessstrongpot": "splashswiftnessiipotion", + "splashswiftnessleveliipot": "splashswiftnessiipotion", + "splashswiftiipot": "splashswiftnessiipotion", + "splashswiftstrongpot": "splashswiftnessiipotion", + "splashswiftleveliipot": "splashswiftnessiipotion", + "splashspeediipot": "splashswiftnessiipotion", + "splashspeedstrongpot": "splashswiftnessiipotion", + "splashspeedleveliipot": "splashswiftnessiipotion", + "splswiftnessiipot": "splashswiftnessiipotion", + "splswiftnessstrongpot": "splashswiftnessiipotion", + "splswiftnessleveliipot": "splashswiftnessiipotion", + "splswiftiipot": "splashswiftnessiipotion", + "splswiftstrongpot": "splashswiftnessiipotion", + "splswiftleveliipot": "splashswiftnessiipotion", + "splspeediipot": "splashswiftnessiipotion", + "splspeedstrongpot": "splashswiftnessiipotion", + "splspeedleveliipot": "splashswiftnessiipotion", + "swiftnessiisplashpot": "splashswiftnessiipotion", + "swiftnessstrongsplashpot": "splashswiftnessiipotion", + "swiftnessleveliisplashpot": "splashswiftnessiipotion", + "swiftiisplashpot": "splashswiftnessiipotion", + "swiftstrongsplashpot": "splashswiftnessiipotion", + "swiftleveliisplashpot": "splashswiftnessiipotion", + "speediisplashpot": "splashswiftnessiipotion", + "speedstrongsplashpot": "splashswiftnessiipotion", + "speedleveliisplashpot": "splashswiftnessiipotion", + "lingerpotswiftnessii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_swiftness", + "type": "SPEED", + "upgraded": true, + "extended": false + } + }, + "lingerpotswiftnessstrong": "lingerpotswiftnessii", + "lingerpotswiftnesslevelii": "lingerpotswiftnessii", + "lingerpotswiftii": "lingerpotswiftnessii", + "lingerpotswiftstrong": "lingerpotswiftnessii", + "lingerpotswiftlevelii": "lingerpotswiftnessii", + "lingerpotspeedii": "lingerpotswiftnessii", + "lingerpotspeedstrong": "lingerpotswiftnessii", + "lingerpotspeedlevelii": "lingerpotswiftnessii", + "swiftnesslingerpotii": "lingerpotswiftnessii", + "swiftnesslingerpotstrong": "lingerpotswiftnessii", + "swiftnesslingerpotlevelii": "lingerpotswiftnessii", + "swiftlingerpotii": "lingerpotswiftnessii", + "swiftlingerpotstrong": "lingerpotswiftnessii", + "swiftlingerpotlevelii": "lingerpotswiftnessii", + "speedlingerpotii": "lingerpotswiftnessii", + "speedlingerpotstrong": "lingerpotswiftnessii", + "speedlingerpotlevelii": "lingerpotswiftnessii", + "aoepotionswiftnessii": "lingerpotswiftnessii", + "aoepotionswiftnessstrong": "lingerpotswiftnessii", + "aoepotionswiftnesslevelii": "lingerpotswiftnessii", + "aoepotionswiftii": "lingerpotswiftnessii", + "aoepotionswiftstrong": "lingerpotswiftnessii", + "aoepotionswiftlevelii": "lingerpotswiftnessii", + "aoepotionspeedii": "lingerpotswiftnessii", + "aoepotionspeedstrong": "lingerpotswiftnessii", + "aoepotionspeedlevelii": "lingerpotswiftnessii", + "swiftnessaoepoiontii": "lingerpotswiftnessii", + "swiftnessaoepoiontstrong": "lingerpotswiftnessii", + "swiftnessaoepoiontlevelii": "lingerpotswiftnessii", + "swiftaoepoiontii": "lingerpotswiftnessii", + "swiftaoepoiontstrong": "lingerpotswiftnessii", + "swiftaoepoiontlevelii": "lingerpotswiftnessii", + "speedaoepoiontii": "lingerpotswiftnessii", + "speedaoepoiontstrong": "lingerpotswiftnessii", + "speedaoepoiontlevelii": "lingerpotswiftnessii", + "aoepotswiftnessii": "lingerpotswiftnessii", + "aoepotswiftnessstrong": "lingerpotswiftnessii", + "aoepotswiftnesslevelii": "lingerpotswiftnessii", + "aoepotswiftii": "lingerpotswiftnessii", + "aoepotswiftstrong": "lingerpotswiftnessii", + "aoepotswiftlevelii": "lingerpotswiftnessii", + "aoepotspeedii": "lingerpotswiftnessii", + "aoepotspeedstrong": "lingerpotswiftnessii", + "aoepotspeedlevelii": "lingerpotswiftnessii", + "swiftnessaoepotii": "lingerpotswiftnessii", + "swiftnessaoepotstrong": "lingerpotswiftnessii", + "swiftnessaoepotlevelii": "lingerpotswiftnessii", + "swiftaoepotii": "lingerpotswiftnessii", + "swiftaoepotstrong": "lingerpotswiftnessii", + "swiftaoepotlevelii": "lingerpotswiftnessii", + "speedaoepotii": "lingerpotswiftnessii", + "speedaoepotstrong": "lingerpotswiftnessii", + "speedaoepotlevelii": "lingerpotswiftnessii", + "areapotionswiftnessii": "lingerpotswiftnessii", + "areapotionswiftnessstrong": "lingerpotswiftnessii", + "areapotionswiftnesslevelii": "lingerpotswiftnessii", + "areapotionswiftii": "lingerpotswiftnessii", + "areapotionswiftstrong": "lingerpotswiftnessii", + "areapotionswiftlevelii": "lingerpotswiftnessii", + "areapotionspeedii": "lingerpotswiftnessii", + "areapotionspeedstrong": "lingerpotswiftnessii", + "areapotionspeedlevelii": "lingerpotswiftnessii", + "swiftnessareapotionii": "lingerpotswiftnessii", + "swiftnessareapotionstrong": "lingerpotswiftnessii", + "swiftnessareapotionlevelii": "lingerpotswiftnessii", + "swiftareapotionii": "lingerpotswiftnessii", + "swiftareapotionstrong": "lingerpotswiftnessii", + "swiftareapotionlevelii": "lingerpotswiftnessii", + "speedareapotionii": "lingerpotswiftnessii", + "speedareapotionstrong": "lingerpotswiftnessii", + "speedareapotionlevelii": "lingerpotswiftnessii", + "areapotswiftnessii": "lingerpotswiftnessii", + "areapotswiftnessstrong": "lingerpotswiftnessii", + "areapotswiftnesslevelii": "lingerpotswiftnessii", + "areapotswiftii": "lingerpotswiftnessii", + "areapotswiftstrong": "lingerpotswiftnessii", + "areapotswiftlevelii": "lingerpotswiftnessii", + "areapotspeedii": "lingerpotswiftnessii", + "areapotspeedstrong": "lingerpotswiftnessii", + "areapotspeedlevelii": "lingerpotswiftnessii", + "swiftnessareapotii": "lingerpotswiftnessii", + "swiftnessareapotstrong": "lingerpotswiftnessii", + "swiftnessareapotlevelii": "lingerpotswiftnessii", + "swiftareapotii": "lingerpotswiftnessii", + "swiftareapotstrong": "lingerpotswiftnessii", + "swiftareapotlevelii": "lingerpotswiftnessii", + "speedareapotii": "lingerpotswiftnessii", + "speedareapotstrong": "lingerpotswiftnessii", + "speedareapotlevelii": "lingerpotswiftnessii", + "cloudpotionswiftnessii": "lingerpotswiftnessii", + "cloudpotionswiftnessstrong": "lingerpotswiftnessii", + "cloudpotionswiftnesslevelii": "lingerpotswiftnessii", + "cloudpotionswiftii": "lingerpotswiftnessii", + "cloudpotionswiftstrong": "lingerpotswiftnessii", + "cloudpotionswiftlevelii": "lingerpotswiftnessii", + "cloudpotionspeedii": "lingerpotswiftnessii", + "cloudpotionspeedstrong": "lingerpotswiftnessii", + "cloudpotionspeedlevelii": "lingerpotswiftnessii", + "swiftnesscloudpotionii": "lingerpotswiftnessii", + "swiftnesscloudpotionstrong": "lingerpotswiftnessii", + "swiftnesscloudpotionlevelii": "lingerpotswiftnessii", + "swiftcloudpotionii": "lingerpotswiftnessii", + "swiftcloudpotionstrong": "lingerpotswiftnessii", + "swiftcloudpotionlevelii": "lingerpotswiftnessii", + "speedcloudpotionii": "lingerpotswiftnessii", + "speedcloudpotionstrong": "lingerpotswiftnessii", + "speedcloudpotionlevelii": "lingerpotswiftnessii", + "cloudpotswiftnessii": "lingerpotswiftnessii", + "cloudpotswiftnessstrong": "lingerpotswiftnessii", + "cloudpotswiftnesslevelii": "lingerpotswiftnessii", + "cloudpotswiftii": "lingerpotswiftnessii", + "cloudpotswiftstrong": "lingerpotswiftnessii", + "cloudpotswiftlevelii": "lingerpotswiftnessii", + "cloudpotspeedii": "lingerpotswiftnessii", + "cloudpotspeedstrong": "lingerpotswiftnessii", + "cloudpotspeedlevelii": "lingerpotswiftnessii", + "swiftnesscloudpotii": "lingerpotswiftnessii", + "swiftnesscloudpotstrong": "lingerpotswiftnessii", + "swiftnesscloudpotlevelii": "lingerpotswiftnessii", + "swiftcloudpotii": "lingerpotswiftnessii", + "swiftcloudpotstrong": "lingerpotswiftnessii", + "swiftcloudpotlevelii": "lingerpotswiftnessii", + "speedcloudpotii": "lingerpotswiftnessii", + "speedcloudpotstrong": "lingerpotswiftnessii", + "speedcloudpotlevelii": "lingerpotswiftnessii", + "arrowswiftnessii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_swiftness", + "type": "SPEED", + "upgraded": true, + "extended": false + } + }, + "arrowswiftnessstrong": "arrowswiftnessii", + "arrowswiftnesslevelii": "arrowswiftnessii", + "arrowswiftii": "arrowswiftnessii", + "arrowswiftstrong": "arrowswiftnessii", + "arrowswiftlevelii": "arrowswiftnessii", + "arrowspeedii": "arrowswiftnessii", + "arrowspeedstrong": "arrowswiftnessii", + "arrowspeedlevelii": "arrowswiftnessii", + "swiftnessarrowii": "arrowswiftnessii", + "swiftnessarrowstrong": "arrowswiftnessii", + "swiftnessarrowlevelii": "arrowswiftnessii", + "swiftarrowii": "arrowswiftnessii", + "swiftarrowstrong": "arrowswiftnessii", + "swiftarrowlevelii": "arrowswiftnessii", + "speedarrowii": "arrowswiftnessii", + "speedarrowstrong": "arrowswiftnessii", + "speedarrowlevelii": "arrowswiftnessii", + "swiftness2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_swiftness", + "type": "SPEED", + "upgraded": false, + "extended": true + } + }, + "swiftnesslongpotion": "swiftness2potion", + "swiftnessextendedpotion": "swiftness2potion", + "swiftnessexpotion": "swiftness2potion", + "swiftnesslevel2potion": "swiftness2potion", + "swift2potion": "swiftness2potion", + "swiftlongpotion": "swiftness2potion", + "swiftextendedpotion": "swiftness2potion", + "swiftexpotion": "swiftness2potion", + "swiftlevel2potion": "swiftness2potion", + "speed2potion": "swiftness2potion", + "speedlongpotion": "swiftness2potion", + "speedextendedpotion": "swiftness2potion", + "speedexpotion": "swiftness2potion", + "speedlevel2potion": "swiftness2potion", + "swiftness2pot": "swiftness2potion", + "swiftnesslongpot": "swiftness2potion", + "swiftnessextendedpot": "swiftness2potion", + "swiftnessexpot": "swiftness2potion", + "swiftnesslevel2pot": "swiftness2potion", + "swift2pot": "swiftness2potion", + "swiftlongpot": "swiftness2potion", + "swiftextendedpot": "swiftness2potion", + "swiftexpot": "swiftness2potion", + "swiftlevel2pot": "swiftness2potion", + "speed2pot": "swiftness2potion", + "speedlongpot": "swiftness2potion", + "speedextendedpot": "swiftness2potion", + "speedexpot": "swiftness2potion", + "speedlevel2pot": "swiftness2potion", + "potionofswiftness2": "swiftness2potion", + "potionofswiftnesslong": "swiftness2potion", + "potionofswiftnessextended": "swiftness2potion", + "potionofswiftnessex": "swiftness2potion", + "potionofswiftnesslevel2": "swiftness2potion", + "potionofswift2": "swiftness2potion", + "potionofswiftlong": "swiftness2potion", + "potionofswiftextended": "swiftness2potion", + "potionofswiftex": "swiftness2potion", + "potionofswiftlevel2": "swiftness2potion", + "potionofspeed2": "swiftness2potion", + "potionofspeedlong": "swiftness2potion", + "potionofspeedextended": "swiftness2potion", + "potionofspeedex": "swiftness2potion", + "potionofspeedlevel2": "swiftness2potion", + "potofswiftness2": "swiftness2potion", + "potofswiftnesslong": "swiftness2potion", + "potofswiftnessextended": "swiftness2potion", + "potofswiftnessex": "swiftness2potion", + "potofswiftnesslevel2": "swiftness2potion", + "potofswift2": "swiftness2potion", + "potofswiftlong": "swiftness2potion", + "potofswiftextended": "swiftness2potion", + "potofswiftex": "swiftness2potion", + "potofswiftlevel2": "swiftness2potion", + "potofspeed2": "swiftness2potion", + "potofspeedlong": "swiftness2potion", + "potofspeedextended": "swiftness2potion", + "potofspeedex": "swiftness2potion", + "potofspeedlevel2": "swiftness2potion", + "splashswiftness2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_swiftness", + "type": "SPEED", + "upgraded": false, + "extended": true + } + }, + "splashswiftnesslongpotion": "splashswiftness2potion", + "splashswiftnessextendedpotion": "splashswiftness2potion", + "splashswiftnessexpotion": "splashswiftness2potion", + "splashswiftnesslevel2potion": "splashswiftness2potion", + "splashswift2potion": "splashswiftness2potion", + "splashswiftlongpotion": "splashswiftness2potion", + "splashswiftextendedpotion": "splashswiftness2potion", + "splashswiftexpotion": "splashswiftness2potion", + "splashswiftlevel2potion": "splashswiftness2potion", + "splashspeed2potion": "splashswiftness2potion", + "splashspeedlongpotion": "splashswiftness2potion", + "splashspeedextendedpotion": "splashswiftness2potion", + "splashspeedexpotion": "splashswiftness2potion", + "splashspeedlevel2potion": "splashswiftness2potion", + "splswiftness2potion": "splashswiftness2potion", + "splswiftnesslongpotion": "splashswiftness2potion", + "splswiftnessextendedpotion": "splashswiftness2potion", + "splswiftnessexpotion": "splashswiftness2potion", + "splswiftnesslevel2potion": "splashswiftness2potion", + "splswift2potion": "splashswiftness2potion", + "splswiftlongpotion": "splashswiftness2potion", + "splswiftextendedpotion": "splashswiftness2potion", + "splswiftexpotion": "splashswiftness2potion", + "splswiftlevel2potion": "splashswiftness2potion", + "splspeed2potion": "splashswiftness2potion", + "splspeedlongpotion": "splashswiftness2potion", + "splspeedextendedpotion": "splashswiftness2potion", + "splspeedexpotion": "splashswiftness2potion", + "splspeedlevel2potion": "splashswiftness2potion", + "swiftness2splashpotion": "splashswiftness2potion", + "swiftnesslongsplashpotion": "splashswiftness2potion", + "swiftnessextendedsplashpotion": "splashswiftness2potion", + "swiftnessexsplashpotion": "splashswiftness2potion", + "swiftnesslevel2splashpotion": "splashswiftness2potion", + "swift2splashpotion": "splashswiftness2potion", + "swiftlongsplashpotion": "splashswiftness2potion", + "swiftextendedsplashpotion": "splashswiftness2potion", + "swiftexsplashpotion": "splashswiftness2potion", + "swiftlevel2splashpotion": "splashswiftness2potion", + "speed2splashpotion": "splashswiftness2potion", + "speedlongsplashpotion": "splashswiftness2potion", + "speedextendedsplashpotion": "splashswiftness2potion", + "speedexsplashpotion": "splashswiftness2potion", + "speedlevel2splashpotion": "splashswiftness2potion", + "splashswiftness2pot": "splashswiftness2potion", + "splashswiftnesslongpot": "splashswiftness2potion", + "splashswiftnessextendedpot": "splashswiftness2potion", + "splashswiftnessexpot": "splashswiftness2potion", + "splashswiftnesslevel2pot": "splashswiftness2potion", + "splashswift2pot": "splashswiftness2potion", + "splashswiftlongpot": "splashswiftness2potion", + "splashswiftextendedpot": "splashswiftness2potion", + "splashswiftexpot": "splashswiftness2potion", + "splashswiftlevel2pot": "splashswiftness2potion", + "splashspeed2pot": "splashswiftness2potion", + "splashspeedlongpot": "splashswiftness2potion", + "splashspeedextendedpot": "splashswiftness2potion", + "splashspeedexpot": "splashswiftness2potion", + "splashspeedlevel2pot": "splashswiftness2potion", + "splswiftness2pot": "splashswiftness2potion", + "splswiftnesslongpot": "splashswiftness2potion", + "splswiftnessextendedpot": "splashswiftness2potion", + "splswiftnessexpot": "splashswiftness2potion", + "splswiftnesslevel2pot": "splashswiftness2potion", + "splswift2pot": "splashswiftness2potion", + "splswiftlongpot": "splashswiftness2potion", + "splswiftextendedpot": "splashswiftness2potion", + "splswiftexpot": "splashswiftness2potion", + "splswiftlevel2pot": "splashswiftness2potion", + "splspeed2pot": "splashswiftness2potion", + "splspeedlongpot": "splashswiftness2potion", + "splspeedextendedpot": "splashswiftness2potion", + "splspeedexpot": "splashswiftness2potion", + "splspeedlevel2pot": "splashswiftness2potion", + "swiftness2splashpot": "splashswiftness2potion", + "swiftnesslongsplashpot": "splashswiftness2potion", + "swiftnessextendedsplashpot": "splashswiftness2potion", + "swiftnessexsplashpot": "splashswiftness2potion", + "swiftnesslevel2splashpot": "splashswiftness2potion", + "swift2splashpot": "splashswiftness2potion", + "swiftlongsplashpot": "splashswiftness2potion", + "swiftextendedsplashpot": "splashswiftness2potion", + "swiftexsplashpot": "splashswiftness2potion", + "swiftlevel2splashpot": "splashswiftness2potion", + "speed2splashpot": "splashswiftness2potion", + "speedlongsplashpot": "splashswiftness2potion", + "speedextendedsplashpot": "splashswiftness2potion", + "speedexsplashpot": "splashswiftness2potion", + "speedlevel2splashpot": "splashswiftness2potion", + "lingerpotswiftness2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_swiftness", + "type": "SPEED", + "upgraded": false, + "extended": true + } + }, + "lingerpotswiftnesslong": "lingerpotswiftness2", + "lingerpotswiftnessextended": "lingerpotswiftness2", + "lingerpotswiftnessex": "lingerpotswiftness2", + "lingerpotswiftnesslevel2": "lingerpotswiftness2", + "lingerpotswift2": "lingerpotswiftness2", + "lingerpotswiftlong": "lingerpotswiftness2", + "lingerpotswiftextended": "lingerpotswiftness2", + "lingerpotswiftex": "lingerpotswiftness2", + "lingerpotswiftlevel2": "lingerpotswiftness2", + "lingerpotspeed2": "lingerpotswiftness2", + "lingerpotspeedlong": "lingerpotswiftness2", + "lingerpotspeedextended": "lingerpotswiftness2", + "lingerpotspeedex": "lingerpotswiftness2", + "lingerpotspeedlevel2": "lingerpotswiftness2", + "swiftnesslingerpot2": "lingerpotswiftness2", + "swiftnesslingerpotlong": "lingerpotswiftness2", + "swiftnesslingerpotextended": "lingerpotswiftness2", + "swiftnesslingerpotex": "lingerpotswiftness2", + "swiftnesslingerpotlevel2": "lingerpotswiftness2", + "swiftlingerpot2": "lingerpotswiftness2", + "swiftlingerpotlong": "lingerpotswiftness2", + "swiftlingerpotextended": "lingerpotswiftness2", + "swiftlingerpotex": "lingerpotswiftness2", + "swiftlingerpotlevel2": "lingerpotswiftness2", + "speedlingerpot2": "lingerpotswiftness2", + "speedlingerpotlong": "lingerpotswiftness2", + "speedlingerpotextended": "lingerpotswiftness2", + "speedlingerpotex": "lingerpotswiftness2", + "speedlingerpotlevel2": "lingerpotswiftness2", + "aoepotionswiftness2": "lingerpotswiftness2", + "aoepotionswiftnesslong": "lingerpotswiftness2", + "aoepotionswiftnessextended": "lingerpotswiftness2", + "aoepotionswiftnessex": "lingerpotswiftness2", + "aoepotionswiftnesslevel2": "lingerpotswiftness2", + "aoepotionswift2": "lingerpotswiftness2", + "aoepotionswiftlong": "lingerpotswiftness2", + "aoepotionswiftextended": "lingerpotswiftness2", + "aoepotionswiftex": "lingerpotswiftness2", + "aoepotionswiftlevel2": "lingerpotswiftness2", + "aoepotionspeed2": "lingerpotswiftness2", + "aoepotionspeedlong": "lingerpotswiftness2", + "aoepotionspeedextended": "lingerpotswiftness2", + "aoepotionspeedex": "lingerpotswiftness2", + "aoepotionspeedlevel2": "lingerpotswiftness2", + "swiftnessaoepoiont2": "lingerpotswiftness2", + "swiftnessaoepoiontlong": "lingerpotswiftness2", + "swiftnessaoepoiontextended": "lingerpotswiftness2", + "swiftnessaoepoiontex": "lingerpotswiftness2", + "swiftnessaoepoiontlevel2": "lingerpotswiftness2", + "swiftaoepoiont2": "lingerpotswiftness2", + "swiftaoepoiontlong": "lingerpotswiftness2", + "swiftaoepoiontextended": "lingerpotswiftness2", + "swiftaoepoiontex": "lingerpotswiftness2", + "swiftaoepoiontlevel2": "lingerpotswiftness2", + "speedaoepoiont2": "lingerpotswiftness2", + "speedaoepoiontlong": "lingerpotswiftness2", + "speedaoepoiontextended": "lingerpotswiftness2", + "speedaoepoiontex": "lingerpotswiftness2", + "speedaoepoiontlevel2": "lingerpotswiftness2", + "aoepotswiftness2": "lingerpotswiftness2", + "aoepotswiftnesslong": "lingerpotswiftness2", + "aoepotswiftnessextended": "lingerpotswiftness2", + "aoepotswiftnessex": "lingerpotswiftness2", + "aoepotswiftnesslevel2": "lingerpotswiftness2", + "aoepotswift2": "lingerpotswiftness2", + "aoepotswiftlong": "lingerpotswiftness2", + "aoepotswiftextended": "lingerpotswiftness2", + "aoepotswiftex": "lingerpotswiftness2", + "aoepotswiftlevel2": "lingerpotswiftness2", + "aoepotspeed2": "lingerpotswiftness2", + "aoepotspeedlong": "lingerpotswiftness2", + "aoepotspeedextended": "lingerpotswiftness2", + "aoepotspeedex": "lingerpotswiftness2", + "aoepotspeedlevel2": "lingerpotswiftness2", + "swiftnessaoepot2": "lingerpotswiftness2", + "swiftnessaoepotlong": "lingerpotswiftness2", + "swiftnessaoepotextended": "lingerpotswiftness2", + "swiftnessaoepotex": "lingerpotswiftness2", + "swiftnessaoepotlevel2": "lingerpotswiftness2", + "swiftaoepot2": "lingerpotswiftness2", + "swiftaoepotlong": "lingerpotswiftness2", + "swiftaoepotextended": "lingerpotswiftness2", + "swiftaoepotex": "lingerpotswiftness2", + "swiftaoepotlevel2": "lingerpotswiftness2", + "speedaoepot2": "lingerpotswiftness2", + "speedaoepotlong": "lingerpotswiftness2", + "speedaoepotextended": "lingerpotswiftness2", + "speedaoepotex": "lingerpotswiftness2", + "speedaoepotlevel2": "lingerpotswiftness2", + "areapotionswiftness2": "lingerpotswiftness2", + "areapotionswiftnesslong": "lingerpotswiftness2", + "areapotionswiftnessextended": "lingerpotswiftness2", + "areapotionswiftnessex": "lingerpotswiftness2", + "areapotionswiftnesslevel2": "lingerpotswiftness2", + "areapotionswift2": "lingerpotswiftness2", + "areapotionswiftlong": "lingerpotswiftness2", + "areapotionswiftextended": "lingerpotswiftness2", + "areapotionswiftex": "lingerpotswiftness2", + "areapotionswiftlevel2": "lingerpotswiftness2", + "areapotionspeed2": "lingerpotswiftness2", + "areapotionspeedlong": "lingerpotswiftness2", + "areapotionspeedextended": "lingerpotswiftness2", + "areapotionspeedex": "lingerpotswiftness2", + "areapotionspeedlevel2": "lingerpotswiftness2", + "swiftnessareapotion2": "lingerpotswiftness2", + "swiftnessareapotionlong": "lingerpotswiftness2", + "swiftnessareapotionextended": "lingerpotswiftness2", + "swiftnessareapotionex": "lingerpotswiftness2", + "swiftnessareapotionlevel2": "lingerpotswiftness2", + "swiftareapotion2": "lingerpotswiftness2", + "swiftareapotionlong": "lingerpotswiftness2", + "swiftareapotionextended": "lingerpotswiftness2", + "swiftareapotionex": "lingerpotswiftness2", + "swiftareapotionlevel2": "lingerpotswiftness2", + "speedareapotion2": "lingerpotswiftness2", + "speedareapotionlong": "lingerpotswiftness2", + "speedareapotionextended": "lingerpotswiftness2", + "speedareapotionex": "lingerpotswiftness2", + "speedareapotionlevel2": "lingerpotswiftness2", + "areapotswiftness2": "lingerpotswiftness2", + "areapotswiftnesslong": "lingerpotswiftness2", + "areapotswiftnessextended": "lingerpotswiftness2", + "areapotswiftnessex": "lingerpotswiftness2", + "areapotswiftnesslevel2": "lingerpotswiftness2", + "areapotswift2": "lingerpotswiftness2", + "areapotswiftlong": "lingerpotswiftness2", + "areapotswiftextended": "lingerpotswiftness2", + "areapotswiftex": "lingerpotswiftness2", + "areapotswiftlevel2": "lingerpotswiftness2", + "areapotspeed2": "lingerpotswiftness2", + "areapotspeedlong": "lingerpotswiftness2", + "areapotspeedextended": "lingerpotswiftness2", + "areapotspeedex": "lingerpotswiftness2", + "areapotspeedlevel2": "lingerpotswiftness2", + "swiftnessareapot2": "lingerpotswiftness2", + "swiftnessareapotlong": "lingerpotswiftness2", + "swiftnessareapotextended": "lingerpotswiftness2", + "swiftnessareapotex": "lingerpotswiftness2", + "swiftnessareapotlevel2": "lingerpotswiftness2", + "swiftareapot2": "lingerpotswiftness2", + "swiftareapotlong": "lingerpotswiftness2", + "swiftareapotextended": "lingerpotswiftness2", + "swiftareapotex": "lingerpotswiftness2", + "swiftareapotlevel2": "lingerpotswiftness2", + "speedareapot2": "lingerpotswiftness2", + "speedareapotlong": "lingerpotswiftness2", + "speedareapotextended": "lingerpotswiftness2", + "speedareapotex": "lingerpotswiftness2", + "speedareapotlevel2": "lingerpotswiftness2", + "cloudpotionswiftness2": "lingerpotswiftness2", + "cloudpotionswiftnesslong": "lingerpotswiftness2", + "cloudpotionswiftnessextended": "lingerpotswiftness2", + "cloudpotionswiftnessex": "lingerpotswiftness2", + "cloudpotionswiftnesslevel2": "lingerpotswiftness2", + "cloudpotionswift2": "lingerpotswiftness2", + "cloudpotionswiftlong": "lingerpotswiftness2", + "cloudpotionswiftextended": "lingerpotswiftness2", + "cloudpotionswiftex": "lingerpotswiftness2", + "cloudpotionswiftlevel2": "lingerpotswiftness2", + "cloudpotionspeed2": "lingerpotswiftness2", + "cloudpotionspeedlong": "lingerpotswiftness2", + "cloudpotionspeedextended": "lingerpotswiftness2", + "cloudpotionspeedex": "lingerpotswiftness2", + "cloudpotionspeedlevel2": "lingerpotswiftness2", + "swiftnesscloudpotion2": "lingerpotswiftness2", + "swiftnesscloudpotionlong": "lingerpotswiftness2", + "swiftnesscloudpotionextended": "lingerpotswiftness2", + "swiftnesscloudpotionex": "lingerpotswiftness2", + "swiftnesscloudpotionlevel2": "lingerpotswiftness2", + "swiftcloudpotion2": "lingerpotswiftness2", + "swiftcloudpotionlong": "lingerpotswiftness2", + "swiftcloudpotionextended": "lingerpotswiftness2", + "swiftcloudpotionex": "lingerpotswiftness2", + "swiftcloudpotionlevel2": "lingerpotswiftness2", + "speedcloudpotion2": "lingerpotswiftness2", + "speedcloudpotionlong": "lingerpotswiftness2", + "speedcloudpotionextended": "lingerpotswiftness2", + "speedcloudpotionex": "lingerpotswiftness2", + "speedcloudpotionlevel2": "lingerpotswiftness2", + "cloudpotswiftness2": "lingerpotswiftness2", + "cloudpotswiftnesslong": "lingerpotswiftness2", + "cloudpotswiftnessextended": "lingerpotswiftness2", + "cloudpotswiftnessex": "lingerpotswiftness2", + "cloudpotswiftnesslevel2": "lingerpotswiftness2", + "cloudpotswift2": "lingerpotswiftness2", + "cloudpotswiftlong": "lingerpotswiftness2", + "cloudpotswiftextended": "lingerpotswiftness2", + "cloudpotswiftex": "lingerpotswiftness2", + "cloudpotswiftlevel2": "lingerpotswiftness2", + "cloudpotspeed2": "lingerpotswiftness2", + "cloudpotspeedlong": "lingerpotswiftness2", + "cloudpotspeedextended": "lingerpotswiftness2", + "cloudpotspeedex": "lingerpotswiftness2", + "cloudpotspeedlevel2": "lingerpotswiftness2", + "swiftnesscloudpot2": "lingerpotswiftness2", + "swiftnesscloudpotlong": "lingerpotswiftness2", + "swiftnesscloudpotextended": "lingerpotswiftness2", + "swiftnesscloudpotex": "lingerpotswiftness2", + "swiftnesscloudpotlevel2": "lingerpotswiftness2", + "swiftcloudpot2": "lingerpotswiftness2", + "swiftcloudpotlong": "lingerpotswiftness2", + "swiftcloudpotextended": "lingerpotswiftness2", + "swiftcloudpotex": "lingerpotswiftness2", + "swiftcloudpotlevel2": "lingerpotswiftness2", + "speedcloudpot2": "lingerpotswiftness2", + "speedcloudpotlong": "lingerpotswiftness2", + "speedcloudpotextended": "lingerpotswiftness2", + "speedcloudpotex": "lingerpotswiftness2", + "speedcloudpotlevel2": "lingerpotswiftness2", + "arrowswiftness2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_swiftness", + "type": "SPEED", + "upgraded": false, + "extended": true + } + }, + "arrowswiftnesslong": "arrowswiftness2", + "arrowswiftnessextended": "arrowswiftness2", + "arrowswiftnessex": "arrowswiftness2", + "arrowswiftnesslevel2": "arrowswiftness2", + "arrowswift2": "arrowswiftness2", + "arrowswiftlong": "arrowswiftness2", + "arrowswiftextended": "arrowswiftness2", + "arrowswiftex": "arrowswiftness2", + "arrowswiftlevel2": "arrowswiftness2", + "arrowspeed2": "arrowswiftness2", + "arrowspeedlong": "arrowswiftness2", + "arrowspeedextended": "arrowswiftness2", + "arrowspeedex": "arrowswiftness2", + "arrowspeedlevel2": "arrowswiftness2", + "swiftnessarrow2": "arrowswiftness2", + "swiftnessarrowlong": "arrowswiftness2", + "swiftnessarrowextended": "arrowswiftness2", + "swiftnessarrowex": "arrowswiftness2", + "swiftnessarrowlevel2": "arrowswiftness2", + "swiftarrow2": "arrowswiftness2", + "swiftarrowlong": "arrowswiftness2", + "swiftarrowextended": "arrowswiftness2", + "swiftarrowex": "arrowswiftness2", + "swiftarrowlevel2": "arrowswiftness2", + "speedarrow2": "arrowswiftness2", + "speedarrowlong": "arrowswiftness2", + "speedarrowextended": "arrowswiftness2", + "speedarrowex": "arrowswiftness2", + "speedarrowlevel2": "arrowswiftness2", + "slownesspotion": { + "material": "POTION", + "potionData": { + "vanillaType": "slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": false + } + }, + "slowpotion": "slownesspotion", + "slownesspot": "slownesspotion", + "slowpot": "slownesspotion", + "potionofslowness": "slownesspotion", + "potionofslow": "slownesspotion", + "potofslowness": "slownesspotion", + "potofslow": "slownesspotion", + "splashslownesspotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": false + } + }, + "splashslowpotion": "splashslownesspotion", + "splslownesspotion": "splashslownesspotion", + "splslowpotion": "splashslownesspotion", + "slownesssplashpotion": "splashslownesspotion", + "slowsplashpotion": "splashslownesspotion", + "splashslownesspot": "splashslownesspotion", + "splashslowpot": "splashslownesspotion", + "splslownesspot": "splashslownesspotion", + "splslowpot": "splashslownesspotion", + "slownesssplashpot": "splashslownesspotion", + "slowsplashpot": "splashslownesspotion", + "lingerpotslowness": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": false + } + }, + "lingerpotslow": "lingerpotslowness", + "slownesslingerpot": "lingerpotslowness", + "slowlingerpot": "lingerpotslowness", + "aoepotionslowness": "lingerpotslowness", + "aoepotionslow": "lingerpotslowness", + "slownessaoepoiont": "lingerpotslowness", + "slowaoepoiont": "lingerpotslowness", + "aoepotslowness": "lingerpotslowness", + "aoepotslow": "lingerpotslowness", + "slownessaoepot": "lingerpotslowness", + "slowaoepot": "lingerpotslowness", + "areapotionslowness": "lingerpotslowness", + "areapotionslow": "lingerpotslowness", + "slownessareapotion": "lingerpotslowness", + "slowareapotion": "lingerpotslowness", + "areapotslowness": "lingerpotslowness", + "areapotslow": "lingerpotslowness", + "slownessareapot": "lingerpotslowness", + "slowareapot": "lingerpotslowness", + "cloudpotionslowness": "lingerpotslowness", + "cloudpotionslow": "lingerpotslowness", + "slownesscloudpotion": "lingerpotslowness", + "slowcloudpotion": "lingerpotslowness", + "cloudpotslowness": "lingerpotslowness", + "cloudpotslow": "lingerpotslowness", + "slownesscloudpot": "lingerpotslowness", + "slowcloudpot": "lingerpotslowness", + "arrowslowness": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": false + } + }, + "arrowslow": "arrowslowness", + "slownessarrow": "arrowslowness", + "slowarrow": "arrowslowness", + "slowness2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": true + } + }, + "slownesslongpotion": "slowness2potion", + "slownessextendedpotion": "slowness2potion", + "slownessexpotion": "slowness2potion", + "slownesslevel2potion": "slowness2potion", + "slow2potion": "slowness2potion", + "slowlongpotion": "slowness2potion", + "slowextendedpotion": "slowness2potion", + "slowexpotion": "slowness2potion", + "slowlevel2potion": "slowness2potion", + "slowness2pot": "slowness2potion", + "slownesslongpot": "slowness2potion", + "slownessextendedpot": "slowness2potion", + "slownessexpot": "slowness2potion", + "slownesslevel2pot": "slowness2potion", + "slow2pot": "slowness2potion", + "slowlongpot": "slowness2potion", + "slowextendedpot": "slowness2potion", + "slowexpot": "slowness2potion", + "slowlevel2pot": "slowness2potion", + "potionofslowness2": "slowness2potion", + "potionofslownesslong": "slowness2potion", + "potionofslownessextended": "slowness2potion", + "potionofslownessex": "slowness2potion", + "potionofslownesslevel2": "slowness2potion", + "potionofslow2": "slowness2potion", + "potionofslowlong": "slowness2potion", + "potionofslowextended": "slowness2potion", + "potionofslowex": "slowness2potion", + "potionofslowlevel2": "slowness2potion", + "potofslowness2": "slowness2potion", + "potofslownesslong": "slowness2potion", + "potofslownessextended": "slowness2potion", + "potofslownessex": "slowness2potion", + "potofslownesslevel2": "slowness2potion", + "potofslow2": "slowness2potion", + "potofslowlong": "slowness2potion", + "potofslowextended": "slowness2potion", + "potofslowex": "slowness2potion", + "potofslowlevel2": "slowness2potion", + "splashslowness2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": true + } + }, + "splashslownesslongpotion": "splashslowness2potion", + "splashslownessextendedpotion": "splashslowness2potion", + "splashslownessexpotion": "splashslowness2potion", + "splashslownesslevel2potion": "splashslowness2potion", + "splashslow2potion": "splashslowness2potion", + "splashslowlongpotion": "splashslowness2potion", + "splashslowextendedpotion": "splashslowness2potion", + "splashslowexpotion": "splashslowness2potion", + "splashslowlevel2potion": "splashslowness2potion", + "splslowness2potion": "splashslowness2potion", + "splslownesslongpotion": "splashslowness2potion", + "splslownessextendedpotion": "splashslowness2potion", + "splslownessexpotion": "splashslowness2potion", + "splslownesslevel2potion": "splashslowness2potion", + "splslow2potion": "splashslowness2potion", + "splslowlongpotion": "splashslowness2potion", + "splslowextendedpotion": "splashslowness2potion", + "splslowexpotion": "splashslowness2potion", + "splslowlevel2potion": "splashslowness2potion", + "slowness2splashpotion": "splashslowness2potion", + "slownesslongsplashpotion": "splashslowness2potion", + "slownessextendedsplashpotion": "splashslowness2potion", + "slownessexsplashpotion": "splashslowness2potion", + "slownesslevel2splashpotion": "splashslowness2potion", + "slow2splashpotion": "splashslowness2potion", + "slowlongsplashpotion": "splashslowness2potion", + "slowextendedsplashpotion": "splashslowness2potion", + "slowexsplashpotion": "splashslowness2potion", + "slowlevel2splashpotion": "splashslowness2potion", + "splashslowness2pot": "splashslowness2potion", + "splashslownesslongpot": "splashslowness2potion", + "splashslownessextendedpot": "splashslowness2potion", + "splashslownessexpot": "splashslowness2potion", + "splashslownesslevel2pot": "splashslowness2potion", + "splashslow2pot": "splashslowness2potion", + "splashslowlongpot": "splashslowness2potion", + "splashslowextendedpot": "splashslowness2potion", + "splashslowexpot": "splashslowness2potion", + "splashslowlevel2pot": "splashslowness2potion", + "splslowness2pot": "splashslowness2potion", + "splslownesslongpot": "splashslowness2potion", + "splslownessextendedpot": "splashslowness2potion", + "splslownessexpot": "splashslowness2potion", + "splslownesslevel2pot": "splashslowness2potion", + "splslow2pot": "splashslowness2potion", + "splslowlongpot": "splashslowness2potion", + "splslowextendedpot": "splashslowness2potion", + "splslowexpot": "splashslowness2potion", + "splslowlevel2pot": "splashslowness2potion", + "slowness2splashpot": "splashslowness2potion", + "slownesslongsplashpot": "splashslowness2potion", + "slownessextendedsplashpot": "splashslowness2potion", + "slownessexsplashpot": "splashslowness2potion", + "slownesslevel2splashpot": "splashslowness2potion", + "slow2splashpot": "splashslowness2potion", + "slowlongsplashpot": "splashslowness2potion", + "slowextendedsplashpot": "splashslowness2potion", + "slowexsplashpot": "splashslowness2potion", + "slowlevel2splashpot": "splashslowness2potion", + "lingerpotslowness2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": true + } + }, + "lingerpotslownesslong": "lingerpotslowness2", + "lingerpotslownessextended": "lingerpotslowness2", + "lingerpotslownessex": "lingerpotslowness2", + "lingerpotslownesslevel2": "lingerpotslowness2", + "lingerpotslow2": "lingerpotslowness2", + "lingerpotslowlong": "lingerpotslowness2", + "lingerpotslowextended": "lingerpotslowness2", + "lingerpotslowex": "lingerpotslowness2", + "lingerpotslowlevel2": "lingerpotslowness2", + "slownesslingerpot2": "lingerpotslowness2", + "slownesslingerpotlong": "lingerpotslowness2", + "slownesslingerpotextended": "lingerpotslowness2", + "slownesslingerpotex": "lingerpotslowness2", + "slownesslingerpotlevel2": "lingerpotslowness2", + "slowlingerpot2": "lingerpotslowness2", + "slowlingerpotlong": "lingerpotslowness2", + "slowlingerpotextended": "lingerpotslowness2", + "slowlingerpotex": "lingerpotslowness2", + "slowlingerpotlevel2": "lingerpotslowness2", + "aoepotionslowness2": "lingerpotslowness2", + "aoepotionslownesslong": "lingerpotslowness2", + "aoepotionslownessextended": "lingerpotslowness2", + "aoepotionslownessex": "lingerpotslowness2", + "aoepotionslownesslevel2": "lingerpotslowness2", + "aoepotionslow2": "lingerpotslowness2", + "aoepotionslowlong": "lingerpotslowness2", + "aoepotionslowextended": "lingerpotslowness2", + "aoepotionslowex": "lingerpotslowness2", + "aoepotionslowlevel2": "lingerpotslowness2", + "slownessaoepoiont2": "lingerpotslowness2", + "slownessaoepoiontlong": "lingerpotslowness2", + "slownessaoepoiontextended": "lingerpotslowness2", + "slownessaoepoiontex": "lingerpotslowness2", + "slownessaoepoiontlevel2": "lingerpotslowness2", + "slowaoepoiont2": "lingerpotslowness2", + "slowaoepoiontlong": "lingerpotslowness2", + "slowaoepoiontextended": "lingerpotslowness2", + "slowaoepoiontex": "lingerpotslowness2", + "slowaoepoiontlevel2": "lingerpotslowness2", + "aoepotslowness2": "lingerpotslowness2", + "aoepotslownesslong": "lingerpotslowness2", + "aoepotslownessextended": "lingerpotslowness2", + "aoepotslownessex": "lingerpotslowness2", + "aoepotslownesslevel2": "lingerpotslowness2", + "aoepotslow2": "lingerpotslowness2", + "aoepotslowlong": "lingerpotslowness2", + "aoepotslowextended": "lingerpotslowness2", + "aoepotslowex": "lingerpotslowness2", + "aoepotslowlevel2": "lingerpotslowness2", + "slownessaoepot2": "lingerpotslowness2", + "slownessaoepotlong": "lingerpotslowness2", + "slownessaoepotextended": "lingerpotslowness2", + "slownessaoepotex": "lingerpotslowness2", + "slownessaoepotlevel2": "lingerpotslowness2", + "slowaoepot2": "lingerpotslowness2", + "slowaoepotlong": "lingerpotslowness2", + "slowaoepotextended": "lingerpotslowness2", + "slowaoepotex": "lingerpotslowness2", + "slowaoepotlevel2": "lingerpotslowness2", + "areapotionslowness2": "lingerpotslowness2", + "areapotionslownesslong": "lingerpotslowness2", + "areapotionslownessextended": "lingerpotslowness2", + "areapotionslownessex": "lingerpotslowness2", + "areapotionslownesslevel2": "lingerpotslowness2", + "areapotionslow2": "lingerpotslowness2", + "areapotionslowlong": "lingerpotslowness2", + "areapotionslowextended": "lingerpotslowness2", + "areapotionslowex": "lingerpotslowness2", + "areapotionslowlevel2": "lingerpotslowness2", + "slownessareapotion2": "lingerpotslowness2", + "slownessareapotionlong": "lingerpotslowness2", + "slownessareapotionextended": "lingerpotslowness2", + "slownessareapotionex": "lingerpotslowness2", + "slownessareapotionlevel2": "lingerpotslowness2", + "slowareapotion2": "lingerpotslowness2", + "slowareapotionlong": "lingerpotslowness2", + "slowareapotionextended": "lingerpotslowness2", + "slowareapotionex": "lingerpotslowness2", + "slowareapotionlevel2": "lingerpotslowness2", + "areapotslowness2": "lingerpotslowness2", + "areapotslownesslong": "lingerpotslowness2", + "areapotslownessextended": "lingerpotslowness2", + "areapotslownessex": "lingerpotslowness2", + "areapotslownesslevel2": "lingerpotslowness2", + "areapotslow2": "lingerpotslowness2", + "areapotslowlong": "lingerpotslowness2", + "areapotslowextended": "lingerpotslowness2", + "areapotslowex": "lingerpotslowness2", + "areapotslowlevel2": "lingerpotslowness2", + "slownessareapot2": "lingerpotslowness2", + "slownessareapotlong": "lingerpotslowness2", + "slownessareapotextended": "lingerpotslowness2", + "slownessareapotex": "lingerpotslowness2", + "slownessareapotlevel2": "lingerpotslowness2", + "slowareapot2": "lingerpotslowness2", + "slowareapotlong": "lingerpotslowness2", + "slowareapotextended": "lingerpotslowness2", + "slowareapotex": "lingerpotslowness2", + "slowareapotlevel2": "lingerpotslowness2", + "cloudpotionslowness2": "lingerpotslowness2", + "cloudpotionslownesslong": "lingerpotslowness2", + "cloudpotionslownessextended": "lingerpotslowness2", + "cloudpotionslownessex": "lingerpotslowness2", + "cloudpotionslownesslevel2": "lingerpotslowness2", + "cloudpotionslow2": "lingerpotslowness2", + "cloudpotionslowlong": "lingerpotslowness2", + "cloudpotionslowextended": "lingerpotslowness2", + "cloudpotionslowex": "lingerpotslowness2", + "cloudpotionslowlevel2": "lingerpotslowness2", + "slownesscloudpotion2": "lingerpotslowness2", + "slownesscloudpotionlong": "lingerpotslowness2", + "slownesscloudpotionextended": "lingerpotslowness2", + "slownesscloudpotionex": "lingerpotslowness2", + "slownesscloudpotionlevel2": "lingerpotslowness2", + "slowcloudpotion2": "lingerpotslowness2", + "slowcloudpotionlong": "lingerpotslowness2", + "slowcloudpotionextended": "lingerpotslowness2", + "slowcloudpotionex": "lingerpotslowness2", + "slowcloudpotionlevel2": "lingerpotslowness2", + "cloudpotslowness2": "lingerpotslowness2", + "cloudpotslownesslong": "lingerpotslowness2", + "cloudpotslownessextended": "lingerpotslowness2", + "cloudpotslownessex": "lingerpotslowness2", + "cloudpotslownesslevel2": "lingerpotslowness2", + "cloudpotslow2": "lingerpotslowness2", + "cloudpotslowlong": "lingerpotslowness2", + "cloudpotslowextended": "lingerpotslowness2", + "cloudpotslowex": "lingerpotslowness2", + "cloudpotslowlevel2": "lingerpotslowness2", + "slownesscloudpot2": "lingerpotslowness2", + "slownesscloudpotlong": "lingerpotslowness2", + "slownesscloudpotextended": "lingerpotslowness2", + "slownesscloudpotex": "lingerpotslowness2", + "slownesscloudpotlevel2": "lingerpotslowness2", + "slowcloudpot2": "lingerpotslowness2", + "slowcloudpotlong": "lingerpotslowness2", + "slowcloudpotextended": "lingerpotslowness2", + "slowcloudpotex": "lingerpotslowness2", + "slowcloudpotlevel2": "lingerpotslowness2", + "arrowslowness2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_slowness", + "type": "SLOWNESS", + "upgraded": false, + "extended": true + } + }, + "arrowslownesslong": "arrowslowness2", + "arrowslownessextended": "arrowslowness2", + "arrowslownessex": "arrowslowness2", + "arrowslownesslevel2": "arrowslowness2", + "arrowslow2": "arrowslowness2", + "arrowslowlong": "arrowslowness2", + "arrowslowextended": "arrowslowness2", + "arrowslowex": "arrowslowness2", + "arrowslowlevel2": "arrowslowness2", + "slownessarrow2": "arrowslowness2", + "slownessarrowlong": "arrowslowness2", + "slownessarrowextended": "arrowslowness2", + "slownessarrowex": "arrowslowness2", + "slownessarrowlevel2": "arrowslowness2", + "slowarrow2": "arrowslowness2", + "slowarrowlong": "arrowslowness2", + "slowarrowextended": "arrowslowness2", + "slowarrowex": "arrowslowness2", + "slowarrowlevel2": "arrowslowness2", + "waterbreathingpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + } + }, + "wbpotion": "waterbreathingpotion", + "waterbreathpotion": "waterbreathingpotion", + "breathingpotion": "waterbreathingpotion", + "breathpotion": "waterbreathingpotion", + "waterbreathingpot": "waterbreathingpotion", + "wbpot": "waterbreathingpotion", + "waterbreathpot": "waterbreathingpotion", + "breathingpot": "waterbreathingpotion", + "breathpot": "waterbreathingpotion", + "potionofwaterbreathing": "waterbreathingpotion", + "potionofwb": "waterbreathingpotion", + "potionofwaterbreath": "waterbreathingpotion", + "potionofbreathing": "waterbreathingpotion", + "potionofbreath": "waterbreathingpotion", + "potofwaterbreathing": "waterbreathingpotion", + "potofwb": "waterbreathingpotion", + "potofwaterbreath": "waterbreathingpotion", + "potofbreathing": "waterbreathingpotion", + "potofbreath": "waterbreathingpotion", + "splashwaterbreathingpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + } + }, + "splashwbpotion": "splashwaterbreathingpotion", + "splashwaterbreathpotion": "splashwaterbreathingpotion", + "splashbreathingpotion": "splashwaterbreathingpotion", + "splashbreathpotion": "splashwaterbreathingpotion", + "splwaterbreathingpotion": "splashwaterbreathingpotion", + "splwbpotion": "splashwaterbreathingpotion", + "splwaterbreathpotion": "splashwaterbreathingpotion", + "splbreathingpotion": "splashwaterbreathingpotion", + "splbreathpotion": "splashwaterbreathingpotion", + "waterbreathingsplashpotion": "splashwaterbreathingpotion", + "wbsplashpotion": "splashwaterbreathingpotion", + "waterbreathsplashpotion": "splashwaterbreathingpotion", + "breathingsplashpotion": "splashwaterbreathingpotion", + "breathsplashpotion": "splashwaterbreathingpotion", + "splashwaterbreathingpot": "splashwaterbreathingpotion", + "splashwbpot": "splashwaterbreathingpotion", + "splashwaterbreathpot": "splashwaterbreathingpotion", + "splashbreathingpot": "splashwaterbreathingpotion", + "splashbreathpot": "splashwaterbreathingpotion", + "splwaterbreathingpot": "splashwaterbreathingpotion", + "splwbpot": "splashwaterbreathingpotion", + "splwaterbreathpot": "splashwaterbreathingpotion", + "splbreathingpot": "splashwaterbreathingpotion", + "splbreathpot": "splashwaterbreathingpotion", + "waterbreathingsplashpot": "splashwaterbreathingpotion", + "wbsplashpot": "splashwaterbreathingpotion", + "waterbreathsplashpot": "splashwaterbreathingpotion", + "breathingsplashpot": "splashwaterbreathingpotion", + "breathsplashpot": "splashwaterbreathingpotion", + "lingerpotwaterbreathing": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + } + }, + "lingerpotwb": "lingerpotwaterbreathing", + "lingerpotwaterbreath": "lingerpotwaterbreathing", + "lingerpotbreathing": "lingerpotwaterbreathing", + "lingerpotbreath": "lingerpotwaterbreathing", + "waterbreathinglingerpot": "lingerpotwaterbreathing", + "wblingerpot": "lingerpotwaterbreathing", + "waterbreathlingerpot": "lingerpotwaterbreathing", + "breathinglingerpot": "lingerpotwaterbreathing", + "breathlingerpot": "lingerpotwaterbreathing", + "aoepotionwaterbreathing": "lingerpotwaterbreathing", + "aoepotionwb": "lingerpotwaterbreathing", + "aoepotionwaterbreath": "lingerpotwaterbreathing", + "aoepotionbreathing": "lingerpotwaterbreathing", + "aoepotionbreath": "lingerpotwaterbreathing", + "waterbreathingaoepoiont": "lingerpotwaterbreathing", + "wbaoepoiont": "lingerpotwaterbreathing", + "waterbreathaoepoiont": "lingerpotwaterbreathing", + "breathingaoepoiont": "lingerpotwaterbreathing", + "breathaoepoiont": "lingerpotwaterbreathing", + "aoepotwaterbreathing": "lingerpotwaterbreathing", + "aoepotwb": "lingerpotwaterbreathing", + "aoepotwaterbreath": "lingerpotwaterbreathing", + "aoepotbreathing": "lingerpotwaterbreathing", + "aoepotbreath": "lingerpotwaterbreathing", + "waterbreathingaoepot": "lingerpotwaterbreathing", + "wbaoepot": "lingerpotwaterbreathing", + "waterbreathaoepot": "lingerpotwaterbreathing", + "breathingaoepot": "lingerpotwaterbreathing", + "breathaoepot": "lingerpotwaterbreathing", + "areapotionwaterbreathing": "lingerpotwaterbreathing", + "areapotionwb": "lingerpotwaterbreathing", + "areapotionwaterbreath": "lingerpotwaterbreathing", + "areapotionbreathing": "lingerpotwaterbreathing", + "areapotionbreath": "lingerpotwaterbreathing", + "waterbreathingareapotion": "lingerpotwaterbreathing", + "wbareapotion": "lingerpotwaterbreathing", + "waterbreathareapotion": "lingerpotwaterbreathing", + "breathingareapotion": "lingerpotwaterbreathing", + "breathareapotion": "lingerpotwaterbreathing", + "areapotwaterbreathing": "lingerpotwaterbreathing", + "areapotwb": "lingerpotwaterbreathing", + "areapotwaterbreath": "lingerpotwaterbreathing", + "areapotbreathing": "lingerpotwaterbreathing", + "areapotbreath": "lingerpotwaterbreathing", + "waterbreathingareapot": "lingerpotwaterbreathing", + "wbareapot": "lingerpotwaterbreathing", + "waterbreathareapot": "lingerpotwaterbreathing", + "breathingareapot": "lingerpotwaterbreathing", + "breathareapot": "lingerpotwaterbreathing", + "cloudpotionwaterbreathing": "lingerpotwaterbreathing", + "cloudpotionwb": "lingerpotwaterbreathing", + "cloudpotionwaterbreath": "lingerpotwaterbreathing", + "cloudpotionbreathing": "lingerpotwaterbreathing", + "cloudpotionbreath": "lingerpotwaterbreathing", + "waterbreathingcloudpotion": "lingerpotwaterbreathing", + "wbcloudpotion": "lingerpotwaterbreathing", + "waterbreathcloudpotion": "lingerpotwaterbreathing", + "breathingcloudpotion": "lingerpotwaterbreathing", + "breathcloudpotion": "lingerpotwaterbreathing", + "cloudpotwaterbreathing": "lingerpotwaterbreathing", + "cloudpotwb": "lingerpotwaterbreathing", + "cloudpotwaterbreath": "lingerpotwaterbreathing", + "cloudpotbreathing": "lingerpotwaterbreathing", + "cloudpotbreath": "lingerpotwaterbreathing", + "waterbreathingcloudpot": "lingerpotwaterbreathing", + "wbcloudpot": "lingerpotwaterbreathing", + "waterbreathcloudpot": "lingerpotwaterbreathing", + "breathingcloudpot": "lingerpotwaterbreathing", + "breathcloudpot": "lingerpotwaterbreathing", + "arrowwaterbreathing": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + } + }, + "arrowwb": "arrowwaterbreathing", + "arrowwaterbreath": "arrowwaterbreathing", + "arrowbreathing": "arrowwaterbreathing", + "arrowbreath": "arrowwaterbreathing", + "waterbreathingarrow": "arrowwaterbreathing", + "wbarrow": "arrowwaterbreathing", + "waterbreatharrow": "arrowwaterbreathing", + "breathingarrow": "arrowwaterbreathing", + "breatharrow": "arrowwaterbreathing", + "waterbreathing2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + } + }, + "waterbreathinglongpotion": "waterbreathing2potion", + "waterbreathingextendedpotion": "waterbreathing2potion", + "waterbreathingexpotion": "waterbreathing2potion", + "waterbreathinglevel2potion": "waterbreathing2potion", + "wb2potion": "waterbreathing2potion", + "wblongpotion": "waterbreathing2potion", + "wbextendedpotion": "waterbreathing2potion", + "wbexpotion": "waterbreathing2potion", + "wblevel2potion": "waterbreathing2potion", + "waterbreath2potion": "waterbreathing2potion", + "waterbreathlongpotion": "waterbreathing2potion", + "waterbreathextendedpotion": "waterbreathing2potion", + "waterbreathexpotion": "waterbreathing2potion", + "waterbreathlevel2potion": "waterbreathing2potion", + "breathing2potion": "waterbreathing2potion", + "breathinglongpotion": "waterbreathing2potion", + "breathingextendedpotion": "waterbreathing2potion", + "breathingexpotion": "waterbreathing2potion", + "breathinglevel2potion": "waterbreathing2potion", + "breath2potion": "waterbreathing2potion", + "breathlongpotion": "waterbreathing2potion", + "breathextendedpotion": "waterbreathing2potion", + "breathexpotion": "waterbreathing2potion", + "breathlevel2potion": "waterbreathing2potion", + "waterbreathing2pot": "waterbreathing2potion", + "waterbreathinglongpot": "waterbreathing2potion", + "waterbreathingextendedpot": "waterbreathing2potion", + "waterbreathingexpot": "waterbreathing2potion", + "waterbreathinglevel2pot": "waterbreathing2potion", + "wb2pot": "waterbreathing2potion", + "wblongpot": "waterbreathing2potion", + "wbextendedpot": "waterbreathing2potion", + "wbexpot": "waterbreathing2potion", + "wblevel2pot": "waterbreathing2potion", + "waterbreath2pot": "waterbreathing2potion", + "waterbreathlongpot": "waterbreathing2potion", + "waterbreathextendedpot": "waterbreathing2potion", + "waterbreathexpot": "waterbreathing2potion", + "waterbreathlevel2pot": "waterbreathing2potion", + "breathing2pot": "waterbreathing2potion", + "breathinglongpot": "waterbreathing2potion", + "breathingextendedpot": "waterbreathing2potion", + "breathingexpot": "waterbreathing2potion", + "breathinglevel2pot": "waterbreathing2potion", + "breath2pot": "waterbreathing2potion", + "breathlongpot": "waterbreathing2potion", + "breathextendedpot": "waterbreathing2potion", + "breathexpot": "waterbreathing2potion", + "breathlevel2pot": "waterbreathing2potion", + "potionofwaterbreathing2": "waterbreathing2potion", + "potionofwaterbreathinglong": "waterbreathing2potion", + "potionofwaterbreathingextended": "waterbreathing2potion", + "potionofwaterbreathingex": "waterbreathing2potion", + "potionofwaterbreathinglevel2": "waterbreathing2potion", + "potionofwb2": "waterbreathing2potion", + "potionofwblong": "waterbreathing2potion", + "potionofwbextended": "waterbreathing2potion", + "potionofwbex": "waterbreathing2potion", + "potionofwblevel2": "waterbreathing2potion", + "potionofwaterbreath2": "waterbreathing2potion", + "potionofwaterbreathlong": "waterbreathing2potion", + "potionofwaterbreathextended": "waterbreathing2potion", + "potionofwaterbreathex": "waterbreathing2potion", + "potionofwaterbreathlevel2": "waterbreathing2potion", + "potionofbreathing2": "waterbreathing2potion", + "potionofbreathinglong": "waterbreathing2potion", + "potionofbreathingextended": "waterbreathing2potion", + "potionofbreathingex": "waterbreathing2potion", + "potionofbreathinglevel2": "waterbreathing2potion", + "potionofbreath2": "waterbreathing2potion", + "potionofbreathlong": "waterbreathing2potion", + "potionofbreathextended": "waterbreathing2potion", + "potionofbreathex": "waterbreathing2potion", + "potionofbreathlevel2": "waterbreathing2potion", + "potofwaterbreathing2": "waterbreathing2potion", + "potofwaterbreathinglong": "waterbreathing2potion", + "potofwaterbreathingextended": "waterbreathing2potion", + "potofwaterbreathingex": "waterbreathing2potion", + "potofwaterbreathinglevel2": "waterbreathing2potion", + "potofwb2": "waterbreathing2potion", + "potofwblong": "waterbreathing2potion", + "potofwbextended": "waterbreathing2potion", + "potofwbex": "waterbreathing2potion", + "potofwblevel2": "waterbreathing2potion", + "potofwaterbreath2": "waterbreathing2potion", + "potofwaterbreathlong": "waterbreathing2potion", + "potofwaterbreathextended": "waterbreathing2potion", + "potofwaterbreathex": "waterbreathing2potion", + "potofwaterbreathlevel2": "waterbreathing2potion", + "potofbreathing2": "waterbreathing2potion", + "potofbreathinglong": "waterbreathing2potion", + "potofbreathingextended": "waterbreathing2potion", + "potofbreathingex": "waterbreathing2potion", + "potofbreathinglevel2": "waterbreathing2potion", + "potofbreath2": "waterbreathing2potion", + "potofbreathlong": "waterbreathing2potion", + "potofbreathextended": "waterbreathing2potion", + "potofbreathex": "waterbreathing2potion", + "potofbreathlevel2": "waterbreathing2potion", + "splashwaterbreathing2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + } + }, + "splashwaterbreathinglongpotion": "splashwaterbreathing2potion", + "splashwaterbreathingextendedpotion": "splashwaterbreathing2potion", + "splashwaterbreathingexpotion": "splashwaterbreathing2potion", + "splashwaterbreathinglevel2potion": "splashwaterbreathing2potion", + "splashwb2potion": "splashwaterbreathing2potion", + "splashwblongpotion": "splashwaterbreathing2potion", + "splashwbextendedpotion": "splashwaterbreathing2potion", + "splashwbexpotion": "splashwaterbreathing2potion", + "splashwblevel2potion": "splashwaterbreathing2potion", + "splashwaterbreath2potion": "splashwaterbreathing2potion", + "splashwaterbreathlongpotion": "splashwaterbreathing2potion", + "splashwaterbreathextendedpotion": "splashwaterbreathing2potion", + "splashwaterbreathexpotion": "splashwaterbreathing2potion", + "splashwaterbreathlevel2potion": "splashwaterbreathing2potion", + "splashbreathing2potion": "splashwaterbreathing2potion", + "splashbreathinglongpotion": "splashwaterbreathing2potion", + "splashbreathingextendedpotion": "splashwaterbreathing2potion", + "splashbreathingexpotion": "splashwaterbreathing2potion", + "splashbreathinglevel2potion": "splashwaterbreathing2potion", + "splashbreath2potion": "splashwaterbreathing2potion", + "splashbreathlongpotion": "splashwaterbreathing2potion", + "splashbreathextendedpotion": "splashwaterbreathing2potion", + "splashbreathexpotion": "splashwaterbreathing2potion", + "splashbreathlevel2potion": "splashwaterbreathing2potion", + "splwaterbreathing2potion": "splashwaterbreathing2potion", + "splwaterbreathinglongpotion": "splashwaterbreathing2potion", + "splwaterbreathingextendedpotion": "splashwaterbreathing2potion", + "splwaterbreathingexpotion": "splashwaterbreathing2potion", + "splwaterbreathinglevel2potion": "splashwaterbreathing2potion", + "splwb2potion": "splashwaterbreathing2potion", + "splwblongpotion": "splashwaterbreathing2potion", + "splwbextendedpotion": "splashwaterbreathing2potion", + "splwbexpotion": "splashwaterbreathing2potion", + "splwblevel2potion": "splashwaterbreathing2potion", + "splwaterbreath2potion": "splashwaterbreathing2potion", + "splwaterbreathlongpotion": "splashwaterbreathing2potion", + "splwaterbreathextendedpotion": "splashwaterbreathing2potion", + "splwaterbreathexpotion": "splashwaterbreathing2potion", + "splwaterbreathlevel2potion": "splashwaterbreathing2potion", + "splbreathing2potion": "splashwaterbreathing2potion", + "splbreathinglongpotion": "splashwaterbreathing2potion", + "splbreathingextendedpotion": "splashwaterbreathing2potion", + "splbreathingexpotion": "splashwaterbreathing2potion", + "splbreathinglevel2potion": "splashwaterbreathing2potion", + "splbreath2potion": "splashwaterbreathing2potion", + "splbreathlongpotion": "splashwaterbreathing2potion", + "splbreathextendedpotion": "splashwaterbreathing2potion", + "splbreathexpotion": "splashwaterbreathing2potion", + "splbreathlevel2potion": "splashwaterbreathing2potion", + "waterbreathing2splashpotion": "splashwaterbreathing2potion", + "waterbreathinglongsplashpotion": "splashwaterbreathing2potion", + "waterbreathingextendedsplashpotion": "splashwaterbreathing2potion", + "waterbreathingexsplashpotion": "splashwaterbreathing2potion", + "waterbreathinglevel2splashpotion": "splashwaterbreathing2potion", + "wb2splashpotion": "splashwaterbreathing2potion", + "wblongsplashpotion": "splashwaterbreathing2potion", + "wbextendedsplashpotion": "splashwaterbreathing2potion", + "wbexsplashpotion": "splashwaterbreathing2potion", + "wblevel2splashpotion": "splashwaterbreathing2potion", + "waterbreath2splashpotion": "splashwaterbreathing2potion", + "waterbreathlongsplashpotion": "splashwaterbreathing2potion", + "waterbreathextendedsplashpotion": "splashwaterbreathing2potion", + "waterbreathexsplashpotion": "splashwaterbreathing2potion", + "waterbreathlevel2splashpotion": "splashwaterbreathing2potion", + "breathing2splashpotion": "splashwaterbreathing2potion", + "breathinglongsplashpotion": "splashwaterbreathing2potion", + "breathingextendedsplashpotion": "splashwaterbreathing2potion", + "breathingexsplashpotion": "splashwaterbreathing2potion", + "breathinglevel2splashpotion": "splashwaterbreathing2potion", + "breath2splashpotion": "splashwaterbreathing2potion", + "breathlongsplashpotion": "splashwaterbreathing2potion", + "breathextendedsplashpotion": "splashwaterbreathing2potion", + "breathexsplashpotion": "splashwaterbreathing2potion", + "breathlevel2splashpotion": "splashwaterbreathing2potion", + "splashwaterbreathing2pot": "splashwaterbreathing2potion", + "splashwaterbreathinglongpot": "splashwaterbreathing2potion", + "splashwaterbreathingextendedpot": "splashwaterbreathing2potion", + "splashwaterbreathingexpot": "splashwaterbreathing2potion", + "splashwaterbreathinglevel2pot": "splashwaterbreathing2potion", + "splashwb2pot": "splashwaterbreathing2potion", + "splashwblongpot": "splashwaterbreathing2potion", + "splashwbextendedpot": "splashwaterbreathing2potion", + "splashwbexpot": "splashwaterbreathing2potion", + "splashwblevel2pot": "splashwaterbreathing2potion", + "splashwaterbreath2pot": "splashwaterbreathing2potion", + "splashwaterbreathlongpot": "splashwaterbreathing2potion", + "splashwaterbreathextendedpot": "splashwaterbreathing2potion", + "splashwaterbreathexpot": "splashwaterbreathing2potion", + "splashwaterbreathlevel2pot": "splashwaterbreathing2potion", + "splashbreathing2pot": "splashwaterbreathing2potion", + "splashbreathinglongpot": "splashwaterbreathing2potion", + "splashbreathingextendedpot": "splashwaterbreathing2potion", + "splashbreathingexpot": "splashwaterbreathing2potion", + "splashbreathinglevel2pot": "splashwaterbreathing2potion", + "splashbreath2pot": "splashwaterbreathing2potion", + "splashbreathlongpot": "splashwaterbreathing2potion", + "splashbreathextendedpot": "splashwaterbreathing2potion", + "splashbreathexpot": "splashwaterbreathing2potion", + "splashbreathlevel2pot": "splashwaterbreathing2potion", + "splwaterbreathing2pot": "splashwaterbreathing2potion", + "splwaterbreathinglongpot": "splashwaterbreathing2potion", + "splwaterbreathingextendedpot": "splashwaterbreathing2potion", + "splwaterbreathingexpot": "splashwaterbreathing2potion", + "splwaterbreathinglevel2pot": "splashwaterbreathing2potion", + "splwb2pot": "splashwaterbreathing2potion", + "splwblongpot": "splashwaterbreathing2potion", + "splwbextendedpot": "splashwaterbreathing2potion", + "splwbexpot": "splashwaterbreathing2potion", + "splwblevel2pot": "splashwaterbreathing2potion", + "splwaterbreath2pot": "splashwaterbreathing2potion", + "splwaterbreathlongpot": "splashwaterbreathing2potion", + "splwaterbreathextendedpot": "splashwaterbreathing2potion", + "splwaterbreathexpot": "splashwaterbreathing2potion", + "splwaterbreathlevel2pot": "splashwaterbreathing2potion", + "splbreathing2pot": "splashwaterbreathing2potion", + "splbreathinglongpot": "splashwaterbreathing2potion", + "splbreathingextendedpot": "splashwaterbreathing2potion", + "splbreathingexpot": "splashwaterbreathing2potion", + "splbreathinglevel2pot": "splashwaterbreathing2potion", + "splbreath2pot": "splashwaterbreathing2potion", + "splbreathlongpot": "splashwaterbreathing2potion", + "splbreathextendedpot": "splashwaterbreathing2potion", + "splbreathexpot": "splashwaterbreathing2potion", + "splbreathlevel2pot": "splashwaterbreathing2potion", + "waterbreathing2splashpot": "splashwaterbreathing2potion", + "waterbreathinglongsplashpot": "splashwaterbreathing2potion", + "waterbreathingextendedsplashpot": "splashwaterbreathing2potion", + "waterbreathingexsplashpot": "splashwaterbreathing2potion", + "waterbreathinglevel2splashpot": "splashwaterbreathing2potion", + "wb2splashpot": "splashwaterbreathing2potion", + "wblongsplashpot": "splashwaterbreathing2potion", + "wbextendedsplashpot": "splashwaterbreathing2potion", + "wbexsplashpot": "splashwaterbreathing2potion", + "wblevel2splashpot": "splashwaterbreathing2potion", + "waterbreath2splashpot": "splashwaterbreathing2potion", + "waterbreathlongsplashpot": "splashwaterbreathing2potion", + "waterbreathextendedsplashpot": "splashwaterbreathing2potion", + "waterbreathexsplashpot": "splashwaterbreathing2potion", + "waterbreathlevel2splashpot": "splashwaterbreathing2potion", + "breathing2splashpot": "splashwaterbreathing2potion", + "breathinglongsplashpot": "splashwaterbreathing2potion", + "breathingextendedsplashpot": "splashwaterbreathing2potion", + "breathingexsplashpot": "splashwaterbreathing2potion", + "breathinglevel2splashpot": "splashwaterbreathing2potion", + "breath2splashpot": "splashwaterbreathing2potion", + "breathlongsplashpot": "splashwaterbreathing2potion", + "breathextendedsplashpot": "splashwaterbreathing2potion", + "breathexsplashpot": "splashwaterbreathing2potion", + "breathlevel2splashpot": "splashwaterbreathing2potion", + "lingerpotwaterbreathing2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + } + }, + "lingerpotwaterbreathinglong": "lingerpotwaterbreathing2", + "lingerpotwaterbreathingextended": "lingerpotwaterbreathing2", + "lingerpotwaterbreathingex": "lingerpotwaterbreathing2", + "lingerpotwaterbreathinglevel2": "lingerpotwaterbreathing2", + "lingerpotwb2": "lingerpotwaterbreathing2", + "lingerpotwblong": "lingerpotwaterbreathing2", + "lingerpotwbextended": "lingerpotwaterbreathing2", + "lingerpotwbex": "lingerpotwaterbreathing2", + "lingerpotwblevel2": "lingerpotwaterbreathing2", + "lingerpotwaterbreath2": "lingerpotwaterbreathing2", + "lingerpotwaterbreathlong": "lingerpotwaterbreathing2", + "lingerpotwaterbreathextended": "lingerpotwaterbreathing2", + "lingerpotwaterbreathex": "lingerpotwaterbreathing2", + "lingerpotwaterbreathlevel2": "lingerpotwaterbreathing2", + "lingerpotbreathing2": "lingerpotwaterbreathing2", + "lingerpotbreathinglong": "lingerpotwaterbreathing2", + "lingerpotbreathingextended": "lingerpotwaterbreathing2", + "lingerpotbreathingex": "lingerpotwaterbreathing2", + "lingerpotbreathinglevel2": "lingerpotwaterbreathing2", + "lingerpotbreath2": "lingerpotwaterbreathing2", + "lingerpotbreathlong": "lingerpotwaterbreathing2", + "lingerpotbreathextended": "lingerpotwaterbreathing2", + "lingerpotbreathex": "lingerpotwaterbreathing2", + "lingerpotbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathinglingerpot2": "lingerpotwaterbreathing2", + "waterbreathinglingerpotlong": "lingerpotwaterbreathing2", + "waterbreathinglingerpotextended": "lingerpotwaterbreathing2", + "waterbreathinglingerpotex": "lingerpotwaterbreathing2", + "waterbreathinglingerpotlevel2": "lingerpotwaterbreathing2", + "wblingerpot2": "lingerpotwaterbreathing2", + "wblingerpotlong": "lingerpotwaterbreathing2", + "wblingerpotextended": "lingerpotwaterbreathing2", + "wblingerpotex": "lingerpotwaterbreathing2", + "wblingerpotlevel2": "lingerpotwaterbreathing2", + "waterbreathlingerpot2": "lingerpotwaterbreathing2", + "waterbreathlingerpotlong": "lingerpotwaterbreathing2", + "waterbreathlingerpotextended": "lingerpotwaterbreathing2", + "waterbreathlingerpotex": "lingerpotwaterbreathing2", + "waterbreathlingerpotlevel2": "lingerpotwaterbreathing2", + "breathinglingerpot2": "lingerpotwaterbreathing2", + "breathinglingerpotlong": "lingerpotwaterbreathing2", + "breathinglingerpotextended": "lingerpotwaterbreathing2", + "breathinglingerpotex": "lingerpotwaterbreathing2", + "breathinglingerpotlevel2": "lingerpotwaterbreathing2", + "breathlingerpot2": "lingerpotwaterbreathing2", + "breathlingerpotlong": "lingerpotwaterbreathing2", + "breathlingerpotextended": "lingerpotwaterbreathing2", + "breathlingerpotex": "lingerpotwaterbreathing2", + "breathlingerpotlevel2": "lingerpotwaterbreathing2", + "aoepotionwaterbreathing2": "lingerpotwaterbreathing2", + "aoepotionwaterbreathinglong": "lingerpotwaterbreathing2", + "aoepotionwaterbreathingextended": "lingerpotwaterbreathing2", + "aoepotionwaterbreathingex": "lingerpotwaterbreathing2", + "aoepotionwaterbreathinglevel2": "lingerpotwaterbreathing2", + "aoepotionwb2": "lingerpotwaterbreathing2", + "aoepotionwblong": "lingerpotwaterbreathing2", + "aoepotionwbextended": "lingerpotwaterbreathing2", + "aoepotionwbex": "lingerpotwaterbreathing2", + "aoepotionwblevel2": "lingerpotwaterbreathing2", + "aoepotionwaterbreath2": "lingerpotwaterbreathing2", + "aoepotionwaterbreathlong": "lingerpotwaterbreathing2", + "aoepotionwaterbreathextended": "lingerpotwaterbreathing2", + "aoepotionwaterbreathex": "lingerpotwaterbreathing2", + "aoepotionwaterbreathlevel2": "lingerpotwaterbreathing2", + "aoepotionbreathing2": "lingerpotwaterbreathing2", + "aoepotionbreathinglong": "lingerpotwaterbreathing2", + "aoepotionbreathingextended": "lingerpotwaterbreathing2", + "aoepotionbreathingex": "lingerpotwaterbreathing2", + "aoepotionbreathinglevel2": "lingerpotwaterbreathing2", + "aoepotionbreath2": "lingerpotwaterbreathing2", + "aoepotionbreathlong": "lingerpotwaterbreathing2", + "aoepotionbreathextended": "lingerpotwaterbreathing2", + "aoepotionbreathex": "lingerpotwaterbreathing2", + "aoepotionbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingaoepoiont2": "lingerpotwaterbreathing2", + "waterbreathingaoepoiontlong": "lingerpotwaterbreathing2", + "waterbreathingaoepoiontextended": "lingerpotwaterbreathing2", + "waterbreathingaoepoiontex": "lingerpotwaterbreathing2", + "waterbreathingaoepoiontlevel2": "lingerpotwaterbreathing2", + "wbaoepoiont2": "lingerpotwaterbreathing2", + "wbaoepoiontlong": "lingerpotwaterbreathing2", + "wbaoepoiontextended": "lingerpotwaterbreathing2", + "wbaoepoiontex": "lingerpotwaterbreathing2", + "wbaoepoiontlevel2": "lingerpotwaterbreathing2", + "waterbreathaoepoiont2": "lingerpotwaterbreathing2", + "waterbreathaoepoiontlong": "lingerpotwaterbreathing2", + "waterbreathaoepoiontextended": "lingerpotwaterbreathing2", + "waterbreathaoepoiontex": "lingerpotwaterbreathing2", + "waterbreathaoepoiontlevel2": "lingerpotwaterbreathing2", + "breathingaoepoiont2": "lingerpotwaterbreathing2", + "breathingaoepoiontlong": "lingerpotwaterbreathing2", + "breathingaoepoiontextended": "lingerpotwaterbreathing2", + "breathingaoepoiontex": "lingerpotwaterbreathing2", + "breathingaoepoiontlevel2": "lingerpotwaterbreathing2", + "breathaoepoiont2": "lingerpotwaterbreathing2", + "breathaoepoiontlong": "lingerpotwaterbreathing2", + "breathaoepoiontextended": "lingerpotwaterbreathing2", + "breathaoepoiontex": "lingerpotwaterbreathing2", + "breathaoepoiontlevel2": "lingerpotwaterbreathing2", + "aoepotwaterbreathing2": "lingerpotwaterbreathing2", + "aoepotwaterbreathinglong": "lingerpotwaterbreathing2", + "aoepotwaterbreathingextended": "lingerpotwaterbreathing2", + "aoepotwaterbreathingex": "lingerpotwaterbreathing2", + "aoepotwaterbreathinglevel2": "lingerpotwaterbreathing2", + "aoepotwb2": "lingerpotwaterbreathing2", + "aoepotwblong": "lingerpotwaterbreathing2", + "aoepotwbextended": "lingerpotwaterbreathing2", + "aoepotwbex": "lingerpotwaterbreathing2", + "aoepotwblevel2": "lingerpotwaterbreathing2", + "aoepotwaterbreath2": "lingerpotwaterbreathing2", + "aoepotwaterbreathlong": "lingerpotwaterbreathing2", + "aoepotwaterbreathextended": "lingerpotwaterbreathing2", + "aoepotwaterbreathex": "lingerpotwaterbreathing2", + "aoepotwaterbreathlevel2": "lingerpotwaterbreathing2", + "aoepotbreathing2": "lingerpotwaterbreathing2", + "aoepotbreathinglong": "lingerpotwaterbreathing2", + "aoepotbreathingextended": "lingerpotwaterbreathing2", + "aoepotbreathingex": "lingerpotwaterbreathing2", + "aoepotbreathinglevel2": "lingerpotwaterbreathing2", + "aoepotbreath2": "lingerpotwaterbreathing2", + "aoepotbreathlong": "lingerpotwaterbreathing2", + "aoepotbreathextended": "lingerpotwaterbreathing2", + "aoepotbreathex": "lingerpotwaterbreathing2", + "aoepotbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingaoepot2": "lingerpotwaterbreathing2", + "waterbreathingaoepotlong": "lingerpotwaterbreathing2", + "waterbreathingaoepotextended": "lingerpotwaterbreathing2", + "waterbreathingaoepotex": "lingerpotwaterbreathing2", + "waterbreathingaoepotlevel2": "lingerpotwaterbreathing2", + "wbaoepot2": "lingerpotwaterbreathing2", + "wbaoepotlong": "lingerpotwaterbreathing2", + "wbaoepotextended": "lingerpotwaterbreathing2", + "wbaoepotex": "lingerpotwaterbreathing2", + "wbaoepotlevel2": "lingerpotwaterbreathing2", + "waterbreathaoepot2": "lingerpotwaterbreathing2", + "waterbreathaoepotlong": "lingerpotwaterbreathing2", + "waterbreathaoepotextended": "lingerpotwaterbreathing2", + "waterbreathaoepotex": "lingerpotwaterbreathing2", + "waterbreathaoepotlevel2": "lingerpotwaterbreathing2", + "breathingaoepot2": "lingerpotwaterbreathing2", + "breathingaoepotlong": "lingerpotwaterbreathing2", + "breathingaoepotextended": "lingerpotwaterbreathing2", + "breathingaoepotex": "lingerpotwaterbreathing2", + "breathingaoepotlevel2": "lingerpotwaterbreathing2", + "breathaoepot2": "lingerpotwaterbreathing2", + "breathaoepotlong": "lingerpotwaterbreathing2", + "breathaoepotextended": "lingerpotwaterbreathing2", + "breathaoepotex": "lingerpotwaterbreathing2", + "breathaoepotlevel2": "lingerpotwaterbreathing2", + "areapotionwaterbreathing2": "lingerpotwaterbreathing2", + "areapotionwaterbreathinglong": "lingerpotwaterbreathing2", + "areapotionwaterbreathingextended": "lingerpotwaterbreathing2", + "areapotionwaterbreathingex": "lingerpotwaterbreathing2", + "areapotionwaterbreathinglevel2": "lingerpotwaterbreathing2", + "areapotionwb2": "lingerpotwaterbreathing2", + "areapotionwblong": "lingerpotwaterbreathing2", + "areapotionwbextended": "lingerpotwaterbreathing2", + "areapotionwbex": "lingerpotwaterbreathing2", + "areapotionwblevel2": "lingerpotwaterbreathing2", + "areapotionwaterbreath2": "lingerpotwaterbreathing2", + "areapotionwaterbreathlong": "lingerpotwaterbreathing2", + "areapotionwaterbreathextended": "lingerpotwaterbreathing2", + "areapotionwaterbreathex": "lingerpotwaterbreathing2", + "areapotionwaterbreathlevel2": "lingerpotwaterbreathing2", + "areapotionbreathing2": "lingerpotwaterbreathing2", + "areapotionbreathinglong": "lingerpotwaterbreathing2", + "areapotionbreathingextended": "lingerpotwaterbreathing2", + "areapotionbreathingex": "lingerpotwaterbreathing2", + "areapotionbreathinglevel2": "lingerpotwaterbreathing2", + "areapotionbreath2": "lingerpotwaterbreathing2", + "areapotionbreathlong": "lingerpotwaterbreathing2", + "areapotionbreathextended": "lingerpotwaterbreathing2", + "areapotionbreathex": "lingerpotwaterbreathing2", + "areapotionbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingareapotion2": "lingerpotwaterbreathing2", + "waterbreathingareapotionlong": "lingerpotwaterbreathing2", + "waterbreathingareapotionextended": "lingerpotwaterbreathing2", + "waterbreathingareapotionex": "lingerpotwaterbreathing2", + "waterbreathingareapotionlevel2": "lingerpotwaterbreathing2", + "wbareapotion2": "lingerpotwaterbreathing2", + "wbareapotionlong": "lingerpotwaterbreathing2", + "wbareapotionextended": "lingerpotwaterbreathing2", + "wbareapotionex": "lingerpotwaterbreathing2", + "wbareapotionlevel2": "lingerpotwaterbreathing2", + "waterbreathareapotion2": "lingerpotwaterbreathing2", + "waterbreathareapotionlong": "lingerpotwaterbreathing2", + "waterbreathareapotionextended": "lingerpotwaterbreathing2", + "waterbreathareapotionex": "lingerpotwaterbreathing2", + "waterbreathareapotionlevel2": "lingerpotwaterbreathing2", + "breathingareapotion2": "lingerpotwaterbreathing2", + "breathingareapotionlong": "lingerpotwaterbreathing2", + "breathingareapotionextended": "lingerpotwaterbreathing2", + "breathingareapotionex": "lingerpotwaterbreathing2", + "breathingareapotionlevel2": "lingerpotwaterbreathing2", + "breathareapotion2": "lingerpotwaterbreathing2", + "breathareapotionlong": "lingerpotwaterbreathing2", + "breathareapotionextended": "lingerpotwaterbreathing2", + "breathareapotionex": "lingerpotwaterbreathing2", + "breathareapotionlevel2": "lingerpotwaterbreathing2", + "areapotwaterbreathing2": "lingerpotwaterbreathing2", + "areapotwaterbreathinglong": "lingerpotwaterbreathing2", + "areapotwaterbreathingextended": "lingerpotwaterbreathing2", + "areapotwaterbreathingex": "lingerpotwaterbreathing2", + "areapotwaterbreathinglevel2": "lingerpotwaterbreathing2", + "areapotwb2": "lingerpotwaterbreathing2", + "areapotwblong": "lingerpotwaterbreathing2", + "areapotwbextended": "lingerpotwaterbreathing2", + "areapotwbex": "lingerpotwaterbreathing2", + "areapotwblevel2": "lingerpotwaterbreathing2", + "areapotwaterbreath2": "lingerpotwaterbreathing2", + "areapotwaterbreathlong": "lingerpotwaterbreathing2", + "areapotwaterbreathextended": "lingerpotwaterbreathing2", + "areapotwaterbreathex": "lingerpotwaterbreathing2", + "areapotwaterbreathlevel2": "lingerpotwaterbreathing2", + "areapotbreathing2": "lingerpotwaterbreathing2", + "areapotbreathinglong": "lingerpotwaterbreathing2", + "areapotbreathingextended": "lingerpotwaterbreathing2", + "areapotbreathingex": "lingerpotwaterbreathing2", + "areapotbreathinglevel2": "lingerpotwaterbreathing2", + "areapotbreath2": "lingerpotwaterbreathing2", + "areapotbreathlong": "lingerpotwaterbreathing2", + "areapotbreathextended": "lingerpotwaterbreathing2", + "areapotbreathex": "lingerpotwaterbreathing2", + "areapotbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingareapot2": "lingerpotwaterbreathing2", + "waterbreathingareapotlong": "lingerpotwaterbreathing2", + "waterbreathingareapotextended": "lingerpotwaterbreathing2", + "waterbreathingareapotex": "lingerpotwaterbreathing2", + "waterbreathingareapotlevel2": "lingerpotwaterbreathing2", + "wbareapot2": "lingerpotwaterbreathing2", + "wbareapotlong": "lingerpotwaterbreathing2", + "wbareapotextended": "lingerpotwaterbreathing2", + "wbareapotex": "lingerpotwaterbreathing2", + "wbareapotlevel2": "lingerpotwaterbreathing2", + "waterbreathareapot2": "lingerpotwaterbreathing2", + "waterbreathareapotlong": "lingerpotwaterbreathing2", + "waterbreathareapotextended": "lingerpotwaterbreathing2", + "waterbreathareapotex": "lingerpotwaterbreathing2", + "waterbreathareapotlevel2": "lingerpotwaterbreathing2", + "breathingareapot2": "lingerpotwaterbreathing2", + "breathingareapotlong": "lingerpotwaterbreathing2", + "breathingareapotextended": "lingerpotwaterbreathing2", + "breathingareapotex": "lingerpotwaterbreathing2", + "breathingareapotlevel2": "lingerpotwaterbreathing2", + "breathareapot2": "lingerpotwaterbreathing2", + "breathareapotlong": "lingerpotwaterbreathing2", + "breathareapotextended": "lingerpotwaterbreathing2", + "breathareapotex": "lingerpotwaterbreathing2", + "breathareapotlevel2": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathing2": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathinglong": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathingextended": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathingex": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathinglevel2": "lingerpotwaterbreathing2", + "cloudpotionwb2": "lingerpotwaterbreathing2", + "cloudpotionwblong": "lingerpotwaterbreathing2", + "cloudpotionwbextended": "lingerpotwaterbreathing2", + "cloudpotionwbex": "lingerpotwaterbreathing2", + "cloudpotionwblevel2": "lingerpotwaterbreathing2", + "cloudpotionwaterbreath2": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathlong": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathextended": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathex": "lingerpotwaterbreathing2", + "cloudpotionwaterbreathlevel2": "lingerpotwaterbreathing2", + "cloudpotionbreathing2": "lingerpotwaterbreathing2", + "cloudpotionbreathinglong": "lingerpotwaterbreathing2", + "cloudpotionbreathingextended": "lingerpotwaterbreathing2", + "cloudpotionbreathingex": "lingerpotwaterbreathing2", + "cloudpotionbreathinglevel2": "lingerpotwaterbreathing2", + "cloudpotionbreath2": "lingerpotwaterbreathing2", + "cloudpotionbreathlong": "lingerpotwaterbreathing2", + "cloudpotionbreathextended": "lingerpotwaterbreathing2", + "cloudpotionbreathex": "lingerpotwaterbreathing2", + "cloudpotionbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingcloudpotion2": "lingerpotwaterbreathing2", + "waterbreathingcloudpotionlong": "lingerpotwaterbreathing2", + "waterbreathingcloudpotionextended": "lingerpotwaterbreathing2", + "waterbreathingcloudpotionex": "lingerpotwaterbreathing2", + "waterbreathingcloudpotionlevel2": "lingerpotwaterbreathing2", + "wbcloudpotion2": "lingerpotwaterbreathing2", + "wbcloudpotionlong": "lingerpotwaterbreathing2", + "wbcloudpotionextended": "lingerpotwaterbreathing2", + "wbcloudpotionex": "lingerpotwaterbreathing2", + "wbcloudpotionlevel2": "lingerpotwaterbreathing2", + "waterbreathcloudpotion2": "lingerpotwaterbreathing2", + "waterbreathcloudpotionlong": "lingerpotwaterbreathing2", + "waterbreathcloudpotionextended": "lingerpotwaterbreathing2", + "waterbreathcloudpotionex": "lingerpotwaterbreathing2", + "waterbreathcloudpotionlevel2": "lingerpotwaterbreathing2", + "breathingcloudpotion2": "lingerpotwaterbreathing2", + "breathingcloudpotionlong": "lingerpotwaterbreathing2", + "breathingcloudpotionextended": "lingerpotwaterbreathing2", + "breathingcloudpotionex": "lingerpotwaterbreathing2", + "breathingcloudpotionlevel2": "lingerpotwaterbreathing2", + "breathcloudpotion2": "lingerpotwaterbreathing2", + "breathcloudpotionlong": "lingerpotwaterbreathing2", + "breathcloudpotionextended": "lingerpotwaterbreathing2", + "breathcloudpotionex": "lingerpotwaterbreathing2", + "breathcloudpotionlevel2": "lingerpotwaterbreathing2", + "cloudpotwaterbreathing2": "lingerpotwaterbreathing2", + "cloudpotwaterbreathinglong": "lingerpotwaterbreathing2", + "cloudpotwaterbreathingextended": "lingerpotwaterbreathing2", + "cloudpotwaterbreathingex": "lingerpotwaterbreathing2", + "cloudpotwaterbreathinglevel2": "lingerpotwaterbreathing2", + "cloudpotwb2": "lingerpotwaterbreathing2", + "cloudpotwblong": "lingerpotwaterbreathing2", + "cloudpotwbextended": "lingerpotwaterbreathing2", + "cloudpotwbex": "lingerpotwaterbreathing2", + "cloudpotwblevel2": "lingerpotwaterbreathing2", + "cloudpotwaterbreath2": "lingerpotwaterbreathing2", + "cloudpotwaterbreathlong": "lingerpotwaterbreathing2", + "cloudpotwaterbreathextended": "lingerpotwaterbreathing2", + "cloudpotwaterbreathex": "lingerpotwaterbreathing2", + "cloudpotwaterbreathlevel2": "lingerpotwaterbreathing2", + "cloudpotbreathing2": "lingerpotwaterbreathing2", + "cloudpotbreathinglong": "lingerpotwaterbreathing2", + "cloudpotbreathingextended": "lingerpotwaterbreathing2", + "cloudpotbreathingex": "lingerpotwaterbreathing2", + "cloudpotbreathinglevel2": "lingerpotwaterbreathing2", + "cloudpotbreath2": "lingerpotwaterbreathing2", + "cloudpotbreathlong": "lingerpotwaterbreathing2", + "cloudpotbreathextended": "lingerpotwaterbreathing2", + "cloudpotbreathex": "lingerpotwaterbreathing2", + "cloudpotbreathlevel2": "lingerpotwaterbreathing2", + "waterbreathingcloudpot2": "lingerpotwaterbreathing2", + "waterbreathingcloudpotlong": "lingerpotwaterbreathing2", + "waterbreathingcloudpotextended": "lingerpotwaterbreathing2", + "waterbreathingcloudpotex": "lingerpotwaterbreathing2", + "waterbreathingcloudpotlevel2": "lingerpotwaterbreathing2", + "wbcloudpot2": "lingerpotwaterbreathing2", + "wbcloudpotlong": "lingerpotwaterbreathing2", + "wbcloudpotextended": "lingerpotwaterbreathing2", + "wbcloudpotex": "lingerpotwaterbreathing2", + "wbcloudpotlevel2": "lingerpotwaterbreathing2", + "waterbreathcloudpot2": "lingerpotwaterbreathing2", + "waterbreathcloudpotlong": "lingerpotwaterbreathing2", + "waterbreathcloudpotextended": "lingerpotwaterbreathing2", + "waterbreathcloudpotex": "lingerpotwaterbreathing2", + "waterbreathcloudpotlevel2": "lingerpotwaterbreathing2", + "breathingcloudpot2": "lingerpotwaterbreathing2", + "breathingcloudpotlong": "lingerpotwaterbreathing2", + "breathingcloudpotextended": "lingerpotwaterbreathing2", + "breathingcloudpotex": "lingerpotwaterbreathing2", + "breathingcloudpotlevel2": "lingerpotwaterbreathing2", + "breathcloudpot2": "lingerpotwaterbreathing2", + "breathcloudpotlong": "lingerpotwaterbreathing2", + "breathcloudpotextended": "lingerpotwaterbreathing2", + "breathcloudpotex": "lingerpotwaterbreathing2", + "breathcloudpotlevel2": "lingerpotwaterbreathing2", + "arrowwaterbreathing2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_water_breathing", + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + } + }, + "arrowwaterbreathinglong": "arrowwaterbreathing2", + "arrowwaterbreathingextended": "arrowwaterbreathing2", + "arrowwaterbreathingex": "arrowwaterbreathing2", + "arrowwaterbreathinglevel2": "arrowwaterbreathing2", + "arrowwb2": "arrowwaterbreathing2", + "arrowwblong": "arrowwaterbreathing2", + "arrowwbextended": "arrowwaterbreathing2", + "arrowwbex": "arrowwaterbreathing2", + "arrowwblevel2": "arrowwaterbreathing2", + "arrowwaterbreath2": "arrowwaterbreathing2", + "arrowwaterbreathlong": "arrowwaterbreathing2", + "arrowwaterbreathextended": "arrowwaterbreathing2", + "arrowwaterbreathex": "arrowwaterbreathing2", + "arrowwaterbreathlevel2": "arrowwaterbreathing2", + "arrowbreathing2": "arrowwaterbreathing2", + "arrowbreathinglong": "arrowwaterbreathing2", + "arrowbreathingextended": "arrowwaterbreathing2", + "arrowbreathingex": "arrowwaterbreathing2", + "arrowbreathinglevel2": "arrowwaterbreathing2", + "arrowbreath2": "arrowwaterbreathing2", + "arrowbreathlong": "arrowwaterbreathing2", + "arrowbreathextended": "arrowwaterbreathing2", + "arrowbreathex": "arrowwaterbreathing2", + "arrowbreathlevel2": "arrowwaterbreathing2", + "waterbreathingarrow2": "arrowwaterbreathing2", + "waterbreathingarrowlong": "arrowwaterbreathing2", + "waterbreathingarrowextended": "arrowwaterbreathing2", + "waterbreathingarrowex": "arrowwaterbreathing2", + "waterbreathingarrowlevel2": "arrowwaterbreathing2", + "wbarrow2": "arrowwaterbreathing2", + "wbarrowlong": "arrowwaterbreathing2", + "wbarrowextended": "arrowwaterbreathing2", + "wbarrowex": "arrowwaterbreathing2", + "wbarrowlevel2": "arrowwaterbreathing2", + "waterbreatharrow2": "arrowwaterbreathing2", + "waterbreatharrowlong": "arrowwaterbreathing2", + "waterbreatharrowextended": "arrowwaterbreathing2", + "waterbreatharrowex": "arrowwaterbreathing2", + "waterbreatharrowlevel2": "arrowwaterbreathing2", + "breathingarrow2": "arrowwaterbreathing2", + "breathingarrowlong": "arrowwaterbreathing2", + "breathingarrowextended": "arrowwaterbreathing2", + "breathingarrowex": "arrowwaterbreathing2", + "breathingarrowlevel2": "arrowwaterbreathing2", + "breatharrow2": "arrowwaterbreathing2", + "breatharrowlong": "arrowwaterbreathing2", + "breatharrowextended": "arrowwaterbreathing2", + "breatharrowex": "arrowwaterbreathing2", + "breatharrowlevel2": "arrowwaterbreathing2", + "healingpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "healing", + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + } + }, + "healpotion": "healingpotion", + "lifepotion": "healingpotion", + "hpotion": "healingpotion", + "healingpot": "healingpotion", + "healpot": "healingpotion", + "lifepot": "healingpotion", + "hpot": "healingpotion", + "potionofhealing": "healingpotion", + "potionofheal": "healingpotion", + "potionoflife": "healingpotion", + "potionofh": "healingpotion", + "potofhealing": "healingpotion", + "potofheal": "healingpotion", + "potoflife": "healingpotion", + "potofh": "healingpotion", + "splashhealingpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "healing", + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + } + }, + "splashhealpotion": "splashhealingpotion", + "splashlifepotion": "splashhealingpotion", + "splashhpotion": "splashhealingpotion", + "splhealingpotion": "splashhealingpotion", + "splhealpotion": "splashhealingpotion", + "spllifepotion": "splashhealingpotion", + "splhpotion": "splashhealingpotion", + "healingsplashpotion": "splashhealingpotion", + "healsplashpotion": "splashhealingpotion", + "lifesplashpotion": "splashhealingpotion", + "hsplashpotion": "splashhealingpotion", + "splashhealingpot": "splashhealingpotion", + "splashhealpot": "splashhealingpotion", + "splashlifepot": "splashhealingpotion", + "splashhpot": "splashhealingpotion", + "splhealingpot": "splashhealingpotion", + "splhealpot": "splashhealingpotion", + "spllifepot": "splashhealingpotion", + "splhpot": "splashhealingpotion", + "healingsplashpot": "splashhealingpotion", + "healsplashpot": "splashhealingpotion", + "lifesplashpot": "splashhealingpotion", + "hsplashpot": "splashhealingpotion", + "lingerpothealing": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "healing", + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + } + }, + "lingerpotheal": "lingerpothealing", + "lingerpotlife": "lingerpothealing", + "lingerpoth": "lingerpothealing", + "healinglingerpot": "lingerpothealing", + "heallingerpot": "lingerpothealing", + "lifelingerpot": "lingerpothealing", + "hlingerpot": "lingerpothealing", + "aoepotionhealing": "lingerpothealing", + "aoepotionheal": "lingerpothealing", + "aoepotionlife": "lingerpothealing", + "aoepotionh": "lingerpothealing", + "healingaoepoiont": "lingerpothealing", + "healaoepoiont": "lingerpothealing", + "lifeaoepoiont": "lingerpothealing", + "haoepoiont": "lingerpothealing", + "aoepothealing": "lingerpothealing", + "aoepotheal": "lingerpothealing", + "aoepotlife": "lingerpothealing", + "aoepoth": "lingerpothealing", + "healingaoepot": "lingerpothealing", + "healaoepot": "lingerpothealing", + "lifeaoepot": "lingerpothealing", + "haoepot": "lingerpothealing", + "areapotionhealing": "lingerpothealing", + "areapotionheal": "lingerpothealing", + "areapotionlife": "lingerpothealing", + "areapotionh": "lingerpothealing", + "healingareapotion": "lingerpothealing", + "healareapotion": "lingerpothealing", + "lifeareapotion": "lingerpothealing", + "hareapotion": "lingerpothealing", + "areapothealing": "lingerpothealing", + "areapotheal": "lingerpothealing", + "areapotlife": "lingerpothealing", + "areapoth": "lingerpothealing", + "healingareapot": "lingerpothealing", + "healareapot": "lingerpothealing", + "lifeareapot": "lingerpothealing", + "hareapot": "lingerpothealing", + "cloudpotionhealing": "lingerpothealing", + "cloudpotionheal": "lingerpothealing", + "cloudpotionlife": "lingerpothealing", + "cloudpotionh": "lingerpothealing", + "healingcloudpotion": "lingerpothealing", + "healcloudpotion": "lingerpothealing", + "lifecloudpotion": "lingerpothealing", + "hcloudpotion": "lingerpothealing", + "cloudpothealing": "lingerpothealing", + "cloudpotheal": "lingerpothealing", + "cloudpotlife": "lingerpothealing", + "cloudpoth": "lingerpothealing", + "healingcloudpot": "lingerpothealing", + "healcloudpot": "lingerpothealing", + "lifecloudpot": "lingerpothealing", + "hcloudpot": "lingerpothealing", + "arrowhealing": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "healing", + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + } + }, + "arrowheal": "arrowhealing", + "arrowlife": "arrowhealing", + "arrowh": "arrowhealing", + "healingarrow": "arrowhealing", + "healarrow": "arrowhealing", + "lifearrow": "arrowhealing", + "harrow": "arrowhealing", + "healingiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_healing", + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + } + }, + "healingstrongpotion": "healingiipotion", + "healingleveliipotion": "healingiipotion", + "healiipotion": "healingiipotion", + "healstrongpotion": "healingiipotion", + "healleveliipotion": "healingiipotion", + "lifeiipotion": "healingiipotion", + "lifestrongpotion": "healingiipotion", + "lifeleveliipotion": "healingiipotion", + "hiipotion": "healingiipotion", + "hstrongpotion": "healingiipotion", + "hleveliipotion": "healingiipotion", + "healingiipot": "healingiipotion", + "healingstrongpot": "healingiipotion", + "healingleveliipot": "healingiipotion", + "healiipot": "healingiipotion", + "healstrongpot": "healingiipotion", + "healleveliipot": "healingiipotion", + "lifeiipot": "healingiipotion", + "lifestrongpot": "healingiipotion", + "lifeleveliipot": "healingiipotion", + "hiipot": "healingiipotion", + "hstrongpot": "healingiipotion", + "hleveliipot": "healingiipotion", + "potionofhealingii": "healingiipotion", + "potionofhealingstrong": "healingiipotion", + "potionofhealinglevelii": "healingiipotion", + "potionofhealii": "healingiipotion", + "potionofhealstrong": "healingiipotion", + "potionofheallevelii": "healingiipotion", + "potionoflifeii": "healingiipotion", + "potionoflifestrong": "healingiipotion", + "potionoflifelevelii": "healingiipotion", + "potionofhii": "healingiipotion", + "potionofhstrong": "healingiipotion", + "potionofhlevelii": "healingiipotion", + "potofhealingii": "healingiipotion", + "potofhealingstrong": "healingiipotion", + "potofhealinglevelii": "healingiipotion", + "potofhealii": "healingiipotion", + "potofhealstrong": "healingiipotion", + "potofheallevelii": "healingiipotion", + "potoflifeii": "healingiipotion", + "potoflifestrong": "healingiipotion", + "potoflifelevelii": "healingiipotion", + "potofhii": "healingiipotion", + "potofhstrong": "healingiipotion", + "potofhlevelii": "healingiipotion", + "splashhealingiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_healing", + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + } + }, + "splashhealingstrongpotion": "splashhealingiipotion", + "splashhealingleveliipotion": "splashhealingiipotion", + "splashhealiipotion": "splashhealingiipotion", + "splashhealstrongpotion": "splashhealingiipotion", + "splashhealleveliipotion": "splashhealingiipotion", + "splashlifeiipotion": "splashhealingiipotion", + "splashlifestrongpotion": "splashhealingiipotion", + "splashlifeleveliipotion": "splashhealingiipotion", + "splashhiipotion": "splashhealingiipotion", + "splashhstrongpotion": "splashhealingiipotion", + "splashhleveliipotion": "splashhealingiipotion", + "splhealingiipotion": "splashhealingiipotion", + "splhealingstrongpotion": "splashhealingiipotion", + "splhealingleveliipotion": "splashhealingiipotion", + "splhealiipotion": "splashhealingiipotion", + "splhealstrongpotion": "splashhealingiipotion", + "splhealleveliipotion": "splashhealingiipotion", + "spllifeiipotion": "splashhealingiipotion", + "spllifestrongpotion": "splashhealingiipotion", + "spllifeleveliipotion": "splashhealingiipotion", + "splhiipotion": "splashhealingiipotion", + "splhstrongpotion": "splashhealingiipotion", + "splhleveliipotion": "splashhealingiipotion", + "healingiisplashpotion": "splashhealingiipotion", + "healingstrongsplashpotion": "splashhealingiipotion", + "healingleveliisplashpotion": "splashhealingiipotion", + "healiisplashpotion": "splashhealingiipotion", + "healstrongsplashpotion": "splashhealingiipotion", + "healleveliisplashpotion": "splashhealingiipotion", + "lifeiisplashpotion": "splashhealingiipotion", + "lifestrongsplashpotion": "splashhealingiipotion", + "lifeleveliisplashpotion": "splashhealingiipotion", + "hiisplashpotion": "splashhealingiipotion", + "hstrongsplashpotion": "splashhealingiipotion", + "hleveliisplashpotion": "splashhealingiipotion", + "splashhealingiipot": "splashhealingiipotion", + "splashhealingstrongpot": "splashhealingiipotion", + "splashhealingleveliipot": "splashhealingiipotion", + "splashhealiipot": "splashhealingiipotion", + "splashhealstrongpot": "splashhealingiipotion", + "splashhealleveliipot": "splashhealingiipotion", + "splashlifeiipot": "splashhealingiipotion", + "splashlifestrongpot": "splashhealingiipotion", + "splashlifeleveliipot": "splashhealingiipotion", + "splashhiipot": "splashhealingiipotion", + "splashhstrongpot": "splashhealingiipotion", + "splashhleveliipot": "splashhealingiipotion", + "splhealingiipot": "splashhealingiipotion", + "splhealingstrongpot": "splashhealingiipotion", + "splhealingleveliipot": "splashhealingiipotion", + "splhealiipot": "splashhealingiipotion", + "splhealstrongpot": "splashhealingiipotion", + "splhealleveliipot": "splashhealingiipotion", + "spllifeiipot": "splashhealingiipotion", + "spllifestrongpot": "splashhealingiipotion", + "spllifeleveliipot": "splashhealingiipotion", + "splhiipot": "splashhealingiipotion", + "splhstrongpot": "splashhealingiipotion", + "splhleveliipot": "splashhealingiipotion", + "healingiisplashpot": "splashhealingiipotion", + "healingstrongsplashpot": "splashhealingiipotion", + "healingleveliisplashpot": "splashhealingiipotion", + "healiisplashpot": "splashhealingiipotion", + "healstrongsplashpot": "splashhealingiipotion", + "healleveliisplashpot": "splashhealingiipotion", + "lifeiisplashpot": "splashhealingiipotion", + "lifestrongsplashpot": "splashhealingiipotion", + "lifeleveliisplashpot": "splashhealingiipotion", + "hiisplashpot": "splashhealingiipotion", + "hstrongsplashpot": "splashhealingiipotion", + "hleveliisplashpot": "splashhealingiipotion", + "lingerpothealingii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_healing", + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + } + }, + "lingerpothealingstrong": "lingerpothealingii", + "lingerpothealinglevelii": "lingerpothealingii", + "lingerpothealii": "lingerpothealingii", + "lingerpothealstrong": "lingerpothealingii", + "lingerpotheallevelii": "lingerpothealingii", + "lingerpotlifeii": "lingerpothealingii", + "lingerpotlifestrong": "lingerpothealingii", + "lingerpotlifelevelii": "lingerpothealingii", + "lingerpothii": "lingerpothealingii", + "lingerpothstrong": "lingerpothealingii", + "lingerpothlevelii": "lingerpothealingii", + "healinglingerpotii": "lingerpothealingii", + "healinglingerpotstrong": "lingerpothealingii", + "healinglingerpotlevelii": "lingerpothealingii", + "heallingerpotii": "lingerpothealingii", + "heallingerpotstrong": "lingerpothealingii", + "heallingerpotlevelii": "lingerpothealingii", + "lifelingerpotii": "lingerpothealingii", + "lifelingerpotstrong": "lingerpothealingii", + "lifelingerpotlevelii": "lingerpothealingii", + "hlingerpotii": "lingerpothealingii", + "hlingerpotstrong": "lingerpothealingii", + "hlingerpotlevelii": "lingerpothealingii", + "aoepotionhealingii": "lingerpothealingii", + "aoepotionhealingstrong": "lingerpothealingii", + "aoepotionhealinglevelii": "lingerpothealingii", + "aoepotionhealii": "lingerpothealingii", + "aoepotionhealstrong": "lingerpothealingii", + "aoepotionheallevelii": "lingerpothealingii", + "aoepotionlifeii": "lingerpothealingii", + "aoepotionlifestrong": "lingerpothealingii", + "aoepotionlifelevelii": "lingerpothealingii", + "aoepotionhii": "lingerpothealingii", + "aoepotionhstrong": "lingerpothealingii", + "aoepotionhlevelii": "lingerpothealingii", + "healingaoepoiontii": "lingerpothealingii", + "healingaoepoiontstrong": "lingerpothealingii", + "healingaoepoiontlevelii": "lingerpothealingii", + "healaoepoiontii": "lingerpothealingii", + "healaoepoiontstrong": "lingerpothealingii", + "healaoepoiontlevelii": "lingerpothealingii", + "lifeaoepoiontii": "lingerpothealingii", + "lifeaoepoiontstrong": "lingerpothealingii", + "lifeaoepoiontlevelii": "lingerpothealingii", + "haoepoiontii": "lingerpothealingii", + "haoepoiontstrong": "lingerpothealingii", + "haoepoiontlevelii": "lingerpothealingii", + "aoepothealingii": "lingerpothealingii", + "aoepothealingstrong": "lingerpothealingii", + "aoepothealinglevelii": "lingerpothealingii", + "aoepothealii": "lingerpothealingii", + "aoepothealstrong": "lingerpothealingii", + "aoepotheallevelii": "lingerpothealingii", + "aoepotlifeii": "lingerpothealingii", + "aoepotlifestrong": "lingerpothealingii", + "aoepotlifelevelii": "lingerpothealingii", + "aoepothii": "lingerpothealingii", + "aoepothstrong": "lingerpothealingii", + "aoepothlevelii": "lingerpothealingii", + "healingaoepotii": "lingerpothealingii", + "healingaoepotstrong": "lingerpothealingii", + "healingaoepotlevelii": "lingerpothealingii", + "healaoepotii": "lingerpothealingii", + "healaoepotstrong": "lingerpothealingii", + "healaoepotlevelii": "lingerpothealingii", + "lifeaoepotii": "lingerpothealingii", + "lifeaoepotstrong": "lingerpothealingii", + "lifeaoepotlevelii": "lingerpothealingii", + "haoepotii": "lingerpothealingii", + "haoepotstrong": "lingerpothealingii", + "haoepotlevelii": "lingerpothealingii", + "areapotionhealingii": "lingerpothealingii", + "areapotionhealingstrong": "lingerpothealingii", + "areapotionhealinglevelii": "lingerpothealingii", + "areapotionhealii": "lingerpothealingii", + "areapotionhealstrong": "lingerpothealingii", + "areapotionheallevelii": "lingerpothealingii", + "areapotionlifeii": "lingerpothealingii", + "areapotionlifestrong": "lingerpothealingii", + "areapotionlifelevelii": "lingerpothealingii", + "areapotionhii": "lingerpothealingii", + "areapotionhstrong": "lingerpothealingii", + "areapotionhlevelii": "lingerpothealingii", + "healingareapotionii": "lingerpothealingii", + "healingareapotionstrong": "lingerpothealingii", + "healingareapotionlevelii": "lingerpothealingii", + "healareapotionii": "lingerpothealingii", + "healareapotionstrong": "lingerpothealingii", + "healareapotionlevelii": "lingerpothealingii", + "lifeareapotionii": "lingerpothealingii", + "lifeareapotionstrong": "lingerpothealingii", + "lifeareapotionlevelii": "lingerpothealingii", + "hareapotionii": "lingerpothealingii", + "hareapotionstrong": "lingerpothealingii", + "hareapotionlevelii": "lingerpothealingii", + "areapothealingii": "lingerpothealingii", + "areapothealingstrong": "lingerpothealingii", + "areapothealinglevelii": "lingerpothealingii", + "areapothealii": "lingerpothealingii", + "areapothealstrong": "lingerpothealingii", + "areapotheallevelii": "lingerpothealingii", + "areapotlifeii": "lingerpothealingii", + "areapotlifestrong": "lingerpothealingii", + "areapotlifelevelii": "lingerpothealingii", + "areapothii": "lingerpothealingii", + "areapothstrong": "lingerpothealingii", + "areapothlevelii": "lingerpothealingii", + "healingareapotii": "lingerpothealingii", + "healingareapotstrong": "lingerpothealingii", + "healingareapotlevelii": "lingerpothealingii", + "healareapotii": "lingerpothealingii", + "healareapotstrong": "lingerpothealingii", + "healareapotlevelii": "lingerpothealingii", + "lifeareapotii": "lingerpothealingii", + "lifeareapotstrong": "lingerpothealingii", + "lifeareapotlevelii": "lingerpothealingii", + "hareapotii": "lingerpothealingii", + "hareapotstrong": "lingerpothealingii", + "hareapotlevelii": "lingerpothealingii", + "cloudpotionhealingii": "lingerpothealingii", + "cloudpotionhealingstrong": "lingerpothealingii", + "cloudpotionhealinglevelii": "lingerpothealingii", + "cloudpotionhealii": "lingerpothealingii", + "cloudpotionhealstrong": "lingerpothealingii", + "cloudpotionheallevelii": "lingerpothealingii", + "cloudpotionlifeii": "lingerpothealingii", + "cloudpotionlifestrong": "lingerpothealingii", + "cloudpotionlifelevelii": "lingerpothealingii", + "cloudpotionhii": "lingerpothealingii", + "cloudpotionhstrong": "lingerpothealingii", + "cloudpotionhlevelii": "lingerpothealingii", + "healingcloudpotionii": "lingerpothealingii", + "healingcloudpotionstrong": "lingerpothealingii", + "healingcloudpotionlevelii": "lingerpothealingii", + "healcloudpotionii": "lingerpothealingii", + "healcloudpotionstrong": "lingerpothealingii", + "healcloudpotionlevelii": "lingerpothealingii", + "lifecloudpotionii": "lingerpothealingii", + "lifecloudpotionstrong": "lingerpothealingii", + "lifecloudpotionlevelii": "lingerpothealingii", + "hcloudpotionii": "lingerpothealingii", + "hcloudpotionstrong": "lingerpothealingii", + "hcloudpotionlevelii": "lingerpothealingii", + "cloudpothealingii": "lingerpothealingii", + "cloudpothealingstrong": "lingerpothealingii", + "cloudpothealinglevelii": "lingerpothealingii", + "cloudpothealii": "lingerpothealingii", + "cloudpothealstrong": "lingerpothealingii", + "cloudpotheallevelii": "lingerpothealingii", + "cloudpotlifeii": "lingerpothealingii", + "cloudpotlifestrong": "lingerpothealingii", + "cloudpotlifelevelii": "lingerpothealingii", + "cloudpothii": "lingerpothealingii", + "cloudpothstrong": "lingerpothealingii", + "cloudpothlevelii": "lingerpothealingii", + "healingcloudpotii": "lingerpothealingii", + "healingcloudpotstrong": "lingerpothealingii", + "healingcloudpotlevelii": "lingerpothealingii", + "healcloudpotii": "lingerpothealingii", + "healcloudpotstrong": "lingerpothealingii", + "healcloudpotlevelii": "lingerpothealingii", + "lifecloudpotii": "lingerpothealingii", + "lifecloudpotstrong": "lingerpothealingii", + "lifecloudpotlevelii": "lingerpothealingii", + "hcloudpotii": "lingerpothealingii", + "hcloudpotstrong": "lingerpothealingii", + "hcloudpotlevelii": "lingerpothealingii", + "arrowhealingii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_healing", + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + } + }, + "arrowhealingstrong": "arrowhealingii", + "arrowhealinglevelii": "arrowhealingii", + "arrowhealii": "arrowhealingii", + "arrowhealstrong": "arrowhealingii", + "arrowheallevelii": "arrowhealingii", + "arrowlifeii": "arrowhealingii", + "arrowlifestrong": "arrowhealingii", + "arrowlifelevelii": "arrowhealingii", + "arrowhii": "arrowhealingii", + "arrowhstrong": "arrowhealingii", + "arrowhlevelii": "arrowhealingii", + "healingarrowii": "arrowhealingii", + "healingarrowstrong": "arrowhealingii", + "healingarrowlevelii": "arrowhealingii", + "healarrowii": "arrowhealingii", + "healarrowstrong": "arrowhealingii", + "healarrowlevelii": "arrowhealingii", + "lifearrowii": "arrowhealingii", + "lifearrowstrong": "arrowhealingii", + "lifearrowlevelii": "arrowhealingii", + "harrowii": "arrowhealingii", + "harrowstrong": "arrowhealingii", + "harrowlevelii": "arrowhealingii", + "harmingpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "harming", + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + } + }, + "damagepotion": "harmingpotion", + "dmgpotion": "harmingpotion", + "dpotion": "harmingpotion", + "harmingpot": "harmingpotion", + "damagepot": "harmingpotion", + "dmgpot": "harmingpotion", + "dpot": "harmingpotion", + "potionofharming": "harmingpotion", + "potionofdamage": "harmingpotion", + "potionofdmg": "harmingpotion", + "potionofd": "harmingpotion", + "potofharming": "harmingpotion", + "potofdamage": "harmingpotion", + "potofdmg": "harmingpotion", + "potofd": "harmingpotion", + "splashharmingpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "harming", + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + } + }, + "splashdamagepotion": "splashharmingpotion", + "splashdmgpotion": "splashharmingpotion", + "splashdpotion": "splashharmingpotion", + "splharmingpotion": "splashharmingpotion", + "spldamagepotion": "splashharmingpotion", + "spldmgpotion": "splashharmingpotion", + "spldpotion": "splashharmingpotion", + "harmingsplashpotion": "splashharmingpotion", + "damagesplashpotion": "splashharmingpotion", + "dmgsplashpotion": "splashharmingpotion", + "dsplashpotion": "splashharmingpotion", + "splashharmingpot": "splashharmingpotion", + "splashdamagepot": "splashharmingpotion", + "splashdmgpot": "splashharmingpotion", + "splashdpot": "splashharmingpotion", + "splharmingpot": "splashharmingpotion", + "spldamagepot": "splashharmingpotion", + "spldmgpot": "splashharmingpotion", + "spldpot": "splashharmingpotion", + "harmingsplashpot": "splashharmingpotion", + "damagesplashpot": "splashharmingpotion", + "dmgsplashpot": "splashharmingpotion", + "dsplashpot": "splashharmingpotion", + "lingerpotharming": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "harming", + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + } + }, + "lingerpotdamage": "lingerpotharming", + "lingerpotdmg": "lingerpotharming", + "lingerpotd": "lingerpotharming", + "harminglingerpot": "lingerpotharming", + "damagelingerpot": "lingerpotharming", + "dmglingerpot": "lingerpotharming", + "dlingerpot": "lingerpotharming", + "aoepotionharming": "lingerpotharming", + "aoepotiondamage": "lingerpotharming", + "aoepotiondmg": "lingerpotharming", + "aoepotiond": "lingerpotharming", + "harmingaoepoiont": "lingerpotharming", + "damageaoepoiont": "lingerpotharming", + "dmgaoepoiont": "lingerpotharming", + "daoepoiont": "lingerpotharming", + "aoepotharming": "lingerpotharming", + "aoepotdamage": "lingerpotharming", + "aoepotdmg": "lingerpotharming", + "aoepotd": "lingerpotharming", + "harmingaoepot": "lingerpotharming", + "damageaoepot": "lingerpotharming", + "dmgaoepot": "lingerpotharming", + "daoepot": "lingerpotharming", + "areapotionharming": "lingerpotharming", + "areapotiondamage": "lingerpotharming", + "areapotiondmg": "lingerpotharming", + "areapotiond": "lingerpotharming", + "harmingareapotion": "lingerpotharming", + "damageareapotion": "lingerpotharming", + "dmgareapotion": "lingerpotharming", + "dareapotion": "lingerpotharming", + "areapotharming": "lingerpotharming", + "areapotdamage": "lingerpotharming", + "areapotdmg": "lingerpotharming", + "areapotd": "lingerpotharming", + "harmingareapot": "lingerpotharming", + "damageareapot": "lingerpotharming", + "dmgareapot": "lingerpotharming", + "dareapot": "lingerpotharming", + "cloudpotionharming": "lingerpotharming", + "cloudpotiondamage": "lingerpotharming", + "cloudpotiondmg": "lingerpotharming", + "cloudpotiond": "lingerpotharming", + "harmingcloudpotion": "lingerpotharming", + "damagecloudpotion": "lingerpotharming", + "dmgcloudpotion": "lingerpotharming", + "dcloudpotion": "lingerpotharming", + "cloudpotharming": "lingerpotharming", + "cloudpotdamage": "lingerpotharming", + "cloudpotdmg": "lingerpotharming", + "cloudpotd": "lingerpotharming", + "harmingcloudpot": "lingerpotharming", + "damagecloudpot": "lingerpotharming", + "dmgcloudpot": "lingerpotharming", + "dcloudpot": "lingerpotharming", + "arrowharming": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "harming", + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + } + }, + "arrowdamage": "arrowharming", + "arrowdmg": "arrowharming", + "arrowd": "arrowharming", + "harmingarrow": "arrowharming", + "damagearrow": "arrowharming", + "dmgarrow": "arrowharming", + "darrow": "arrowharming", + "harmingiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_harming", + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + } + }, + "harmingstrongpotion": "harmingiipotion", + "harmingleveliipotion": "harmingiipotion", + "damageiipotion": "harmingiipotion", + "damagestrongpotion": "harmingiipotion", + "damageleveliipotion": "harmingiipotion", + "dmgiipotion": "harmingiipotion", + "dmgstrongpotion": "harmingiipotion", + "dmgleveliipotion": "harmingiipotion", + "diipotion": "harmingiipotion", + "dstrongpotion": "harmingiipotion", + "dleveliipotion": "harmingiipotion", + "harmingiipot": "harmingiipotion", + "harmingstrongpot": "harmingiipotion", + "harmingleveliipot": "harmingiipotion", + "damageiipot": "harmingiipotion", + "damagestrongpot": "harmingiipotion", + "damageleveliipot": "harmingiipotion", + "dmgiipot": "harmingiipotion", + "dmgstrongpot": "harmingiipotion", + "dmgleveliipot": "harmingiipotion", + "diipot": "harmingiipotion", + "dstrongpot": "harmingiipotion", + "dleveliipot": "harmingiipotion", + "potionofharmingii": "harmingiipotion", + "potionofharmingstrong": "harmingiipotion", + "potionofharminglevelii": "harmingiipotion", + "potionofdamageii": "harmingiipotion", + "potionofdamagestrong": "harmingiipotion", + "potionofdamagelevelii": "harmingiipotion", + "potionofdmgii": "harmingiipotion", + "potionofdmgstrong": "harmingiipotion", + "potionofdmglevelii": "harmingiipotion", + "potionofdii": "harmingiipotion", + "potionofdstrong": "harmingiipotion", + "potionofdlevelii": "harmingiipotion", + "potofharmingii": "harmingiipotion", + "potofharmingstrong": "harmingiipotion", + "potofharminglevelii": "harmingiipotion", + "potofdamageii": "harmingiipotion", + "potofdamagestrong": "harmingiipotion", + "potofdamagelevelii": "harmingiipotion", + "potofdmgii": "harmingiipotion", + "potofdmgstrong": "harmingiipotion", + "potofdmglevelii": "harmingiipotion", + "potofdii": "harmingiipotion", + "potofdstrong": "harmingiipotion", + "potofdlevelii": "harmingiipotion", + "splashharmingiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_harming", + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + } + }, + "splashharmingstrongpotion": "splashharmingiipotion", + "splashharmingleveliipotion": "splashharmingiipotion", + "splashdamageiipotion": "splashharmingiipotion", + "splashdamagestrongpotion": "splashharmingiipotion", + "splashdamageleveliipotion": "splashharmingiipotion", + "splashdmgiipotion": "splashharmingiipotion", + "splashdmgstrongpotion": "splashharmingiipotion", + "splashdmgleveliipotion": "splashharmingiipotion", + "splashdiipotion": "splashharmingiipotion", + "splashdstrongpotion": "splashharmingiipotion", + "splashdleveliipotion": "splashharmingiipotion", + "splharmingiipotion": "splashharmingiipotion", + "splharmingstrongpotion": "splashharmingiipotion", + "splharmingleveliipotion": "splashharmingiipotion", + "spldamageiipotion": "splashharmingiipotion", + "spldamagestrongpotion": "splashharmingiipotion", + "spldamageleveliipotion": "splashharmingiipotion", + "spldmgiipotion": "splashharmingiipotion", + "spldmgstrongpotion": "splashharmingiipotion", + "spldmgleveliipotion": "splashharmingiipotion", + "spldiipotion": "splashharmingiipotion", + "spldstrongpotion": "splashharmingiipotion", + "spldleveliipotion": "splashharmingiipotion", + "harmingiisplashpotion": "splashharmingiipotion", + "harmingstrongsplashpotion": "splashharmingiipotion", + "harmingleveliisplashpotion": "splashharmingiipotion", + "damageiisplashpotion": "splashharmingiipotion", + "damagestrongsplashpotion": "splashharmingiipotion", + "damageleveliisplashpotion": "splashharmingiipotion", + "dmgiisplashpotion": "splashharmingiipotion", + "dmgstrongsplashpotion": "splashharmingiipotion", + "dmgleveliisplashpotion": "splashharmingiipotion", + "diisplashpotion": "splashharmingiipotion", + "dstrongsplashpotion": "splashharmingiipotion", + "dleveliisplashpotion": "splashharmingiipotion", + "splashharmingiipot": "splashharmingiipotion", + "splashharmingstrongpot": "splashharmingiipotion", + "splashharmingleveliipot": "splashharmingiipotion", + "splashdamageiipot": "splashharmingiipotion", + "splashdamagestrongpot": "splashharmingiipotion", + "splashdamageleveliipot": "splashharmingiipotion", + "splashdmgiipot": "splashharmingiipotion", + "splashdmgstrongpot": "splashharmingiipotion", + "splashdmgleveliipot": "splashharmingiipotion", + "splashdiipot": "splashharmingiipotion", + "splashdstrongpot": "splashharmingiipotion", + "splashdleveliipot": "splashharmingiipotion", + "splharmingiipot": "splashharmingiipotion", + "splharmingstrongpot": "splashharmingiipotion", + "splharmingleveliipot": "splashharmingiipotion", + "spldamageiipot": "splashharmingiipotion", + "spldamagestrongpot": "splashharmingiipotion", + "spldamageleveliipot": "splashharmingiipotion", + "spldmgiipot": "splashharmingiipotion", + "spldmgstrongpot": "splashharmingiipotion", + "spldmgleveliipot": "splashharmingiipotion", + "spldiipot": "splashharmingiipotion", + "spldstrongpot": "splashharmingiipotion", + "spldleveliipot": "splashharmingiipotion", + "harmingiisplashpot": "splashharmingiipotion", + "harmingstrongsplashpot": "splashharmingiipotion", + "harmingleveliisplashpot": "splashharmingiipotion", + "damageiisplashpot": "splashharmingiipotion", + "damagestrongsplashpot": "splashharmingiipotion", + "damageleveliisplashpot": "splashharmingiipotion", + "dmgiisplashpot": "splashharmingiipotion", + "dmgstrongsplashpot": "splashharmingiipotion", + "dmgleveliisplashpot": "splashharmingiipotion", + "diisplashpot": "splashharmingiipotion", + "dstrongsplashpot": "splashharmingiipotion", + "dleveliisplashpot": "splashharmingiipotion", + "lingerpotharmingii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_harming", + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + } + }, + "lingerpotharmingstrong": "lingerpotharmingii", + "lingerpotharminglevelii": "lingerpotharmingii", + "lingerpotdamageii": "lingerpotharmingii", + "lingerpotdamagestrong": "lingerpotharmingii", + "lingerpotdamagelevelii": "lingerpotharmingii", + "lingerpotdmgii": "lingerpotharmingii", + "lingerpotdmgstrong": "lingerpotharmingii", + "lingerpotdmglevelii": "lingerpotharmingii", + "lingerpotdii": "lingerpotharmingii", + "lingerpotdstrong": "lingerpotharmingii", + "lingerpotdlevelii": "lingerpotharmingii", + "harminglingerpotii": "lingerpotharmingii", + "harminglingerpotstrong": "lingerpotharmingii", + "harminglingerpotlevelii": "lingerpotharmingii", + "damagelingerpotii": "lingerpotharmingii", + "damagelingerpotstrong": "lingerpotharmingii", + "damagelingerpotlevelii": "lingerpotharmingii", + "dmglingerpotii": "lingerpotharmingii", + "dmglingerpotstrong": "lingerpotharmingii", + "dmglingerpotlevelii": "lingerpotharmingii", + "dlingerpotii": "lingerpotharmingii", + "dlingerpotstrong": "lingerpotharmingii", + "dlingerpotlevelii": "lingerpotharmingii", + "aoepotionharmingii": "lingerpotharmingii", + "aoepotionharmingstrong": "lingerpotharmingii", + "aoepotionharminglevelii": "lingerpotharmingii", + "aoepotiondamageii": "lingerpotharmingii", + "aoepotiondamagestrong": "lingerpotharmingii", + "aoepotiondamagelevelii": "lingerpotharmingii", + "aoepotiondmgii": "lingerpotharmingii", + "aoepotiondmgstrong": "lingerpotharmingii", + "aoepotiondmglevelii": "lingerpotharmingii", + "aoepotiondii": "lingerpotharmingii", + "aoepotiondstrong": "lingerpotharmingii", + "aoepotiondlevelii": "lingerpotharmingii", + "harmingaoepoiontii": "lingerpotharmingii", + "harmingaoepoiontstrong": "lingerpotharmingii", + "harmingaoepoiontlevelii": "lingerpotharmingii", + "damageaoepoiontii": "lingerpotharmingii", + "damageaoepoiontstrong": "lingerpotharmingii", + "damageaoepoiontlevelii": "lingerpotharmingii", + "dmgaoepoiontii": "lingerpotharmingii", + "dmgaoepoiontstrong": "lingerpotharmingii", + "dmgaoepoiontlevelii": "lingerpotharmingii", + "daoepoiontii": "lingerpotharmingii", + "daoepoiontstrong": "lingerpotharmingii", + "daoepoiontlevelii": "lingerpotharmingii", + "aoepotharmingii": "lingerpotharmingii", + "aoepotharmingstrong": "lingerpotharmingii", + "aoepotharminglevelii": "lingerpotharmingii", + "aoepotdamageii": "lingerpotharmingii", + "aoepotdamagestrong": "lingerpotharmingii", + "aoepotdamagelevelii": "lingerpotharmingii", + "aoepotdmgii": "lingerpotharmingii", + "aoepotdmgstrong": "lingerpotharmingii", + "aoepotdmglevelii": "lingerpotharmingii", + "aoepotdii": "lingerpotharmingii", + "aoepotdstrong": "lingerpotharmingii", + "aoepotdlevelii": "lingerpotharmingii", + "harmingaoepotii": "lingerpotharmingii", + "harmingaoepotstrong": "lingerpotharmingii", + "harmingaoepotlevelii": "lingerpotharmingii", + "damageaoepotii": "lingerpotharmingii", + "damageaoepotstrong": "lingerpotharmingii", + "damageaoepotlevelii": "lingerpotharmingii", + "dmgaoepotii": "lingerpotharmingii", + "dmgaoepotstrong": "lingerpotharmingii", + "dmgaoepotlevelii": "lingerpotharmingii", + "daoepotii": "lingerpotharmingii", + "daoepotstrong": "lingerpotharmingii", + "daoepotlevelii": "lingerpotharmingii", + "areapotionharmingii": "lingerpotharmingii", + "areapotionharmingstrong": "lingerpotharmingii", + "areapotionharminglevelii": "lingerpotharmingii", + "areapotiondamageii": "lingerpotharmingii", + "areapotiondamagestrong": "lingerpotharmingii", + "areapotiondamagelevelii": "lingerpotharmingii", + "areapotiondmgii": "lingerpotharmingii", + "areapotiondmgstrong": "lingerpotharmingii", + "areapotiondmglevelii": "lingerpotharmingii", + "areapotiondii": "lingerpotharmingii", + "areapotiondstrong": "lingerpotharmingii", + "areapotiondlevelii": "lingerpotharmingii", + "harmingareapotionii": "lingerpotharmingii", + "harmingareapotionstrong": "lingerpotharmingii", + "harmingareapotionlevelii": "lingerpotharmingii", + "damageareapotionii": "lingerpotharmingii", + "damageareapotionstrong": "lingerpotharmingii", + "damageareapotionlevelii": "lingerpotharmingii", + "dmgareapotionii": "lingerpotharmingii", + "dmgareapotionstrong": "lingerpotharmingii", + "dmgareapotionlevelii": "lingerpotharmingii", + "dareapotionii": "lingerpotharmingii", + "dareapotionstrong": "lingerpotharmingii", + "dareapotionlevelii": "lingerpotharmingii", + "areapotharmingii": "lingerpotharmingii", + "areapotharmingstrong": "lingerpotharmingii", + "areapotharminglevelii": "lingerpotharmingii", + "areapotdamageii": "lingerpotharmingii", + "areapotdamagestrong": "lingerpotharmingii", + "areapotdamagelevelii": "lingerpotharmingii", + "areapotdmgii": "lingerpotharmingii", + "areapotdmgstrong": "lingerpotharmingii", + "areapotdmglevelii": "lingerpotharmingii", + "areapotdii": "lingerpotharmingii", + "areapotdstrong": "lingerpotharmingii", + "areapotdlevelii": "lingerpotharmingii", + "harmingareapotii": "lingerpotharmingii", + "harmingareapotstrong": "lingerpotharmingii", + "harmingareapotlevelii": "lingerpotharmingii", + "damageareapotii": "lingerpotharmingii", + "damageareapotstrong": "lingerpotharmingii", + "damageareapotlevelii": "lingerpotharmingii", + "dmgareapotii": "lingerpotharmingii", + "dmgareapotstrong": "lingerpotharmingii", + "dmgareapotlevelii": "lingerpotharmingii", + "dareapotii": "lingerpotharmingii", + "dareapotstrong": "lingerpotharmingii", + "dareapotlevelii": "lingerpotharmingii", + "cloudpotionharmingii": "lingerpotharmingii", + "cloudpotionharmingstrong": "lingerpotharmingii", + "cloudpotionharminglevelii": "lingerpotharmingii", + "cloudpotiondamageii": "lingerpotharmingii", + "cloudpotiondamagestrong": "lingerpotharmingii", + "cloudpotiondamagelevelii": "lingerpotharmingii", + "cloudpotiondmgii": "lingerpotharmingii", + "cloudpotiondmgstrong": "lingerpotharmingii", + "cloudpotiondmglevelii": "lingerpotharmingii", + "cloudpotiondii": "lingerpotharmingii", + "cloudpotiondstrong": "lingerpotharmingii", + "cloudpotiondlevelii": "lingerpotharmingii", + "harmingcloudpotionii": "lingerpotharmingii", + "harmingcloudpotionstrong": "lingerpotharmingii", + "harmingcloudpotionlevelii": "lingerpotharmingii", + "damagecloudpotionii": "lingerpotharmingii", + "damagecloudpotionstrong": "lingerpotharmingii", + "damagecloudpotionlevelii": "lingerpotharmingii", + "dmgcloudpotionii": "lingerpotharmingii", + "dmgcloudpotionstrong": "lingerpotharmingii", + "dmgcloudpotionlevelii": "lingerpotharmingii", + "dcloudpotionii": "lingerpotharmingii", + "dcloudpotionstrong": "lingerpotharmingii", + "dcloudpotionlevelii": "lingerpotharmingii", + "cloudpotharmingii": "lingerpotharmingii", + "cloudpotharmingstrong": "lingerpotharmingii", + "cloudpotharminglevelii": "lingerpotharmingii", + "cloudpotdamageii": "lingerpotharmingii", + "cloudpotdamagestrong": "lingerpotharmingii", + "cloudpotdamagelevelii": "lingerpotharmingii", + "cloudpotdmgii": "lingerpotharmingii", + "cloudpotdmgstrong": "lingerpotharmingii", + "cloudpotdmglevelii": "lingerpotharmingii", + "cloudpotdii": "lingerpotharmingii", + "cloudpotdstrong": "lingerpotharmingii", + "cloudpotdlevelii": "lingerpotharmingii", + "harmingcloudpotii": "lingerpotharmingii", + "harmingcloudpotstrong": "lingerpotharmingii", + "harmingcloudpotlevelii": "lingerpotharmingii", + "damagecloudpotii": "lingerpotharmingii", + "damagecloudpotstrong": "lingerpotharmingii", + "damagecloudpotlevelii": "lingerpotharmingii", + "dmgcloudpotii": "lingerpotharmingii", + "dmgcloudpotstrong": "lingerpotharmingii", + "dmgcloudpotlevelii": "lingerpotharmingii", + "dcloudpotii": "lingerpotharmingii", + "dcloudpotstrong": "lingerpotharmingii", + "dcloudpotlevelii": "lingerpotharmingii", + "arrowharmingii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_harming", + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + } + }, + "arrowharmingstrong": "arrowharmingii", + "arrowharminglevelii": "arrowharmingii", + "arrowdamageii": "arrowharmingii", + "arrowdamagestrong": "arrowharmingii", + "arrowdamagelevelii": "arrowharmingii", + "arrowdmgii": "arrowharmingii", + "arrowdmgstrong": "arrowharmingii", + "arrowdmglevelii": "arrowharmingii", + "arrowdii": "arrowharmingii", + "arrowdstrong": "arrowharmingii", + "arrowdlevelii": "arrowharmingii", + "harmingarrowii": "arrowharmingii", + "harmingarrowstrong": "arrowharmingii", + "harmingarrowlevelii": "arrowharmingii", + "damagearrowii": "arrowharmingii", + "damagearrowstrong": "arrowharmingii", + "damagearrowlevelii": "arrowharmingii", + "dmgarrowii": "arrowharmingii", + "dmgarrowstrong": "arrowharmingii", + "dmgarrowlevelii": "arrowharmingii", + "darrowii": "arrowharmingii", + "darrowstrong": "arrowharmingii", + "darrowlevelii": "arrowharmingii", + "poisonpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "poison", + "type": "POISON", + "upgraded": false, + "extended": false + } + }, + "acidpotion": "poisonpotion", + "ppotion": "poisonpotion", + "poisonpot": "poisonpotion", + "acidpot": "poisonpotion", + "ppot": "poisonpotion", + "potionofpoison": "poisonpotion", + "potionofacid": "poisonpotion", + "potionofp": "poisonpotion", + "potofpoison": "poisonpotion", + "potofacid": "poisonpotion", + "potofp": "poisonpotion", + "splashpoisonpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "poison", + "type": "POISON", + "upgraded": false, + "extended": false + } + }, + "splashacidpotion": "splashpoisonpotion", + "splashppotion": "splashpoisonpotion", + "splpoisonpotion": "splashpoisonpotion", + "splacidpotion": "splashpoisonpotion", + "splppotion": "splashpoisonpotion", + "poisonsplashpotion": "splashpoisonpotion", + "acidsplashpotion": "splashpoisonpotion", + "psplashpotion": "splashpoisonpotion", + "splashpoisonpot": "splashpoisonpotion", + "splashacidpot": "splashpoisonpotion", + "splashppot": "splashpoisonpotion", + "splpoisonpot": "splashpoisonpotion", + "splacidpot": "splashpoisonpotion", + "splppot": "splashpoisonpotion", + "poisonsplashpot": "splashpoisonpotion", + "acidsplashpot": "splashpoisonpotion", + "psplashpot": "splashpoisonpotion", + "lingerpotpoison": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "poison", + "type": "POISON", + "upgraded": false, + "extended": false + } + }, + "lingerpotacid": "lingerpotpoison", + "lingerpotp": "lingerpotpoison", + "poisonlingerpot": "lingerpotpoison", + "acidlingerpot": "lingerpotpoison", + "plingerpot": "lingerpotpoison", + "aoepotionpoison": "lingerpotpoison", + "aoepotionacid": "lingerpotpoison", + "aoepotionp": "lingerpotpoison", + "poisonaoepoiont": "lingerpotpoison", + "acidaoepoiont": "lingerpotpoison", + "paoepoiont": "lingerpotpoison", + "aoepotpoison": "lingerpotpoison", + "aoepotacid": "lingerpotpoison", + "aoepotp": "lingerpotpoison", + "poisonaoepot": "lingerpotpoison", + "acidaoepot": "lingerpotpoison", + "paoepot": "lingerpotpoison", + "areapotionpoison": "lingerpotpoison", + "areapotionacid": "lingerpotpoison", + "areapotionp": "lingerpotpoison", + "poisonareapotion": "lingerpotpoison", + "acidareapotion": "lingerpotpoison", + "pareapotion": "lingerpotpoison", + "areapotpoison": "lingerpotpoison", + "areapotacid": "lingerpotpoison", + "areapotp": "lingerpotpoison", + "poisonareapot": "lingerpotpoison", + "acidareapot": "lingerpotpoison", + "pareapot": "lingerpotpoison", + "cloudpotionpoison": "lingerpotpoison", + "cloudpotionacid": "lingerpotpoison", + "cloudpotionp": "lingerpotpoison", + "poisoncloudpotion": "lingerpotpoison", + "acidcloudpotion": "lingerpotpoison", + "pcloudpotion": "lingerpotpoison", + "cloudpotpoison": "lingerpotpoison", + "cloudpotacid": "lingerpotpoison", + "cloudpotp": "lingerpotpoison", + "poisoncloudpot": "lingerpotpoison", + "acidcloudpot": "lingerpotpoison", + "pcloudpot": "lingerpotpoison", + "arrowpoison": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "poison", + "type": "POISON", + "upgraded": false, + "extended": false + } + }, + "arrowacid": "arrowpoison", + "arrowp": "arrowpoison", + "poisonarrow": "arrowpoison", + "acidarrow": "arrowpoison", + "parrow": "arrowpoison", + "poisoniipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_poison", + "type": "POISON", + "upgraded": true, + "extended": false + } + }, + "poisonstrongpotion": "poisoniipotion", + "poisonleveliipotion": "poisoniipotion", + "acidiipotion": "poisoniipotion", + "acidstrongpotion": "poisoniipotion", + "acidleveliipotion": "poisoniipotion", + "piipotion": "poisoniipotion", + "pstrongpotion": "poisoniipotion", + "pleveliipotion": "poisoniipotion", + "poisoniipot": "poisoniipotion", + "poisonstrongpot": "poisoniipotion", + "poisonleveliipot": "poisoniipotion", + "acidiipot": "poisoniipotion", + "acidstrongpot": "poisoniipotion", + "acidleveliipot": "poisoniipotion", + "piipot": "poisoniipotion", + "pstrongpot": "poisoniipotion", + "pleveliipot": "poisoniipotion", + "potionofpoisonii": "poisoniipotion", + "potionofpoisonstrong": "poisoniipotion", + "potionofpoisonlevelii": "poisoniipotion", + "potionofacidii": "poisoniipotion", + "potionofacidstrong": "poisoniipotion", + "potionofacidlevelii": "poisoniipotion", + "potionofpii": "poisoniipotion", + "potionofpstrong": "poisoniipotion", + "potionofplevelii": "poisoniipotion", + "potofpoisonii": "poisoniipotion", + "potofpoisonstrong": "poisoniipotion", + "potofpoisonlevelii": "poisoniipotion", + "potofacidii": "poisoniipotion", + "potofacidstrong": "poisoniipotion", + "potofacidlevelii": "poisoniipotion", + "potofpii": "poisoniipotion", + "potofpstrong": "poisoniipotion", + "potofplevelii": "poisoniipotion", + "splashpoisoniipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_poison", + "type": "POISON", + "upgraded": true, + "extended": false + } + }, + "splashpoisonstrongpotion": "splashpoisoniipotion", + "splashpoisonleveliipotion": "splashpoisoniipotion", + "splashacidiipotion": "splashpoisoniipotion", + "splashacidstrongpotion": "splashpoisoniipotion", + "splashacidleveliipotion": "splashpoisoniipotion", + "splashpiipotion": "splashpoisoniipotion", + "splashpstrongpotion": "splashpoisoniipotion", + "splashpleveliipotion": "splashpoisoniipotion", + "splpoisoniipotion": "splashpoisoniipotion", + "splpoisonstrongpotion": "splashpoisoniipotion", + "splpoisonleveliipotion": "splashpoisoniipotion", + "splacidiipotion": "splashpoisoniipotion", + "splacidstrongpotion": "splashpoisoniipotion", + "splacidleveliipotion": "splashpoisoniipotion", + "splpiipotion": "splashpoisoniipotion", + "splpstrongpotion": "splashpoisoniipotion", + "splpleveliipotion": "splashpoisoniipotion", + "poisoniisplashpotion": "splashpoisoniipotion", + "poisonstrongsplashpotion": "splashpoisoniipotion", + "poisonleveliisplashpotion": "splashpoisoniipotion", + "acidiisplashpotion": "splashpoisoniipotion", + "acidstrongsplashpotion": "splashpoisoniipotion", + "acidleveliisplashpotion": "splashpoisoniipotion", + "piisplashpotion": "splashpoisoniipotion", + "pstrongsplashpotion": "splashpoisoniipotion", + "pleveliisplashpotion": "splashpoisoniipotion", + "splashpoisoniipot": "splashpoisoniipotion", + "splashpoisonstrongpot": "splashpoisoniipotion", + "splashpoisonleveliipot": "splashpoisoniipotion", + "splashacidiipot": "splashpoisoniipotion", + "splashacidstrongpot": "splashpoisoniipotion", + "splashacidleveliipot": "splashpoisoniipotion", + "splashpiipot": "splashpoisoniipotion", + "splashpstrongpot": "splashpoisoniipotion", + "splashpleveliipot": "splashpoisoniipotion", + "splpoisoniipot": "splashpoisoniipotion", + "splpoisonstrongpot": "splashpoisoniipotion", + "splpoisonleveliipot": "splashpoisoniipotion", + "splacidiipot": "splashpoisoniipotion", + "splacidstrongpot": "splashpoisoniipotion", + "splacidleveliipot": "splashpoisoniipotion", + "splpiipot": "splashpoisoniipotion", + "splpstrongpot": "splashpoisoniipotion", + "splpleveliipot": "splashpoisoniipotion", + "poisoniisplashpot": "splashpoisoniipotion", + "poisonstrongsplashpot": "splashpoisoniipotion", + "poisonleveliisplashpot": "splashpoisoniipotion", + "acidiisplashpot": "splashpoisoniipotion", + "acidstrongsplashpot": "splashpoisoniipotion", + "acidleveliisplashpot": "splashpoisoniipotion", + "piisplashpot": "splashpoisoniipotion", + "pstrongsplashpot": "splashpoisoniipotion", + "pleveliisplashpot": "splashpoisoniipotion", + "lingerpotpoisonii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_poison", + "type": "POISON", + "upgraded": true, + "extended": false + } + }, + "lingerpotpoisonstrong": "lingerpotpoisonii", + "lingerpotpoisonlevelii": "lingerpotpoisonii", + "lingerpotacidii": "lingerpotpoisonii", + "lingerpotacidstrong": "lingerpotpoisonii", + "lingerpotacidlevelii": "lingerpotpoisonii", + "lingerpotpii": "lingerpotpoisonii", + "lingerpotpstrong": "lingerpotpoisonii", + "lingerpotplevelii": "lingerpotpoisonii", + "poisonlingerpotii": "lingerpotpoisonii", + "poisonlingerpotstrong": "lingerpotpoisonii", + "poisonlingerpotlevelii": "lingerpotpoisonii", + "acidlingerpotii": "lingerpotpoisonii", + "acidlingerpotstrong": "lingerpotpoisonii", + "acidlingerpotlevelii": "lingerpotpoisonii", + "plingerpotii": "lingerpotpoisonii", + "plingerpotstrong": "lingerpotpoisonii", + "plingerpotlevelii": "lingerpotpoisonii", + "aoepotionpoisonii": "lingerpotpoisonii", + "aoepotionpoisonstrong": "lingerpotpoisonii", + "aoepotionpoisonlevelii": "lingerpotpoisonii", + "aoepotionacidii": "lingerpotpoisonii", + "aoepotionacidstrong": "lingerpotpoisonii", + "aoepotionacidlevelii": "lingerpotpoisonii", + "aoepotionpii": "lingerpotpoisonii", + "aoepotionpstrong": "lingerpotpoisonii", + "aoepotionplevelii": "lingerpotpoisonii", + "poisonaoepoiontii": "lingerpotpoisonii", + "poisonaoepoiontstrong": "lingerpotpoisonii", + "poisonaoepoiontlevelii": "lingerpotpoisonii", + "acidaoepoiontii": "lingerpotpoisonii", + "acidaoepoiontstrong": "lingerpotpoisonii", + "acidaoepoiontlevelii": "lingerpotpoisonii", + "paoepoiontii": "lingerpotpoisonii", + "paoepoiontstrong": "lingerpotpoisonii", + "paoepoiontlevelii": "lingerpotpoisonii", + "aoepotpoisonii": "lingerpotpoisonii", + "aoepotpoisonstrong": "lingerpotpoisonii", + "aoepotpoisonlevelii": "lingerpotpoisonii", + "aoepotacidii": "lingerpotpoisonii", + "aoepotacidstrong": "lingerpotpoisonii", + "aoepotacidlevelii": "lingerpotpoisonii", + "aoepotpii": "lingerpotpoisonii", + "aoepotpstrong": "lingerpotpoisonii", + "aoepotplevelii": "lingerpotpoisonii", + "poisonaoepotii": "lingerpotpoisonii", + "poisonaoepotstrong": "lingerpotpoisonii", + "poisonaoepotlevelii": "lingerpotpoisonii", + "acidaoepotii": "lingerpotpoisonii", + "acidaoepotstrong": "lingerpotpoisonii", + "acidaoepotlevelii": "lingerpotpoisonii", + "paoepotii": "lingerpotpoisonii", + "paoepotstrong": "lingerpotpoisonii", + "paoepotlevelii": "lingerpotpoisonii", + "areapotionpoisonii": "lingerpotpoisonii", + "areapotionpoisonstrong": "lingerpotpoisonii", + "areapotionpoisonlevelii": "lingerpotpoisonii", + "areapotionacidii": "lingerpotpoisonii", + "areapotionacidstrong": "lingerpotpoisonii", + "areapotionacidlevelii": "lingerpotpoisonii", + "areapotionpii": "lingerpotpoisonii", + "areapotionpstrong": "lingerpotpoisonii", + "areapotionplevelii": "lingerpotpoisonii", + "poisonareapotionii": "lingerpotpoisonii", + "poisonareapotionstrong": "lingerpotpoisonii", + "poisonareapotionlevelii": "lingerpotpoisonii", + "acidareapotionii": "lingerpotpoisonii", + "acidareapotionstrong": "lingerpotpoisonii", + "acidareapotionlevelii": "lingerpotpoisonii", + "pareapotionii": "lingerpotpoisonii", + "pareapotionstrong": "lingerpotpoisonii", + "pareapotionlevelii": "lingerpotpoisonii", + "areapotpoisonii": "lingerpotpoisonii", + "areapotpoisonstrong": "lingerpotpoisonii", + "areapotpoisonlevelii": "lingerpotpoisonii", + "areapotacidii": "lingerpotpoisonii", + "areapotacidstrong": "lingerpotpoisonii", + "areapotacidlevelii": "lingerpotpoisonii", + "areapotpii": "lingerpotpoisonii", + "areapotpstrong": "lingerpotpoisonii", + "areapotplevelii": "lingerpotpoisonii", + "poisonareapotii": "lingerpotpoisonii", + "poisonareapotstrong": "lingerpotpoisonii", + "poisonareapotlevelii": "lingerpotpoisonii", + "acidareapotii": "lingerpotpoisonii", + "acidareapotstrong": "lingerpotpoisonii", + "acidareapotlevelii": "lingerpotpoisonii", + "pareapotii": "lingerpotpoisonii", + "pareapotstrong": "lingerpotpoisonii", + "pareapotlevelii": "lingerpotpoisonii", + "cloudpotionpoisonii": "lingerpotpoisonii", + "cloudpotionpoisonstrong": "lingerpotpoisonii", + "cloudpotionpoisonlevelii": "lingerpotpoisonii", + "cloudpotionacidii": "lingerpotpoisonii", + "cloudpotionacidstrong": "lingerpotpoisonii", + "cloudpotionacidlevelii": "lingerpotpoisonii", + "cloudpotionpii": "lingerpotpoisonii", + "cloudpotionpstrong": "lingerpotpoisonii", + "cloudpotionplevelii": "lingerpotpoisonii", + "poisoncloudpotionii": "lingerpotpoisonii", + "poisoncloudpotionstrong": "lingerpotpoisonii", + "poisoncloudpotionlevelii": "lingerpotpoisonii", + "acidcloudpotionii": "lingerpotpoisonii", + "acidcloudpotionstrong": "lingerpotpoisonii", + "acidcloudpotionlevelii": "lingerpotpoisonii", + "pcloudpotionii": "lingerpotpoisonii", + "pcloudpotionstrong": "lingerpotpoisonii", + "pcloudpotionlevelii": "lingerpotpoisonii", + "cloudpotpoisonii": "lingerpotpoisonii", + "cloudpotpoisonstrong": "lingerpotpoisonii", + "cloudpotpoisonlevelii": "lingerpotpoisonii", + "cloudpotacidii": "lingerpotpoisonii", + "cloudpotacidstrong": "lingerpotpoisonii", + "cloudpotacidlevelii": "lingerpotpoisonii", + "cloudpotpii": "lingerpotpoisonii", + "cloudpotpstrong": "lingerpotpoisonii", + "cloudpotplevelii": "lingerpotpoisonii", + "poisoncloudpotii": "lingerpotpoisonii", + "poisoncloudpotstrong": "lingerpotpoisonii", + "poisoncloudpotlevelii": "lingerpotpoisonii", + "acidcloudpotii": "lingerpotpoisonii", + "acidcloudpotstrong": "lingerpotpoisonii", + "acidcloudpotlevelii": "lingerpotpoisonii", + "pcloudpotii": "lingerpotpoisonii", + "pcloudpotstrong": "lingerpotpoisonii", + "pcloudpotlevelii": "lingerpotpoisonii", + "arrowpoisonii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_poison", + "type": "POISON", + "upgraded": true, + "extended": false + } + }, + "arrowpoisonstrong": "arrowpoisonii", + "arrowpoisonlevelii": "arrowpoisonii", + "arrowacidii": "arrowpoisonii", + "arrowacidstrong": "arrowpoisonii", + "arrowacidlevelii": "arrowpoisonii", + "arrowpii": "arrowpoisonii", + "arrowpstrong": "arrowpoisonii", + "arrowplevelii": "arrowpoisonii", + "poisonarrowii": "arrowpoisonii", + "poisonarrowstrong": "arrowpoisonii", + "poisonarrowlevelii": "arrowpoisonii", + "acidarrowii": "arrowpoisonii", + "acidarrowstrong": "arrowpoisonii", + "acidarrowlevelii": "arrowpoisonii", + "parrowii": "arrowpoisonii", + "parrowstrong": "arrowpoisonii", + "parrowlevelii": "arrowpoisonii", + "poison2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_poison", + "type": "POISON", + "upgraded": false, + "extended": true + } + }, + "poisonlongpotion": "poison2potion", + "poisonextendedpotion": "poison2potion", + "poisonexpotion": "poison2potion", + "poisonlevel2potion": "poison2potion", + "acid2potion": "poison2potion", + "acidlongpotion": "poison2potion", + "acidextendedpotion": "poison2potion", + "acidexpotion": "poison2potion", + "acidlevel2potion": "poison2potion", + "p2potion": "poison2potion", + "plongpotion": "poison2potion", + "pextendedpotion": "poison2potion", + "pexpotion": "poison2potion", + "plevel2potion": "poison2potion", + "poison2pot": "poison2potion", + "poisonlongpot": "poison2potion", + "poisonextendedpot": "poison2potion", + "poisonexpot": "poison2potion", + "poisonlevel2pot": "poison2potion", + "acid2pot": "poison2potion", + "acidlongpot": "poison2potion", + "acidextendedpot": "poison2potion", + "acidexpot": "poison2potion", + "acidlevel2pot": "poison2potion", + "p2pot": "poison2potion", + "plongpot": "poison2potion", + "pextendedpot": "poison2potion", + "pexpot": "poison2potion", + "plevel2pot": "poison2potion", + "potionofpoison2": "poison2potion", + "potionofpoisonlong": "poison2potion", + "potionofpoisonextended": "poison2potion", + "potionofpoisonex": "poison2potion", + "potionofpoisonlevel2": "poison2potion", + "potionofacid2": "poison2potion", + "potionofacidlong": "poison2potion", + "potionofacidextended": "poison2potion", + "potionofacidex": "poison2potion", + "potionofacidlevel2": "poison2potion", + "potionofp2": "poison2potion", + "potionofplong": "poison2potion", + "potionofpextended": "poison2potion", + "potionofpex": "poison2potion", + "potionofplevel2": "poison2potion", + "potofpoison2": "poison2potion", + "potofpoisonlong": "poison2potion", + "potofpoisonextended": "poison2potion", + "potofpoisonex": "poison2potion", + "potofpoisonlevel2": "poison2potion", + "potofacid2": "poison2potion", + "potofacidlong": "poison2potion", + "potofacidextended": "poison2potion", + "potofacidex": "poison2potion", + "potofacidlevel2": "poison2potion", + "potofp2": "poison2potion", + "potofplong": "poison2potion", + "potofpextended": "poison2potion", + "potofpex": "poison2potion", + "potofplevel2": "poison2potion", + "splashpoison2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_poison", + "type": "POISON", + "upgraded": false, + "extended": true + } + }, + "splashpoisonlongpotion": "splashpoison2potion", + "splashpoisonextendedpotion": "splashpoison2potion", + "splashpoisonexpotion": "splashpoison2potion", + "splashpoisonlevel2potion": "splashpoison2potion", + "splashacid2potion": "splashpoison2potion", + "splashacidlongpotion": "splashpoison2potion", + "splashacidextendedpotion": "splashpoison2potion", + "splashacidexpotion": "splashpoison2potion", + "splashacidlevel2potion": "splashpoison2potion", + "splashp2potion": "splashpoison2potion", + "splashplongpotion": "splashpoison2potion", + "splashpextendedpotion": "splashpoison2potion", + "splashpexpotion": "splashpoison2potion", + "splashplevel2potion": "splashpoison2potion", + "splpoison2potion": "splashpoison2potion", + "splpoisonlongpotion": "splashpoison2potion", + "splpoisonextendedpotion": "splashpoison2potion", + "splpoisonexpotion": "splashpoison2potion", + "splpoisonlevel2potion": "splashpoison2potion", + "splacid2potion": "splashpoison2potion", + "splacidlongpotion": "splashpoison2potion", + "splacidextendedpotion": "splashpoison2potion", + "splacidexpotion": "splashpoison2potion", + "splacidlevel2potion": "splashpoison2potion", + "splp2potion": "splashpoison2potion", + "splplongpotion": "splashpoison2potion", + "splpextendedpotion": "splashpoison2potion", + "splpexpotion": "splashpoison2potion", + "splplevel2potion": "splashpoison2potion", + "poison2splashpotion": "splashpoison2potion", + "poisonlongsplashpotion": "splashpoison2potion", + "poisonextendedsplashpotion": "splashpoison2potion", + "poisonexsplashpotion": "splashpoison2potion", + "poisonlevel2splashpotion": "splashpoison2potion", + "acid2splashpotion": "splashpoison2potion", + "acidlongsplashpotion": "splashpoison2potion", + "acidextendedsplashpotion": "splashpoison2potion", + "acidexsplashpotion": "splashpoison2potion", + "acidlevel2splashpotion": "splashpoison2potion", + "p2splashpotion": "splashpoison2potion", + "plongsplashpotion": "splashpoison2potion", + "pextendedsplashpotion": "splashpoison2potion", + "pexsplashpotion": "splashpoison2potion", + "plevel2splashpotion": "splashpoison2potion", + "splashpoison2pot": "splashpoison2potion", + "splashpoisonlongpot": "splashpoison2potion", + "splashpoisonextendedpot": "splashpoison2potion", + "splashpoisonexpot": "splashpoison2potion", + "splashpoisonlevel2pot": "splashpoison2potion", + "splashacid2pot": "splashpoison2potion", + "splashacidlongpot": "splashpoison2potion", + "splashacidextendedpot": "splashpoison2potion", + "splashacidexpot": "splashpoison2potion", + "splashacidlevel2pot": "splashpoison2potion", + "splashp2pot": "splashpoison2potion", + "splashplongpot": "splashpoison2potion", + "splashpextendedpot": "splashpoison2potion", + "splashpexpot": "splashpoison2potion", + "splashplevel2pot": "splashpoison2potion", + "splpoison2pot": "splashpoison2potion", + "splpoisonlongpot": "splashpoison2potion", + "splpoisonextendedpot": "splashpoison2potion", + "splpoisonexpot": "splashpoison2potion", + "splpoisonlevel2pot": "splashpoison2potion", + "splacid2pot": "splashpoison2potion", + "splacidlongpot": "splashpoison2potion", + "splacidextendedpot": "splashpoison2potion", + "splacidexpot": "splashpoison2potion", + "splacidlevel2pot": "splashpoison2potion", + "splp2pot": "splashpoison2potion", + "splplongpot": "splashpoison2potion", + "splpextendedpot": "splashpoison2potion", + "splpexpot": "splashpoison2potion", + "splplevel2pot": "splashpoison2potion", + "poison2splashpot": "splashpoison2potion", + "poisonlongsplashpot": "splashpoison2potion", + "poisonextendedsplashpot": "splashpoison2potion", + "poisonexsplashpot": "splashpoison2potion", + "poisonlevel2splashpot": "splashpoison2potion", + "acid2splashpot": "splashpoison2potion", + "acidlongsplashpot": "splashpoison2potion", + "acidextendedsplashpot": "splashpoison2potion", + "acidexsplashpot": "splashpoison2potion", + "acidlevel2splashpot": "splashpoison2potion", + "p2splashpot": "splashpoison2potion", + "plongsplashpot": "splashpoison2potion", + "pextendedsplashpot": "splashpoison2potion", + "pexsplashpot": "splashpoison2potion", + "plevel2splashpot": "splashpoison2potion", + "lingerpotpoison2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_poison", + "type": "POISON", + "upgraded": false, + "extended": true + } + }, + "lingerpotpoisonlong": "lingerpotpoison2", + "lingerpotpoisonextended": "lingerpotpoison2", + "lingerpotpoisonex": "lingerpotpoison2", + "lingerpotpoisonlevel2": "lingerpotpoison2", + "lingerpotacid2": "lingerpotpoison2", + "lingerpotacidlong": "lingerpotpoison2", + "lingerpotacidextended": "lingerpotpoison2", + "lingerpotacidex": "lingerpotpoison2", + "lingerpotacidlevel2": "lingerpotpoison2", + "lingerpotp2": "lingerpotpoison2", + "lingerpotplong": "lingerpotpoison2", + "lingerpotpextended": "lingerpotpoison2", + "lingerpotpex": "lingerpotpoison2", + "lingerpotplevel2": "lingerpotpoison2", + "poisonlingerpot2": "lingerpotpoison2", + "poisonlingerpotlong": "lingerpotpoison2", + "poisonlingerpotextended": "lingerpotpoison2", + "poisonlingerpotex": "lingerpotpoison2", + "poisonlingerpotlevel2": "lingerpotpoison2", + "acidlingerpot2": "lingerpotpoison2", + "acidlingerpotlong": "lingerpotpoison2", + "acidlingerpotextended": "lingerpotpoison2", + "acidlingerpotex": "lingerpotpoison2", + "acidlingerpotlevel2": "lingerpotpoison2", + "plingerpot2": "lingerpotpoison2", + "plingerpotlong": "lingerpotpoison2", + "plingerpotextended": "lingerpotpoison2", + "plingerpotex": "lingerpotpoison2", + "plingerpotlevel2": "lingerpotpoison2", + "aoepotionpoison2": "lingerpotpoison2", + "aoepotionpoisonlong": "lingerpotpoison2", + "aoepotionpoisonextended": "lingerpotpoison2", + "aoepotionpoisonex": "lingerpotpoison2", + "aoepotionpoisonlevel2": "lingerpotpoison2", + "aoepotionacid2": "lingerpotpoison2", + "aoepotionacidlong": "lingerpotpoison2", + "aoepotionacidextended": "lingerpotpoison2", + "aoepotionacidex": "lingerpotpoison2", + "aoepotionacidlevel2": "lingerpotpoison2", + "aoepotionp2": "lingerpotpoison2", + "aoepotionplong": "lingerpotpoison2", + "aoepotionpextended": "lingerpotpoison2", + "aoepotionpex": "lingerpotpoison2", + "aoepotionplevel2": "lingerpotpoison2", + "poisonaoepoiont2": "lingerpotpoison2", + "poisonaoepoiontlong": "lingerpotpoison2", + "poisonaoepoiontextended": "lingerpotpoison2", + "poisonaoepoiontex": "lingerpotpoison2", + "poisonaoepoiontlevel2": "lingerpotpoison2", + "acidaoepoiont2": "lingerpotpoison2", + "acidaoepoiontlong": "lingerpotpoison2", + "acidaoepoiontextended": "lingerpotpoison2", + "acidaoepoiontex": "lingerpotpoison2", + "acidaoepoiontlevel2": "lingerpotpoison2", + "paoepoiont2": "lingerpotpoison2", + "paoepoiontlong": "lingerpotpoison2", + "paoepoiontextended": "lingerpotpoison2", + "paoepoiontex": "lingerpotpoison2", + "paoepoiontlevel2": "lingerpotpoison2", + "aoepotpoison2": "lingerpotpoison2", + "aoepotpoisonlong": "lingerpotpoison2", + "aoepotpoisonextended": "lingerpotpoison2", + "aoepotpoisonex": "lingerpotpoison2", + "aoepotpoisonlevel2": "lingerpotpoison2", + "aoepotacid2": "lingerpotpoison2", + "aoepotacidlong": "lingerpotpoison2", + "aoepotacidextended": "lingerpotpoison2", + "aoepotacidex": "lingerpotpoison2", + "aoepotacidlevel2": "lingerpotpoison2", + "aoepotp2": "lingerpotpoison2", + "aoepotplong": "lingerpotpoison2", + "aoepotpextended": "lingerpotpoison2", + "aoepotpex": "lingerpotpoison2", + "aoepotplevel2": "lingerpotpoison2", + "poisonaoepot2": "lingerpotpoison2", + "poisonaoepotlong": "lingerpotpoison2", + "poisonaoepotextended": "lingerpotpoison2", + "poisonaoepotex": "lingerpotpoison2", + "poisonaoepotlevel2": "lingerpotpoison2", + "acidaoepot2": "lingerpotpoison2", + "acidaoepotlong": "lingerpotpoison2", + "acidaoepotextended": "lingerpotpoison2", + "acidaoepotex": "lingerpotpoison2", + "acidaoepotlevel2": "lingerpotpoison2", + "paoepot2": "lingerpotpoison2", + "paoepotlong": "lingerpotpoison2", + "paoepotextended": "lingerpotpoison2", + "paoepotex": "lingerpotpoison2", + "paoepotlevel2": "lingerpotpoison2", + "areapotionpoison2": "lingerpotpoison2", + "areapotionpoisonlong": "lingerpotpoison2", + "areapotionpoisonextended": "lingerpotpoison2", + "areapotionpoisonex": "lingerpotpoison2", + "areapotionpoisonlevel2": "lingerpotpoison2", + "areapotionacid2": "lingerpotpoison2", + "areapotionacidlong": "lingerpotpoison2", + "areapotionacidextended": "lingerpotpoison2", + "areapotionacidex": "lingerpotpoison2", + "areapotionacidlevel2": "lingerpotpoison2", + "areapotionp2": "lingerpotpoison2", + "areapotionplong": "lingerpotpoison2", + "areapotionpextended": "lingerpotpoison2", + "areapotionpex": "lingerpotpoison2", + "areapotionplevel2": "lingerpotpoison2", + "poisonareapotion2": "lingerpotpoison2", + "poisonareapotionlong": "lingerpotpoison2", + "poisonareapotionextended": "lingerpotpoison2", + "poisonareapotionex": "lingerpotpoison2", + "poisonareapotionlevel2": "lingerpotpoison2", + "acidareapotion2": "lingerpotpoison2", + "acidareapotionlong": "lingerpotpoison2", + "acidareapotionextended": "lingerpotpoison2", + "acidareapotionex": "lingerpotpoison2", + "acidareapotionlevel2": "lingerpotpoison2", + "pareapotion2": "lingerpotpoison2", + "pareapotionlong": "lingerpotpoison2", + "pareapotionextended": "lingerpotpoison2", + "pareapotionex": "lingerpotpoison2", + "pareapotionlevel2": "lingerpotpoison2", + "areapotpoison2": "lingerpotpoison2", + "areapotpoisonlong": "lingerpotpoison2", + "areapotpoisonextended": "lingerpotpoison2", + "areapotpoisonex": "lingerpotpoison2", + "areapotpoisonlevel2": "lingerpotpoison2", + "areapotacid2": "lingerpotpoison2", + "areapotacidlong": "lingerpotpoison2", + "areapotacidextended": "lingerpotpoison2", + "areapotacidex": "lingerpotpoison2", + "areapotacidlevel2": "lingerpotpoison2", + "areapotp2": "lingerpotpoison2", + "areapotplong": "lingerpotpoison2", + "areapotpextended": "lingerpotpoison2", + "areapotpex": "lingerpotpoison2", + "areapotplevel2": "lingerpotpoison2", + "poisonareapot2": "lingerpotpoison2", + "poisonareapotlong": "lingerpotpoison2", + "poisonareapotextended": "lingerpotpoison2", + "poisonareapotex": "lingerpotpoison2", + "poisonareapotlevel2": "lingerpotpoison2", + "acidareapot2": "lingerpotpoison2", + "acidareapotlong": "lingerpotpoison2", + "acidareapotextended": "lingerpotpoison2", + "acidareapotex": "lingerpotpoison2", + "acidareapotlevel2": "lingerpotpoison2", + "pareapot2": "lingerpotpoison2", + "pareapotlong": "lingerpotpoison2", + "pareapotextended": "lingerpotpoison2", + "pareapotex": "lingerpotpoison2", + "pareapotlevel2": "lingerpotpoison2", + "cloudpotionpoison2": "lingerpotpoison2", + "cloudpotionpoisonlong": "lingerpotpoison2", + "cloudpotionpoisonextended": "lingerpotpoison2", + "cloudpotionpoisonex": "lingerpotpoison2", + "cloudpotionpoisonlevel2": "lingerpotpoison2", + "cloudpotionacid2": "lingerpotpoison2", + "cloudpotionacidlong": "lingerpotpoison2", + "cloudpotionacidextended": "lingerpotpoison2", + "cloudpotionacidex": "lingerpotpoison2", + "cloudpotionacidlevel2": "lingerpotpoison2", + "cloudpotionp2": "lingerpotpoison2", + "cloudpotionplong": "lingerpotpoison2", + "cloudpotionpextended": "lingerpotpoison2", + "cloudpotionpex": "lingerpotpoison2", + "cloudpotionplevel2": "lingerpotpoison2", + "poisoncloudpotion2": "lingerpotpoison2", + "poisoncloudpotionlong": "lingerpotpoison2", + "poisoncloudpotionextended": "lingerpotpoison2", + "poisoncloudpotionex": "lingerpotpoison2", + "poisoncloudpotionlevel2": "lingerpotpoison2", + "acidcloudpotion2": "lingerpotpoison2", + "acidcloudpotionlong": "lingerpotpoison2", + "acidcloudpotionextended": "lingerpotpoison2", + "acidcloudpotionex": "lingerpotpoison2", + "acidcloudpotionlevel2": "lingerpotpoison2", + "pcloudpotion2": "lingerpotpoison2", + "pcloudpotionlong": "lingerpotpoison2", + "pcloudpotionextended": "lingerpotpoison2", + "pcloudpotionex": "lingerpotpoison2", + "pcloudpotionlevel2": "lingerpotpoison2", + "cloudpotpoison2": "lingerpotpoison2", + "cloudpotpoisonlong": "lingerpotpoison2", + "cloudpotpoisonextended": "lingerpotpoison2", + "cloudpotpoisonex": "lingerpotpoison2", + "cloudpotpoisonlevel2": "lingerpotpoison2", + "cloudpotacid2": "lingerpotpoison2", + "cloudpotacidlong": "lingerpotpoison2", + "cloudpotacidextended": "lingerpotpoison2", + "cloudpotacidex": "lingerpotpoison2", + "cloudpotacidlevel2": "lingerpotpoison2", + "cloudpotp2": "lingerpotpoison2", + "cloudpotplong": "lingerpotpoison2", + "cloudpotpextended": "lingerpotpoison2", + "cloudpotpex": "lingerpotpoison2", + "cloudpotplevel2": "lingerpotpoison2", + "poisoncloudpot2": "lingerpotpoison2", + "poisoncloudpotlong": "lingerpotpoison2", + "poisoncloudpotextended": "lingerpotpoison2", + "poisoncloudpotex": "lingerpotpoison2", + "poisoncloudpotlevel2": "lingerpotpoison2", + "acidcloudpot2": "lingerpotpoison2", + "acidcloudpotlong": "lingerpotpoison2", + "acidcloudpotextended": "lingerpotpoison2", + "acidcloudpotex": "lingerpotpoison2", + "acidcloudpotlevel2": "lingerpotpoison2", + "pcloudpot2": "lingerpotpoison2", + "pcloudpotlong": "lingerpotpoison2", + "pcloudpotextended": "lingerpotpoison2", + "pcloudpotex": "lingerpotpoison2", + "pcloudpotlevel2": "lingerpotpoison2", + "arrowpoison2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_poison", + "type": "POISON", + "upgraded": false, + "extended": true + } + }, + "arrowpoisonlong": "arrowpoison2", + "arrowpoisonextended": "arrowpoison2", + "arrowpoisonex": "arrowpoison2", + "arrowpoisonlevel2": "arrowpoison2", + "arrowacid2": "arrowpoison2", + "arrowacidlong": "arrowpoison2", + "arrowacidextended": "arrowpoison2", + "arrowacidex": "arrowpoison2", + "arrowacidlevel2": "arrowpoison2", + "arrowp2": "arrowpoison2", + "arrowplong": "arrowpoison2", + "arrowpextended": "arrowpoison2", + "arrowpex": "arrowpoison2", + "arrowplevel2": "arrowpoison2", + "poisonarrow2": "arrowpoison2", + "poisonarrowlong": "arrowpoison2", + "poisonarrowextended": "arrowpoison2", + "poisonarrowex": "arrowpoison2", + "poisonarrowlevel2": "arrowpoison2", + "acidarrow2": "arrowpoison2", + "acidarrowlong": "arrowpoison2", + "acidarrowextended": "arrowpoison2", + "acidarrowex": "arrowpoison2", + "acidarrowlevel2": "arrowpoison2", + "parrow2": "arrowpoison2", + "parrowlong": "arrowpoison2", + "parrowextended": "arrowpoison2", + "parrowex": "arrowpoison2", + "parrowlevel2": "arrowpoison2", + "regenerationpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "regeneration", + "type": "REGEN", + "upgraded": false, + "extended": false + } + }, + "regeneratepotion": "regenerationpotion", + "regenpotion": "regenerationpotion", + "regenerationpot": "regenerationpotion", + "regeneratepot": "regenerationpotion", + "regenpot": "regenerationpotion", + "potionofregeneration": "regenerationpotion", + "potionofregenerate": "regenerationpotion", + "potionofregen": "regenerationpotion", + "potofregeneration": "regenerationpotion", + "potofregenerate": "regenerationpotion", + "potofregen": "regenerationpotion", + "splashregenerationpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "regeneration", + "type": "REGEN", + "upgraded": false, + "extended": false + } + }, + "splashregeneratepotion": "splashregenerationpotion", + "splashregenpotion": "splashregenerationpotion", + "splregenerationpotion": "splashregenerationpotion", + "splregeneratepotion": "splashregenerationpotion", + "splregenpotion": "splashregenerationpotion", + "regenerationsplashpotion": "splashregenerationpotion", + "regeneratesplashpotion": "splashregenerationpotion", + "regensplashpotion": "splashregenerationpotion", + "splashregenerationpot": "splashregenerationpotion", + "splashregeneratepot": "splashregenerationpotion", + "splashregenpot": "splashregenerationpotion", + "splregenerationpot": "splashregenerationpotion", + "splregeneratepot": "splashregenerationpotion", + "splregenpot": "splashregenerationpotion", + "regenerationsplashpot": "splashregenerationpotion", + "regeneratesplashpot": "splashregenerationpotion", + "regensplashpot": "splashregenerationpotion", + "lingerpotregeneration": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "regeneration", + "type": "REGEN", + "upgraded": false, + "extended": false + } + }, + "lingerpotregenerate": "lingerpotregeneration", + "lingerpotregen": "lingerpotregeneration", + "regenerationlingerpot": "lingerpotregeneration", + "regeneratelingerpot": "lingerpotregeneration", + "regenlingerpot": "lingerpotregeneration", + "aoepotionregeneration": "lingerpotregeneration", + "aoepotionregenerate": "lingerpotregeneration", + "aoepotionregen": "lingerpotregeneration", + "regenerationaoepoiont": "lingerpotregeneration", + "regenerateaoepoiont": "lingerpotregeneration", + "regenaoepoiont": "lingerpotregeneration", + "aoepotregeneration": "lingerpotregeneration", + "aoepotregenerate": "lingerpotregeneration", + "aoepotregen": "lingerpotregeneration", + "regenerationaoepot": "lingerpotregeneration", + "regenerateaoepot": "lingerpotregeneration", + "regenaoepot": "lingerpotregeneration", + "areapotionregeneration": "lingerpotregeneration", + "areapotionregenerate": "lingerpotregeneration", + "areapotionregen": "lingerpotregeneration", + "regenerationareapotion": "lingerpotregeneration", + "regenerateareapotion": "lingerpotregeneration", + "regenareapotion": "lingerpotregeneration", + "areapotregeneration": "lingerpotregeneration", + "areapotregenerate": "lingerpotregeneration", + "areapotregen": "lingerpotregeneration", + "regenerationareapot": "lingerpotregeneration", + "regenerateareapot": "lingerpotregeneration", + "regenareapot": "lingerpotregeneration", + "cloudpotionregeneration": "lingerpotregeneration", + "cloudpotionregenerate": "lingerpotregeneration", + "cloudpotionregen": "lingerpotregeneration", + "regenerationcloudpotion": "lingerpotregeneration", + "regeneratecloudpotion": "lingerpotregeneration", + "regencloudpotion": "lingerpotregeneration", + "cloudpotregeneration": "lingerpotregeneration", + "cloudpotregenerate": "lingerpotregeneration", + "cloudpotregen": "lingerpotregeneration", + "regenerationcloudpot": "lingerpotregeneration", + "regeneratecloudpot": "lingerpotregeneration", + "regencloudpot": "lingerpotregeneration", + "arrowregeneration": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "regeneration", + "type": "REGEN", + "upgraded": false, + "extended": false + } + }, + "arrowregenerate": "arrowregeneration", + "arrowregen": "arrowregeneration", + "regenerationarrow": "arrowregeneration", + "regeneratearrow": "arrowregeneration", + "regenarrow": "arrowregeneration", + "regenerationiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_regeneration", + "type": "REGEN", + "upgraded": true, + "extended": false + } + }, + "regenerationstrongpotion": "regenerationiipotion", + "regenerationleveliipotion": "regenerationiipotion", + "regenerateiipotion": "regenerationiipotion", + "regeneratestrongpotion": "regenerationiipotion", + "regenerateleveliipotion": "regenerationiipotion", + "regeniipotion": "regenerationiipotion", + "regenstrongpotion": "regenerationiipotion", + "regenleveliipotion": "regenerationiipotion", + "regenerationiipot": "regenerationiipotion", + "regenerationstrongpot": "regenerationiipotion", + "regenerationleveliipot": "regenerationiipotion", + "regenerateiipot": "regenerationiipotion", + "regeneratestrongpot": "regenerationiipotion", + "regenerateleveliipot": "regenerationiipotion", + "regeniipot": "regenerationiipotion", + "regenstrongpot": "regenerationiipotion", + "regenleveliipot": "regenerationiipotion", + "potionofregenerationii": "regenerationiipotion", + "potionofregenerationstrong": "regenerationiipotion", + "potionofregenerationlevelii": "regenerationiipotion", + "potionofregenerateii": "regenerationiipotion", + "potionofregeneratestrong": "regenerationiipotion", + "potionofregeneratelevelii": "regenerationiipotion", + "potionofregenii": "regenerationiipotion", + "potionofregenstrong": "regenerationiipotion", + "potionofregenlevelii": "regenerationiipotion", + "potofregenerationii": "regenerationiipotion", + "potofregenerationstrong": "regenerationiipotion", + "potofregenerationlevelii": "regenerationiipotion", + "potofregenerateii": "regenerationiipotion", + "potofregeneratestrong": "regenerationiipotion", + "potofregeneratelevelii": "regenerationiipotion", + "potofregenii": "regenerationiipotion", + "potofregenstrong": "regenerationiipotion", + "potofregenlevelii": "regenerationiipotion", + "splashregenerationiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_regeneration", + "type": "REGEN", + "upgraded": true, + "extended": false + } + }, + "splashregenerationstrongpotion": "splashregenerationiipotion", + "splashregenerationleveliipotion": "splashregenerationiipotion", + "splashregenerateiipotion": "splashregenerationiipotion", + "splashregeneratestrongpotion": "splashregenerationiipotion", + "splashregenerateleveliipotion": "splashregenerationiipotion", + "splashregeniipotion": "splashregenerationiipotion", + "splashregenstrongpotion": "splashregenerationiipotion", + "splashregenleveliipotion": "splashregenerationiipotion", + "splregenerationiipotion": "splashregenerationiipotion", + "splregenerationstrongpotion": "splashregenerationiipotion", + "splregenerationleveliipotion": "splashregenerationiipotion", + "splregenerateiipotion": "splashregenerationiipotion", + "splregeneratestrongpotion": "splashregenerationiipotion", + "splregenerateleveliipotion": "splashregenerationiipotion", + "splregeniipotion": "splashregenerationiipotion", + "splregenstrongpotion": "splashregenerationiipotion", + "splregenleveliipotion": "splashregenerationiipotion", + "regenerationiisplashpotion": "splashregenerationiipotion", + "regenerationstrongsplashpotion": "splashregenerationiipotion", + "regenerationleveliisplashpotion": "splashregenerationiipotion", + "regenerateiisplashpotion": "splashregenerationiipotion", + "regeneratestrongsplashpotion": "splashregenerationiipotion", + "regenerateleveliisplashpotion": "splashregenerationiipotion", + "regeniisplashpotion": "splashregenerationiipotion", + "regenstrongsplashpotion": "splashregenerationiipotion", + "regenleveliisplashpotion": "splashregenerationiipotion", + "splashregenerationiipot": "splashregenerationiipotion", + "splashregenerationstrongpot": "splashregenerationiipotion", + "splashregenerationleveliipot": "splashregenerationiipotion", + "splashregenerateiipot": "splashregenerationiipotion", + "splashregeneratestrongpot": "splashregenerationiipotion", + "splashregenerateleveliipot": "splashregenerationiipotion", + "splashregeniipot": "splashregenerationiipotion", + "splashregenstrongpot": "splashregenerationiipotion", + "splashregenleveliipot": "splashregenerationiipotion", + "splregenerationiipot": "splashregenerationiipotion", + "splregenerationstrongpot": "splashregenerationiipotion", + "splregenerationleveliipot": "splashregenerationiipotion", + "splregenerateiipot": "splashregenerationiipotion", + "splregeneratestrongpot": "splashregenerationiipotion", + "splregenerateleveliipot": "splashregenerationiipotion", + "splregeniipot": "splashregenerationiipotion", + "splregenstrongpot": "splashregenerationiipotion", + "splregenleveliipot": "splashregenerationiipotion", + "regenerationiisplashpot": "splashregenerationiipotion", + "regenerationstrongsplashpot": "splashregenerationiipotion", + "regenerationleveliisplashpot": "splashregenerationiipotion", + "regenerateiisplashpot": "splashregenerationiipotion", + "regeneratestrongsplashpot": "splashregenerationiipotion", + "regenerateleveliisplashpot": "splashregenerationiipotion", + "regeniisplashpot": "splashregenerationiipotion", + "regenstrongsplashpot": "splashregenerationiipotion", + "regenleveliisplashpot": "splashregenerationiipotion", + "lingerpotregenerationii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_regeneration", + "type": "REGEN", + "upgraded": true, + "extended": false + } + }, + "lingerpotregenerationstrong": "lingerpotregenerationii", + "lingerpotregenerationlevelii": "lingerpotregenerationii", + "lingerpotregenerateii": "lingerpotregenerationii", + "lingerpotregeneratestrong": "lingerpotregenerationii", + "lingerpotregeneratelevelii": "lingerpotregenerationii", + "lingerpotregenii": "lingerpotregenerationii", + "lingerpotregenstrong": "lingerpotregenerationii", + "lingerpotregenlevelii": "lingerpotregenerationii", + "regenerationlingerpotii": "lingerpotregenerationii", + "regenerationlingerpotstrong": "lingerpotregenerationii", + "regenerationlingerpotlevelii": "lingerpotregenerationii", + "regeneratelingerpotii": "lingerpotregenerationii", + "regeneratelingerpotstrong": "lingerpotregenerationii", + "regeneratelingerpotlevelii": "lingerpotregenerationii", + "regenlingerpotii": "lingerpotregenerationii", + "regenlingerpotstrong": "lingerpotregenerationii", + "regenlingerpotlevelii": "lingerpotregenerationii", + "aoepotionregenerationii": "lingerpotregenerationii", + "aoepotionregenerationstrong": "lingerpotregenerationii", + "aoepotionregenerationlevelii": "lingerpotregenerationii", + "aoepotionregenerateii": "lingerpotregenerationii", + "aoepotionregeneratestrong": "lingerpotregenerationii", + "aoepotionregeneratelevelii": "lingerpotregenerationii", + "aoepotionregenii": "lingerpotregenerationii", + "aoepotionregenstrong": "lingerpotregenerationii", + "aoepotionregenlevelii": "lingerpotregenerationii", + "regenerationaoepoiontii": "lingerpotregenerationii", + "regenerationaoepoiontstrong": "lingerpotregenerationii", + "regenerationaoepoiontlevelii": "lingerpotregenerationii", + "regenerateaoepoiontii": "lingerpotregenerationii", + "regenerateaoepoiontstrong": "lingerpotregenerationii", + "regenerateaoepoiontlevelii": "lingerpotregenerationii", + "regenaoepoiontii": "lingerpotregenerationii", + "regenaoepoiontstrong": "lingerpotregenerationii", + "regenaoepoiontlevelii": "lingerpotregenerationii", + "aoepotregenerationii": "lingerpotregenerationii", + "aoepotregenerationstrong": "lingerpotregenerationii", + "aoepotregenerationlevelii": "lingerpotregenerationii", + "aoepotregenerateii": "lingerpotregenerationii", + "aoepotregeneratestrong": "lingerpotregenerationii", + "aoepotregeneratelevelii": "lingerpotregenerationii", + "aoepotregenii": "lingerpotregenerationii", + "aoepotregenstrong": "lingerpotregenerationii", + "aoepotregenlevelii": "lingerpotregenerationii", + "regenerationaoepotii": "lingerpotregenerationii", + "regenerationaoepotstrong": "lingerpotregenerationii", + "regenerationaoepotlevelii": "lingerpotregenerationii", + "regenerateaoepotii": "lingerpotregenerationii", + "regenerateaoepotstrong": "lingerpotregenerationii", + "regenerateaoepotlevelii": "lingerpotregenerationii", + "regenaoepotii": "lingerpotregenerationii", + "regenaoepotstrong": "lingerpotregenerationii", + "regenaoepotlevelii": "lingerpotregenerationii", + "areapotionregenerationii": "lingerpotregenerationii", + "areapotionregenerationstrong": "lingerpotregenerationii", + "areapotionregenerationlevelii": "lingerpotregenerationii", + "areapotionregenerateii": "lingerpotregenerationii", + "areapotionregeneratestrong": "lingerpotregenerationii", + "areapotionregeneratelevelii": "lingerpotregenerationii", + "areapotionregenii": "lingerpotregenerationii", + "areapotionregenstrong": "lingerpotregenerationii", + "areapotionregenlevelii": "lingerpotregenerationii", + "regenerationareapotionii": "lingerpotregenerationii", + "regenerationareapotionstrong": "lingerpotregenerationii", + "regenerationareapotionlevelii": "lingerpotregenerationii", + "regenerateareapotionii": "lingerpotregenerationii", + "regenerateareapotionstrong": "lingerpotregenerationii", + "regenerateareapotionlevelii": "lingerpotregenerationii", + "regenareapotionii": "lingerpotregenerationii", + "regenareapotionstrong": "lingerpotregenerationii", + "regenareapotionlevelii": "lingerpotregenerationii", + "areapotregenerationii": "lingerpotregenerationii", + "areapotregenerationstrong": "lingerpotregenerationii", + "areapotregenerationlevelii": "lingerpotregenerationii", + "areapotregenerateii": "lingerpotregenerationii", + "areapotregeneratestrong": "lingerpotregenerationii", + "areapotregeneratelevelii": "lingerpotregenerationii", + "areapotregenii": "lingerpotregenerationii", + "areapotregenstrong": "lingerpotregenerationii", + "areapotregenlevelii": "lingerpotregenerationii", + "regenerationareapotii": "lingerpotregenerationii", + "regenerationareapotstrong": "lingerpotregenerationii", + "regenerationareapotlevelii": "lingerpotregenerationii", + "regenerateareapotii": "lingerpotregenerationii", + "regenerateareapotstrong": "lingerpotregenerationii", + "regenerateareapotlevelii": "lingerpotregenerationii", + "regenareapotii": "lingerpotregenerationii", + "regenareapotstrong": "lingerpotregenerationii", + "regenareapotlevelii": "lingerpotregenerationii", + "cloudpotionregenerationii": "lingerpotregenerationii", + "cloudpotionregenerationstrong": "lingerpotregenerationii", + "cloudpotionregenerationlevelii": "lingerpotregenerationii", + "cloudpotionregenerateii": "lingerpotregenerationii", + "cloudpotionregeneratestrong": "lingerpotregenerationii", + "cloudpotionregeneratelevelii": "lingerpotregenerationii", + "cloudpotionregenii": "lingerpotregenerationii", + "cloudpotionregenstrong": "lingerpotregenerationii", + "cloudpotionregenlevelii": "lingerpotregenerationii", + "regenerationcloudpotionii": "lingerpotregenerationii", + "regenerationcloudpotionstrong": "lingerpotregenerationii", + "regenerationcloudpotionlevelii": "lingerpotregenerationii", + "regeneratecloudpotionii": "lingerpotregenerationii", + "regeneratecloudpotionstrong": "lingerpotregenerationii", + "regeneratecloudpotionlevelii": "lingerpotregenerationii", + "regencloudpotionii": "lingerpotregenerationii", + "regencloudpotionstrong": "lingerpotregenerationii", + "regencloudpotionlevelii": "lingerpotregenerationii", + "cloudpotregenerationii": "lingerpotregenerationii", + "cloudpotregenerationstrong": "lingerpotregenerationii", + "cloudpotregenerationlevelii": "lingerpotregenerationii", + "cloudpotregenerateii": "lingerpotregenerationii", + "cloudpotregeneratestrong": "lingerpotregenerationii", + "cloudpotregeneratelevelii": "lingerpotregenerationii", + "cloudpotregenii": "lingerpotregenerationii", + "cloudpotregenstrong": "lingerpotregenerationii", + "cloudpotregenlevelii": "lingerpotregenerationii", + "regenerationcloudpotii": "lingerpotregenerationii", + "regenerationcloudpotstrong": "lingerpotregenerationii", + "regenerationcloudpotlevelii": "lingerpotregenerationii", + "regeneratecloudpotii": "lingerpotregenerationii", + "regeneratecloudpotstrong": "lingerpotregenerationii", + "regeneratecloudpotlevelii": "lingerpotregenerationii", + "regencloudpotii": "lingerpotregenerationii", + "regencloudpotstrong": "lingerpotregenerationii", + "regencloudpotlevelii": "lingerpotregenerationii", + "arrowregenerationii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_regeneration", + "type": "REGEN", + "upgraded": true, + "extended": false + } + }, + "arrowregenerationstrong": "arrowregenerationii", + "arrowregenerationlevelii": "arrowregenerationii", + "arrowregenerateii": "arrowregenerationii", + "arrowregeneratestrong": "arrowregenerationii", + "arrowregeneratelevelii": "arrowregenerationii", + "arrowregenii": "arrowregenerationii", + "arrowregenstrong": "arrowregenerationii", + "arrowregenlevelii": "arrowregenerationii", + "regenerationarrowii": "arrowregenerationii", + "regenerationarrowstrong": "arrowregenerationii", + "regenerationarrowlevelii": "arrowregenerationii", + "regeneratearrowii": "arrowregenerationii", + "regeneratearrowstrong": "arrowregenerationii", + "regeneratearrowlevelii": "arrowregenerationii", + "regenarrowii": "arrowregenerationii", + "regenarrowstrong": "arrowregenerationii", + "regenarrowlevelii": "arrowregenerationii", + "regeneration2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_regeneration", + "type": "REGEN", + "upgraded": false, + "extended": true + } + }, + "regenerationlongpotion": "regeneration2potion", + "regenerationextendedpotion": "regeneration2potion", + "regenerationexpotion": "regeneration2potion", + "regenerationlevel2potion": "regeneration2potion", + "regenerate2potion": "regeneration2potion", + "regeneratelongpotion": "regeneration2potion", + "regenerateextendedpotion": "regeneration2potion", + "regenerateexpotion": "regeneration2potion", + "regeneratelevel2potion": "regeneration2potion", + "regen2potion": "regeneration2potion", + "regenlongpotion": "regeneration2potion", + "regenextendedpotion": "regeneration2potion", + "regenexpotion": "regeneration2potion", + "regenlevel2potion": "regeneration2potion", + "regeneration2pot": "regeneration2potion", + "regenerationlongpot": "regeneration2potion", + "regenerationextendedpot": "regeneration2potion", + "regenerationexpot": "regeneration2potion", + "regenerationlevel2pot": "regeneration2potion", + "regenerate2pot": "regeneration2potion", + "regeneratelongpot": "regeneration2potion", + "regenerateextendedpot": "regeneration2potion", + "regenerateexpot": "regeneration2potion", + "regeneratelevel2pot": "regeneration2potion", + "regen2pot": "regeneration2potion", + "regenlongpot": "regeneration2potion", + "regenextendedpot": "regeneration2potion", + "regenexpot": "regeneration2potion", + "regenlevel2pot": "regeneration2potion", + "potionofregeneration2": "regeneration2potion", + "potionofregenerationlong": "regeneration2potion", + "potionofregenerationextended": "regeneration2potion", + "potionofregenerationex": "regeneration2potion", + "potionofregenerationlevel2": "regeneration2potion", + "potionofregenerate2": "regeneration2potion", + "potionofregeneratelong": "regeneration2potion", + "potionofregenerateextended": "regeneration2potion", + "potionofregenerateex": "regeneration2potion", + "potionofregeneratelevel2": "regeneration2potion", + "potionofregen2": "regeneration2potion", + "potionofregenlong": "regeneration2potion", + "potionofregenextended": "regeneration2potion", + "potionofregenex": "regeneration2potion", + "potionofregenlevel2": "regeneration2potion", + "potofregeneration2": "regeneration2potion", + "potofregenerationlong": "regeneration2potion", + "potofregenerationextended": "regeneration2potion", + "potofregenerationex": "regeneration2potion", + "potofregenerationlevel2": "regeneration2potion", + "potofregenerate2": "regeneration2potion", + "potofregeneratelong": "regeneration2potion", + "potofregenerateextended": "regeneration2potion", + "potofregenerateex": "regeneration2potion", + "potofregeneratelevel2": "regeneration2potion", + "potofregen2": "regeneration2potion", + "potofregenlong": "regeneration2potion", + "potofregenextended": "regeneration2potion", + "potofregenex": "regeneration2potion", + "potofregenlevel2": "regeneration2potion", + "splashregeneration2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_regeneration", + "type": "REGEN", + "upgraded": false, + "extended": true + } + }, + "splashregenerationlongpotion": "splashregeneration2potion", + "splashregenerationextendedpotion": "splashregeneration2potion", + "splashregenerationexpotion": "splashregeneration2potion", + "splashregenerationlevel2potion": "splashregeneration2potion", + "splashregenerate2potion": "splashregeneration2potion", + "splashregeneratelongpotion": "splashregeneration2potion", + "splashregenerateextendedpotion": "splashregeneration2potion", + "splashregenerateexpotion": "splashregeneration2potion", + "splashregeneratelevel2potion": "splashregeneration2potion", + "splashregen2potion": "splashregeneration2potion", + "splashregenlongpotion": "splashregeneration2potion", + "splashregenextendedpotion": "splashregeneration2potion", + "splashregenexpotion": "splashregeneration2potion", + "splashregenlevel2potion": "splashregeneration2potion", + "splregeneration2potion": "splashregeneration2potion", + "splregenerationlongpotion": "splashregeneration2potion", + "splregenerationextendedpotion": "splashregeneration2potion", + "splregenerationexpotion": "splashregeneration2potion", + "splregenerationlevel2potion": "splashregeneration2potion", + "splregenerate2potion": "splashregeneration2potion", + "splregeneratelongpotion": "splashregeneration2potion", + "splregenerateextendedpotion": "splashregeneration2potion", + "splregenerateexpotion": "splashregeneration2potion", + "splregeneratelevel2potion": "splashregeneration2potion", + "splregen2potion": "splashregeneration2potion", + "splregenlongpotion": "splashregeneration2potion", + "splregenextendedpotion": "splashregeneration2potion", + "splregenexpotion": "splashregeneration2potion", + "splregenlevel2potion": "splashregeneration2potion", + "regeneration2splashpotion": "splashregeneration2potion", + "regenerationlongsplashpotion": "splashregeneration2potion", + "regenerationextendedsplashpotion": "splashregeneration2potion", + "regenerationexsplashpotion": "splashregeneration2potion", + "regenerationlevel2splashpotion": "splashregeneration2potion", + "regenerate2splashpotion": "splashregeneration2potion", + "regeneratelongsplashpotion": "splashregeneration2potion", + "regenerateextendedsplashpotion": "splashregeneration2potion", + "regenerateexsplashpotion": "splashregeneration2potion", + "regeneratelevel2splashpotion": "splashregeneration2potion", + "regen2splashpotion": "splashregeneration2potion", + "regenlongsplashpotion": "splashregeneration2potion", + "regenextendedsplashpotion": "splashregeneration2potion", + "regenexsplashpotion": "splashregeneration2potion", + "regenlevel2splashpotion": "splashregeneration2potion", + "splashregeneration2pot": "splashregeneration2potion", + "splashregenerationlongpot": "splashregeneration2potion", + "splashregenerationextendedpot": "splashregeneration2potion", + "splashregenerationexpot": "splashregeneration2potion", + "splashregenerationlevel2pot": "splashregeneration2potion", + "splashregenerate2pot": "splashregeneration2potion", + "splashregeneratelongpot": "splashregeneration2potion", + "splashregenerateextendedpot": "splashregeneration2potion", + "splashregenerateexpot": "splashregeneration2potion", + "splashregeneratelevel2pot": "splashregeneration2potion", + "splashregen2pot": "splashregeneration2potion", + "splashregenlongpot": "splashregeneration2potion", + "splashregenextendedpot": "splashregeneration2potion", + "splashregenexpot": "splashregeneration2potion", + "splashregenlevel2pot": "splashregeneration2potion", + "splregeneration2pot": "splashregeneration2potion", + "splregenerationlongpot": "splashregeneration2potion", + "splregenerationextendedpot": "splashregeneration2potion", + "splregenerationexpot": "splashregeneration2potion", + "splregenerationlevel2pot": "splashregeneration2potion", + "splregenerate2pot": "splashregeneration2potion", + "splregeneratelongpot": "splashregeneration2potion", + "splregenerateextendedpot": "splashregeneration2potion", + "splregenerateexpot": "splashregeneration2potion", + "splregeneratelevel2pot": "splashregeneration2potion", + "splregen2pot": "splashregeneration2potion", + "splregenlongpot": "splashregeneration2potion", + "splregenextendedpot": "splashregeneration2potion", + "splregenexpot": "splashregeneration2potion", + "splregenlevel2pot": "splashregeneration2potion", + "regeneration2splashpot": "splashregeneration2potion", + "regenerationlongsplashpot": "splashregeneration2potion", + "regenerationextendedsplashpot": "splashregeneration2potion", + "regenerationexsplashpot": "splashregeneration2potion", + "regenerationlevel2splashpot": "splashregeneration2potion", + "regenerate2splashpot": "splashregeneration2potion", + "regeneratelongsplashpot": "splashregeneration2potion", + "regenerateextendedsplashpot": "splashregeneration2potion", + "regenerateexsplashpot": "splashregeneration2potion", + "regeneratelevel2splashpot": "splashregeneration2potion", + "regen2splashpot": "splashregeneration2potion", + "regenlongsplashpot": "splashregeneration2potion", + "regenextendedsplashpot": "splashregeneration2potion", + "regenexsplashpot": "splashregeneration2potion", + "regenlevel2splashpot": "splashregeneration2potion", + "lingerpotregeneration2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_regeneration", + "type": "REGEN", + "upgraded": false, + "extended": true + } + }, + "lingerpotregenerationlong": "lingerpotregeneration2", + "lingerpotregenerationextended": "lingerpotregeneration2", + "lingerpotregenerationex": "lingerpotregeneration2", + "lingerpotregenerationlevel2": "lingerpotregeneration2", + "lingerpotregenerate2": "lingerpotregeneration2", + "lingerpotregeneratelong": "lingerpotregeneration2", + "lingerpotregenerateextended": "lingerpotregeneration2", + "lingerpotregenerateex": "lingerpotregeneration2", + "lingerpotregeneratelevel2": "lingerpotregeneration2", + "lingerpotregen2": "lingerpotregeneration2", + "lingerpotregenlong": "lingerpotregeneration2", + "lingerpotregenextended": "lingerpotregeneration2", + "lingerpotregenex": "lingerpotregeneration2", + "lingerpotregenlevel2": "lingerpotregeneration2", + "regenerationlingerpot2": "lingerpotregeneration2", + "regenerationlingerpotlong": "lingerpotregeneration2", + "regenerationlingerpotextended": "lingerpotregeneration2", + "regenerationlingerpotex": "lingerpotregeneration2", + "regenerationlingerpotlevel2": "lingerpotregeneration2", + "regeneratelingerpot2": "lingerpotregeneration2", + "regeneratelingerpotlong": "lingerpotregeneration2", + "regeneratelingerpotextended": "lingerpotregeneration2", + "regeneratelingerpotex": "lingerpotregeneration2", + "regeneratelingerpotlevel2": "lingerpotregeneration2", + "regenlingerpot2": "lingerpotregeneration2", + "regenlingerpotlong": "lingerpotregeneration2", + "regenlingerpotextended": "lingerpotregeneration2", + "regenlingerpotex": "lingerpotregeneration2", + "regenlingerpotlevel2": "lingerpotregeneration2", + "aoepotionregeneration2": "lingerpotregeneration2", + "aoepotionregenerationlong": "lingerpotregeneration2", + "aoepotionregenerationextended": "lingerpotregeneration2", + "aoepotionregenerationex": "lingerpotregeneration2", + "aoepotionregenerationlevel2": "lingerpotregeneration2", + "aoepotionregenerate2": "lingerpotregeneration2", + "aoepotionregeneratelong": "lingerpotregeneration2", + "aoepotionregenerateextended": "lingerpotregeneration2", + "aoepotionregenerateex": "lingerpotregeneration2", + "aoepotionregeneratelevel2": "lingerpotregeneration2", + "aoepotionregen2": "lingerpotregeneration2", + "aoepotionregenlong": "lingerpotregeneration2", + "aoepotionregenextended": "lingerpotregeneration2", + "aoepotionregenex": "lingerpotregeneration2", + "aoepotionregenlevel2": "lingerpotregeneration2", + "regenerationaoepoiont2": "lingerpotregeneration2", + "regenerationaoepoiontlong": "lingerpotregeneration2", + "regenerationaoepoiontextended": "lingerpotregeneration2", + "regenerationaoepoiontex": "lingerpotregeneration2", + "regenerationaoepoiontlevel2": "lingerpotregeneration2", + "regenerateaoepoiont2": "lingerpotregeneration2", + "regenerateaoepoiontlong": "lingerpotregeneration2", + "regenerateaoepoiontextended": "lingerpotregeneration2", + "regenerateaoepoiontex": "lingerpotregeneration2", + "regenerateaoepoiontlevel2": "lingerpotregeneration2", + "regenaoepoiont2": "lingerpotregeneration2", + "regenaoepoiontlong": "lingerpotregeneration2", + "regenaoepoiontextended": "lingerpotregeneration2", + "regenaoepoiontex": "lingerpotregeneration2", + "regenaoepoiontlevel2": "lingerpotregeneration2", + "aoepotregeneration2": "lingerpotregeneration2", + "aoepotregenerationlong": "lingerpotregeneration2", + "aoepotregenerationextended": "lingerpotregeneration2", + "aoepotregenerationex": "lingerpotregeneration2", + "aoepotregenerationlevel2": "lingerpotregeneration2", + "aoepotregenerate2": "lingerpotregeneration2", + "aoepotregeneratelong": "lingerpotregeneration2", + "aoepotregenerateextended": "lingerpotregeneration2", + "aoepotregenerateex": "lingerpotregeneration2", + "aoepotregeneratelevel2": "lingerpotregeneration2", + "aoepotregen2": "lingerpotregeneration2", + "aoepotregenlong": "lingerpotregeneration2", + "aoepotregenextended": "lingerpotregeneration2", + "aoepotregenex": "lingerpotregeneration2", + "aoepotregenlevel2": "lingerpotregeneration2", + "regenerationaoepot2": "lingerpotregeneration2", + "regenerationaoepotlong": "lingerpotregeneration2", + "regenerationaoepotextended": "lingerpotregeneration2", + "regenerationaoepotex": "lingerpotregeneration2", + "regenerationaoepotlevel2": "lingerpotregeneration2", + "regenerateaoepot2": "lingerpotregeneration2", + "regenerateaoepotlong": "lingerpotregeneration2", + "regenerateaoepotextended": "lingerpotregeneration2", + "regenerateaoepotex": "lingerpotregeneration2", + "regenerateaoepotlevel2": "lingerpotregeneration2", + "regenaoepot2": "lingerpotregeneration2", + "regenaoepotlong": "lingerpotregeneration2", + "regenaoepotextended": "lingerpotregeneration2", + "regenaoepotex": "lingerpotregeneration2", + "regenaoepotlevel2": "lingerpotregeneration2", + "areapotionregeneration2": "lingerpotregeneration2", + "areapotionregenerationlong": "lingerpotregeneration2", + "areapotionregenerationextended": "lingerpotregeneration2", + "areapotionregenerationex": "lingerpotregeneration2", + "areapotionregenerationlevel2": "lingerpotregeneration2", + "areapotionregenerate2": "lingerpotregeneration2", + "areapotionregeneratelong": "lingerpotregeneration2", + "areapotionregenerateextended": "lingerpotregeneration2", + "areapotionregenerateex": "lingerpotregeneration2", + "areapotionregeneratelevel2": "lingerpotregeneration2", + "areapotionregen2": "lingerpotregeneration2", + "areapotionregenlong": "lingerpotregeneration2", + "areapotionregenextended": "lingerpotregeneration2", + "areapotionregenex": "lingerpotregeneration2", + "areapotionregenlevel2": "lingerpotregeneration2", + "regenerationareapotion2": "lingerpotregeneration2", + "regenerationareapotionlong": "lingerpotregeneration2", + "regenerationareapotionextended": "lingerpotregeneration2", + "regenerationareapotionex": "lingerpotregeneration2", + "regenerationareapotionlevel2": "lingerpotregeneration2", + "regenerateareapotion2": "lingerpotregeneration2", + "regenerateareapotionlong": "lingerpotregeneration2", + "regenerateareapotionextended": "lingerpotregeneration2", + "regenerateareapotionex": "lingerpotregeneration2", + "regenerateareapotionlevel2": "lingerpotregeneration2", + "regenareapotion2": "lingerpotregeneration2", + "regenareapotionlong": "lingerpotregeneration2", + "regenareapotionextended": "lingerpotregeneration2", + "regenareapotionex": "lingerpotregeneration2", + "regenareapotionlevel2": "lingerpotregeneration2", + "areapotregeneration2": "lingerpotregeneration2", + "areapotregenerationlong": "lingerpotregeneration2", + "areapotregenerationextended": "lingerpotregeneration2", + "areapotregenerationex": "lingerpotregeneration2", + "areapotregenerationlevel2": "lingerpotregeneration2", + "areapotregenerate2": "lingerpotregeneration2", + "areapotregeneratelong": "lingerpotregeneration2", + "areapotregenerateextended": "lingerpotregeneration2", + "areapotregenerateex": "lingerpotregeneration2", + "areapotregeneratelevel2": "lingerpotregeneration2", + "areapotregen2": "lingerpotregeneration2", + "areapotregenlong": "lingerpotregeneration2", + "areapotregenextended": "lingerpotregeneration2", + "areapotregenex": "lingerpotregeneration2", + "areapotregenlevel2": "lingerpotregeneration2", + "regenerationareapot2": "lingerpotregeneration2", + "regenerationareapotlong": "lingerpotregeneration2", + "regenerationareapotextended": "lingerpotregeneration2", + "regenerationareapotex": "lingerpotregeneration2", + "regenerationareapotlevel2": "lingerpotregeneration2", + "regenerateareapot2": "lingerpotregeneration2", + "regenerateareapotlong": "lingerpotregeneration2", + "regenerateareapotextended": "lingerpotregeneration2", + "regenerateareapotex": "lingerpotregeneration2", + "regenerateareapotlevel2": "lingerpotregeneration2", + "regenareapot2": "lingerpotregeneration2", + "regenareapotlong": "lingerpotregeneration2", + "regenareapotextended": "lingerpotregeneration2", + "regenareapotex": "lingerpotregeneration2", + "regenareapotlevel2": "lingerpotregeneration2", + "cloudpotionregeneration2": "lingerpotregeneration2", + "cloudpotionregenerationlong": "lingerpotregeneration2", + "cloudpotionregenerationextended": "lingerpotregeneration2", + "cloudpotionregenerationex": "lingerpotregeneration2", + "cloudpotionregenerationlevel2": "lingerpotregeneration2", + "cloudpotionregenerate2": "lingerpotregeneration2", + "cloudpotionregeneratelong": "lingerpotregeneration2", + "cloudpotionregenerateextended": "lingerpotregeneration2", + "cloudpotionregenerateex": "lingerpotregeneration2", + "cloudpotionregeneratelevel2": "lingerpotregeneration2", + "cloudpotionregen2": "lingerpotregeneration2", + "cloudpotionregenlong": "lingerpotregeneration2", + "cloudpotionregenextended": "lingerpotregeneration2", + "cloudpotionregenex": "lingerpotregeneration2", + "cloudpotionregenlevel2": "lingerpotregeneration2", + "regenerationcloudpotion2": "lingerpotregeneration2", + "regenerationcloudpotionlong": "lingerpotregeneration2", + "regenerationcloudpotionextended": "lingerpotregeneration2", + "regenerationcloudpotionex": "lingerpotregeneration2", + "regenerationcloudpotionlevel2": "lingerpotregeneration2", + "regeneratecloudpotion2": "lingerpotregeneration2", + "regeneratecloudpotionlong": "lingerpotregeneration2", + "regeneratecloudpotionextended": "lingerpotregeneration2", + "regeneratecloudpotionex": "lingerpotregeneration2", + "regeneratecloudpotionlevel2": "lingerpotregeneration2", + "regencloudpotion2": "lingerpotregeneration2", + "regencloudpotionlong": "lingerpotregeneration2", + "regencloudpotionextended": "lingerpotregeneration2", + "regencloudpotionex": "lingerpotregeneration2", + "regencloudpotionlevel2": "lingerpotregeneration2", + "cloudpotregeneration2": "lingerpotregeneration2", + "cloudpotregenerationlong": "lingerpotregeneration2", + "cloudpotregenerationextended": "lingerpotregeneration2", + "cloudpotregenerationex": "lingerpotregeneration2", + "cloudpotregenerationlevel2": "lingerpotregeneration2", + "cloudpotregenerate2": "lingerpotregeneration2", + "cloudpotregeneratelong": "lingerpotregeneration2", + "cloudpotregenerateextended": "lingerpotregeneration2", + "cloudpotregenerateex": "lingerpotregeneration2", + "cloudpotregeneratelevel2": "lingerpotregeneration2", + "cloudpotregen2": "lingerpotregeneration2", + "cloudpotregenlong": "lingerpotregeneration2", + "cloudpotregenextended": "lingerpotregeneration2", + "cloudpotregenex": "lingerpotregeneration2", + "cloudpotregenlevel2": "lingerpotregeneration2", + "regenerationcloudpot2": "lingerpotregeneration2", + "regenerationcloudpotlong": "lingerpotregeneration2", + "regenerationcloudpotextended": "lingerpotregeneration2", + "regenerationcloudpotex": "lingerpotregeneration2", + "regenerationcloudpotlevel2": "lingerpotregeneration2", + "regeneratecloudpot2": "lingerpotregeneration2", + "regeneratecloudpotlong": "lingerpotregeneration2", + "regeneratecloudpotextended": "lingerpotregeneration2", + "regeneratecloudpotex": "lingerpotregeneration2", + "regeneratecloudpotlevel2": "lingerpotregeneration2", + "regencloudpot2": "lingerpotregeneration2", + "regencloudpotlong": "lingerpotregeneration2", + "regencloudpotextended": "lingerpotregeneration2", + "regencloudpotex": "lingerpotregeneration2", + "regencloudpotlevel2": "lingerpotregeneration2", + "arrowregeneration2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_regeneration", + "type": "REGEN", + "upgraded": false, + "extended": true + } + }, + "arrowregenerationlong": "arrowregeneration2", + "arrowregenerationextended": "arrowregeneration2", + "arrowregenerationex": "arrowregeneration2", + "arrowregenerationlevel2": "arrowregeneration2", + "arrowregenerate2": "arrowregeneration2", + "arrowregeneratelong": "arrowregeneration2", + "arrowregenerateextended": "arrowregeneration2", + "arrowregenerateex": "arrowregeneration2", + "arrowregeneratelevel2": "arrowregeneration2", + "arrowregen2": "arrowregeneration2", + "arrowregenlong": "arrowregeneration2", + "arrowregenextended": "arrowregeneration2", + "arrowregenex": "arrowregeneration2", + "arrowregenlevel2": "arrowregeneration2", + "regenerationarrow2": "arrowregeneration2", + "regenerationarrowlong": "arrowregeneration2", + "regenerationarrowextended": "arrowregeneration2", + "regenerationarrowex": "arrowregeneration2", + "regenerationarrowlevel2": "arrowregeneration2", + "regeneratearrow2": "arrowregeneration2", + "regeneratearrowlong": "arrowregeneration2", + "regeneratearrowextended": "arrowregeneration2", + "regeneratearrowex": "arrowregeneration2", + "regeneratearrowlevel2": "arrowregeneration2", + "regenarrow2": "arrowregeneration2", + "regenarrowlong": "arrowregeneration2", + "regenarrowextended": "arrowregeneration2", + "regenarrowex": "arrowregeneration2", + "regenarrowlevel2": "arrowregeneration2", + "strengthpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strength", + "type": "STRENGTH", + "upgraded": false, + "extended": false + } + }, + "strongpotion": "strengthpotion", + "strpotion": "strengthpotion", + "strengthpot": "strengthpotion", + "strongpot": "strengthpotion", + "strpot": "strengthpotion", + "potionofstrength": "strengthpotion", + "potionofstrong": "strengthpotion", + "potionofstr": "strengthpotion", + "potofstrength": "strengthpotion", + "potofstrong": "strengthpotion", + "potofstr": "strengthpotion", + "splashstrengthpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strength", + "type": "STRENGTH", + "upgraded": false, + "extended": false + } + }, + "splashstrongpotion": "splashstrengthpotion", + "splashstrpotion": "splashstrengthpotion", + "splstrengthpotion": "splashstrengthpotion", + "splstrongpotion": "splashstrengthpotion", + "splstrpotion": "splashstrengthpotion", + "strengthsplashpotion": "splashstrengthpotion", + "strongsplashpotion": "splashstrengthpotion", + "strsplashpotion": "splashstrengthpotion", + "splashstrengthpot": "splashstrengthpotion", + "splashstrongpot": "splashstrengthpotion", + "splashstrpot": "splashstrengthpotion", + "splstrengthpot": "splashstrengthpotion", + "splstrongpot": "splashstrengthpotion", + "splstrpot": "splashstrengthpotion", + "strengthsplashpot": "splashstrengthpotion", + "strongsplashpot": "splashstrengthpotion", + "strsplashpot": "splashstrengthpotion", + "lingerpotstrength": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strength", + "type": "STRENGTH", + "upgraded": false, + "extended": false + } + }, + "lingerpotstrong": "lingerpotstrength", + "lingerpotstr": "lingerpotstrength", + "strengthlingerpot": "lingerpotstrength", + "stronglingerpot": "lingerpotstrength", + "strlingerpot": "lingerpotstrength", + "aoepotionstrength": "lingerpotstrength", + "aoepotionstrong": "lingerpotstrength", + "aoepotionstr": "lingerpotstrength", + "strengthaoepoiont": "lingerpotstrength", + "strongaoepoiont": "lingerpotstrength", + "straoepoiont": "lingerpotstrength", + "aoepotstrength": "lingerpotstrength", + "aoepotstrong": "lingerpotstrength", + "aoepotstr": "lingerpotstrength", + "strengthaoepot": "lingerpotstrength", + "strongaoepot": "lingerpotstrength", + "straoepot": "lingerpotstrength", + "areapotionstrength": "lingerpotstrength", + "areapotionstrong": "lingerpotstrength", + "areapotionstr": "lingerpotstrength", + "strengthareapotion": "lingerpotstrength", + "strongareapotion": "lingerpotstrength", + "strareapotion": "lingerpotstrength", + "areapotstrength": "lingerpotstrength", + "areapotstrong": "lingerpotstrength", + "areapotstr": "lingerpotstrength", + "strengthareapot": "lingerpotstrength", + "strongareapot": "lingerpotstrength", + "strareapot": "lingerpotstrength", + "cloudpotionstrength": "lingerpotstrength", + "cloudpotionstrong": "lingerpotstrength", + "cloudpotionstr": "lingerpotstrength", + "strengthcloudpotion": "lingerpotstrength", + "strongcloudpotion": "lingerpotstrength", + "strcloudpotion": "lingerpotstrength", + "cloudpotstrength": "lingerpotstrength", + "cloudpotstrong": "lingerpotstrength", + "cloudpotstr": "lingerpotstrength", + "strengthcloudpot": "lingerpotstrength", + "strongcloudpot": "lingerpotstrength", + "strcloudpot": "lingerpotstrength", + "arrowstrength": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strength", + "type": "STRENGTH", + "upgraded": false, + "extended": false + } + }, + "arrowstrong": "arrowstrength", + "arrowstr": "arrowstrength", + "strengtharrow": "arrowstrength", + "strongarrow": "arrowstrength", + "strarrow": "arrowstrength", + "strengthiipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_strength", + "type": "STRENGTH", + "upgraded": true, + "extended": false + } + }, + "strengthstrongpotion": "strengthiipotion", + "strengthleveliipotion": "strengthiipotion", + "strongiipotion": "strengthiipotion", + "strongstrongpotion": "strengthiipotion", + "strongleveliipotion": "strengthiipotion", + "striipotion": "strengthiipotion", + "strstrongpotion": "strengthiipotion", + "strleveliipotion": "strengthiipotion", + "strengthiipot": "strengthiipotion", + "strengthstrongpot": "strengthiipotion", + "strengthleveliipot": "strengthiipotion", + "strongiipot": "strengthiipotion", + "strongstrongpot": "strengthiipotion", + "strongleveliipot": "strengthiipotion", + "striipot": "strengthiipotion", + "strstrongpot": "strengthiipotion", + "strleveliipot": "strengthiipotion", + "potionofstrengthii": "strengthiipotion", + "potionofstrengthstrong": "strengthiipotion", + "potionofstrengthlevelii": "strengthiipotion", + "potionofstrongii": "strengthiipotion", + "potionofstrongstrong": "strengthiipotion", + "potionofstronglevelii": "strengthiipotion", + "potionofstrii": "strengthiipotion", + "potionofstrstrong": "strengthiipotion", + "potionofstrlevelii": "strengthiipotion", + "potofstrengthii": "strengthiipotion", + "potofstrengthstrong": "strengthiipotion", + "potofstrengthlevelii": "strengthiipotion", + "potofstrongii": "strengthiipotion", + "potofstrongstrong": "strengthiipotion", + "potofstronglevelii": "strengthiipotion", + "potofstrii": "strengthiipotion", + "potofstrstrong": "strengthiipotion", + "potofstrlevelii": "strengthiipotion", + "splashstrengthiipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_strength", + "type": "STRENGTH", + "upgraded": true, + "extended": false + } + }, + "splashstrengthstrongpotion": "splashstrengthiipotion", + "splashstrengthleveliipotion": "splashstrengthiipotion", + "splashstrongiipotion": "splashstrengthiipotion", + "splashstrongstrongpotion": "splashstrengthiipotion", + "splashstrongleveliipotion": "splashstrengthiipotion", + "splashstriipotion": "splashstrengthiipotion", + "splashstrstrongpotion": "splashstrengthiipotion", + "splashstrleveliipotion": "splashstrengthiipotion", + "splstrengthiipotion": "splashstrengthiipotion", + "splstrengthstrongpotion": "splashstrengthiipotion", + "splstrengthleveliipotion": "splashstrengthiipotion", + "splstrongiipotion": "splashstrengthiipotion", + "splstrongstrongpotion": "splashstrengthiipotion", + "splstrongleveliipotion": "splashstrengthiipotion", + "splstriipotion": "splashstrengthiipotion", + "splstrstrongpotion": "splashstrengthiipotion", + "splstrleveliipotion": "splashstrengthiipotion", + "strengthiisplashpotion": "splashstrengthiipotion", + "strengthstrongsplashpotion": "splashstrengthiipotion", + "strengthleveliisplashpotion": "splashstrengthiipotion", + "strongiisplashpotion": "splashstrengthiipotion", + "strongstrongsplashpotion": "splashstrengthiipotion", + "strongleveliisplashpotion": "splashstrengthiipotion", + "striisplashpotion": "splashstrengthiipotion", + "strstrongsplashpotion": "splashstrengthiipotion", + "strleveliisplashpotion": "splashstrengthiipotion", + "splashstrengthiipot": "splashstrengthiipotion", + "splashstrengthstrongpot": "splashstrengthiipotion", + "splashstrengthleveliipot": "splashstrengthiipotion", + "splashstrongiipot": "splashstrengthiipotion", + "splashstrongstrongpot": "splashstrengthiipotion", + "splashstrongleveliipot": "splashstrengthiipotion", + "splashstriipot": "splashstrengthiipotion", + "splashstrstrongpot": "splashstrengthiipotion", + "splashstrleveliipot": "splashstrengthiipotion", + "splstrengthiipot": "splashstrengthiipotion", + "splstrengthstrongpot": "splashstrengthiipotion", + "splstrengthleveliipot": "splashstrengthiipotion", + "splstrongiipot": "splashstrengthiipotion", + "splstrongstrongpot": "splashstrengthiipotion", + "splstrongleveliipot": "splashstrengthiipotion", + "splstriipot": "splashstrengthiipotion", + "splstrstrongpot": "splashstrengthiipotion", + "splstrleveliipot": "splashstrengthiipotion", + "strengthiisplashpot": "splashstrengthiipotion", + "strengthstrongsplashpot": "splashstrengthiipotion", + "strengthleveliisplashpot": "splashstrengthiipotion", + "strongiisplashpot": "splashstrengthiipotion", + "strongstrongsplashpot": "splashstrengthiipotion", + "strongleveliisplashpot": "splashstrengthiipotion", + "striisplashpot": "splashstrengthiipotion", + "strstrongsplashpot": "splashstrengthiipotion", + "strleveliisplashpot": "splashstrengthiipotion", + "lingerpotstrengthii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_strength", + "type": "STRENGTH", + "upgraded": true, + "extended": false + } + }, + "lingerpotstrengthstrong": "lingerpotstrengthii", + "lingerpotstrengthlevelii": "lingerpotstrengthii", + "lingerpotstrongii": "lingerpotstrengthii", + "lingerpotstrongstrong": "lingerpotstrengthii", + "lingerpotstronglevelii": "lingerpotstrengthii", + "lingerpotstrii": "lingerpotstrengthii", + "lingerpotstrstrong": "lingerpotstrengthii", + "lingerpotstrlevelii": "lingerpotstrengthii", + "strengthlingerpotii": "lingerpotstrengthii", + "strengthlingerpotstrong": "lingerpotstrengthii", + "strengthlingerpotlevelii": "lingerpotstrengthii", + "stronglingerpotii": "lingerpotstrengthii", + "stronglingerpotstrong": "lingerpotstrengthii", + "stronglingerpotlevelii": "lingerpotstrengthii", + "strlingerpotii": "lingerpotstrengthii", + "strlingerpotstrong": "lingerpotstrengthii", + "strlingerpotlevelii": "lingerpotstrengthii", + "aoepotionstrengthii": "lingerpotstrengthii", + "aoepotionstrengthstrong": "lingerpotstrengthii", + "aoepotionstrengthlevelii": "lingerpotstrengthii", + "aoepotionstrongii": "lingerpotstrengthii", + "aoepotionstrongstrong": "lingerpotstrengthii", + "aoepotionstronglevelii": "lingerpotstrengthii", + "aoepotionstrii": "lingerpotstrengthii", + "aoepotionstrstrong": "lingerpotstrengthii", + "aoepotionstrlevelii": "lingerpotstrengthii", + "strengthaoepoiontii": "lingerpotstrengthii", + "strengthaoepoiontstrong": "lingerpotstrengthii", + "strengthaoepoiontlevelii": "lingerpotstrengthii", + "strongaoepoiontii": "lingerpotstrengthii", + "strongaoepoiontstrong": "lingerpotstrengthii", + "strongaoepoiontlevelii": "lingerpotstrengthii", + "straoepoiontii": "lingerpotstrengthii", + "straoepoiontstrong": "lingerpotstrengthii", + "straoepoiontlevelii": "lingerpotstrengthii", + "aoepotstrengthii": "lingerpotstrengthii", + "aoepotstrengthstrong": "lingerpotstrengthii", + "aoepotstrengthlevelii": "lingerpotstrengthii", + "aoepotstrongii": "lingerpotstrengthii", + "aoepotstrongstrong": "lingerpotstrengthii", + "aoepotstronglevelii": "lingerpotstrengthii", + "aoepotstrii": "lingerpotstrengthii", + "aoepotstrstrong": "lingerpotstrengthii", + "aoepotstrlevelii": "lingerpotstrengthii", + "strengthaoepotii": "lingerpotstrengthii", + "strengthaoepotstrong": "lingerpotstrengthii", + "strengthaoepotlevelii": "lingerpotstrengthii", + "strongaoepotii": "lingerpotstrengthii", + "strongaoepotstrong": "lingerpotstrengthii", + "strongaoepotlevelii": "lingerpotstrengthii", + "straoepotii": "lingerpotstrengthii", + "straoepotstrong": "lingerpotstrengthii", + "straoepotlevelii": "lingerpotstrengthii", + "areapotionstrengthii": "lingerpotstrengthii", + "areapotionstrengthstrong": "lingerpotstrengthii", + "areapotionstrengthlevelii": "lingerpotstrengthii", + "areapotionstrongii": "lingerpotstrengthii", + "areapotionstrongstrong": "lingerpotstrengthii", + "areapotionstronglevelii": "lingerpotstrengthii", + "areapotionstrii": "lingerpotstrengthii", + "areapotionstrstrong": "lingerpotstrengthii", + "areapotionstrlevelii": "lingerpotstrengthii", + "strengthareapotionii": "lingerpotstrengthii", + "strengthareapotionstrong": "lingerpotstrengthii", + "strengthareapotionlevelii": "lingerpotstrengthii", + "strongareapotionii": "lingerpotstrengthii", + "strongareapotionstrong": "lingerpotstrengthii", + "strongareapotionlevelii": "lingerpotstrengthii", + "strareapotionii": "lingerpotstrengthii", + "strareapotionstrong": "lingerpotstrengthii", + "strareapotionlevelii": "lingerpotstrengthii", + "areapotstrengthii": "lingerpotstrengthii", + "areapotstrengthstrong": "lingerpotstrengthii", + "areapotstrengthlevelii": "lingerpotstrengthii", + "areapotstrongii": "lingerpotstrengthii", + "areapotstrongstrong": "lingerpotstrengthii", + "areapotstronglevelii": "lingerpotstrengthii", + "areapotstrii": "lingerpotstrengthii", + "areapotstrstrong": "lingerpotstrengthii", + "areapotstrlevelii": "lingerpotstrengthii", + "strengthareapotii": "lingerpotstrengthii", + "strengthareapotstrong": "lingerpotstrengthii", + "strengthareapotlevelii": "lingerpotstrengthii", + "strongareapotii": "lingerpotstrengthii", + "strongareapotstrong": "lingerpotstrengthii", + "strongareapotlevelii": "lingerpotstrengthii", + "strareapotii": "lingerpotstrengthii", + "strareapotstrong": "lingerpotstrengthii", + "strareapotlevelii": "lingerpotstrengthii", + "cloudpotionstrengthii": "lingerpotstrengthii", + "cloudpotionstrengthstrong": "lingerpotstrengthii", + "cloudpotionstrengthlevelii": "lingerpotstrengthii", + "cloudpotionstrongii": "lingerpotstrengthii", + "cloudpotionstrongstrong": "lingerpotstrengthii", + "cloudpotionstronglevelii": "lingerpotstrengthii", + "cloudpotionstrii": "lingerpotstrengthii", + "cloudpotionstrstrong": "lingerpotstrengthii", + "cloudpotionstrlevelii": "lingerpotstrengthii", + "strengthcloudpotionii": "lingerpotstrengthii", + "strengthcloudpotionstrong": "lingerpotstrengthii", + "strengthcloudpotionlevelii": "lingerpotstrengthii", + "strongcloudpotionii": "lingerpotstrengthii", + "strongcloudpotionstrong": "lingerpotstrengthii", + "strongcloudpotionlevelii": "lingerpotstrengthii", + "strcloudpotionii": "lingerpotstrengthii", + "strcloudpotionstrong": "lingerpotstrengthii", + "strcloudpotionlevelii": "lingerpotstrengthii", + "cloudpotstrengthii": "lingerpotstrengthii", + "cloudpotstrengthstrong": "lingerpotstrengthii", + "cloudpotstrengthlevelii": "lingerpotstrengthii", + "cloudpotstrongii": "lingerpotstrengthii", + "cloudpotstrongstrong": "lingerpotstrengthii", + "cloudpotstronglevelii": "lingerpotstrengthii", + "cloudpotstrii": "lingerpotstrengthii", + "cloudpotstrstrong": "lingerpotstrengthii", + "cloudpotstrlevelii": "lingerpotstrengthii", + "strengthcloudpotii": "lingerpotstrengthii", + "strengthcloudpotstrong": "lingerpotstrengthii", + "strengthcloudpotlevelii": "lingerpotstrengthii", + "strongcloudpotii": "lingerpotstrengthii", + "strongcloudpotstrong": "lingerpotstrengthii", + "strongcloudpotlevelii": "lingerpotstrengthii", + "strcloudpotii": "lingerpotstrengthii", + "strcloudpotstrong": "lingerpotstrengthii", + "strcloudpotlevelii": "lingerpotstrengthii", + "arrowstrengthii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_strength", + "type": "STRENGTH", + "upgraded": true, + "extended": false + } + }, + "arrowstrengthstrong": "arrowstrengthii", + "arrowstrengthlevelii": "arrowstrengthii", + "arrowstrongii": "arrowstrengthii", + "arrowstrongstrong": "arrowstrengthii", + "arrowstronglevelii": "arrowstrengthii", + "arrowstrii": "arrowstrengthii", + "arrowstrstrong": "arrowstrengthii", + "arrowstrlevelii": "arrowstrengthii", + "strengtharrowii": "arrowstrengthii", + "strengtharrowstrong": "arrowstrengthii", + "strengtharrowlevelii": "arrowstrengthii", + "strongarrowii": "arrowstrengthii", + "strongarrowstrong": "arrowstrengthii", + "strongarrowlevelii": "arrowstrengthii", + "strarrowii": "arrowstrengthii", + "strarrowstrong": "arrowstrengthii", + "strarrowlevelii": "arrowstrengthii", + "strength2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_strength", + "type": "STRENGTH", + "upgraded": false, + "extended": true + } + }, + "strengthlongpotion": "strength2potion", + "strengthextendedpotion": "strength2potion", + "strengthexpotion": "strength2potion", + "strengthlevel2potion": "strength2potion", + "strong2potion": "strength2potion", + "stronglongpotion": "strength2potion", + "strongextendedpotion": "strength2potion", + "strongexpotion": "strength2potion", + "stronglevel2potion": "strength2potion", + "str2potion": "strength2potion", + "strlongpotion": "strength2potion", + "strextendedpotion": "strength2potion", + "strexpotion": "strength2potion", + "strlevel2potion": "strength2potion", + "strength2pot": "strength2potion", + "strengthlongpot": "strength2potion", + "strengthextendedpot": "strength2potion", + "strengthexpot": "strength2potion", + "strengthlevel2pot": "strength2potion", + "strong2pot": "strength2potion", + "stronglongpot": "strength2potion", + "strongextendedpot": "strength2potion", + "strongexpot": "strength2potion", + "stronglevel2pot": "strength2potion", + "str2pot": "strength2potion", + "strlongpot": "strength2potion", + "strextendedpot": "strength2potion", + "strexpot": "strength2potion", + "strlevel2pot": "strength2potion", + "potionofstrength2": "strength2potion", + "potionofstrengthlong": "strength2potion", + "potionofstrengthextended": "strength2potion", + "potionofstrengthex": "strength2potion", + "potionofstrengthlevel2": "strength2potion", + "potionofstrong2": "strength2potion", + "potionofstronglong": "strength2potion", + "potionofstrongextended": "strength2potion", + "potionofstrongex": "strength2potion", + "potionofstronglevel2": "strength2potion", + "potionofstr2": "strength2potion", + "potionofstrlong": "strength2potion", + "potionofstrextended": "strength2potion", + "potionofstrex": "strength2potion", + "potionofstrlevel2": "strength2potion", + "potofstrength2": "strength2potion", + "potofstrengthlong": "strength2potion", + "potofstrengthextended": "strength2potion", + "potofstrengthex": "strength2potion", + "potofstrengthlevel2": "strength2potion", + "potofstrong2": "strength2potion", + "potofstronglong": "strength2potion", + "potofstrongextended": "strength2potion", + "potofstrongex": "strength2potion", + "potofstronglevel2": "strength2potion", + "potofstr2": "strength2potion", + "potofstrlong": "strength2potion", + "potofstrextended": "strength2potion", + "potofstrex": "strength2potion", + "potofstrlevel2": "strength2potion", + "splashstrength2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_strength", + "type": "STRENGTH", + "upgraded": false, + "extended": true + } + }, + "splashstrengthlongpotion": "splashstrength2potion", + "splashstrengthextendedpotion": "splashstrength2potion", + "splashstrengthexpotion": "splashstrength2potion", + "splashstrengthlevel2potion": "splashstrength2potion", + "splashstrong2potion": "splashstrength2potion", + "splashstronglongpotion": "splashstrength2potion", + "splashstrongextendedpotion": "splashstrength2potion", + "splashstrongexpotion": "splashstrength2potion", + "splashstronglevel2potion": "splashstrength2potion", + "splashstr2potion": "splashstrength2potion", + "splashstrlongpotion": "splashstrength2potion", + "splashstrextendedpotion": "splashstrength2potion", + "splashstrexpotion": "splashstrength2potion", + "splashstrlevel2potion": "splashstrength2potion", + "splstrength2potion": "splashstrength2potion", + "splstrengthlongpotion": "splashstrength2potion", + "splstrengthextendedpotion": "splashstrength2potion", + "splstrengthexpotion": "splashstrength2potion", + "splstrengthlevel2potion": "splashstrength2potion", + "splstrong2potion": "splashstrength2potion", + "splstronglongpotion": "splashstrength2potion", + "splstrongextendedpotion": "splashstrength2potion", + "splstrongexpotion": "splashstrength2potion", + "splstronglevel2potion": "splashstrength2potion", + "splstr2potion": "splashstrength2potion", + "splstrlongpotion": "splashstrength2potion", + "splstrextendedpotion": "splashstrength2potion", + "splstrexpotion": "splashstrength2potion", + "splstrlevel2potion": "splashstrength2potion", + "strength2splashpotion": "splashstrength2potion", + "strengthlongsplashpotion": "splashstrength2potion", + "strengthextendedsplashpotion": "splashstrength2potion", + "strengthexsplashpotion": "splashstrength2potion", + "strengthlevel2splashpotion": "splashstrength2potion", + "strong2splashpotion": "splashstrength2potion", + "stronglongsplashpotion": "splashstrength2potion", + "strongextendedsplashpotion": "splashstrength2potion", + "strongexsplashpotion": "splashstrength2potion", + "stronglevel2splashpotion": "splashstrength2potion", + "str2splashpotion": "splashstrength2potion", + "strlongsplashpotion": "splashstrength2potion", + "strextendedsplashpotion": "splashstrength2potion", + "strexsplashpotion": "splashstrength2potion", + "strlevel2splashpotion": "splashstrength2potion", + "splashstrength2pot": "splashstrength2potion", + "splashstrengthlongpot": "splashstrength2potion", + "splashstrengthextendedpot": "splashstrength2potion", + "splashstrengthexpot": "splashstrength2potion", + "splashstrengthlevel2pot": "splashstrength2potion", + "splashstrong2pot": "splashstrength2potion", + "splashstronglongpot": "splashstrength2potion", + "splashstrongextendedpot": "splashstrength2potion", + "splashstrongexpot": "splashstrength2potion", + "splashstronglevel2pot": "splashstrength2potion", + "splashstr2pot": "splashstrength2potion", + "splashstrlongpot": "splashstrength2potion", + "splashstrextendedpot": "splashstrength2potion", + "splashstrexpot": "splashstrength2potion", + "splashstrlevel2pot": "splashstrength2potion", + "splstrength2pot": "splashstrength2potion", + "splstrengthlongpot": "splashstrength2potion", + "splstrengthextendedpot": "splashstrength2potion", + "splstrengthexpot": "splashstrength2potion", + "splstrengthlevel2pot": "splashstrength2potion", + "splstrong2pot": "splashstrength2potion", + "splstronglongpot": "splashstrength2potion", + "splstrongextendedpot": "splashstrength2potion", + "splstrongexpot": "splashstrength2potion", + "splstronglevel2pot": "splashstrength2potion", + "splstr2pot": "splashstrength2potion", + "splstrlongpot": "splashstrength2potion", + "splstrextendedpot": "splashstrength2potion", + "splstrexpot": "splashstrength2potion", + "splstrlevel2pot": "splashstrength2potion", + "strength2splashpot": "splashstrength2potion", + "strengthlongsplashpot": "splashstrength2potion", + "strengthextendedsplashpot": "splashstrength2potion", + "strengthexsplashpot": "splashstrength2potion", + "strengthlevel2splashpot": "splashstrength2potion", + "strong2splashpot": "splashstrength2potion", + "stronglongsplashpot": "splashstrength2potion", + "strongextendedsplashpot": "splashstrength2potion", + "strongexsplashpot": "splashstrength2potion", + "stronglevel2splashpot": "splashstrength2potion", + "str2splashpot": "splashstrength2potion", + "strlongsplashpot": "splashstrength2potion", + "strextendedsplashpot": "splashstrength2potion", + "strexsplashpot": "splashstrength2potion", + "strlevel2splashpot": "splashstrength2potion", + "lingerpotstrength2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_strength", + "type": "STRENGTH", + "upgraded": false, + "extended": true + } + }, + "lingerpotstrengthlong": "lingerpotstrength2", + "lingerpotstrengthextended": "lingerpotstrength2", + "lingerpotstrengthex": "lingerpotstrength2", + "lingerpotstrengthlevel2": "lingerpotstrength2", + "lingerpotstrong2": "lingerpotstrength2", + "lingerpotstronglong": "lingerpotstrength2", + "lingerpotstrongextended": "lingerpotstrength2", + "lingerpotstrongex": "lingerpotstrength2", + "lingerpotstronglevel2": "lingerpotstrength2", + "lingerpotstr2": "lingerpotstrength2", + "lingerpotstrlong": "lingerpotstrength2", + "lingerpotstrextended": "lingerpotstrength2", + "lingerpotstrex": "lingerpotstrength2", + "lingerpotstrlevel2": "lingerpotstrength2", + "strengthlingerpot2": "lingerpotstrength2", + "strengthlingerpotlong": "lingerpotstrength2", + "strengthlingerpotextended": "lingerpotstrength2", + "strengthlingerpotex": "lingerpotstrength2", + "strengthlingerpotlevel2": "lingerpotstrength2", + "stronglingerpot2": "lingerpotstrength2", + "stronglingerpotlong": "lingerpotstrength2", + "stronglingerpotextended": "lingerpotstrength2", + "stronglingerpotex": "lingerpotstrength2", + "stronglingerpotlevel2": "lingerpotstrength2", + "strlingerpot2": "lingerpotstrength2", + "strlingerpotlong": "lingerpotstrength2", + "strlingerpotextended": "lingerpotstrength2", + "strlingerpotex": "lingerpotstrength2", + "strlingerpotlevel2": "lingerpotstrength2", + "aoepotionstrength2": "lingerpotstrength2", + "aoepotionstrengthlong": "lingerpotstrength2", + "aoepotionstrengthextended": "lingerpotstrength2", + "aoepotionstrengthex": "lingerpotstrength2", + "aoepotionstrengthlevel2": "lingerpotstrength2", + "aoepotionstrong2": "lingerpotstrength2", + "aoepotionstronglong": "lingerpotstrength2", + "aoepotionstrongextended": "lingerpotstrength2", + "aoepotionstrongex": "lingerpotstrength2", + "aoepotionstronglevel2": "lingerpotstrength2", + "aoepotionstr2": "lingerpotstrength2", + "aoepotionstrlong": "lingerpotstrength2", + "aoepotionstrextended": "lingerpotstrength2", + "aoepotionstrex": "lingerpotstrength2", + "aoepotionstrlevel2": "lingerpotstrength2", + "strengthaoepoiont2": "lingerpotstrength2", + "strengthaoepoiontlong": "lingerpotstrength2", + "strengthaoepoiontextended": "lingerpotstrength2", + "strengthaoepoiontex": "lingerpotstrength2", + "strengthaoepoiontlevel2": "lingerpotstrength2", + "strongaoepoiont2": "lingerpotstrength2", + "strongaoepoiontlong": "lingerpotstrength2", + "strongaoepoiontextended": "lingerpotstrength2", + "strongaoepoiontex": "lingerpotstrength2", + "strongaoepoiontlevel2": "lingerpotstrength2", + "straoepoiont2": "lingerpotstrength2", + "straoepoiontlong": "lingerpotstrength2", + "straoepoiontextended": "lingerpotstrength2", + "straoepoiontex": "lingerpotstrength2", + "straoepoiontlevel2": "lingerpotstrength2", + "aoepotstrength2": "lingerpotstrength2", + "aoepotstrengthlong": "lingerpotstrength2", + "aoepotstrengthextended": "lingerpotstrength2", + "aoepotstrengthex": "lingerpotstrength2", + "aoepotstrengthlevel2": "lingerpotstrength2", + "aoepotstrong2": "lingerpotstrength2", + "aoepotstronglong": "lingerpotstrength2", + "aoepotstrongextended": "lingerpotstrength2", + "aoepotstrongex": "lingerpotstrength2", + "aoepotstronglevel2": "lingerpotstrength2", + "aoepotstr2": "lingerpotstrength2", + "aoepotstrlong": "lingerpotstrength2", + "aoepotstrextended": "lingerpotstrength2", + "aoepotstrex": "lingerpotstrength2", + "aoepotstrlevel2": "lingerpotstrength2", + "strengthaoepot2": "lingerpotstrength2", + "strengthaoepotlong": "lingerpotstrength2", + "strengthaoepotextended": "lingerpotstrength2", + "strengthaoepotex": "lingerpotstrength2", + "strengthaoepotlevel2": "lingerpotstrength2", + "strongaoepot2": "lingerpotstrength2", + "strongaoepotlong": "lingerpotstrength2", + "strongaoepotextended": "lingerpotstrength2", + "strongaoepotex": "lingerpotstrength2", + "strongaoepotlevel2": "lingerpotstrength2", + "straoepot2": "lingerpotstrength2", + "straoepotlong": "lingerpotstrength2", + "straoepotextended": "lingerpotstrength2", + "straoepotex": "lingerpotstrength2", + "straoepotlevel2": "lingerpotstrength2", + "areapotionstrength2": "lingerpotstrength2", + "areapotionstrengthlong": "lingerpotstrength2", + "areapotionstrengthextended": "lingerpotstrength2", + "areapotionstrengthex": "lingerpotstrength2", + "areapotionstrengthlevel2": "lingerpotstrength2", + "areapotionstrong2": "lingerpotstrength2", + "areapotionstronglong": "lingerpotstrength2", + "areapotionstrongextended": "lingerpotstrength2", + "areapotionstrongex": "lingerpotstrength2", + "areapotionstronglevel2": "lingerpotstrength2", + "areapotionstr2": "lingerpotstrength2", + "areapotionstrlong": "lingerpotstrength2", + "areapotionstrextended": "lingerpotstrength2", + "areapotionstrex": "lingerpotstrength2", + "areapotionstrlevel2": "lingerpotstrength2", + "strengthareapotion2": "lingerpotstrength2", + "strengthareapotionlong": "lingerpotstrength2", + "strengthareapotionextended": "lingerpotstrength2", + "strengthareapotionex": "lingerpotstrength2", + "strengthareapotionlevel2": "lingerpotstrength2", + "strongareapotion2": "lingerpotstrength2", + "strongareapotionlong": "lingerpotstrength2", + "strongareapotionextended": "lingerpotstrength2", + "strongareapotionex": "lingerpotstrength2", + "strongareapotionlevel2": "lingerpotstrength2", + "strareapotion2": "lingerpotstrength2", + "strareapotionlong": "lingerpotstrength2", + "strareapotionextended": "lingerpotstrength2", + "strareapotionex": "lingerpotstrength2", + "strareapotionlevel2": "lingerpotstrength2", + "areapotstrength2": "lingerpotstrength2", + "areapotstrengthlong": "lingerpotstrength2", + "areapotstrengthextended": "lingerpotstrength2", + "areapotstrengthex": "lingerpotstrength2", + "areapotstrengthlevel2": "lingerpotstrength2", + "areapotstrong2": "lingerpotstrength2", + "areapotstronglong": "lingerpotstrength2", + "areapotstrongextended": "lingerpotstrength2", + "areapotstrongex": "lingerpotstrength2", + "areapotstronglevel2": "lingerpotstrength2", + "areapotstr2": "lingerpotstrength2", + "areapotstrlong": "lingerpotstrength2", + "areapotstrextended": "lingerpotstrength2", + "areapotstrex": "lingerpotstrength2", + "areapotstrlevel2": "lingerpotstrength2", + "strengthareapot2": "lingerpotstrength2", + "strengthareapotlong": "lingerpotstrength2", + "strengthareapotextended": "lingerpotstrength2", + "strengthareapotex": "lingerpotstrength2", + "strengthareapotlevel2": "lingerpotstrength2", + "strongareapot2": "lingerpotstrength2", + "strongareapotlong": "lingerpotstrength2", + "strongareapotextended": "lingerpotstrength2", + "strongareapotex": "lingerpotstrength2", + "strongareapotlevel2": "lingerpotstrength2", + "strareapot2": "lingerpotstrength2", + "strareapotlong": "lingerpotstrength2", + "strareapotextended": "lingerpotstrength2", + "strareapotex": "lingerpotstrength2", + "strareapotlevel2": "lingerpotstrength2", + "cloudpotionstrength2": "lingerpotstrength2", + "cloudpotionstrengthlong": "lingerpotstrength2", + "cloudpotionstrengthextended": "lingerpotstrength2", + "cloudpotionstrengthex": "lingerpotstrength2", + "cloudpotionstrengthlevel2": "lingerpotstrength2", + "cloudpotionstrong2": "lingerpotstrength2", + "cloudpotionstronglong": "lingerpotstrength2", + "cloudpotionstrongextended": "lingerpotstrength2", + "cloudpotionstrongex": "lingerpotstrength2", + "cloudpotionstronglevel2": "lingerpotstrength2", + "cloudpotionstr2": "lingerpotstrength2", + "cloudpotionstrlong": "lingerpotstrength2", + "cloudpotionstrextended": "lingerpotstrength2", + "cloudpotionstrex": "lingerpotstrength2", + "cloudpotionstrlevel2": "lingerpotstrength2", + "strengthcloudpotion2": "lingerpotstrength2", + "strengthcloudpotionlong": "lingerpotstrength2", + "strengthcloudpotionextended": "lingerpotstrength2", + "strengthcloudpotionex": "lingerpotstrength2", + "strengthcloudpotionlevel2": "lingerpotstrength2", + "strongcloudpotion2": "lingerpotstrength2", + "strongcloudpotionlong": "lingerpotstrength2", + "strongcloudpotionextended": "lingerpotstrength2", + "strongcloudpotionex": "lingerpotstrength2", + "strongcloudpotionlevel2": "lingerpotstrength2", + "strcloudpotion2": "lingerpotstrength2", + "strcloudpotionlong": "lingerpotstrength2", + "strcloudpotionextended": "lingerpotstrength2", + "strcloudpotionex": "lingerpotstrength2", + "strcloudpotionlevel2": "lingerpotstrength2", + "cloudpotstrength2": "lingerpotstrength2", + "cloudpotstrengthlong": "lingerpotstrength2", + "cloudpotstrengthextended": "lingerpotstrength2", + "cloudpotstrengthex": "lingerpotstrength2", + "cloudpotstrengthlevel2": "lingerpotstrength2", + "cloudpotstrong2": "lingerpotstrength2", + "cloudpotstronglong": "lingerpotstrength2", + "cloudpotstrongextended": "lingerpotstrength2", + "cloudpotstrongex": "lingerpotstrength2", + "cloudpotstronglevel2": "lingerpotstrength2", + "cloudpotstr2": "lingerpotstrength2", + "cloudpotstrlong": "lingerpotstrength2", + "cloudpotstrextended": "lingerpotstrength2", + "cloudpotstrex": "lingerpotstrength2", + "cloudpotstrlevel2": "lingerpotstrength2", + "strengthcloudpot2": "lingerpotstrength2", + "strengthcloudpotlong": "lingerpotstrength2", + "strengthcloudpotextended": "lingerpotstrength2", + "strengthcloudpotex": "lingerpotstrength2", + "strengthcloudpotlevel2": "lingerpotstrength2", + "strongcloudpot2": "lingerpotstrength2", + "strongcloudpotlong": "lingerpotstrength2", + "strongcloudpotextended": "lingerpotstrength2", + "strongcloudpotex": "lingerpotstrength2", + "strongcloudpotlevel2": "lingerpotstrength2", + "strcloudpot2": "lingerpotstrength2", + "strcloudpotlong": "lingerpotstrength2", + "strcloudpotextended": "lingerpotstrength2", + "strcloudpotex": "lingerpotstrength2", + "strcloudpotlevel2": "lingerpotstrength2", + "arrowstrength2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_strength", + "type": "STRENGTH", + "upgraded": false, + "extended": true + } + }, + "arrowstrengthlong": "arrowstrength2", + "arrowstrengthextended": "arrowstrength2", + "arrowstrengthex": "arrowstrength2", + "arrowstrengthlevel2": "arrowstrength2", + "arrowstrong2": "arrowstrength2", + "arrowstronglong": "arrowstrength2", + "arrowstrongextended": "arrowstrength2", + "arrowstrongex": "arrowstrength2", + "arrowstronglevel2": "arrowstrength2", + "arrowstr2": "arrowstrength2", + "arrowstrlong": "arrowstrength2", + "arrowstrextended": "arrowstrength2", + "arrowstrex": "arrowstrength2", + "arrowstrlevel2": "arrowstrength2", + "strengtharrow2": "arrowstrength2", + "strengtharrowlong": "arrowstrength2", + "strengtharrowextended": "arrowstrength2", + "strengtharrowex": "arrowstrength2", + "strengtharrowlevel2": "arrowstrength2", + "strongarrow2": "arrowstrength2", + "strongarrowlong": "arrowstrength2", + "strongarrowextended": "arrowstrength2", + "strongarrowex": "arrowstrength2", + "strongarrowlevel2": "arrowstrength2", + "strarrow2": "arrowstrength2", + "strarrowlong": "arrowstrength2", + "strarrowextended": "arrowstrength2", + "strarrowex": "arrowstrength2", + "strarrowlevel2": "arrowstrength2", + "weaknesspotion": { + "material": "POTION", + "potionData": { + "vanillaType": "weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": false + } + }, + "weakpotion": "weaknesspotion", + "wepotion": "weaknesspotion", + "weaknesspot": "weaknesspotion", + "weakpot": "weaknesspotion", + "wepot": "weaknesspotion", + "potionofweakness": "weaknesspotion", + "potionofweak": "weaknesspotion", + "potionofwe": "weaknesspotion", + "potofweakness": "weaknesspotion", + "potofweak": "weaknesspotion", + "potofwe": "weaknesspotion", + "splashweaknesspotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": false + } + }, + "splashweakpotion": "splashweaknesspotion", + "splashwepotion": "splashweaknesspotion", + "splweaknesspotion": "splashweaknesspotion", + "splweakpotion": "splashweaknesspotion", + "splwepotion": "splashweaknesspotion", + "weaknesssplashpotion": "splashweaknesspotion", + "weaksplashpotion": "splashweaknesspotion", + "wesplashpotion": "splashweaknesspotion", + "splashweaknesspot": "splashweaknesspotion", + "splashweakpot": "splashweaknesspotion", + "splashwepot": "splashweaknesspotion", + "splweaknesspot": "splashweaknesspotion", + "splweakpot": "splashweaknesspotion", + "splwepot": "splashweaknesspotion", + "weaknesssplashpot": "splashweaknesspotion", + "weaksplashpot": "splashweaknesspotion", + "wesplashpot": "splashweaknesspotion", + "lingerpotweakness": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": false + } + }, + "lingerpotweak": "lingerpotweakness", + "lingerpotwe": "lingerpotweakness", + "weaknesslingerpot": "lingerpotweakness", + "weaklingerpot": "lingerpotweakness", + "welingerpot": "lingerpotweakness", + "aoepotionweakness": "lingerpotweakness", + "aoepotionweak": "lingerpotweakness", + "aoepotionwe": "lingerpotweakness", + "weaknessaoepoiont": "lingerpotweakness", + "weakaoepoiont": "lingerpotweakness", + "weaoepoiont": "lingerpotweakness", + "aoepotweakness": "lingerpotweakness", + "aoepotweak": "lingerpotweakness", + "aoepotwe": "lingerpotweakness", + "weaknessaoepot": "lingerpotweakness", + "weakaoepot": "lingerpotweakness", + "weaoepot": "lingerpotweakness", + "areapotionweakness": "lingerpotweakness", + "areapotionweak": "lingerpotweakness", + "areapotionwe": "lingerpotweakness", + "weaknessareapotion": "lingerpotweakness", + "weakareapotion": "lingerpotweakness", + "weareapotion": "lingerpotweakness", + "areapotweakness": "lingerpotweakness", + "areapotweak": "lingerpotweakness", + "areapotwe": "lingerpotweakness", + "weaknessareapot": "lingerpotweakness", + "weakareapot": "lingerpotweakness", + "weareapot": "lingerpotweakness", + "cloudpotionweakness": "lingerpotweakness", + "cloudpotionweak": "lingerpotweakness", + "cloudpotionwe": "lingerpotweakness", + "weaknesscloudpotion": "lingerpotweakness", + "weakcloudpotion": "lingerpotweakness", + "wecloudpotion": "lingerpotweakness", + "cloudpotweakness": "lingerpotweakness", + "cloudpotweak": "lingerpotweakness", + "cloudpotwe": "lingerpotweakness", + "weaknesscloudpot": "lingerpotweakness", + "weakcloudpot": "lingerpotweakness", + "wecloudpot": "lingerpotweakness", + "arrowweakness": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": false + } + }, + "arrowweak": "arrowweakness", + "arrowwe": "arrowweakness", + "weaknessarrow": "arrowweakness", + "weakarrow": "arrowweakness", + "wearrow": "arrowweakness", + "weakness2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": true + } + }, + "weaknesslongpotion": "weakness2potion", + "weaknessextendedpotion": "weakness2potion", + "weaknessexpotion": "weakness2potion", + "weaknesslevel2potion": "weakness2potion", + "weak2potion": "weakness2potion", + "weaklongpotion": "weakness2potion", + "weakextendedpotion": "weakness2potion", + "weakexpotion": "weakness2potion", + "weaklevel2potion": "weakness2potion", + "we2potion": "weakness2potion", + "welongpotion": "weakness2potion", + "weextendedpotion": "weakness2potion", + "weexpotion": "weakness2potion", + "welevel2potion": "weakness2potion", + "weakness2pot": "weakness2potion", + "weaknesslongpot": "weakness2potion", + "weaknessextendedpot": "weakness2potion", + "weaknessexpot": "weakness2potion", + "weaknesslevel2pot": "weakness2potion", + "weak2pot": "weakness2potion", + "weaklongpot": "weakness2potion", + "weakextendedpot": "weakness2potion", + "weakexpot": "weakness2potion", + "weaklevel2pot": "weakness2potion", + "we2pot": "weakness2potion", + "welongpot": "weakness2potion", + "weextendedpot": "weakness2potion", + "weexpot": "weakness2potion", + "welevel2pot": "weakness2potion", + "potionofweakness2": "weakness2potion", + "potionofweaknesslong": "weakness2potion", + "potionofweaknessextended": "weakness2potion", + "potionofweaknessex": "weakness2potion", + "potionofweaknesslevel2": "weakness2potion", + "potionofweak2": "weakness2potion", + "potionofweaklong": "weakness2potion", + "potionofweakextended": "weakness2potion", + "potionofweakex": "weakness2potion", + "potionofweaklevel2": "weakness2potion", + "potionofwe2": "weakness2potion", + "potionofwelong": "weakness2potion", + "potionofweextended": "weakness2potion", + "potionofweex": "weakness2potion", + "potionofwelevel2": "weakness2potion", + "potofweakness2": "weakness2potion", + "potofweaknesslong": "weakness2potion", + "potofweaknessextended": "weakness2potion", + "potofweaknessex": "weakness2potion", + "potofweaknesslevel2": "weakness2potion", + "potofweak2": "weakness2potion", + "potofweaklong": "weakness2potion", + "potofweakextended": "weakness2potion", + "potofweakex": "weakness2potion", + "potofweaklevel2": "weakness2potion", + "potofwe2": "weakness2potion", + "potofwelong": "weakness2potion", + "potofweextended": "weakness2potion", + "potofweex": "weakness2potion", + "potofwelevel2": "weakness2potion", + "splashweakness2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": true + } + }, + "splashweaknesslongpotion": "splashweakness2potion", + "splashweaknessextendedpotion": "splashweakness2potion", + "splashweaknessexpotion": "splashweakness2potion", + "splashweaknesslevel2potion": "splashweakness2potion", + "splashweak2potion": "splashweakness2potion", + "splashweaklongpotion": "splashweakness2potion", + "splashweakextendedpotion": "splashweakness2potion", + "splashweakexpotion": "splashweakness2potion", + "splashweaklevel2potion": "splashweakness2potion", + "splashwe2potion": "splashweakness2potion", + "splashwelongpotion": "splashweakness2potion", + "splashweextendedpotion": "splashweakness2potion", + "splashweexpotion": "splashweakness2potion", + "splashwelevel2potion": "splashweakness2potion", + "splweakness2potion": "splashweakness2potion", + "splweaknesslongpotion": "splashweakness2potion", + "splweaknessextendedpotion": "splashweakness2potion", + "splweaknessexpotion": "splashweakness2potion", + "splweaknesslevel2potion": "splashweakness2potion", + "splweak2potion": "splashweakness2potion", + "splweaklongpotion": "splashweakness2potion", + "splweakextendedpotion": "splashweakness2potion", + "splweakexpotion": "splashweakness2potion", + "splweaklevel2potion": "splashweakness2potion", + "splwe2potion": "splashweakness2potion", + "splwelongpotion": "splashweakness2potion", + "splweextendedpotion": "splashweakness2potion", + "splweexpotion": "splashweakness2potion", + "splwelevel2potion": "splashweakness2potion", + "weakness2splashpotion": "splashweakness2potion", + "weaknesslongsplashpotion": "splashweakness2potion", + "weaknessextendedsplashpotion": "splashweakness2potion", + "weaknessexsplashpotion": "splashweakness2potion", + "weaknesslevel2splashpotion": "splashweakness2potion", + "weak2splashpotion": "splashweakness2potion", + "weaklongsplashpotion": "splashweakness2potion", + "weakextendedsplashpotion": "splashweakness2potion", + "weakexsplashpotion": "splashweakness2potion", + "weaklevel2splashpotion": "splashweakness2potion", + "we2splashpotion": "splashweakness2potion", + "welongsplashpotion": "splashweakness2potion", + "weextendedsplashpotion": "splashweakness2potion", + "weexsplashpotion": "splashweakness2potion", + "welevel2splashpotion": "splashweakness2potion", + "splashweakness2pot": "splashweakness2potion", + "splashweaknesslongpot": "splashweakness2potion", + "splashweaknessextendedpot": "splashweakness2potion", + "splashweaknessexpot": "splashweakness2potion", + "splashweaknesslevel2pot": "splashweakness2potion", + "splashweak2pot": "splashweakness2potion", + "splashweaklongpot": "splashweakness2potion", + "splashweakextendedpot": "splashweakness2potion", + "splashweakexpot": "splashweakness2potion", + "splashweaklevel2pot": "splashweakness2potion", + "splashwe2pot": "splashweakness2potion", + "splashwelongpot": "splashweakness2potion", + "splashweextendedpot": "splashweakness2potion", + "splashweexpot": "splashweakness2potion", + "splashwelevel2pot": "splashweakness2potion", + "splweakness2pot": "splashweakness2potion", + "splweaknesslongpot": "splashweakness2potion", + "splweaknessextendedpot": "splashweakness2potion", + "splweaknessexpot": "splashweakness2potion", + "splweaknesslevel2pot": "splashweakness2potion", + "splweak2pot": "splashweakness2potion", + "splweaklongpot": "splashweakness2potion", + "splweakextendedpot": "splashweakness2potion", + "splweakexpot": "splashweakness2potion", + "splweaklevel2pot": "splashweakness2potion", + "splwe2pot": "splashweakness2potion", + "splwelongpot": "splashweakness2potion", + "splweextendedpot": "splashweakness2potion", + "splweexpot": "splashweakness2potion", + "splwelevel2pot": "splashweakness2potion", + "weakness2splashpot": "splashweakness2potion", + "weaknesslongsplashpot": "splashweakness2potion", + "weaknessextendedsplashpot": "splashweakness2potion", + "weaknessexsplashpot": "splashweakness2potion", + "weaknesslevel2splashpot": "splashweakness2potion", + "weak2splashpot": "splashweakness2potion", + "weaklongsplashpot": "splashweakness2potion", + "weakextendedsplashpot": "splashweakness2potion", + "weakexsplashpot": "splashweakness2potion", + "weaklevel2splashpot": "splashweakness2potion", + "we2splashpot": "splashweakness2potion", + "welongsplashpot": "splashweakness2potion", + "weextendedsplashpot": "splashweakness2potion", + "weexsplashpot": "splashweakness2potion", + "welevel2splashpot": "splashweakness2potion", + "lingerpotweakness2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": true + } + }, + "lingerpotweaknesslong": "lingerpotweakness2", + "lingerpotweaknessextended": "lingerpotweakness2", + "lingerpotweaknessex": "lingerpotweakness2", + "lingerpotweaknesslevel2": "lingerpotweakness2", + "lingerpotweak2": "lingerpotweakness2", + "lingerpotweaklong": "lingerpotweakness2", + "lingerpotweakextended": "lingerpotweakness2", + "lingerpotweakex": "lingerpotweakness2", + "lingerpotweaklevel2": "lingerpotweakness2", + "lingerpotwe2": "lingerpotweakness2", + "lingerpotwelong": "lingerpotweakness2", + "lingerpotweextended": "lingerpotweakness2", + "lingerpotweex": "lingerpotweakness2", + "lingerpotwelevel2": "lingerpotweakness2", + "weaknesslingerpot2": "lingerpotweakness2", + "weaknesslingerpotlong": "lingerpotweakness2", + "weaknesslingerpotextended": "lingerpotweakness2", + "weaknesslingerpotex": "lingerpotweakness2", + "weaknesslingerpotlevel2": "lingerpotweakness2", + "weaklingerpot2": "lingerpotweakness2", + "weaklingerpotlong": "lingerpotweakness2", + "weaklingerpotextended": "lingerpotweakness2", + "weaklingerpotex": "lingerpotweakness2", + "weaklingerpotlevel2": "lingerpotweakness2", + "welingerpot2": "lingerpotweakness2", + "welingerpotlong": "lingerpotweakness2", + "welingerpotextended": "lingerpotweakness2", + "welingerpotex": "lingerpotweakness2", + "welingerpotlevel2": "lingerpotweakness2", + "aoepotionweakness2": "lingerpotweakness2", + "aoepotionweaknesslong": "lingerpotweakness2", + "aoepotionweaknessextended": "lingerpotweakness2", + "aoepotionweaknessex": "lingerpotweakness2", + "aoepotionweaknesslevel2": "lingerpotweakness2", + "aoepotionweak2": "lingerpotweakness2", + "aoepotionweaklong": "lingerpotweakness2", + "aoepotionweakextended": "lingerpotweakness2", + "aoepotionweakex": "lingerpotweakness2", + "aoepotionweaklevel2": "lingerpotweakness2", + "aoepotionwe2": "lingerpotweakness2", + "aoepotionwelong": "lingerpotweakness2", + "aoepotionweextended": "lingerpotweakness2", + "aoepotionweex": "lingerpotweakness2", + "aoepotionwelevel2": "lingerpotweakness2", + "weaknessaoepoiont2": "lingerpotweakness2", + "weaknessaoepoiontlong": "lingerpotweakness2", + "weaknessaoepoiontextended": "lingerpotweakness2", + "weaknessaoepoiontex": "lingerpotweakness2", + "weaknessaoepoiontlevel2": "lingerpotweakness2", + "weakaoepoiont2": "lingerpotweakness2", + "weakaoepoiontlong": "lingerpotweakness2", + "weakaoepoiontextended": "lingerpotweakness2", + "weakaoepoiontex": "lingerpotweakness2", + "weakaoepoiontlevel2": "lingerpotweakness2", + "weaoepoiont2": "lingerpotweakness2", + "weaoepoiontlong": "lingerpotweakness2", + "weaoepoiontextended": "lingerpotweakness2", + "weaoepoiontex": "lingerpotweakness2", + "weaoepoiontlevel2": "lingerpotweakness2", + "aoepotweakness2": "lingerpotweakness2", + "aoepotweaknesslong": "lingerpotweakness2", + "aoepotweaknessextended": "lingerpotweakness2", + "aoepotweaknessex": "lingerpotweakness2", + "aoepotweaknesslevel2": "lingerpotweakness2", + "aoepotweak2": "lingerpotweakness2", + "aoepotweaklong": "lingerpotweakness2", + "aoepotweakextended": "lingerpotweakness2", + "aoepotweakex": "lingerpotweakness2", + "aoepotweaklevel2": "lingerpotweakness2", + "aoepotwe2": "lingerpotweakness2", + "aoepotwelong": "lingerpotweakness2", + "aoepotweextended": "lingerpotweakness2", + "aoepotweex": "lingerpotweakness2", + "aoepotwelevel2": "lingerpotweakness2", + "weaknessaoepot2": "lingerpotweakness2", + "weaknessaoepotlong": "lingerpotweakness2", + "weaknessaoepotextended": "lingerpotweakness2", + "weaknessaoepotex": "lingerpotweakness2", + "weaknessaoepotlevel2": "lingerpotweakness2", + "weakaoepot2": "lingerpotweakness2", + "weakaoepotlong": "lingerpotweakness2", + "weakaoepotextended": "lingerpotweakness2", + "weakaoepotex": "lingerpotweakness2", + "weakaoepotlevel2": "lingerpotweakness2", + "weaoepot2": "lingerpotweakness2", + "weaoepotlong": "lingerpotweakness2", + "weaoepotextended": "lingerpotweakness2", + "weaoepotex": "lingerpotweakness2", + "weaoepotlevel2": "lingerpotweakness2", + "areapotionweakness2": "lingerpotweakness2", + "areapotionweaknesslong": "lingerpotweakness2", + "areapotionweaknessextended": "lingerpotweakness2", + "areapotionweaknessex": "lingerpotweakness2", + "areapotionweaknesslevel2": "lingerpotweakness2", + "areapotionweak2": "lingerpotweakness2", + "areapotionweaklong": "lingerpotweakness2", + "areapotionweakextended": "lingerpotweakness2", + "areapotionweakex": "lingerpotweakness2", + "areapotionweaklevel2": "lingerpotweakness2", + "areapotionwe2": "lingerpotweakness2", + "areapotionwelong": "lingerpotweakness2", + "areapotionweextended": "lingerpotweakness2", + "areapotionweex": "lingerpotweakness2", + "areapotionwelevel2": "lingerpotweakness2", + "weaknessareapotion2": "lingerpotweakness2", + "weaknessareapotionlong": "lingerpotweakness2", + "weaknessareapotionextended": "lingerpotweakness2", + "weaknessareapotionex": "lingerpotweakness2", + "weaknessareapotionlevel2": "lingerpotweakness2", + "weakareapotion2": "lingerpotweakness2", + "weakareapotionlong": "lingerpotweakness2", + "weakareapotionextended": "lingerpotweakness2", + "weakareapotionex": "lingerpotweakness2", + "weakareapotionlevel2": "lingerpotweakness2", + "weareapotion2": "lingerpotweakness2", + "weareapotionlong": "lingerpotweakness2", + "weareapotionextended": "lingerpotweakness2", + "weareapotionex": "lingerpotweakness2", + "weareapotionlevel2": "lingerpotweakness2", + "areapotweakness2": "lingerpotweakness2", + "areapotweaknesslong": "lingerpotweakness2", + "areapotweaknessextended": "lingerpotweakness2", + "areapotweaknessex": "lingerpotweakness2", + "areapotweaknesslevel2": "lingerpotweakness2", + "areapotweak2": "lingerpotweakness2", + "areapotweaklong": "lingerpotweakness2", + "areapotweakextended": "lingerpotweakness2", + "areapotweakex": "lingerpotweakness2", + "areapotweaklevel2": "lingerpotweakness2", + "areapotwe2": "lingerpotweakness2", + "areapotwelong": "lingerpotweakness2", + "areapotweextended": "lingerpotweakness2", + "areapotweex": "lingerpotweakness2", + "areapotwelevel2": "lingerpotweakness2", + "weaknessareapot2": "lingerpotweakness2", + "weaknessareapotlong": "lingerpotweakness2", + "weaknessareapotextended": "lingerpotweakness2", + "weaknessareapotex": "lingerpotweakness2", + "weaknessareapotlevel2": "lingerpotweakness2", + "weakareapot2": "lingerpotweakness2", + "weakareapotlong": "lingerpotweakness2", + "weakareapotextended": "lingerpotweakness2", + "weakareapotex": "lingerpotweakness2", + "weakareapotlevel2": "lingerpotweakness2", + "weareapot2": "lingerpotweakness2", + "weareapotlong": "lingerpotweakness2", + "weareapotextended": "lingerpotweakness2", + "weareapotex": "lingerpotweakness2", + "weareapotlevel2": "lingerpotweakness2", + "cloudpotionweakness2": "lingerpotweakness2", + "cloudpotionweaknesslong": "lingerpotweakness2", + "cloudpotionweaknessextended": "lingerpotweakness2", + "cloudpotionweaknessex": "lingerpotweakness2", + "cloudpotionweaknesslevel2": "lingerpotweakness2", + "cloudpotionweak2": "lingerpotweakness2", + "cloudpotionweaklong": "lingerpotweakness2", + "cloudpotionweakextended": "lingerpotweakness2", + "cloudpotionweakex": "lingerpotweakness2", + "cloudpotionweaklevel2": "lingerpotweakness2", + "cloudpotionwe2": "lingerpotweakness2", + "cloudpotionwelong": "lingerpotweakness2", + "cloudpotionweextended": "lingerpotweakness2", + "cloudpotionweex": "lingerpotweakness2", + "cloudpotionwelevel2": "lingerpotweakness2", + "weaknesscloudpotion2": "lingerpotweakness2", + "weaknesscloudpotionlong": "lingerpotweakness2", + "weaknesscloudpotionextended": "lingerpotweakness2", + "weaknesscloudpotionex": "lingerpotweakness2", + "weaknesscloudpotionlevel2": "lingerpotweakness2", + "weakcloudpotion2": "lingerpotweakness2", + "weakcloudpotionlong": "lingerpotweakness2", + "weakcloudpotionextended": "lingerpotweakness2", + "weakcloudpotionex": "lingerpotweakness2", + "weakcloudpotionlevel2": "lingerpotweakness2", + "wecloudpotion2": "lingerpotweakness2", + "wecloudpotionlong": "lingerpotweakness2", + "wecloudpotionextended": "lingerpotweakness2", + "wecloudpotionex": "lingerpotweakness2", + "wecloudpotionlevel2": "lingerpotweakness2", + "cloudpotweakness2": "lingerpotweakness2", + "cloudpotweaknesslong": "lingerpotweakness2", + "cloudpotweaknessextended": "lingerpotweakness2", + "cloudpotweaknessex": "lingerpotweakness2", + "cloudpotweaknesslevel2": "lingerpotweakness2", + "cloudpotweak2": "lingerpotweakness2", + "cloudpotweaklong": "lingerpotweakness2", + "cloudpotweakextended": "lingerpotweakness2", + "cloudpotweakex": "lingerpotweakness2", + "cloudpotweaklevel2": "lingerpotweakness2", + "cloudpotwe2": "lingerpotweakness2", + "cloudpotwelong": "lingerpotweakness2", + "cloudpotweextended": "lingerpotweakness2", + "cloudpotweex": "lingerpotweakness2", + "cloudpotwelevel2": "lingerpotweakness2", + "weaknesscloudpot2": "lingerpotweakness2", + "weaknesscloudpotlong": "lingerpotweakness2", + "weaknesscloudpotextended": "lingerpotweakness2", + "weaknesscloudpotex": "lingerpotweakness2", + "weaknesscloudpotlevel2": "lingerpotweakness2", + "weakcloudpot2": "lingerpotweakness2", + "weakcloudpotlong": "lingerpotweakness2", + "weakcloudpotextended": "lingerpotweakness2", + "weakcloudpotex": "lingerpotweakness2", + "weakcloudpotlevel2": "lingerpotweakness2", + "wecloudpot2": "lingerpotweakness2", + "wecloudpotlong": "lingerpotweakness2", + "wecloudpotextended": "lingerpotweakness2", + "wecloudpotex": "lingerpotweakness2", + "wecloudpotlevel2": "lingerpotweakness2", + "arrowweakness2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_weakness", + "type": "WEAKNESS", + "upgraded": false, + "extended": true + } + }, + "arrowweaknesslong": "arrowweakness2", + "arrowweaknessextended": "arrowweakness2", + "arrowweaknessex": "arrowweakness2", + "arrowweaknesslevel2": "arrowweakness2", + "arrowweak2": "arrowweakness2", + "arrowweaklong": "arrowweakness2", + "arrowweakextended": "arrowweakness2", + "arrowweakex": "arrowweakness2", + "arrowweaklevel2": "arrowweakness2", + "arrowwe2": "arrowweakness2", + "arrowwelong": "arrowweakness2", + "arrowweextended": "arrowweakness2", + "arrowweex": "arrowweakness2", + "arrowwelevel2": "arrowweakness2", + "weaknessarrow2": "arrowweakness2", + "weaknessarrowlong": "arrowweakness2", + "weaknessarrowextended": "arrowweakness2", + "weaknessarrowex": "arrowweakness2", + "weaknessarrowlevel2": "arrowweakness2", + "weakarrow2": "arrowweakness2", + "weakarrowlong": "arrowweakness2", + "weakarrowextended": "arrowweakness2", + "weakarrowex": "arrowweakness2", + "weakarrowlevel2": "arrowweakness2", + "wearrow2": "arrowweakness2", + "wearrowlong": "arrowweakness2", + "wearrowextended": "arrowweakness2", + "wearrowex": "arrowweakness2", + "wearrowlevel2": "arrowweakness2", + "luckpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "luck", + "type": "LUCK", + "upgraded": false, + "extended": false + } + }, + "luckypotion": "luckpotion", + "luckpot": "luckpotion", + "luckypot": "luckpotion", + "potionofluck": "luckpotion", + "potionoflucky": "luckpotion", + "potofluck": "luckpotion", + "potoflucky": "luckpotion", + "splashluckpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "luck", + "type": "LUCK", + "upgraded": false, + "extended": false + } + }, + "splashluckypotion": "splashluckpotion", + "splluckpotion": "splashluckpotion", + "splluckypotion": "splashluckpotion", + "lucksplashpotion": "splashluckpotion", + "luckysplashpotion": "splashluckpotion", + "splashluckpot": "splashluckpotion", + "splashluckypot": "splashluckpotion", + "splluckpot": "splashluckpotion", + "splluckypot": "splashluckpotion", + "lucksplashpot": "splashluckpotion", + "luckysplashpot": "splashluckpotion", + "lingerpotluck": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "luck", + "type": "LUCK", + "upgraded": false, + "extended": false + } + }, + "lingerpotlucky": "lingerpotluck", + "lucklingerpot": "lingerpotluck", + "luckylingerpot": "lingerpotluck", + "aoepotionluck": "lingerpotluck", + "aoepotionlucky": "lingerpotluck", + "luckaoepoiont": "lingerpotluck", + "luckyaoepoiont": "lingerpotluck", + "aoepotluck": "lingerpotluck", + "aoepotlucky": "lingerpotluck", + "luckaoepot": "lingerpotluck", + "luckyaoepot": "lingerpotluck", + "areapotionluck": "lingerpotluck", + "areapotionlucky": "lingerpotluck", + "luckareapotion": "lingerpotluck", + "luckyareapotion": "lingerpotluck", + "areapotluck": "lingerpotluck", + "areapotlucky": "lingerpotluck", + "luckareapot": "lingerpotluck", + "luckyareapot": "lingerpotluck", + "cloudpotionluck": "lingerpotluck", + "cloudpotionlucky": "lingerpotluck", + "luckcloudpotion": "lingerpotluck", + "luckycloudpotion": "lingerpotluck", + "cloudpotluck": "lingerpotluck", + "cloudpotlucky": "lingerpotluck", + "luckcloudpot": "lingerpotluck", + "luckycloudpot": "lingerpotluck", + "arrowluck": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "luck", + "type": "LUCK", + "upgraded": false, + "extended": false + } + }, + "arrowlucky": "arrowluck", + "luckarrow": "arrowluck", + "luckyarrow": "arrowluck", + "turtlemasterpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + } + }, + "turtlepotion": "turtlemasterpotion", + "tmpotion": "turtlemasterpotion", + "turtlemasterpot": "turtlemasterpotion", + "turtlepot": "turtlemasterpotion", + "tmpot": "turtlemasterpotion", + "potionofturtlemaster": "turtlemasterpotion", + "potionofturtle": "turtlemasterpotion", + "potionoftm": "turtlemasterpotion", + "potofturtlemaster": "turtlemasterpotion", + "potofturtle": "turtlemasterpotion", + "potoftm": "turtlemasterpotion", + "splashturtlemasterpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + } + }, + "splashturtlepotion": "splashturtlemasterpotion", + "splashtmpotion": "splashturtlemasterpotion", + "splturtlemasterpotion": "splashturtlemasterpotion", + "splturtlepotion": "splashturtlemasterpotion", + "spltmpotion": "splashturtlemasterpotion", + "turtlemastersplashpotion": "splashturtlemasterpotion", + "turtlesplashpotion": "splashturtlemasterpotion", + "tmsplashpotion": "splashturtlemasterpotion", + "splashturtlemasterpot": "splashturtlemasterpotion", + "splashturtlepot": "splashturtlemasterpotion", + "splashtmpot": "splashturtlemasterpotion", + "splturtlemasterpot": "splashturtlemasterpotion", + "splturtlepot": "splashturtlemasterpotion", + "spltmpot": "splashturtlemasterpotion", + "turtlemastersplashpot": "splashturtlemasterpotion", + "turtlesplashpot": "splashturtlemasterpotion", + "tmsplashpot": "splashturtlemasterpotion", + "lingerpotturtlemaster": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + } + }, + "lingerpotturtle": "lingerpotturtlemaster", + "lingerpottm": "lingerpotturtlemaster", + "turtlemasterlingerpot": "lingerpotturtlemaster", + "turtlelingerpot": "lingerpotturtlemaster", + "tmlingerpot": "lingerpotturtlemaster", + "aoepotionturtlemaster": "lingerpotturtlemaster", + "aoepotionturtle": "lingerpotturtlemaster", + "aoepotiontm": "lingerpotturtlemaster", + "turtlemasteraoepoiont": "lingerpotturtlemaster", + "turtleaoepoiont": "lingerpotturtlemaster", + "tmaoepoiont": "lingerpotturtlemaster", + "aoepotturtlemaster": "lingerpotturtlemaster", + "aoepotturtle": "lingerpotturtlemaster", + "aoepottm": "lingerpotturtlemaster", + "turtlemasteraoepot": "lingerpotturtlemaster", + "turtleaoepot": "lingerpotturtlemaster", + "tmaoepot": "lingerpotturtlemaster", + "areapotionturtlemaster": "lingerpotturtlemaster", + "areapotionturtle": "lingerpotturtlemaster", + "areapotiontm": "lingerpotturtlemaster", + "turtlemasterareapotion": "lingerpotturtlemaster", + "turtleareapotion": "lingerpotturtlemaster", + "tmareapotion": "lingerpotturtlemaster", + "areapotturtlemaster": "lingerpotturtlemaster", + "areapotturtle": "lingerpotturtlemaster", + "areapottm": "lingerpotturtlemaster", + "turtlemasterareapot": "lingerpotturtlemaster", + "turtleareapot": "lingerpotturtlemaster", + "tmareapot": "lingerpotturtlemaster", + "cloudpotionturtlemaster": "lingerpotturtlemaster", + "cloudpotionturtle": "lingerpotturtlemaster", + "cloudpotiontm": "lingerpotturtlemaster", + "turtlemastercloudpotion": "lingerpotturtlemaster", + "turtlecloudpotion": "lingerpotturtlemaster", + "tmcloudpotion": "lingerpotturtlemaster", + "cloudpotturtlemaster": "lingerpotturtlemaster", + "cloudpotturtle": "lingerpotturtlemaster", + "cloudpottm": "lingerpotturtlemaster", + "turtlemastercloudpot": "lingerpotturtlemaster", + "turtlecloudpot": "lingerpotturtlemaster", + "tmcloudpot": "lingerpotturtlemaster", + "arrowturtlemaster": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + } + }, + "arrowturtle": "arrowturtlemaster", + "arrowtm": "arrowturtlemaster", + "turtlemasterarrow": "arrowturtlemaster", + "turtlearrow": "arrowturtlemaster", + "tmarrow": "arrowturtlemaster", + "turtlemasteriipotion": { + "material": "POTION", + "potionData": { + "vanillaType": "strong_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + } + }, + "turtlemasterstrongpotion": "turtlemasteriipotion", + "turtlemasterleveliipotion": "turtlemasteriipotion", + "turtleiipotion": "turtlemasteriipotion", + "turtlestrongpotion": "turtlemasteriipotion", + "turtleleveliipotion": "turtlemasteriipotion", + "tmiipotion": "turtlemasteriipotion", + "tmstrongpotion": "turtlemasteriipotion", + "tmleveliipotion": "turtlemasteriipotion", + "turtlemasteriipot": "turtlemasteriipotion", + "turtlemasterstrongpot": "turtlemasteriipotion", + "turtlemasterleveliipot": "turtlemasteriipotion", + "turtleiipot": "turtlemasteriipotion", + "turtlestrongpot": "turtlemasteriipotion", + "turtleleveliipot": "turtlemasteriipotion", + "tmiipot": "turtlemasteriipotion", + "tmstrongpot": "turtlemasteriipotion", + "tmleveliipot": "turtlemasteriipotion", + "potionofturtlemasterii": "turtlemasteriipotion", + "potionofturtlemasterstrong": "turtlemasteriipotion", + "potionofturtlemasterlevelii": "turtlemasteriipotion", + "potionofturtleii": "turtlemasteriipotion", + "potionofturtlestrong": "turtlemasteriipotion", + "potionofturtlelevelii": "turtlemasteriipotion", + "potionoftmii": "turtlemasteriipotion", + "potionoftmstrong": "turtlemasteriipotion", + "potionoftmlevelii": "turtlemasteriipotion", + "potofturtlemasterii": "turtlemasteriipotion", + "potofturtlemasterstrong": "turtlemasteriipotion", + "potofturtlemasterlevelii": "turtlemasteriipotion", + "potofturtleii": "turtlemasteriipotion", + "potofturtlestrong": "turtlemasteriipotion", + "potofturtlelevelii": "turtlemasteriipotion", + "potoftmii": "turtlemasteriipotion", + "potoftmstrong": "turtlemasteriipotion", + "potoftmlevelii": "turtlemasteriipotion", + "splashturtlemasteriipotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "strong_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + } + }, + "splashturtlemasterstrongpotion": "splashturtlemasteriipotion", + "splashturtlemasterleveliipotion": "splashturtlemasteriipotion", + "splashturtleiipotion": "splashturtlemasteriipotion", + "splashturtlestrongpotion": "splashturtlemasteriipotion", + "splashturtleleveliipotion": "splashturtlemasteriipotion", + "splashtmiipotion": "splashturtlemasteriipotion", + "splashtmstrongpotion": "splashturtlemasteriipotion", + "splashtmleveliipotion": "splashturtlemasteriipotion", + "splturtlemasteriipotion": "splashturtlemasteriipotion", + "splturtlemasterstrongpotion": "splashturtlemasteriipotion", + "splturtlemasterleveliipotion": "splashturtlemasteriipotion", + "splturtleiipotion": "splashturtlemasteriipotion", + "splturtlestrongpotion": "splashturtlemasteriipotion", + "splturtleleveliipotion": "splashturtlemasteriipotion", + "spltmiipotion": "splashturtlemasteriipotion", + "spltmstrongpotion": "splashturtlemasteriipotion", + "spltmleveliipotion": "splashturtlemasteriipotion", + "turtlemasteriisplashpotion": "splashturtlemasteriipotion", + "turtlemasterstrongsplashpotion": "splashturtlemasteriipotion", + "turtlemasterleveliisplashpotion": "splashturtlemasteriipotion", + "turtleiisplashpotion": "splashturtlemasteriipotion", + "turtlestrongsplashpotion": "splashturtlemasteriipotion", + "turtleleveliisplashpotion": "splashturtlemasteriipotion", + "tmiisplashpotion": "splashturtlemasteriipotion", + "tmstrongsplashpotion": "splashturtlemasteriipotion", + "tmleveliisplashpotion": "splashturtlemasteriipotion", + "splashturtlemasteriipot": "splashturtlemasteriipotion", + "splashturtlemasterstrongpot": "splashturtlemasteriipotion", + "splashturtlemasterleveliipot": "splashturtlemasteriipotion", + "splashturtleiipot": "splashturtlemasteriipotion", + "splashturtlestrongpot": "splashturtlemasteriipotion", + "splashturtleleveliipot": "splashturtlemasteriipotion", + "splashtmiipot": "splashturtlemasteriipotion", + "splashtmstrongpot": "splashturtlemasteriipotion", + "splashtmleveliipot": "splashturtlemasteriipotion", + "splturtlemasteriipot": "splashturtlemasteriipotion", + "splturtlemasterstrongpot": "splashturtlemasteriipotion", + "splturtlemasterleveliipot": "splashturtlemasteriipotion", + "splturtleiipot": "splashturtlemasteriipotion", + "splturtlestrongpot": "splashturtlemasteriipotion", + "splturtleleveliipot": "splashturtlemasteriipotion", + "spltmiipot": "splashturtlemasteriipotion", + "spltmstrongpot": "splashturtlemasteriipotion", + "spltmleveliipot": "splashturtlemasteriipotion", + "turtlemasteriisplashpot": "splashturtlemasteriipotion", + "turtlemasterstrongsplashpot": "splashturtlemasteriipotion", + "turtlemasterleveliisplashpot": "splashturtlemasteriipotion", + "turtleiisplashpot": "splashturtlemasteriipotion", + "turtlestrongsplashpot": "splashturtlemasteriipotion", + "turtleleveliisplashpot": "splashturtlemasteriipotion", + "tmiisplashpot": "splashturtlemasteriipotion", + "tmstrongsplashpot": "splashturtlemasteriipotion", + "tmleveliisplashpot": "splashturtlemasteriipotion", + "lingerpotturtlemasterii": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "strong_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + } + }, + "lingerpotturtlemasterstrong": "lingerpotturtlemasterii", + "lingerpotturtlemasterlevelii": "lingerpotturtlemasterii", + "lingerpotturtleii": "lingerpotturtlemasterii", + "lingerpotturtlestrong": "lingerpotturtlemasterii", + "lingerpotturtlelevelii": "lingerpotturtlemasterii", + "lingerpottmii": "lingerpotturtlemasterii", + "lingerpottmstrong": "lingerpotturtlemasterii", + "lingerpottmlevelii": "lingerpotturtlemasterii", + "turtlemasterlingerpotii": "lingerpotturtlemasterii", + "turtlemasterlingerpotstrong": "lingerpotturtlemasterii", + "turtlemasterlingerpotlevelii": "lingerpotturtlemasterii", + "turtlelingerpotii": "lingerpotturtlemasterii", + "turtlelingerpotstrong": "lingerpotturtlemasterii", + "turtlelingerpotlevelii": "lingerpotturtlemasterii", + "tmlingerpotii": "lingerpotturtlemasterii", + "tmlingerpotstrong": "lingerpotturtlemasterii", + "tmlingerpotlevelii": "lingerpotturtlemasterii", + "aoepotionturtlemasterii": "lingerpotturtlemasterii", + "aoepotionturtlemasterstrong": "lingerpotturtlemasterii", + "aoepotionturtlemasterlevelii": "lingerpotturtlemasterii", + "aoepotionturtleii": "lingerpotturtlemasterii", + "aoepotionturtlestrong": "lingerpotturtlemasterii", + "aoepotionturtlelevelii": "lingerpotturtlemasterii", + "aoepotiontmii": "lingerpotturtlemasterii", + "aoepotiontmstrong": "lingerpotturtlemasterii", + "aoepotiontmlevelii": "lingerpotturtlemasterii", + "turtlemasteraoepoiontii": "lingerpotturtlemasterii", + "turtlemasteraoepoiontstrong": "lingerpotturtlemasterii", + "turtlemasteraoepoiontlevelii": "lingerpotturtlemasterii", + "turtleaoepoiontii": "lingerpotturtlemasterii", + "turtleaoepoiontstrong": "lingerpotturtlemasterii", + "turtleaoepoiontlevelii": "lingerpotturtlemasterii", + "tmaoepoiontii": "lingerpotturtlemasterii", + "tmaoepoiontstrong": "lingerpotturtlemasterii", + "tmaoepoiontlevelii": "lingerpotturtlemasterii", + "aoepotturtlemasterii": "lingerpotturtlemasterii", + "aoepotturtlemasterstrong": "lingerpotturtlemasterii", + "aoepotturtlemasterlevelii": "lingerpotturtlemasterii", + "aoepotturtleii": "lingerpotturtlemasterii", + "aoepotturtlestrong": "lingerpotturtlemasterii", + "aoepotturtlelevelii": "lingerpotturtlemasterii", + "aoepottmii": "lingerpotturtlemasterii", + "aoepottmstrong": "lingerpotturtlemasterii", + "aoepottmlevelii": "lingerpotturtlemasterii", + "turtlemasteraoepotii": "lingerpotturtlemasterii", + "turtlemasteraoepotstrong": "lingerpotturtlemasterii", + "turtlemasteraoepotlevelii": "lingerpotturtlemasterii", + "turtleaoepotii": "lingerpotturtlemasterii", + "turtleaoepotstrong": "lingerpotturtlemasterii", + "turtleaoepotlevelii": "lingerpotturtlemasterii", + "tmaoepotii": "lingerpotturtlemasterii", + "tmaoepotstrong": "lingerpotturtlemasterii", + "tmaoepotlevelii": "lingerpotturtlemasterii", + "areapotionturtlemasterii": "lingerpotturtlemasterii", + "areapotionturtlemasterstrong": "lingerpotturtlemasterii", + "areapotionturtlemasterlevelii": "lingerpotturtlemasterii", + "areapotionturtleii": "lingerpotturtlemasterii", + "areapotionturtlestrong": "lingerpotturtlemasterii", + "areapotionturtlelevelii": "lingerpotturtlemasterii", + "areapotiontmii": "lingerpotturtlemasterii", + "areapotiontmstrong": "lingerpotturtlemasterii", + "areapotiontmlevelii": "lingerpotturtlemasterii", + "turtlemasterareapotionii": "lingerpotturtlemasterii", + "turtlemasterareapotionstrong": "lingerpotturtlemasterii", + "turtlemasterareapotionlevelii": "lingerpotturtlemasterii", + "turtleareapotionii": "lingerpotturtlemasterii", + "turtleareapotionstrong": "lingerpotturtlemasterii", + "turtleareapotionlevelii": "lingerpotturtlemasterii", + "tmareapotionii": "lingerpotturtlemasterii", + "tmareapotionstrong": "lingerpotturtlemasterii", + "tmareapotionlevelii": "lingerpotturtlemasterii", + "areapotturtlemasterii": "lingerpotturtlemasterii", + "areapotturtlemasterstrong": "lingerpotturtlemasterii", + "areapotturtlemasterlevelii": "lingerpotturtlemasterii", + "areapotturtleii": "lingerpotturtlemasterii", + "areapotturtlestrong": "lingerpotturtlemasterii", + "areapotturtlelevelii": "lingerpotturtlemasterii", + "areapottmii": "lingerpotturtlemasterii", + "areapottmstrong": "lingerpotturtlemasterii", + "areapottmlevelii": "lingerpotturtlemasterii", + "turtlemasterareapotii": "lingerpotturtlemasterii", + "turtlemasterareapotstrong": "lingerpotturtlemasterii", + "turtlemasterareapotlevelii": "lingerpotturtlemasterii", + "turtleareapotii": "lingerpotturtlemasterii", + "turtleareapotstrong": "lingerpotturtlemasterii", + "turtleareapotlevelii": "lingerpotturtlemasterii", + "tmareapotii": "lingerpotturtlemasterii", + "tmareapotstrong": "lingerpotturtlemasterii", + "tmareapotlevelii": "lingerpotturtlemasterii", + "cloudpotionturtlemasterii": "lingerpotturtlemasterii", + "cloudpotionturtlemasterstrong": "lingerpotturtlemasterii", + "cloudpotionturtlemasterlevelii": "lingerpotturtlemasterii", + "cloudpotionturtleii": "lingerpotturtlemasterii", + "cloudpotionturtlestrong": "lingerpotturtlemasterii", + "cloudpotionturtlelevelii": "lingerpotturtlemasterii", + "cloudpotiontmii": "lingerpotturtlemasterii", + "cloudpotiontmstrong": "lingerpotturtlemasterii", + "cloudpotiontmlevelii": "lingerpotturtlemasterii", + "turtlemastercloudpotionii": "lingerpotturtlemasterii", + "turtlemastercloudpotionstrong": "lingerpotturtlemasterii", + "turtlemastercloudpotionlevelii": "lingerpotturtlemasterii", + "turtlecloudpotionii": "lingerpotturtlemasterii", + "turtlecloudpotionstrong": "lingerpotturtlemasterii", + "turtlecloudpotionlevelii": "lingerpotturtlemasterii", + "tmcloudpotionii": "lingerpotturtlemasterii", + "tmcloudpotionstrong": "lingerpotturtlemasterii", + "tmcloudpotionlevelii": "lingerpotturtlemasterii", + "cloudpotturtlemasterii": "lingerpotturtlemasterii", + "cloudpotturtlemasterstrong": "lingerpotturtlemasterii", + "cloudpotturtlemasterlevelii": "lingerpotturtlemasterii", + "cloudpotturtleii": "lingerpotturtlemasterii", + "cloudpotturtlestrong": "lingerpotturtlemasterii", + "cloudpotturtlelevelii": "lingerpotturtlemasterii", + "cloudpottmii": "lingerpotturtlemasterii", + "cloudpottmstrong": "lingerpotturtlemasterii", + "cloudpottmlevelii": "lingerpotturtlemasterii", + "turtlemastercloudpotii": "lingerpotturtlemasterii", + "turtlemastercloudpotstrong": "lingerpotturtlemasterii", + "turtlemastercloudpotlevelii": "lingerpotturtlemasterii", + "turtlecloudpotii": "lingerpotturtlemasterii", + "turtlecloudpotstrong": "lingerpotturtlemasterii", + "turtlecloudpotlevelii": "lingerpotturtlemasterii", + "tmcloudpotii": "lingerpotturtlemasterii", + "tmcloudpotstrong": "lingerpotturtlemasterii", + "tmcloudpotlevelii": "lingerpotturtlemasterii", + "arrowturtlemasterii": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "strong_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + } + }, + "arrowturtlemasterstrong": "arrowturtlemasterii", + "arrowturtlemasterlevelii": "arrowturtlemasterii", + "arrowturtleii": "arrowturtlemasterii", + "arrowturtlestrong": "arrowturtlemasterii", + "arrowturtlelevelii": "arrowturtlemasterii", + "arrowtmii": "arrowturtlemasterii", + "arrowtmstrong": "arrowturtlemasterii", + "arrowtmlevelii": "arrowturtlemasterii", + "turtlemasterarrowii": "arrowturtlemasterii", + "turtlemasterarrowstrong": "arrowturtlemasterii", + "turtlemasterarrowlevelii": "arrowturtlemasterii", + "turtlearrowii": "arrowturtlemasterii", + "turtlearrowstrong": "arrowturtlemasterii", + "turtlearrowlevelii": "arrowturtlemasterii", + "tmarrowii": "arrowturtlemasterii", + "tmarrowstrong": "arrowturtlemasterii", + "tmarrowlevelii": "arrowturtlemasterii", + "turtlemaster2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + } + }, + "turtlemasterlongpotion": "turtlemaster2potion", + "turtlemasterextendedpotion": "turtlemaster2potion", + "turtlemasterexpotion": "turtlemaster2potion", + "turtlemasterlevel2potion": "turtlemaster2potion", + "turtle2potion": "turtlemaster2potion", + "turtlelongpotion": "turtlemaster2potion", + "turtleextendedpotion": "turtlemaster2potion", + "turtleexpotion": "turtlemaster2potion", + "turtlelevel2potion": "turtlemaster2potion", + "tm2potion": "turtlemaster2potion", + "tmlongpotion": "turtlemaster2potion", + "tmextendedpotion": "turtlemaster2potion", + "tmexpotion": "turtlemaster2potion", + "tmlevel2potion": "turtlemaster2potion", + "turtlemaster2pot": "turtlemaster2potion", + "turtlemasterlongpot": "turtlemaster2potion", + "turtlemasterextendedpot": "turtlemaster2potion", + "turtlemasterexpot": "turtlemaster2potion", + "turtlemasterlevel2pot": "turtlemaster2potion", + "turtle2pot": "turtlemaster2potion", + "turtlelongpot": "turtlemaster2potion", + "turtleextendedpot": "turtlemaster2potion", + "turtleexpot": "turtlemaster2potion", + "turtlelevel2pot": "turtlemaster2potion", + "tm2pot": "turtlemaster2potion", + "tmlongpot": "turtlemaster2potion", + "tmextendedpot": "turtlemaster2potion", + "tmexpot": "turtlemaster2potion", + "tmlevel2pot": "turtlemaster2potion", + "potionofturtlemaster2": "turtlemaster2potion", + "potionofturtlemasterlong": "turtlemaster2potion", + "potionofturtlemasterextended": "turtlemaster2potion", + "potionofturtlemasterex": "turtlemaster2potion", + "potionofturtlemasterlevel2": "turtlemaster2potion", + "potionofturtle2": "turtlemaster2potion", + "potionofturtlelong": "turtlemaster2potion", + "potionofturtleextended": "turtlemaster2potion", + "potionofturtleex": "turtlemaster2potion", + "potionofturtlelevel2": "turtlemaster2potion", + "potionoftm2": "turtlemaster2potion", + "potionoftmlong": "turtlemaster2potion", + "potionoftmextended": "turtlemaster2potion", + "potionoftmex": "turtlemaster2potion", + "potionoftmlevel2": "turtlemaster2potion", + "potofturtlemaster2": "turtlemaster2potion", + "potofturtlemasterlong": "turtlemaster2potion", + "potofturtlemasterextended": "turtlemaster2potion", + "potofturtlemasterex": "turtlemaster2potion", + "potofturtlemasterlevel2": "turtlemaster2potion", + "potofturtle2": "turtlemaster2potion", + "potofturtlelong": "turtlemaster2potion", + "potofturtleextended": "turtlemaster2potion", + "potofturtleex": "turtlemaster2potion", + "potofturtlelevel2": "turtlemaster2potion", + "potoftm2": "turtlemaster2potion", + "potoftmlong": "turtlemaster2potion", + "potoftmextended": "turtlemaster2potion", + "potoftmex": "turtlemaster2potion", + "potoftmlevel2": "turtlemaster2potion", + "splashturtlemaster2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + } + }, + "splashturtlemasterlongpotion": "splashturtlemaster2potion", + "splashturtlemasterextendedpotion": "splashturtlemaster2potion", + "splashturtlemasterexpotion": "splashturtlemaster2potion", + "splashturtlemasterlevel2potion": "splashturtlemaster2potion", + "splashturtle2potion": "splashturtlemaster2potion", + "splashturtlelongpotion": "splashturtlemaster2potion", + "splashturtleextendedpotion": "splashturtlemaster2potion", + "splashturtleexpotion": "splashturtlemaster2potion", + "splashturtlelevel2potion": "splashturtlemaster2potion", + "splashtm2potion": "splashturtlemaster2potion", + "splashtmlongpotion": "splashturtlemaster2potion", + "splashtmextendedpotion": "splashturtlemaster2potion", + "splashtmexpotion": "splashturtlemaster2potion", + "splashtmlevel2potion": "splashturtlemaster2potion", + "splturtlemaster2potion": "splashturtlemaster2potion", + "splturtlemasterlongpotion": "splashturtlemaster2potion", + "splturtlemasterextendedpotion": "splashturtlemaster2potion", + "splturtlemasterexpotion": "splashturtlemaster2potion", + "splturtlemasterlevel2potion": "splashturtlemaster2potion", + "splturtle2potion": "splashturtlemaster2potion", + "splturtlelongpotion": "splashturtlemaster2potion", + "splturtleextendedpotion": "splashturtlemaster2potion", + "splturtleexpotion": "splashturtlemaster2potion", + "splturtlelevel2potion": "splashturtlemaster2potion", + "spltm2potion": "splashturtlemaster2potion", + "spltmlongpotion": "splashturtlemaster2potion", + "spltmextendedpotion": "splashturtlemaster2potion", + "spltmexpotion": "splashturtlemaster2potion", + "spltmlevel2potion": "splashturtlemaster2potion", + "turtlemaster2splashpotion": "splashturtlemaster2potion", + "turtlemasterlongsplashpotion": "splashturtlemaster2potion", + "turtlemasterextendedsplashpotion": "splashturtlemaster2potion", + "turtlemasterexsplashpotion": "splashturtlemaster2potion", + "turtlemasterlevel2splashpotion": "splashturtlemaster2potion", + "turtle2splashpotion": "splashturtlemaster2potion", + "turtlelongsplashpotion": "splashturtlemaster2potion", + "turtleextendedsplashpotion": "splashturtlemaster2potion", + "turtleexsplashpotion": "splashturtlemaster2potion", + "turtlelevel2splashpotion": "splashturtlemaster2potion", + "tm2splashpotion": "splashturtlemaster2potion", + "tmlongsplashpotion": "splashturtlemaster2potion", + "tmextendedsplashpotion": "splashturtlemaster2potion", + "tmexsplashpotion": "splashturtlemaster2potion", + "tmlevel2splashpotion": "splashturtlemaster2potion", + "splashturtlemaster2pot": "splashturtlemaster2potion", + "splashturtlemasterlongpot": "splashturtlemaster2potion", + "splashturtlemasterextendedpot": "splashturtlemaster2potion", + "splashturtlemasterexpot": "splashturtlemaster2potion", + "splashturtlemasterlevel2pot": "splashturtlemaster2potion", + "splashturtle2pot": "splashturtlemaster2potion", + "splashturtlelongpot": "splashturtlemaster2potion", + "splashturtleextendedpot": "splashturtlemaster2potion", + "splashturtleexpot": "splashturtlemaster2potion", + "splashturtlelevel2pot": "splashturtlemaster2potion", + "splashtm2pot": "splashturtlemaster2potion", + "splashtmlongpot": "splashturtlemaster2potion", + "splashtmextendedpot": "splashturtlemaster2potion", + "splashtmexpot": "splashturtlemaster2potion", + "splashtmlevel2pot": "splashturtlemaster2potion", + "splturtlemaster2pot": "splashturtlemaster2potion", + "splturtlemasterlongpot": "splashturtlemaster2potion", + "splturtlemasterextendedpot": "splashturtlemaster2potion", + "splturtlemasterexpot": "splashturtlemaster2potion", + "splturtlemasterlevel2pot": "splashturtlemaster2potion", + "splturtle2pot": "splashturtlemaster2potion", + "splturtlelongpot": "splashturtlemaster2potion", + "splturtleextendedpot": "splashturtlemaster2potion", + "splturtleexpot": "splashturtlemaster2potion", + "splturtlelevel2pot": "splashturtlemaster2potion", + "spltm2pot": "splashturtlemaster2potion", + "spltmlongpot": "splashturtlemaster2potion", + "spltmextendedpot": "splashturtlemaster2potion", + "spltmexpot": "splashturtlemaster2potion", + "spltmlevel2pot": "splashturtlemaster2potion", + "turtlemaster2splashpot": "splashturtlemaster2potion", + "turtlemasterlongsplashpot": "splashturtlemaster2potion", + "turtlemasterextendedsplashpot": "splashturtlemaster2potion", + "turtlemasterexsplashpot": "splashturtlemaster2potion", + "turtlemasterlevel2splashpot": "splashturtlemaster2potion", + "turtle2splashpot": "splashturtlemaster2potion", + "turtlelongsplashpot": "splashturtlemaster2potion", + "turtleextendedsplashpot": "splashturtlemaster2potion", + "turtleexsplashpot": "splashturtlemaster2potion", + "turtlelevel2splashpot": "splashturtlemaster2potion", + "tm2splashpot": "splashturtlemaster2potion", + "tmlongsplashpot": "splashturtlemaster2potion", + "tmextendedsplashpot": "splashturtlemaster2potion", + "tmexsplashpot": "splashturtlemaster2potion", + "tmlevel2splashpot": "splashturtlemaster2potion", + "lingerpotturtlemaster2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + } + }, + "lingerpotturtlemasterlong": "lingerpotturtlemaster2", + "lingerpotturtlemasterextended": "lingerpotturtlemaster2", + "lingerpotturtlemasterex": "lingerpotturtlemaster2", + "lingerpotturtlemasterlevel2": "lingerpotturtlemaster2", + "lingerpotturtle2": "lingerpotturtlemaster2", + "lingerpotturtlelong": "lingerpotturtlemaster2", + "lingerpotturtleextended": "lingerpotturtlemaster2", + "lingerpotturtleex": "lingerpotturtlemaster2", + "lingerpotturtlelevel2": "lingerpotturtlemaster2", + "lingerpottm2": "lingerpotturtlemaster2", + "lingerpottmlong": "lingerpotturtlemaster2", + "lingerpottmextended": "lingerpotturtlemaster2", + "lingerpottmex": "lingerpotturtlemaster2", + "lingerpottmlevel2": "lingerpotturtlemaster2", + "turtlemasterlingerpot2": "lingerpotturtlemaster2", + "turtlemasterlingerpotlong": "lingerpotturtlemaster2", + "turtlemasterlingerpotextended": "lingerpotturtlemaster2", + "turtlemasterlingerpotex": "lingerpotturtlemaster2", + "turtlemasterlingerpotlevel2": "lingerpotturtlemaster2", + "turtlelingerpot2": "lingerpotturtlemaster2", + "turtlelingerpotlong": "lingerpotturtlemaster2", + "turtlelingerpotextended": "lingerpotturtlemaster2", + "turtlelingerpotex": "lingerpotturtlemaster2", + "turtlelingerpotlevel2": "lingerpotturtlemaster2", + "tmlingerpot2": "lingerpotturtlemaster2", + "tmlingerpotlong": "lingerpotturtlemaster2", + "tmlingerpotextended": "lingerpotturtlemaster2", + "tmlingerpotex": "lingerpotturtlemaster2", + "tmlingerpotlevel2": "lingerpotturtlemaster2", + "aoepotionturtlemaster2": "lingerpotturtlemaster2", + "aoepotionturtlemasterlong": "lingerpotturtlemaster2", + "aoepotionturtlemasterextended": "lingerpotturtlemaster2", + "aoepotionturtlemasterex": "lingerpotturtlemaster2", + "aoepotionturtlemasterlevel2": "lingerpotturtlemaster2", + "aoepotionturtle2": "lingerpotturtlemaster2", + "aoepotionturtlelong": "lingerpotturtlemaster2", + "aoepotionturtleextended": "lingerpotturtlemaster2", + "aoepotionturtleex": "lingerpotturtlemaster2", + "aoepotionturtlelevel2": "lingerpotturtlemaster2", + "aoepotiontm2": "lingerpotturtlemaster2", + "aoepotiontmlong": "lingerpotturtlemaster2", + "aoepotiontmextended": "lingerpotturtlemaster2", + "aoepotiontmex": "lingerpotturtlemaster2", + "aoepotiontmlevel2": "lingerpotturtlemaster2", + "turtlemasteraoepoiont2": "lingerpotturtlemaster2", + "turtlemasteraoepoiontlong": "lingerpotturtlemaster2", + "turtlemasteraoepoiontextended": "lingerpotturtlemaster2", + "turtlemasteraoepoiontex": "lingerpotturtlemaster2", + "turtlemasteraoepoiontlevel2": "lingerpotturtlemaster2", + "turtleaoepoiont2": "lingerpotturtlemaster2", + "turtleaoepoiontlong": "lingerpotturtlemaster2", + "turtleaoepoiontextended": "lingerpotturtlemaster2", + "turtleaoepoiontex": "lingerpotturtlemaster2", + "turtleaoepoiontlevel2": "lingerpotturtlemaster2", + "tmaoepoiont2": "lingerpotturtlemaster2", + "tmaoepoiontlong": "lingerpotturtlemaster2", + "tmaoepoiontextended": "lingerpotturtlemaster2", + "tmaoepoiontex": "lingerpotturtlemaster2", + "tmaoepoiontlevel2": "lingerpotturtlemaster2", + "aoepotturtlemaster2": "lingerpotturtlemaster2", + "aoepotturtlemasterlong": "lingerpotturtlemaster2", + "aoepotturtlemasterextended": "lingerpotturtlemaster2", + "aoepotturtlemasterex": "lingerpotturtlemaster2", + "aoepotturtlemasterlevel2": "lingerpotturtlemaster2", + "aoepotturtle2": "lingerpotturtlemaster2", + "aoepotturtlelong": "lingerpotturtlemaster2", + "aoepotturtleextended": "lingerpotturtlemaster2", + "aoepotturtleex": "lingerpotturtlemaster2", + "aoepotturtlelevel2": "lingerpotturtlemaster2", + "aoepottm2": "lingerpotturtlemaster2", + "aoepottmlong": "lingerpotturtlemaster2", + "aoepottmextended": "lingerpotturtlemaster2", + "aoepottmex": "lingerpotturtlemaster2", + "aoepottmlevel2": "lingerpotturtlemaster2", + "turtlemasteraoepot2": "lingerpotturtlemaster2", + "turtlemasteraoepotlong": "lingerpotturtlemaster2", + "turtlemasteraoepotextended": "lingerpotturtlemaster2", + "turtlemasteraoepotex": "lingerpotturtlemaster2", + "turtlemasteraoepotlevel2": "lingerpotturtlemaster2", + "turtleaoepot2": "lingerpotturtlemaster2", + "turtleaoepotlong": "lingerpotturtlemaster2", + "turtleaoepotextended": "lingerpotturtlemaster2", + "turtleaoepotex": "lingerpotturtlemaster2", + "turtleaoepotlevel2": "lingerpotturtlemaster2", + "tmaoepot2": "lingerpotturtlemaster2", + "tmaoepotlong": "lingerpotturtlemaster2", + "tmaoepotextended": "lingerpotturtlemaster2", + "tmaoepotex": "lingerpotturtlemaster2", + "tmaoepotlevel2": "lingerpotturtlemaster2", + "areapotionturtlemaster2": "lingerpotturtlemaster2", + "areapotionturtlemasterlong": "lingerpotturtlemaster2", + "areapotionturtlemasterextended": "lingerpotturtlemaster2", + "areapotionturtlemasterex": "lingerpotturtlemaster2", + "areapotionturtlemasterlevel2": "lingerpotturtlemaster2", + "areapotionturtle2": "lingerpotturtlemaster2", + "areapotionturtlelong": "lingerpotturtlemaster2", + "areapotionturtleextended": "lingerpotturtlemaster2", + "areapotionturtleex": "lingerpotturtlemaster2", + "areapotionturtlelevel2": "lingerpotturtlemaster2", + "areapotiontm2": "lingerpotturtlemaster2", + "areapotiontmlong": "lingerpotturtlemaster2", + "areapotiontmextended": "lingerpotturtlemaster2", + "areapotiontmex": "lingerpotturtlemaster2", + "areapotiontmlevel2": "lingerpotturtlemaster2", + "turtlemasterareapotion2": "lingerpotturtlemaster2", + "turtlemasterareapotionlong": "lingerpotturtlemaster2", + "turtlemasterareapotionextended": "lingerpotturtlemaster2", + "turtlemasterareapotionex": "lingerpotturtlemaster2", + "turtlemasterareapotionlevel2": "lingerpotturtlemaster2", + "turtleareapotion2": "lingerpotturtlemaster2", + "turtleareapotionlong": "lingerpotturtlemaster2", + "turtleareapotionextended": "lingerpotturtlemaster2", + "turtleareapotionex": "lingerpotturtlemaster2", + "turtleareapotionlevel2": "lingerpotturtlemaster2", + "tmareapotion2": "lingerpotturtlemaster2", + "tmareapotionlong": "lingerpotturtlemaster2", + "tmareapotionextended": "lingerpotturtlemaster2", + "tmareapotionex": "lingerpotturtlemaster2", + "tmareapotionlevel2": "lingerpotturtlemaster2", + "areapotturtlemaster2": "lingerpotturtlemaster2", + "areapotturtlemasterlong": "lingerpotturtlemaster2", + "areapotturtlemasterextended": "lingerpotturtlemaster2", + "areapotturtlemasterex": "lingerpotturtlemaster2", + "areapotturtlemasterlevel2": "lingerpotturtlemaster2", + "areapotturtle2": "lingerpotturtlemaster2", + "areapotturtlelong": "lingerpotturtlemaster2", + "areapotturtleextended": "lingerpotturtlemaster2", + "areapotturtleex": "lingerpotturtlemaster2", + "areapotturtlelevel2": "lingerpotturtlemaster2", + "areapottm2": "lingerpotturtlemaster2", + "areapottmlong": "lingerpotturtlemaster2", + "areapottmextended": "lingerpotturtlemaster2", + "areapottmex": "lingerpotturtlemaster2", + "areapottmlevel2": "lingerpotturtlemaster2", + "turtlemasterareapot2": "lingerpotturtlemaster2", + "turtlemasterareapotlong": "lingerpotturtlemaster2", + "turtlemasterareapotextended": "lingerpotturtlemaster2", + "turtlemasterareapotex": "lingerpotturtlemaster2", + "turtlemasterareapotlevel2": "lingerpotturtlemaster2", + "turtleareapot2": "lingerpotturtlemaster2", + "turtleareapotlong": "lingerpotturtlemaster2", + "turtleareapotextended": "lingerpotturtlemaster2", + "turtleareapotex": "lingerpotturtlemaster2", + "turtleareapotlevel2": "lingerpotturtlemaster2", + "tmareapot2": "lingerpotturtlemaster2", + "tmareapotlong": "lingerpotturtlemaster2", + "tmareapotextended": "lingerpotturtlemaster2", + "tmareapotex": "lingerpotturtlemaster2", + "tmareapotlevel2": "lingerpotturtlemaster2", + "cloudpotionturtlemaster2": "lingerpotturtlemaster2", + "cloudpotionturtlemasterlong": "lingerpotturtlemaster2", + "cloudpotionturtlemasterextended": "lingerpotturtlemaster2", + "cloudpotionturtlemasterex": "lingerpotturtlemaster2", + "cloudpotionturtlemasterlevel2": "lingerpotturtlemaster2", + "cloudpotionturtle2": "lingerpotturtlemaster2", + "cloudpotionturtlelong": "lingerpotturtlemaster2", + "cloudpotionturtleextended": "lingerpotturtlemaster2", + "cloudpotionturtleex": "lingerpotturtlemaster2", + "cloudpotionturtlelevel2": "lingerpotturtlemaster2", + "cloudpotiontm2": "lingerpotturtlemaster2", + "cloudpotiontmlong": "lingerpotturtlemaster2", + "cloudpotiontmextended": "lingerpotturtlemaster2", + "cloudpotiontmex": "lingerpotturtlemaster2", + "cloudpotiontmlevel2": "lingerpotturtlemaster2", + "turtlemastercloudpotion2": "lingerpotturtlemaster2", + "turtlemastercloudpotionlong": "lingerpotturtlemaster2", + "turtlemastercloudpotionextended": "lingerpotturtlemaster2", + "turtlemastercloudpotionex": "lingerpotturtlemaster2", + "turtlemastercloudpotionlevel2": "lingerpotturtlemaster2", + "turtlecloudpotion2": "lingerpotturtlemaster2", + "turtlecloudpotionlong": "lingerpotturtlemaster2", + "turtlecloudpotionextended": "lingerpotturtlemaster2", + "turtlecloudpotionex": "lingerpotturtlemaster2", + "turtlecloudpotionlevel2": "lingerpotturtlemaster2", + "tmcloudpotion2": "lingerpotturtlemaster2", + "tmcloudpotionlong": "lingerpotturtlemaster2", + "tmcloudpotionextended": "lingerpotturtlemaster2", + "tmcloudpotionex": "lingerpotturtlemaster2", + "tmcloudpotionlevel2": "lingerpotturtlemaster2", + "cloudpotturtlemaster2": "lingerpotturtlemaster2", + "cloudpotturtlemasterlong": "lingerpotturtlemaster2", + "cloudpotturtlemasterextended": "lingerpotturtlemaster2", + "cloudpotturtlemasterex": "lingerpotturtlemaster2", + "cloudpotturtlemasterlevel2": "lingerpotturtlemaster2", + "cloudpotturtle2": "lingerpotturtlemaster2", + "cloudpotturtlelong": "lingerpotturtlemaster2", + "cloudpotturtleextended": "lingerpotturtlemaster2", + "cloudpotturtleex": "lingerpotturtlemaster2", + "cloudpotturtlelevel2": "lingerpotturtlemaster2", + "cloudpottm2": "lingerpotturtlemaster2", + "cloudpottmlong": "lingerpotturtlemaster2", + "cloudpottmextended": "lingerpotturtlemaster2", + "cloudpottmex": "lingerpotturtlemaster2", + "cloudpottmlevel2": "lingerpotturtlemaster2", + "turtlemastercloudpot2": "lingerpotturtlemaster2", + "turtlemastercloudpotlong": "lingerpotturtlemaster2", + "turtlemastercloudpotextended": "lingerpotturtlemaster2", + "turtlemastercloudpotex": "lingerpotturtlemaster2", + "turtlemastercloudpotlevel2": "lingerpotturtlemaster2", + "turtlecloudpot2": "lingerpotturtlemaster2", + "turtlecloudpotlong": "lingerpotturtlemaster2", + "turtlecloudpotextended": "lingerpotturtlemaster2", + "turtlecloudpotex": "lingerpotturtlemaster2", + "turtlecloudpotlevel2": "lingerpotturtlemaster2", + "tmcloudpot2": "lingerpotturtlemaster2", + "tmcloudpotlong": "lingerpotturtlemaster2", + "tmcloudpotextended": "lingerpotturtlemaster2", + "tmcloudpotex": "lingerpotturtlemaster2", + "tmcloudpotlevel2": "lingerpotturtlemaster2", + "arrowturtlemaster2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_turtle_master", + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + } + }, + "arrowturtlemasterlong": "arrowturtlemaster2", + "arrowturtlemasterextended": "arrowturtlemaster2", + "arrowturtlemasterex": "arrowturtlemaster2", + "arrowturtlemasterlevel2": "arrowturtlemaster2", + "arrowturtle2": "arrowturtlemaster2", + "arrowturtlelong": "arrowturtlemaster2", + "arrowturtleextended": "arrowturtlemaster2", + "arrowturtleex": "arrowturtlemaster2", + "arrowturtlelevel2": "arrowturtlemaster2", + "arrowtm2": "arrowturtlemaster2", + "arrowtmlong": "arrowturtlemaster2", + "arrowtmextended": "arrowturtlemaster2", + "arrowtmex": "arrowturtlemaster2", + "arrowtmlevel2": "arrowturtlemaster2", + "turtlemasterarrow2": "arrowturtlemaster2", + "turtlemasterarrowlong": "arrowturtlemaster2", + "turtlemasterarrowextended": "arrowturtlemaster2", + "turtlemasterarrowex": "arrowturtlemaster2", + "turtlemasterarrowlevel2": "arrowturtlemaster2", + "turtlearrow2": "arrowturtlemaster2", + "turtlearrowlong": "arrowturtlemaster2", + "turtlearrowextended": "arrowturtlemaster2", + "turtlearrowex": "arrowturtlemaster2", + "turtlearrowlevel2": "arrowturtlemaster2", + "tmarrow2": "arrowturtlemaster2", + "tmarrowlong": "arrowturtlemaster2", + "tmarrowextended": "arrowturtlemaster2", + "tmarrowex": "arrowturtlemaster2", + "tmarrowlevel2": "arrowturtlemaster2", + "slowfallingpotion": { + "material": "POTION", + "potionData": { + "vanillaType": "slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + } + }, + "slowfallpotion": "slowfallingpotion", + "sfpotion": "slowfallingpotion", + "slowfallingpot": "slowfallingpotion", + "slowfallpot": "slowfallingpotion", + "sfpot": "slowfallingpotion", + "potionofslowfalling": "slowfallingpotion", + "potionofslowfall": "slowfallingpotion", + "potionofsf": "slowfallingpotion", + "potofslowfalling": "slowfallingpotion", + "potofslowfall": "slowfallingpotion", + "potofsf": "slowfallingpotion", + "splashslowfallingpotion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + } + }, + "splashslowfallpotion": "splashslowfallingpotion", + "splashsfpotion": "splashslowfallingpotion", + "splslowfallingpotion": "splashslowfallingpotion", + "splslowfallpotion": "splashslowfallingpotion", + "splsfpotion": "splashslowfallingpotion", + "slowfallingsplashpotion": "splashslowfallingpotion", + "slowfallsplashpotion": "splashslowfallingpotion", + "sfsplashpotion": "splashslowfallingpotion", + "splashslowfallingpot": "splashslowfallingpotion", + "splashslowfallpot": "splashslowfallingpotion", + "splashsfpot": "splashslowfallingpotion", + "splslowfallingpot": "splashslowfallingpotion", + "splslowfallpot": "splashslowfallingpotion", + "splsfpot": "splashslowfallingpotion", + "slowfallingsplashpot": "splashslowfallingpotion", + "slowfallsplashpot": "splashslowfallingpotion", + "sfsplashpot": "splashslowfallingpotion", + "lingerpotslowfalling": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + } + }, + "lingerpotslowfall": "lingerpotslowfalling", + "lingerpotsf": "lingerpotslowfalling", + "slowfallinglingerpot": "lingerpotslowfalling", + "slowfalllingerpot": "lingerpotslowfalling", + "sflingerpot": "lingerpotslowfalling", + "aoepotionslowfalling": "lingerpotslowfalling", + "aoepotionslowfall": "lingerpotslowfalling", + "aoepotionsf": "lingerpotslowfalling", + "slowfallingaoepoiont": "lingerpotslowfalling", + "slowfallaoepoiont": "lingerpotslowfalling", + "sfaoepoiont": "lingerpotslowfalling", + "aoepotslowfalling": "lingerpotslowfalling", + "aoepotslowfall": "lingerpotslowfalling", + "aoepotsf": "lingerpotslowfalling", + "slowfallingaoepot": "lingerpotslowfalling", + "slowfallaoepot": "lingerpotslowfalling", + "sfaoepot": "lingerpotslowfalling", + "areapotionslowfalling": "lingerpotslowfalling", + "areapotionslowfall": "lingerpotslowfalling", + "areapotionsf": "lingerpotslowfalling", + "slowfallingareapotion": "lingerpotslowfalling", + "slowfallareapotion": "lingerpotslowfalling", + "sfareapotion": "lingerpotslowfalling", + "areapotslowfalling": "lingerpotslowfalling", + "areapotslowfall": "lingerpotslowfalling", + "areapotsf": "lingerpotslowfalling", + "slowfallingareapot": "lingerpotslowfalling", + "slowfallareapot": "lingerpotslowfalling", + "sfareapot": "lingerpotslowfalling", + "cloudpotionslowfalling": "lingerpotslowfalling", + "cloudpotionslowfall": "lingerpotslowfalling", + "cloudpotionsf": "lingerpotslowfalling", + "slowfallingcloudpotion": "lingerpotslowfalling", + "slowfallcloudpotion": "lingerpotslowfalling", + "sfcloudpotion": "lingerpotslowfalling", + "cloudpotslowfalling": "lingerpotslowfalling", + "cloudpotslowfall": "lingerpotslowfalling", + "cloudpotsf": "lingerpotslowfalling", + "slowfallingcloudpot": "lingerpotslowfalling", + "slowfallcloudpot": "lingerpotslowfalling", + "sfcloudpot": "lingerpotslowfalling", + "arrowslowfalling": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + } + }, + "arrowslowfall": "arrowslowfalling", + "arrowsf": "arrowslowfalling", + "slowfallingarrow": "arrowslowfalling", + "slowfallarrow": "arrowslowfalling", + "sfarrow": "arrowslowfalling", + "slowfalling2potion": { + "material": "POTION", + "potionData": { + "vanillaType": "long_slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + } + }, + "slowfallinglongpotion": "slowfalling2potion", + "slowfallingextendedpotion": "slowfalling2potion", + "slowfallingexpotion": "slowfalling2potion", + "slowfallinglevel2potion": "slowfalling2potion", + "slowfall2potion": "slowfalling2potion", + "slowfalllongpotion": "slowfalling2potion", + "slowfallextendedpotion": "slowfalling2potion", + "slowfallexpotion": "slowfalling2potion", + "slowfalllevel2potion": "slowfalling2potion", + "sf2potion": "slowfalling2potion", + "sflongpotion": "slowfalling2potion", + "sfextendedpotion": "slowfalling2potion", + "sfexpotion": "slowfalling2potion", + "sflevel2potion": "slowfalling2potion", + "slowfalling2pot": "slowfalling2potion", + "slowfallinglongpot": "slowfalling2potion", + "slowfallingextendedpot": "slowfalling2potion", + "slowfallingexpot": "slowfalling2potion", + "slowfallinglevel2pot": "slowfalling2potion", + "slowfall2pot": "slowfalling2potion", + "slowfalllongpot": "slowfalling2potion", + "slowfallextendedpot": "slowfalling2potion", + "slowfallexpot": "slowfalling2potion", + "slowfalllevel2pot": "slowfalling2potion", + "sf2pot": "slowfalling2potion", + "sflongpot": "slowfalling2potion", + "sfextendedpot": "slowfalling2potion", + "sfexpot": "slowfalling2potion", + "sflevel2pot": "slowfalling2potion", + "potionofslowfalling2": "slowfalling2potion", + "potionofslowfallinglong": "slowfalling2potion", + "potionofslowfallingextended": "slowfalling2potion", + "potionofslowfallingex": "slowfalling2potion", + "potionofslowfallinglevel2": "slowfalling2potion", + "potionofslowfall2": "slowfalling2potion", + "potionofslowfalllong": "slowfalling2potion", + "potionofslowfallextended": "slowfalling2potion", + "potionofslowfallex": "slowfalling2potion", + "potionofslowfalllevel2": "slowfalling2potion", + "potionofsf2": "slowfalling2potion", + "potionofsflong": "slowfalling2potion", + "potionofsfextended": "slowfalling2potion", + "potionofsfex": "slowfalling2potion", + "potionofsflevel2": "slowfalling2potion", + "potofslowfalling2": "slowfalling2potion", + "potofslowfallinglong": "slowfalling2potion", + "potofslowfallingextended": "slowfalling2potion", + "potofslowfallingex": "slowfalling2potion", + "potofslowfallinglevel2": "slowfalling2potion", + "potofslowfall2": "slowfalling2potion", + "potofslowfalllong": "slowfalling2potion", + "potofslowfallextended": "slowfalling2potion", + "potofslowfallex": "slowfalling2potion", + "potofslowfalllevel2": "slowfalling2potion", + "potofsf2": "slowfalling2potion", + "potofsflong": "slowfalling2potion", + "potofsfextended": "slowfalling2potion", + "potofsfex": "slowfalling2potion", + "potofsflevel2": "slowfalling2potion", + "splashslowfalling2potion": { + "material": "SPLASH_POTION", + "potionData": { + "vanillaType": "long_slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + } + }, + "splashslowfallinglongpotion": "splashslowfalling2potion", + "splashslowfallingextendedpotion": "splashslowfalling2potion", + "splashslowfallingexpotion": "splashslowfalling2potion", + "splashslowfallinglevel2potion": "splashslowfalling2potion", + "splashslowfall2potion": "splashslowfalling2potion", + "splashslowfalllongpotion": "splashslowfalling2potion", + "splashslowfallextendedpotion": "splashslowfalling2potion", + "splashslowfallexpotion": "splashslowfalling2potion", + "splashslowfalllevel2potion": "splashslowfalling2potion", + "splashsf2potion": "splashslowfalling2potion", + "splashsflongpotion": "splashslowfalling2potion", + "splashsfextendedpotion": "splashslowfalling2potion", + "splashsfexpotion": "splashslowfalling2potion", + "splashsflevel2potion": "splashslowfalling2potion", + "splslowfalling2potion": "splashslowfalling2potion", + "splslowfallinglongpotion": "splashslowfalling2potion", + "splslowfallingextendedpotion": "splashslowfalling2potion", + "splslowfallingexpotion": "splashslowfalling2potion", + "splslowfallinglevel2potion": "splashslowfalling2potion", + "splslowfall2potion": "splashslowfalling2potion", + "splslowfalllongpotion": "splashslowfalling2potion", + "splslowfallextendedpotion": "splashslowfalling2potion", + "splslowfallexpotion": "splashslowfalling2potion", + "splslowfalllevel2potion": "splashslowfalling2potion", + "splsf2potion": "splashslowfalling2potion", + "splsflongpotion": "splashslowfalling2potion", + "splsfextendedpotion": "splashslowfalling2potion", + "splsfexpotion": "splashslowfalling2potion", + "splsflevel2potion": "splashslowfalling2potion", + "slowfalling2splashpotion": "splashslowfalling2potion", + "slowfallinglongsplashpotion": "splashslowfalling2potion", + "slowfallingextendedsplashpotion": "splashslowfalling2potion", + "slowfallingexsplashpotion": "splashslowfalling2potion", + "slowfallinglevel2splashpotion": "splashslowfalling2potion", + "slowfall2splashpotion": "splashslowfalling2potion", + "slowfalllongsplashpotion": "splashslowfalling2potion", + "slowfallextendedsplashpotion": "splashslowfalling2potion", + "slowfallexsplashpotion": "splashslowfalling2potion", + "slowfalllevel2splashpotion": "splashslowfalling2potion", + "sf2splashpotion": "splashslowfalling2potion", + "sflongsplashpotion": "splashslowfalling2potion", + "sfextendedsplashpotion": "splashslowfalling2potion", + "sfexsplashpotion": "splashslowfalling2potion", + "sflevel2splashpotion": "splashslowfalling2potion", + "splashslowfalling2pot": "splashslowfalling2potion", + "splashslowfallinglongpot": "splashslowfalling2potion", + "splashslowfallingextendedpot": "splashslowfalling2potion", + "splashslowfallingexpot": "splashslowfalling2potion", + "splashslowfallinglevel2pot": "splashslowfalling2potion", + "splashslowfall2pot": "splashslowfalling2potion", + "splashslowfalllongpot": "splashslowfalling2potion", + "splashslowfallextendedpot": "splashslowfalling2potion", + "splashslowfallexpot": "splashslowfalling2potion", + "splashslowfalllevel2pot": "splashslowfalling2potion", + "splashsf2pot": "splashslowfalling2potion", + "splashsflongpot": "splashslowfalling2potion", + "splashsfextendedpot": "splashslowfalling2potion", + "splashsfexpot": "splashslowfalling2potion", + "splashsflevel2pot": "splashslowfalling2potion", + "splslowfalling2pot": "splashslowfalling2potion", + "splslowfallinglongpot": "splashslowfalling2potion", + "splslowfallingextendedpot": "splashslowfalling2potion", + "splslowfallingexpot": "splashslowfalling2potion", + "splslowfallinglevel2pot": "splashslowfalling2potion", + "splslowfall2pot": "splashslowfalling2potion", + "splslowfalllongpot": "splashslowfalling2potion", + "splslowfallextendedpot": "splashslowfalling2potion", + "splslowfallexpot": "splashslowfalling2potion", + "splslowfalllevel2pot": "splashslowfalling2potion", + "splsf2pot": "splashslowfalling2potion", + "splsflongpot": "splashslowfalling2potion", + "splsfextendedpot": "splashslowfalling2potion", + "splsfexpot": "splashslowfalling2potion", + "splsflevel2pot": "splashslowfalling2potion", + "slowfalling2splashpot": "splashslowfalling2potion", + "slowfallinglongsplashpot": "splashslowfalling2potion", + "slowfallingextendedsplashpot": "splashslowfalling2potion", + "slowfallingexsplashpot": "splashslowfalling2potion", + "slowfallinglevel2splashpot": "splashslowfalling2potion", + "slowfall2splashpot": "splashslowfalling2potion", + "slowfalllongsplashpot": "splashslowfalling2potion", + "slowfallextendedsplashpot": "splashslowfalling2potion", + "slowfallexsplashpot": "splashslowfalling2potion", + "slowfalllevel2splashpot": "splashslowfalling2potion", + "sf2splashpot": "splashslowfalling2potion", + "sflongsplashpot": "splashslowfalling2potion", + "sfextendedsplashpot": "splashslowfalling2potion", + "sfexsplashpot": "splashslowfalling2potion", + "sflevel2splashpot": "splashslowfalling2potion", + "lingerpotslowfalling2": { + "material": "LINGERING_POTION", + "potionData": { + "vanillaType": "long_slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + } + }, + "lingerpotslowfallinglong": "lingerpotslowfalling2", + "lingerpotslowfallingextended": "lingerpotslowfalling2", + "lingerpotslowfallingex": "lingerpotslowfalling2", + "lingerpotslowfallinglevel2": "lingerpotslowfalling2", + "lingerpotslowfall2": "lingerpotslowfalling2", + "lingerpotslowfalllong": "lingerpotslowfalling2", + "lingerpotslowfallextended": "lingerpotslowfalling2", + "lingerpotslowfallex": "lingerpotslowfalling2", + "lingerpotslowfalllevel2": "lingerpotslowfalling2", + "lingerpotsf2": "lingerpotslowfalling2", + "lingerpotsflong": "lingerpotslowfalling2", + "lingerpotsfextended": "lingerpotslowfalling2", + "lingerpotsfex": "lingerpotslowfalling2", + "lingerpotsflevel2": "lingerpotslowfalling2", + "slowfallinglingerpot2": "lingerpotslowfalling2", + "slowfallinglingerpotlong": "lingerpotslowfalling2", + "slowfallinglingerpotextended": "lingerpotslowfalling2", + "slowfallinglingerpotex": "lingerpotslowfalling2", + "slowfallinglingerpotlevel2": "lingerpotslowfalling2", + "slowfalllingerpot2": "lingerpotslowfalling2", + "slowfalllingerpotlong": "lingerpotslowfalling2", + "slowfalllingerpotextended": "lingerpotslowfalling2", + "slowfalllingerpotex": "lingerpotslowfalling2", + "slowfalllingerpotlevel2": "lingerpotslowfalling2", + "sflingerpot2": "lingerpotslowfalling2", + "sflingerpotlong": "lingerpotslowfalling2", + "sflingerpotextended": "lingerpotslowfalling2", + "sflingerpotex": "lingerpotslowfalling2", + "sflingerpotlevel2": "lingerpotslowfalling2", + "aoepotionslowfalling2": "lingerpotslowfalling2", + "aoepotionslowfallinglong": "lingerpotslowfalling2", + "aoepotionslowfallingextended": "lingerpotslowfalling2", + "aoepotionslowfallingex": "lingerpotslowfalling2", + "aoepotionslowfallinglevel2": "lingerpotslowfalling2", + "aoepotionslowfall2": "lingerpotslowfalling2", + "aoepotionslowfalllong": "lingerpotslowfalling2", + "aoepotionslowfallextended": "lingerpotslowfalling2", + "aoepotionslowfallex": "lingerpotslowfalling2", + "aoepotionslowfalllevel2": "lingerpotslowfalling2", + "aoepotionsf2": "lingerpotslowfalling2", + "aoepotionsflong": "lingerpotslowfalling2", + "aoepotionsfextended": "lingerpotslowfalling2", + "aoepotionsfex": "lingerpotslowfalling2", + "aoepotionsflevel2": "lingerpotslowfalling2", + "slowfallingaoepoiont2": "lingerpotslowfalling2", + "slowfallingaoepoiontlong": "lingerpotslowfalling2", + "slowfallingaoepoiontextended": "lingerpotslowfalling2", + "slowfallingaoepoiontex": "lingerpotslowfalling2", + "slowfallingaoepoiontlevel2": "lingerpotslowfalling2", + "slowfallaoepoiont2": "lingerpotslowfalling2", + "slowfallaoepoiontlong": "lingerpotslowfalling2", + "slowfallaoepoiontextended": "lingerpotslowfalling2", + "slowfallaoepoiontex": "lingerpotslowfalling2", + "slowfallaoepoiontlevel2": "lingerpotslowfalling2", + "sfaoepoiont2": "lingerpotslowfalling2", + "sfaoepoiontlong": "lingerpotslowfalling2", + "sfaoepoiontextended": "lingerpotslowfalling2", + "sfaoepoiontex": "lingerpotslowfalling2", + "sfaoepoiontlevel2": "lingerpotslowfalling2", + "aoepotslowfalling2": "lingerpotslowfalling2", + "aoepotslowfallinglong": "lingerpotslowfalling2", + "aoepotslowfallingextended": "lingerpotslowfalling2", + "aoepotslowfallingex": "lingerpotslowfalling2", + "aoepotslowfallinglevel2": "lingerpotslowfalling2", + "aoepotslowfall2": "lingerpotslowfalling2", + "aoepotslowfalllong": "lingerpotslowfalling2", + "aoepotslowfallextended": "lingerpotslowfalling2", + "aoepotslowfallex": "lingerpotslowfalling2", + "aoepotslowfalllevel2": "lingerpotslowfalling2", + "aoepotsf2": "lingerpotslowfalling2", + "aoepotsflong": "lingerpotslowfalling2", + "aoepotsfextended": "lingerpotslowfalling2", + "aoepotsfex": "lingerpotslowfalling2", + "aoepotsflevel2": "lingerpotslowfalling2", + "slowfallingaoepot2": "lingerpotslowfalling2", + "slowfallingaoepotlong": "lingerpotslowfalling2", + "slowfallingaoepotextended": "lingerpotslowfalling2", + "slowfallingaoepotex": "lingerpotslowfalling2", + "slowfallingaoepotlevel2": "lingerpotslowfalling2", + "slowfallaoepot2": "lingerpotslowfalling2", + "slowfallaoepotlong": "lingerpotslowfalling2", + "slowfallaoepotextended": "lingerpotslowfalling2", + "slowfallaoepotex": "lingerpotslowfalling2", + "slowfallaoepotlevel2": "lingerpotslowfalling2", + "sfaoepot2": "lingerpotslowfalling2", + "sfaoepotlong": "lingerpotslowfalling2", + "sfaoepotextended": "lingerpotslowfalling2", + "sfaoepotex": "lingerpotslowfalling2", + "sfaoepotlevel2": "lingerpotslowfalling2", + "areapotionslowfalling2": "lingerpotslowfalling2", + "areapotionslowfallinglong": "lingerpotslowfalling2", + "areapotionslowfallingextended": "lingerpotslowfalling2", + "areapotionslowfallingex": "lingerpotslowfalling2", + "areapotionslowfallinglevel2": "lingerpotslowfalling2", + "areapotionslowfall2": "lingerpotslowfalling2", + "areapotionslowfalllong": "lingerpotslowfalling2", + "areapotionslowfallextended": "lingerpotslowfalling2", + "areapotionslowfallex": "lingerpotslowfalling2", + "areapotionslowfalllevel2": "lingerpotslowfalling2", + "areapotionsf2": "lingerpotslowfalling2", + "areapotionsflong": "lingerpotslowfalling2", + "areapotionsfextended": "lingerpotslowfalling2", + "areapotionsfex": "lingerpotslowfalling2", + "areapotionsflevel2": "lingerpotslowfalling2", + "slowfallingareapotion2": "lingerpotslowfalling2", + "slowfallingareapotionlong": "lingerpotslowfalling2", + "slowfallingareapotionextended": "lingerpotslowfalling2", + "slowfallingareapotionex": "lingerpotslowfalling2", + "slowfallingareapotionlevel2": "lingerpotslowfalling2", + "slowfallareapotion2": "lingerpotslowfalling2", + "slowfallareapotionlong": "lingerpotslowfalling2", + "slowfallareapotionextended": "lingerpotslowfalling2", + "slowfallareapotionex": "lingerpotslowfalling2", + "slowfallareapotionlevel2": "lingerpotslowfalling2", + "sfareapotion2": "lingerpotslowfalling2", + "sfareapotionlong": "lingerpotslowfalling2", + "sfareapotionextended": "lingerpotslowfalling2", + "sfareapotionex": "lingerpotslowfalling2", + "sfareapotionlevel2": "lingerpotslowfalling2", + "areapotslowfalling2": "lingerpotslowfalling2", + "areapotslowfallinglong": "lingerpotslowfalling2", + "areapotslowfallingextended": "lingerpotslowfalling2", + "areapotslowfallingex": "lingerpotslowfalling2", + "areapotslowfallinglevel2": "lingerpotslowfalling2", + "areapotslowfall2": "lingerpotslowfalling2", + "areapotslowfalllong": "lingerpotslowfalling2", + "areapotslowfallextended": "lingerpotslowfalling2", + "areapotslowfallex": "lingerpotslowfalling2", + "areapotslowfalllevel2": "lingerpotslowfalling2", + "areapotsf2": "lingerpotslowfalling2", + "areapotsflong": "lingerpotslowfalling2", + "areapotsfextended": "lingerpotslowfalling2", + "areapotsfex": "lingerpotslowfalling2", + "areapotsflevel2": "lingerpotslowfalling2", + "slowfallingareapot2": "lingerpotslowfalling2", + "slowfallingareapotlong": "lingerpotslowfalling2", + "slowfallingareapotextended": "lingerpotslowfalling2", + "slowfallingareapotex": "lingerpotslowfalling2", + "slowfallingareapotlevel2": "lingerpotslowfalling2", + "slowfallareapot2": "lingerpotslowfalling2", + "slowfallareapotlong": "lingerpotslowfalling2", + "slowfallareapotextended": "lingerpotslowfalling2", + "slowfallareapotex": "lingerpotslowfalling2", + "slowfallareapotlevel2": "lingerpotslowfalling2", + "sfareapot2": "lingerpotslowfalling2", + "sfareapotlong": "lingerpotslowfalling2", + "sfareapotextended": "lingerpotslowfalling2", + "sfareapotex": "lingerpotslowfalling2", + "sfareapotlevel2": "lingerpotslowfalling2", + "cloudpotionslowfalling2": "lingerpotslowfalling2", + "cloudpotionslowfallinglong": "lingerpotslowfalling2", + "cloudpotionslowfallingextended": "lingerpotslowfalling2", + "cloudpotionslowfallingex": "lingerpotslowfalling2", + "cloudpotionslowfallinglevel2": "lingerpotslowfalling2", + "cloudpotionslowfall2": "lingerpotslowfalling2", + "cloudpotionslowfalllong": "lingerpotslowfalling2", + "cloudpotionslowfallextended": "lingerpotslowfalling2", + "cloudpotionslowfallex": "lingerpotslowfalling2", + "cloudpotionslowfalllevel2": "lingerpotslowfalling2", + "cloudpotionsf2": "lingerpotslowfalling2", + "cloudpotionsflong": "lingerpotslowfalling2", + "cloudpotionsfextended": "lingerpotslowfalling2", + "cloudpotionsfex": "lingerpotslowfalling2", + "cloudpotionsflevel2": "lingerpotslowfalling2", + "slowfallingcloudpotion2": "lingerpotslowfalling2", + "slowfallingcloudpotionlong": "lingerpotslowfalling2", + "slowfallingcloudpotionextended": "lingerpotslowfalling2", + "slowfallingcloudpotionex": "lingerpotslowfalling2", + "slowfallingcloudpotionlevel2": "lingerpotslowfalling2", + "slowfallcloudpotion2": "lingerpotslowfalling2", + "slowfallcloudpotionlong": "lingerpotslowfalling2", + "slowfallcloudpotionextended": "lingerpotslowfalling2", + "slowfallcloudpotionex": "lingerpotslowfalling2", + "slowfallcloudpotionlevel2": "lingerpotslowfalling2", + "sfcloudpotion2": "lingerpotslowfalling2", + "sfcloudpotionlong": "lingerpotslowfalling2", + "sfcloudpotionextended": "lingerpotslowfalling2", + "sfcloudpotionex": "lingerpotslowfalling2", + "sfcloudpotionlevel2": "lingerpotslowfalling2", + "cloudpotslowfalling2": "lingerpotslowfalling2", + "cloudpotslowfallinglong": "lingerpotslowfalling2", + "cloudpotslowfallingextended": "lingerpotslowfalling2", + "cloudpotslowfallingex": "lingerpotslowfalling2", + "cloudpotslowfallinglevel2": "lingerpotslowfalling2", + "cloudpotslowfall2": "lingerpotslowfalling2", + "cloudpotslowfalllong": "lingerpotslowfalling2", + "cloudpotslowfallextended": "lingerpotslowfalling2", + "cloudpotslowfallex": "lingerpotslowfalling2", + "cloudpotslowfalllevel2": "lingerpotslowfalling2", + "cloudpotsf2": "lingerpotslowfalling2", + "cloudpotsflong": "lingerpotslowfalling2", + "cloudpotsfextended": "lingerpotslowfalling2", + "cloudpotsfex": "lingerpotslowfalling2", + "cloudpotsflevel2": "lingerpotslowfalling2", + "slowfallingcloudpot2": "lingerpotslowfalling2", + "slowfallingcloudpotlong": "lingerpotslowfalling2", + "slowfallingcloudpotextended": "lingerpotslowfalling2", + "slowfallingcloudpotex": "lingerpotslowfalling2", + "slowfallingcloudpotlevel2": "lingerpotslowfalling2", + "slowfallcloudpot2": "lingerpotslowfalling2", + "slowfallcloudpotlong": "lingerpotslowfalling2", + "slowfallcloudpotextended": "lingerpotslowfalling2", + "slowfallcloudpotex": "lingerpotslowfalling2", + "slowfallcloudpotlevel2": "lingerpotslowfalling2", + "sfcloudpot2": "lingerpotslowfalling2", + "sfcloudpotlong": "lingerpotslowfalling2", + "sfcloudpotextended": "lingerpotslowfalling2", + "sfcloudpotex": "lingerpotslowfalling2", + "sfcloudpotlevel2": "lingerpotslowfalling2", + "arrowslowfalling2": { + "material": "TIPPED_ARROW", + "potionData": { + "vanillaType": "long_slow_falling", + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + } + }, + "arrowslowfallinglong": "arrowslowfalling2", + "arrowslowfallingextended": "arrowslowfalling2", + "arrowslowfallingex": "arrowslowfalling2", + "arrowslowfallinglevel2": "arrowslowfalling2", + "arrowslowfall2": "arrowslowfalling2", + "arrowslowfalllong": "arrowslowfalling2", + "arrowslowfallextended": "arrowslowfalling2", + "arrowslowfallex": "arrowslowfalling2", + "arrowslowfalllevel2": "arrowslowfalling2", + "arrowsf2": "arrowslowfalling2", + "arrowsflong": "arrowslowfalling2", + "arrowsfextended": "arrowslowfalling2", + "arrowsfex": "arrowslowfalling2", + "arrowsflevel2": "arrowslowfalling2", + "slowfallingarrow2": "arrowslowfalling2", + "slowfallingarrowlong": "arrowslowfalling2", + "slowfallingarrowextended": "arrowslowfalling2", + "slowfallingarrowex": "arrowslowfalling2", + "slowfallingarrowlevel2": "arrowslowfalling2", + "slowfallarrow2": "arrowslowfalling2", + "slowfallarrowlong": "arrowslowfalling2", + "slowfallarrowextended": "arrowslowfalling2", + "slowfallarrowex": "arrowslowfalling2", + "slowfallarrowlevel2": "arrowslowfalling2", + "sfarrow2": "arrowslowfalling2", + "sfarrowlong": "arrowslowfalling2", + "sfarrowextended": "arrowslowfalling2", + "sfarrowex": "arrowslowfalling2", + "sfarrowlevel2": "arrowslowfalling2", + "undefined": { + "material": "SPAWNER", + "entity": "FOX" + }, + "elderguardianmobspawner": { + "material": "SPAWNER", + "entity": "ELDER_GUARDIAN" + }, + "elderguardianmobcage": "elderguardianmobspawner", + "elderguardianmonsterspawner": "elderguardianmobspawner", + "elderguardianmonstercage": "elderguardianmobspawner", + "elderguardianmspawner": "elderguardianmobspawner", + "elderguardianmcage": "elderguardianmobspawner", + "elderguardianspawner": "elder_guardian_spawner", + "elderguardiancage": "elderguardianmobspawner", + "eguardianmobspawner": "elderguardianmobspawner", + "eguardianmobcage": "elderguardianmobspawner", + "eguardianmonsterspawner": "elderguardianmobspawner", + "eguardianmonstercage": "elderguardianmobspawner", + "eguardianmspawner": "elderguardianmobspawner", + "eguardianmcage": "elderguardianmobspawner", + "eguardianspawner": "elderguardianmobspawner", + "eguardiancage": "elderguardianmobspawner", + "witherskeletonmobspawner": { + "material": "SPAWNER", + "entity": "WITHER_SKELETON" + }, + "witherskeletonmobcage": "witherskeletonmobspawner", + "witherskeletonmonsterspawner": "witherskeletonmobspawner", + "witherskeletonmonstercage": "witherskeletonmobspawner", + "witherskeletonmspawner": "witherskeletonmobspawner", + "witherskeletonmcage": "witherskeletonmobspawner", + "witherskeletonspawner": "wither_skeleton_spawner", + "witherskeletoncage": "witherskeletonmobspawner", + "wskeletonmobspawner": "witherskeletonmobspawner", + "wskeletonmobcage": "witherskeletonmobspawner", + "wskeletonmonsterspawner": "witherskeletonmobspawner", + "wskeletonmonstercage": "witherskeletonmobspawner", + "wskeletonmspawner": "witherskeletonmobspawner", + "wskeletonmcage": "witherskeletonmobspawner", + "wskeletonspawner": "witherskeletonmobspawner", + "wskeletoncage": "witherskeletonmobspawner", + "witherskmobspawner": "witherskeletonmobspawner", + "witherskmobcage": "witherskeletonmobspawner", + "witherskmonsterspawner": "witherskeletonmobspawner", + "witherskmonstercage": "witherskeletonmobspawner", + "witherskmspawner": "witherskeletonmobspawner", + "witherskmcage": "witherskeletonmobspawner", + "witherskspawner": "witherskeletonmobspawner", + "witherskcage": "witherskeletonmobspawner", + "wskmobspawner": "witherskeletonmobspawner", + "wskmobcage": "witherskeletonmobspawner", + "wskmonsterspawner": "witherskeletonmobspawner", + "wskmonstercage": "witherskeletonmobspawner", + "wskmspawner": "witherskeletonmobspawner", + "wskmcage": "witherskeletonmobspawner", + "wskspawner": "witherskeletonmobspawner", + "wskcage": "witherskeletonmobspawner", + "withermobspawner": "witherskeletonmobspawner", + "withermobcage": "witherskeletonmobspawner", + "withermonsterspawner": "witherskeletonmobspawner", + "withermonstercage": "witherskeletonmobspawner", + "withermspawner": "witherskeletonmobspawner", + "withermcage": "witherskeletonmobspawner", + "witherspawner": "wither_spawner", + "withercage": "witherskeletonmobspawner", + "straymobspawner": { + "material": "SPAWNER", + "entity": "STRAY" + }, + "straymobcage": "straymobspawner", + "straymonsterspawner": "straymobspawner", + "straymonstercage": "straymobspawner", + "straymspawner": "straymobspawner", + "straymcage": "straymobspawner", + "strayspawner": "stray_spawner", + "straycage": "straymobspawner", + "huskmobspawner": { + "material": "SPAWNER", + "entity": "HUSK" + }, + "huskmobcage": "huskmobspawner", + "huskmonsterspawner": "huskmobspawner", + "huskmonstercage": "huskmobspawner", + "huskmspawner": "huskmobspawner", + "huskmcage": "huskmobspawner", + "huskspawner": "husk_spawner", + "huskcage": "huskmobspawner", + "zombievillagermobspawner": { + "material": "SPAWNER", + "entity": "ZOMBIE_VILLAGER" + }, + "zombievillagermobcage": "zombievillagermobspawner", + "zombievillagermonsterspawner": "zombievillagermobspawner", + "zombievillagermonstercage": "zombievillagermobspawner", + "zombievillagermspawner": "zombievillagermobspawner", + "zombievillagermcage": "zombievillagermobspawner", + "zombievillagerspawner": "zombie_villager_spawner", + "zombievillagercage": "zombievillagermobspawner", + "zvillagermobspawner": "zombievillagermobspawner", + "zvillagermobcage": "zombievillagermobspawner", + "zvillagermonsterspawner": "zombievillagermobspawner", + "zvillagermonstercage": "zombievillagermobspawner", + "zvillagermspawner": "zombievillagermobspawner", + "zvillagermcage": "zombievillagermobspawner", + "zvillagerspawner": "zombievillagermobspawner", + "zvillagercage": "zombievillagermobspawner", + "deadvillagermobspawner": "zombievillagermobspawner", + "deadvillagermobcage": "zombievillagermobspawner", + "deadvillagermonsterspawner": "zombievillagermobspawner", + "deadvillagermonstercage": "zombievillagermobspawner", + "deadvillagermspawner": "zombievillagermobspawner", + "deadvillagermcage": "zombievillagermobspawner", + "deadvillagerspawner": "zombievillagermobspawner", + "deadvillagercage": "zombievillagermobspawner", + "dvillagermobspawner": "zombievillagermobspawner", + "dvillagermobcage": "zombievillagermobspawner", + "dvillagermonsterspawner": "zombievillagermobspawner", + "dvillagermonstercage": "zombievillagermobspawner", + "dvillagermspawner": "zombievillagermobspawner", + "dvillagermcage": "zombievillagermobspawner", + "dvillagerspawner": "zombievillagermobspawner", + "dvillagercage": "zombievillagermobspawner", + "zvillmobspawner": "zombievillagermobspawner", + "zvillmobcage": "zombievillagermobspawner", + "zvillmonsterspawner": "zombievillagermobspawner", + "zvillmonstercage": "zombievillagermobspawner", + "zvillmspawner": "zombievillagermobspawner", + "zvillmcage": "zombievillagermobspawner", + "zvillspawner": "zombievillagermobspawner", + "zvillcage": "zombievillagermobspawner", + "dvillmobspawner": "zombievillagermobspawner", + "dvillmobcage": "zombievillagermobspawner", + "dvillmonsterspawner": "zombievillagermobspawner", + "dvillmonstercage": "zombievillagermobspawner", + "dvillmspawner": "zombievillagermobspawner", + "dvillmcage": "zombievillagermobspawner", + "dvillspawner": "zombievillagermobspawner", + "dvillcage": "zombievillagermobspawner", + "skeletonhorsemobspawner": { + "material": "SPAWNER", + "entity": "SKELETON_HORSE" + }, + "skeletonhorsemobcage": "skeletonhorsemobspawner", + "skeletonhorsemonsterspawner": "skeletonhorsemobspawner", + "skeletonhorsemonstercage": "skeletonhorsemobspawner", + "skeletonhorsemspawner": "skeletonhorsemobspawner", + "skeletonhorsemcage": "skeletonhorsemobspawner", + "skeletonhorsespawner": "skeleton_horse_spawner", + "skeletonhorsecage": "skeletonhorsemobspawner", + "shorsemobspawner": "skeletonhorsemobspawner", + "shorsemobcage": "skeletonhorsemobspawner", + "shorsemonsterspawner": "skeletonhorsemobspawner", + "shorsemonstercage": "skeletonhorsemobspawner", + "shorsemspawner": "skeletonhorsemobspawner", + "shorsemcage": "skeletonhorsemobspawner", + "shorsespawner": "skeletonhorsemobspawner", + "shorsecage": "skeletonhorsemobspawner", + "bonehorsemobspawner": "skeletonhorsemobspawner", + "bonehorsemobcage": "skeletonhorsemobspawner", + "bonehorsemonsterspawner": "skeletonhorsemobspawner", + "bonehorsemonstercage": "skeletonhorsemobspawner", + "bonehorsemspawner": "skeletonhorsemobspawner", + "bonehorsemcage": "skeletonhorsemobspawner", + "bonehorsespawner": "skeletonhorsemobspawner", + "bonehorsecage": "skeletonhorsemobspawner", + "zombiehorsemobspawner": { + "material": "SPAWNER", + "entity": "ZOMBIE_HORSE" + }, + "zombiehorsemobcage": "zombiehorsemobspawner", + "zombiehorsemonsterspawner": "zombiehorsemobspawner", + "zombiehorsemonstercage": "zombiehorsemobspawner", + "zombiehorsemspawner": "zombiehorsemobspawner", + "zombiehorsemcage": "zombiehorsemobspawner", + "zombiehorsespawner": "zombie_horse_spawner", + "zombiehorsecage": "zombiehorsemobspawner", + "zhorsemobspawner": "zombiehorsemobspawner", + "zhorsemobcage": "zombiehorsemobspawner", + "zhorsemonsterspawner": "zombiehorsemobspawner", + "zhorsemonstercage": "zombiehorsemobspawner", + "zhorsemspawner": "zombiehorsemobspawner", + "zhorsemcage": "zombiehorsemobspawner", + "zhorsespawner": "zombiehorsemobspawner", + "zhorsecage": "zombiehorsemobspawner", + "donkeymobspawner": { + "material": "SPAWNER", + "entity": "DONKEY" + }, + "donkeymobcage": "donkeymobspawner", + "donkeymonsterspawner": "donkeymobspawner", + "donkeymonstercage": "donkeymobspawner", + "donkeymspawner": "donkeymobspawner", + "donkeymcage": "donkeymobspawner", + "donkeyspawner": "donkey_spawner", + "donkeycage": "donkeymobspawner", + "mulemobspawner": { + "material": "SPAWNER", + "entity": "MULE" + }, + "mulemobcage": "mulemobspawner", + "mulemonsterspawner": "mulemobspawner", + "mulemonstercage": "mulemobspawner", + "mulemspawner": "mulemobspawner", + "mulemcage": "mulemobspawner", + "mulespawner": "mule_spawner", + "mulecage": "mulemobspawner", + "evokermobspawner": { + "material": "SPAWNER", + "entity": "EVOKER" + }, + "evokermobcage": "evokermobspawner", + "evokermonsterspawner": "evokermobspawner", + "evokermonstercage": "evokermobspawner", + "evokermspawner": "evokermobspawner", + "evokermcage": "evokermobspawner", + "evokerspawner": "evoker_spawner", + "evokercage": "evokermobspawner", + "vexmobspawner": { + "material": "SPAWNER", + "entity": "VEX" + }, + "vexmobcage": "vexmobspawner", + "vexmonsterspawner": "vexmobspawner", + "vexmonstercage": "vexmobspawner", + "vexmspawner": "vexmobspawner", + "vexmcage": "vexmobspawner", + "vexspawner": "vex_spawner", + "vexcage": "vexmobspawner", + "vindicatormobspawner": { + "material": "SPAWNER", + "entity": "VINDICATOR" + }, + "vindicatormobcage": "vindicatormobspawner", + "vindicatormonsterspawner": "vindicatormobspawner", + "vindicatormonstercage": "vindicatormobspawner", + "vindicatormspawner": "vindicatormobspawner", + "vindicatormcage": "vindicatormobspawner", + "vindicatorspawner": "vindicator_spawner", + "vindicatorcage": "vindicatormobspawner", + "vinmobspawner": "vindicatormobspawner", + "vinmobcage": "vindicatormobspawner", + "vinmonsterspawner": "vindicatormobspawner", + "vinmonstercage": "vindicatormobspawner", + "vinmspawner": "vindicatormobspawner", + "vinmcage": "vindicatormobspawner", + "vinspawner": "vindicatormobspawner", + "vincage": "vindicatormobspawner", + "creepermobspawner": { + "material": "SPAWNER", + "entity": "CREEPER" + }, + "creepermobcage": "creepermobspawner", + "creepermonsterspawner": "creepermobspawner", + "creepermonstercage": "creepermobspawner", + "creepermspawner": "creepermobspawner", + "creepermcage": "creepermobspawner", + "creeperspawner": "creeper_spawner", + "creepercage": "creepermobspawner", + "crmobspawner": "creepermobspawner", + "crmobcage": "creepermobspawner", + "crmonsterspawner": "creepermobspawner", + "crmonstercage": "creepermobspawner", + "crmspawner": "creepermobspawner", + "crmcage": "creepermobspawner", + "crspawner": "creepermobspawner", + "crcage": "creepermobspawner", + "skeletonmobspawner": { + "material": "SPAWNER", + "entity": "SKELETON" + }, + "skeletonmobcage": "skeletonmobspawner", + "skeletonmonsterspawner": "skeletonmobspawner", + "skeletonmonstercage": "skeletonmobspawner", + "skeletonmspawner": "skeletonmobspawner", + "skeletonmcage": "skeletonmobspawner", + "skeletonspawner": "skeleton_spawner", + "skeletoncage": "skeletonmobspawner", + "skmobspawner": "skeletonmobspawner", + "skmobcage": "skeletonmobspawner", + "skmonsterspawner": "skeletonmobspawner", + "skmonstercage": "skeletonmobspawner", + "skmspawner": "skeletonmobspawner", + "skmcage": "skeletonmobspawner", + "skspawner": "skeletonmobspawner", + "skcage": "skeletonmobspawner", + "spidermobspawner": { + "material": "SPAWNER", + "entity": "SPIDER" + }, + "spidermobcage": "spidermobspawner", + "spidermonsterspawner": "spidermobspawner", + "spidermonstercage": "spidermobspawner", + "spidermspawner": "spidermobspawner", + "spidermcage": "spidermobspawner", + "spiderspawner": "spider_spawner", + "spidercage": "spidermobspawner", + "giantmobspawner": { + "material": "SPAWNER", + "entity": "GIANT" + }, + "giantmobcage": "giantmobspawner", + "giantmonsterspawner": "giantmobspawner", + "giantmonstercage": "giantmobspawner", + "giantmspawner": "giantmobspawner", + "giantmcage": "giantmobspawner", + "giantspawner": "giant_spawner", + "giantcage": "giantmobspawner", + "zombiemobspawner": { + "material": "SPAWNER", + "entity": "ZOMBIE" + }, + "zombiemobcage": "zombiemobspawner", + "zombiemonsterspawner": "zombiemobspawner", + "zombiemonstercage": "zombiemobspawner", + "zombiemspawner": "zombiemobspawner", + "zombiemcage": "zombiemobspawner", + "zombiespawner": "zombie_spawner", + "zombiecage": "zombiemobspawner", + "slimemobspawner": { + "material": "SPAWNER", + "entity": "SLIME" + }, + "slimemobcage": "slimemobspawner", + "slimemonsterspawner": "slimemobspawner", + "slimemonstercage": "slimemobspawner", + "slimemspawner": "slimemobspawner", + "slimemcage": "slimemobspawner", + "slimespawner": "slime_spawner", + "slimecage": "slimemobspawner", + "ghastmobspawner": { + "material": "SPAWNER", + "entity": "GHAST" + }, + "ghastmobcage": "ghastmobspawner", + "ghastmonsterspawner": "ghastmobspawner", + "ghastmonstercage": "ghastmobspawner", + "ghastmspawner": "ghastmobspawner", + "ghastmcage": "ghastmobspawner", + "ghastspawner": "ghast_spawner", + "ghastcage": "ghastmobspawner", + "zombiepigmanmobspawner": { + "material": "SPAWNER", + "entity": "PIG_ZOMBIE" + }, + "zombiepigmanmobcage": "zombiepigmanmobspawner", + "zombiepigmanmonsterspawner": "zombiepigmanmobspawner", + "zombiepigmanmonstercage": "zombiepigmanmobspawner", + "zombiepigmanmspawner": "zombiepigmanmobspawner", + "zombiepigmanmcage": "zombiepigmanmobspawner", + "zombiepigmanspawner": "zombiepigmanmobspawner", + "zombiepigmancage": "zombiepigmanmobspawner", + "zpigmanmobspawner": "zombiepigmanmobspawner", + "zpigmanmobcage": "zombiepigmanmobspawner", + "zpigmanmonsterspawner": "zombiepigmanmobspawner", + "zpigmanmonstercage": "zombiepigmanmobspawner", + "zpigmanmspawner": "zombiepigmanmobspawner", + "zpigmanmcage": "zombiepigmanmobspawner", + "zpigmanspawner": "zombiepigmanmobspawner", + "zpigmancage": "zombiepigmanmobspawner", + "pigmanmobspawner": "zombiepigmanmobspawner", + "pigmanmobcage": "zombiepigmanmobspawner", + "pigmanmonsterspawner": "zombiepigmanmobspawner", + "pigmanmonstercage": "zombiepigmanmobspawner", + "pigmanmspawner": "zombiepigmanmobspawner", + "pigmanmcage": "zombiepigmanmobspawner", + "pigmanspawner": "zombiepigmanmobspawner", + "pigmancage": "zombiepigmanmobspawner", + "zombiepmanmobspawner": "zombiepigmanmobspawner", + "zombiepmanmobcage": "zombiepigmanmobspawner", + "zombiepmanmonsterspawner": "zombiepigmanmobspawner", + "zombiepmanmonstercage": "zombiepigmanmobspawner", + "zombiepmanmspawner": "zombiepigmanmobspawner", + "zombiepmanmcage": "zombiepigmanmobspawner", + "zombiepmanspawner": "zombiepigmanmobspawner", + "zombiepmancage": "zombiepigmanmobspawner", + "zpmanmobspawner": "zombiepigmanmobspawner", + "zpmanmobcage": "zombiepigmanmobspawner", + "zpmanmonsterspawner": "zombiepigmanmobspawner", + "zpmanmonstercage": "zombiepigmanmobspawner", + "zpmanmspawner": "zombiepigmanmobspawner", + "zpmanmcage": "zombiepigmanmobspawner", + "zpmanspawner": "zombiepigmanmobspawner", + "zpmancage": "zombiepigmanmobspawner", + "zombiepigmmobspawner": "zombiepigmanmobspawner", + "zombiepigmmobcage": "zombiepigmanmobspawner", + "zombiepigmmonsterspawner": "zombiepigmanmobspawner", + "zombiepigmmonstercage": "zombiepigmanmobspawner", + "zombiepigmmspawner": "zombiepigmanmobspawner", + "zombiepigmmcage": "zombiepigmanmobspawner", + "zombiepigmspawner": "zombiepigmanmobspawner", + "zombiepigmcage": "zombiepigmanmobspawner", + "zpigmmobspawner": "zombiepigmanmobspawner", + "zpigmmobcage": "zombiepigmanmobspawner", + "zpigmmonsterspawner": "zombiepigmanmobspawner", + "zpigmmonstercage": "zombiepigmanmobspawner", + "zpigmmspawner": "zombiepigmanmobspawner", + "zpigmmcage": "zombiepigmanmobspawner", + "zpigmspawner": "zombiepigmanmobspawner", + "zpigmcage": "zombiepigmanmobspawner", + "zombiepigmobspawner": "zombiepigmanmobspawner", + "zombiepigmobcage": "zombiepigmanmobspawner", + "zombiepigmonsterspawner": "zombiepigmanmobspawner", + "zombiepigmonstercage": "zombiepigmanmobspawner", + "zombiepigspawner": "zombiepigmanmobspawner", + "zombiepigcage": "zombiepigmanmobspawner", + "zpigmobspawner": "zombiepigmanmobspawner", + "zpigmobcage": "zombiepigmanmobspawner", + "zpigmonsterspawner": "zombiepigmanmobspawner", + "zpigmonstercage": "zombiepigmanmobspawner", + "zpigspawner": "zombiepigmanmobspawner", + "zpigcage": "zombiepigmanmobspawner", + "zombiepmmobspawner": "zombiepigmanmobspawner", + "zombiepmmobcage": "zombiepigmanmobspawner", + "zombiepmmonsterspawner": "zombiepigmanmobspawner", + "zombiepmmonstercage": "zombiepigmanmobspawner", + "zombiepmmspawner": "zombiepigmanmobspawner", + "zombiepmmcage": "zombiepigmanmobspawner", + "zombiepmspawner": "zombiepigmanmobspawner", + "zombiepmcage": "zombiepigmanmobspawner", + "zombiepmobspawner": "zombiepigmanmobspawner", + "zombiepmobcage": "zombiepigmanmobspawner", + "zombiepmonsterspawner": "zombiepigmanmobspawner", + "zombiepmonstercage": "zombiepigmanmobspawner", + "zombiepspawner": "zombiepigmanmobspawner", + "zombiepcage": "zombiepigmanmobspawner", + "zombiepigmenmobspawner": "zombiepigmanmobspawner", + "zombiepigmenmobcage": "zombiepigmanmobspawner", + "zombiepigmenmonsterspawner": "zombiepigmanmobspawner", + "zombiepigmenmonstercage": "zombiepigmanmobspawner", + "zombiepigmenmspawner": "zombiepigmanmobspawner", + "zombiepigmenmcage": "zombiepigmanmobspawner", + "zombiepigmenspawner": "zombiepigmanmobspawner", + "zombiepigmencage": "zombiepigmanmobspawner", + "zpigmenmobspawner": "zombiepigmanmobspawner", + "zpigmenmobcage": "zombiepigmanmobspawner", + "zpigmenmonsterspawner": "zombiepigmanmobspawner", + "zpigmenmonstercage": "zombiepigmanmobspawner", + "zpigmenmspawner": "zombiepigmanmobspawner", + "zpigmenmcage": "zombiepigmanmobspawner", + "zpigmenspawner": "zombiepigmanmobspawner", + "zpigmencage": "zombiepigmanmobspawner", + "pigmenmobspawner": "zombiepigmanmobspawner", + "pigmenmobcage": "zombiepigmanmobspawner", + "pigmenmonsterspawner": "zombiepigmanmobspawner", + "pigmenmonstercage": "zombiepigmanmobspawner", + "pigmenmspawner": "zombiepigmanmobspawner", + "pigmenmcage": "zombiepigmanmobspawner", + "pigmenspawner": "zombiepigmanmobspawner", + "pigmencage": "zombiepigmanmobspawner", + "endermanmobspawner": { + "material": "SPAWNER", + "entity": "ENDERMAN" + }, + "endermanmobcage": "endermanmobspawner", + "endermanmonsterspawner": "endermanmobspawner", + "endermanmonstercage": "endermanmobspawner", + "endermanmspawner": "endermanmobspawner", + "endermanmcage": "endermanmobspawner", + "endermanspawner": "enderman_spawner", + "endermancage": "endermanmobspawner", + "cavespidermobspawner": { + "material": "SPAWNER", + "entity": "CAVE_SPIDER" + }, + "cavespidermobcage": "cavespidermobspawner", + "cavespidermonsterspawner": "cavespidermobspawner", + "cavespidermonstercage": "cavespidermobspawner", + "cavespidermspawner": "cavespidermobspawner", + "cavespidermcage": "cavespidermobspawner", + "cavespiderspawner": "cave_spider_spawner", + "cavespidercage": "cavespidermobspawner", + "silverfishmobspawner": { + "material": "SPAWNER", + "entity": "SILVERFISH" + }, + "silverfishmobcage": "silverfishmobspawner", + "silverfishmonsterspawner": "silverfishmobspawner", + "silverfishmonstercage": "silverfishmobspawner", + "silverfishmspawner": "silverfishmobspawner", + "silverfishmcage": "silverfishmobspawner", + "silverfishspawner": "silverfish_spawner", + "silverfishcage": "silverfishmobspawner", + "blazemobspawner": { + "material": "SPAWNER", + "entity": "BLAZE" + }, + "blazemobcage": "blazemobspawner", + "blazemonsterspawner": "blazemobspawner", + "blazemonstercage": "blazemobspawner", + "blazemspawner": "blazemobspawner", + "blazemcage": "blazemobspawner", + "blazespawner": "blaze_spawner", + "blazecage": "blazemobspawner", + "lavaslimemobspawner": { + "material": "SPAWNER", + "entity": "MAGMA_CUBE" + }, + "lavaslimemobcage": "lavaslimemobspawner", + "lavaslimemonsterspawner": "lavaslimemobspawner", + "lavaslimemonstercage": "lavaslimemobspawner", + "lavaslimemspawner": "lavaslimemobspawner", + "lavaslimemcage": "lavaslimemobspawner", + "lavaslimespawner": "lavaslimemobspawner", + "lavaslimecage": "lavaslimemobspawner", + "lavacubemobspawner": "lavaslimemobspawner", + "lavacubemobcage": "lavaslimemobspawner", + "lavacubemonsterspawner": "lavaslimemobspawner", + "lavacubemonstercage": "lavaslimemobspawner", + "lavacubemspawner": "lavaslimemobspawner", + "lavacubemcage": "lavaslimemobspawner", + "lavacubespawner": "lavaslimemobspawner", + "lavacubecage": "lavaslimemobspawner", + "magmacubemobspawner": "lavaslimemobspawner", + "magmacubemobcage": "lavaslimemobspawner", + "magmacubemonsterspawner": "lavaslimemobspawner", + "magmacubemonstercage": "lavaslimemobspawner", + "magmacubemspawner": "lavaslimemobspawner", + "magmacubemcage": "lavaslimemobspawner", + "magmacubespawner": "magma_cube_spawner", + "magmacubecage": "lavaslimemobspawner", + "magmaslimemobspawner": "lavaslimemobspawner", + "magmaslimemobcage": "lavaslimemobspawner", + "magmaslimemonsterspawner": "lavaslimemobspawner", + "magmaslimemonstercage": "lavaslimemobspawner", + "magmaslimemspawner": "lavaslimemobspawner", + "magmaslimemcage": "lavaslimemobspawner", + "magmaslimespawner": "lavaslimemobspawner", + "magmaslimecage": "lavaslimemobspawner", + "batmobspawner": { + "material": "SPAWNER", + "entity": "BAT" + }, + "batmobcage": "batmobspawner", + "batmonsterspawner": "batmobspawner", + "batmonstercage": "batmobspawner", + "batmspawner": "batmobspawner", + "batmcage": "batmobspawner", + "batspawner": "bat_spawner", + "batcage": "batmobspawner", + "witchmobspawner": { + "material": "SPAWNER", + "entity": "WITCH" + }, + "witchmobcage": "witchmobspawner", + "witchmonsterspawner": "witchmobspawner", + "witchmonstercage": "witchmobspawner", + "witchmspawner": "witchmobspawner", + "witchmcage": "witchmobspawner", + "witchspawner": "witch_spawner", + "witchcage": "witchmobspawner", + "endermitemobspawner": { + "material": "SPAWNER", + "entity": "ENDERMITE" + }, + "endermitemobcage": "endermitemobspawner", + "endermitemonsterspawner": "endermitemobspawner", + "endermitemonstercage": "endermitemobspawner", + "endermitemspawner": "endermitemobspawner", + "endermitemcage": "endermitemobspawner", + "endermitespawner": "endermite_spawner", + "endermitecage": "endermitemobspawner", + "guardianmobspawner": { + "material": "SPAWNER", + "entity": "GUARDIAN" + }, + "guardianmobcage": "guardianmobspawner", + "guardianmonsterspawner": "guardianmobspawner", + "guardianmonstercage": "guardianmobspawner", + "guardianmspawner": "guardianmobspawner", + "guardianmcage": "guardianmobspawner", + "guardianspawner": "guardian_spawner", + "guardiancage": "guardianmobspawner", + "shulkermobspawner": { + "material": "SPAWNER", + "entity": "SHULKER" + }, + "shulkermobcage": "shulkermobspawner", + "shulkermonsterspawner": "shulkermobspawner", + "shulkermonstercage": "shulkermobspawner", + "shulkermspawner": "shulkermobspawner", + "shulkermcage": "shulkermobspawner", + "shulkerspawner": "shulker_spawner", + "shulkercage": "shulkermobspawner", + "shulkmobspawner": "shulkermobspawner", + "shulkmobcage": "shulkermobspawner", + "shulkmonsterspawner": "shulkermobspawner", + "shulkmonstercage": "shulkermobspawner", + "shulkmspawner": "shulkermobspawner", + "shulkmcage": "shulkermobspawner", + "shulkspawner": "shulkermobspawner", + "shulkcage": "shulkermobspawner", + "pigmobspawner": { + "material": "SPAWNER", + "entity": "PIG" + }, + "pigmobcage": "pigmobspawner", + "pigmonsterspawner": "pigmobspawner", + "pigmonstercage": "pigmobspawner", + "pigmspawner": "pigmobspawner", + "pigmcage": "pigmobspawner", + "pigspawner": "pig_spawner", + "pigcage": "pigmobspawner", + "mobspawner": "pigmobspawner", + "mobcage": "pigmobspawner", + "monsterspawner": "pigmobspawner", + "monstercage": "pigmobspawner", + "mspawner": "pigmobspawner", + "mcage": "pigmobspawner", + "cage": "pigmobspawner", + "sheepmobspawner": { + "material": "SPAWNER", + "entity": "SHEEP" + }, + "sheepmobcage": "sheepmobspawner", + "sheepmonsterspawner": "sheepmobspawner", + "sheepmonstercage": "sheepmobspawner", + "sheepmspawner": "sheepmobspawner", + "sheepmcage": "sheepmobspawner", + "sheepspawner": "sheep_spawner", + "sheepcage": "sheepmobspawner", + "cowmobspawner": { + "material": "SPAWNER", + "entity": "COW" + }, + "cowmobcage": "cowmobspawner", + "cowmonsterspawner": "cowmobspawner", + "cowmonstercage": "cowmobspawner", + "cowmspawner": "cowmobspawner", + "cowmcage": "cowmobspawner", + "cowspawner": "cow_spawner", + "cowcage": "cowmobspawner", + "chickenmobspawner": { + "material": "SPAWNER", + "entity": "CHICKEN" + }, + "chickenmobcage": "chickenmobspawner", + "chickenmonsterspawner": "chickenmobspawner", + "chickenmonstercage": "chickenmobspawner", + "chickenmspawner": "chickenmobspawner", + "chickenmcage": "chickenmobspawner", + "chickenspawner": "chicken_spawner", + "chickencage": "chickenmobspawner", + "squidmobspawner": { + "material": "SPAWNER", + "entity": "SQUID" + }, + "squidmobcage": "squidmobspawner", + "squidmonsterspawner": "squidmobspawner", + "squidmonstercage": "squidmobspawner", + "squidmspawner": "squidmobspawner", + "squidmcage": "squidmobspawner", + "squidspawner": "squid_spawner", + "squidcage": "squidmobspawner", + "wolfmobspawner": { + "material": "SPAWNER", + "entity": "WOLF" + }, + "wolfmobcage": "wolfmobspawner", + "wolfmonsterspawner": "wolfmobspawner", + "wolfmonstercage": "wolfmobspawner", + "wolfmspawner": "wolfmobspawner", + "wolfmcage": "wolfmobspawner", + "wolfspawner": "wolf_spawner", + "wolfcage": "wolfmobspawner", + "mooshroommobspawner": { + "material": "SPAWNER", + "entity": "MUSHROOM_COW" + }, + "mooshroommobcage": "mooshroommobspawner", + "mooshroommonsterspawner": "mooshroommobspawner", + "mooshroommonstercage": "mooshroommobspawner", + "mooshroommspawner": "mooshroommobspawner", + "mooshroommcage": "mooshroommobspawner", + "mooshroomspawner": "mooshroommobspawner", + "mooshroomcage": "mooshroommobspawner", + "mushroommobspawner": "mooshroommobspawner", + "mushroommobcage": "mooshroommobspawner", + "mushroommonsterspawner": "mooshroommobspawner", + "mushroommonstercage": "mooshroommobspawner", + "mushroommspawner": "mooshroommobspawner", + "mushroommcage": "mooshroommobspawner", + "mushroomspawner": "mooshroommobspawner", + "mushroomcage": "mooshroommobspawner", + "mushroomcowmobspawner": "mooshroommobspawner", + "mushroomcowmobcage": "mooshroommobspawner", + "mushroomcowmonsterspawner": "mooshroommobspawner", + "mushroomcowmonstercage": "mooshroommobspawner", + "mushroomcowmspawner": "mooshroommobspawner", + "mushroomcowmcage": "mooshroommobspawner", + "mushroomcowspawner": "mushroom_cow_spawner", + "mushroomcowcage": "mooshroommobspawner", + "ocelotmobspawner": { + "material": "SPAWNER", + "entity": "OCELOT" + }, + "ocelotmobcage": "ocelotmobspawner", + "ocelotmonsterspawner": "ocelotmobspawner", + "ocelotmonstercage": "ocelotmobspawner", + "ocelotmspawner": "ocelotmobspawner", + "ocelotmcage": "ocelotmobspawner", + "ocelotspawner": "ocelot_spawner", + "ocelotcage": "ocelotmobspawner", + "catmobspawner": "ocelotmobspawner", + "catmobcage": "ocelotmobspawner", + "catmonsterspawner": "ocelotmobspawner", + "catmonstercage": "ocelotmobspawner", + "catmspawner": "ocelotmobspawner", + "catmcage": "ocelotmobspawner", + "catspawner": "cat_spawner", + "catcage": "ocelotmobspawner", + "irongolemmobspawner": { + "material": "SPAWNER", + "entity": "IRON_GOLEM" + }, + "irongolemmobcage": "irongolemmobspawner", + "irongolemmonsterspawner": "irongolemmobspawner", + "irongolemmonstercage": "irongolemmobspawner", + "irongolemmspawner": "irongolemmobspawner", + "irongolemmcage": "irongolemmobspawner", + "irongolemspawner": "iron_golem_spawner", + "irongolemcage": "irongolemmobspawner", + "igolemmobspawner": "irongolemmobspawner", + "igolemmobcage": "irongolemmobspawner", + "igolemmonsterspawner": "irongolemmobspawner", + "igolemmonstercage": "irongolemmobspawner", + "igolemmspawner": "irongolemmobspawner", + "igolemmcage": "irongolemmobspawner", + "igolemspawner": "irongolemmobspawner", + "igolemcage": "irongolemmobspawner", + "horsemobspawner": { + "material": "SPAWNER", + "entity": "HORSE" + }, + "horsemobcage": "horsemobspawner", + "horsemonsterspawner": "horsemobspawner", + "horsemonstercage": "horsemobspawner", + "horsemspawner": "horsemobspawner", + "horsemcage": "horsemobspawner", + "horsespawner": "horse_spawner", + "horsecage": "horsemobspawner", + "rabbitmobspawner": { + "material": "SPAWNER", + "entity": "RABBIT" + }, + "rabbitmobcage": "rabbitmobspawner", + "rabbitmonsterspawner": "rabbitmobspawner", + "rabbitmonstercage": "rabbitmobspawner", + "rabbitmspawner": "rabbitmobspawner", + "rabbitmcage": "rabbitmobspawner", + "rabbitspawner": "rabbit_spawner", + "rabbitcage": "rabbitmobspawner", + "polarbearmobspawner": { + "material": "SPAWNER", + "entity": "POLAR_BEAR" + }, + "polarbearmobcage": "polarbearmobspawner", + "polarbearmonsterspawner": "polarbearmobspawner", + "polarbearmonstercage": "polarbearmobspawner", + "polarbearmspawner": "polarbearmobspawner", + "polarbearmcage": "polarbearmobspawner", + "polarbearspawner": "polar_bear_spawner", + "polarbearcage": "polarbearmobspawner", + "polarmobspawner": "polarbearmobspawner", + "polarmobcage": "polarbearmobspawner", + "polarmonsterspawner": "polarbearmobspawner", + "polarmonstercage": "polarbearmobspawner", + "polarmspawner": "polarbearmobspawner", + "polarmcage": "polarbearmobspawner", + "polarspawner": "polarbearmobspawner", + "polarcage": "polarbearmobspawner", + "bearmobspawner": "polarbearmobspawner", + "bearmobcage": "polarbearmobspawner", + "bearmonsterspawner": "polarbearmobspawner", + "bearmonstercage": "polarbearmobspawner", + "bearmspawner": "polarbearmobspawner", + "bearmcage": "polarbearmobspawner", + "bearspawner": "polarbearmobspawner", + "bearcage": "polarbearmobspawner", + "llamamobspawner": { + "material": "SPAWNER", + "entity": "LLAMA" + }, + "llamamobcage": "llamamobspawner", + "llamamonsterspawner": "llamamobspawner", + "llamamonstercage": "llamamobspawner", + "llamamspawner": "llamamobspawner", + "llamamcage": "llamamobspawner", + "llamaspawner": "llama_spawner", + "llamacage": "llamamobspawner", + "parrotmobspawner": { + "material": "SPAWNER", + "entity": "PARROT" + }, + "parrotmobcage": "parrotmobspawner", + "parrotmonsterspawner": "parrotmobspawner", + "parrotmonstercage": "parrotmobspawner", + "parrotmspawner": "parrotmobspawner", + "parrotmcage": "parrotmobspawner", + "parrotspawner": "parrot_spawner", + "parrotcage": "parrotmobspawner", + "villagermobspawner": { + "material": "SPAWNER", + "entity": "VILLAGER" + }, + "villagermobcage": "villagermobspawner", + "villagermonsterspawner": "villagermobspawner", + "villagermonstercage": "villagermobspawner", + "villagermspawner": "villagermobspawner", + "villagermcage": "villagermobspawner", + "villagerspawner": "villager_spawner", + "villagercage": "villagermobspawner", + "turtlemobspawner": { + "material": "SPAWNER", + "entity": "TURTLE" + }, + "turtlemobcage": "turtlemobspawner", + "turtlemonsterspawner": "turtlemobspawner", + "turtlemonstercage": "turtlemobspawner", + "turtlemspawner": "turtlemobspawner", + "turtlemcage": "turtlemobspawner", + "turtlespawner": "turtle_spawner", + "turtlecage": "turtlemobspawner", + "phantommobspawner": { + "material": "SPAWNER", + "entity": "PHANTOM" + }, + "phantommobcage": "phantommobspawner", + "phantommonsterspawner": "phantommobspawner", + "phantommonstercage": "phantommobspawner", + "phantommspawner": "phantommobspawner", + "phantommcage": "phantommobspawner", + "phantomspawner": "phantom_spawner", + "phantomcage": "phantommobspawner", + "codmobspawner": { + "material": "SPAWNER", + "entity": "COD" + }, + "codmobcage": "codmobspawner", + "codmonsterspawner": "codmobspawner", + "codmonstercage": "codmobspawner", + "codmspawner": "codmobspawner", + "codmcage": "codmobspawner", + "codspawner": "cod_spawner", + "codcage": "codmobspawner", + "salmonmobspawner": { + "material": "SPAWNER", + "entity": "SALMON" + }, + "salmonmobcage": "salmonmobspawner", + "salmonmonsterspawner": "salmonmobspawner", + "salmonmonstercage": "salmonmobspawner", + "salmonmspawner": "salmonmobspawner", + "salmonmcage": "salmonmobspawner", + "salmonspawner": "salmon_spawner", + "salmoncage": "salmonmobspawner", + "pufferfishmobspawner": { + "material": "SPAWNER", + "entity": "PUFFERFISH" + }, + "pufferfishmobcage": "pufferfishmobspawner", + "pufferfishmonsterspawner": "pufferfishmobspawner", + "pufferfishmonstercage": "pufferfishmobspawner", + "pufferfishmspawner": "pufferfishmobspawner", + "pufferfishmcage": "pufferfishmobspawner", + "pufferfishspawner": "pufferfish_spawner", + "pufferfishcage": "pufferfishmobspawner", + "puffermobspawner": "pufferfishmobspawner", + "puffermobcage": "pufferfishmobspawner", + "puffermonsterspawner": "pufferfishmobspawner", + "puffermonstercage": "pufferfishmobspawner", + "puffermspawner": "pufferfishmobspawner", + "puffermcage": "pufferfishmobspawner", + "pufferspawner": "pufferfishmobspawner", + "puffercage": "pufferfishmobspawner", + "pfishmobspawner": "pufferfishmobspawner", + "pfishmobcage": "pufferfishmobspawner", + "pfishmonsterspawner": "pufferfishmobspawner", + "pfishmonstercage": "pufferfishmobspawner", + "pfishmspawner": "pufferfishmobspawner", + "pfishmcage": "pufferfishmobspawner", + "pfishspawner": "pufferfishmobspawner", + "pfishcage": "pufferfishmobspawner", + "tropicalfishmobspawner": { + "material": "SPAWNER", + "entity": "TROPICAL_FISH" + }, + "tropicalfishmobcage": "tropicalfishmobspawner", + "tropicalfishmonsterspawner": "tropicalfishmobspawner", + "tropicalfishmonstercage": "tropicalfishmobspawner", + "tropicalfishmspawner": "tropicalfishmobspawner", + "tropicalfishmcage": "tropicalfishmobspawner", + "tropicalfishspawner": "tropical_fish_spawner", + "tropicalfishcage": "tropicalfishmobspawner", + "tropicfishmobspawner": "tropicalfishmobspawner", + "tropicfishmobcage": "tropicalfishmobspawner", + "tropicfishmonsterspawner": "tropicalfishmobspawner", + "tropicfishmonstercage": "tropicalfishmobspawner", + "tropicfishmspawner": "tropicalfishmobspawner", + "tropicfishmcage": "tropicalfishmobspawner", + "tropicfishspawner": "tropicalfishmobspawner", + "tropicfishcage": "tropicalfishmobspawner", + "tfishmobspawner": "tropicalfishmobspawner", + "tfishmobcage": "tropicalfishmobspawner", + "tfishmonsterspawner": "tropicalfishmobspawner", + "tfishmonstercage": "tropicalfishmobspawner", + "tfishmspawner": "tropicalfishmobspawner", + "tfishmcage": "tropicalfishmobspawner", + "tfishspawner": "tropicalfishmobspawner", + "tfishcage": "tropicalfishmobspawner", + "tropicalfmobspawner": "tropicalfishmobspawner", + "tropicalfmobcage": "tropicalfishmobspawner", + "tropicalfmonsterspawner": "tropicalfishmobspawner", + "tropicalfmonstercage": "tropicalfishmobspawner", + "tropicalfmspawner": "tropicalfishmobspawner", + "tropicalfmcage": "tropicalfishmobspawner", + "tropicalfspawner": "tropicalfishmobspawner", + "tropicalfcage": "tropicalfishmobspawner", + "tropicfmobspawner": "tropicalfishmobspawner", + "tropicfmobcage": "tropicalfishmobspawner", + "tropicfmonsterspawner": "tropicalfishmobspawner", + "tropicfmonstercage": "tropicalfishmobspawner", + "tropicfmspawner": "tropicalfishmobspawner", + "tropicfmcage": "tropicalfishmobspawner", + "tropicfspawner": "tropicalfishmobspawner", + "tropicfcage": "tropicalfishmobspawner", + "drownedmobspawner": { + "material": "SPAWNER", + "entity": "DROWNED" + }, + "drownedmobcage": "drownedmobspawner", + "drownedmonsterspawner": "drownedmobspawner", + "drownedmonstercage": "drownedmobspawner", + "drownedmspawner": "drownedmobspawner", + "drownedmcage": "drownedmobspawner", + "drownedspawner": "drowned_spawner", + "drownedcage": "drownedmobspawner", + "dolphinmobspawner": { + "material": "SPAWNER", + "entity": "DOLPHIN" + }, + "dolphinmobcage": "dolphinmobspawner", + "dolphinmonsterspawner": "dolphinmobspawner", + "dolphinmonstercage": "dolphinmobspawner", + "dolphinmspawner": "dolphinmobspawner", + "dolphinmcage": "dolphinmobspawner", + "dolphinspawner": "dolphin_spawner", + "dolphincage": "dolphinmobspawner", + "eccomobspawner": "dolphinmobspawner", + "eccomobcage": "dolphinmobspawner", + "eccomonsterspawner": "dolphinmobspawner", + "eccomonstercage": "dolphinmobspawner", + "eccomspawner": "dolphinmobspawner", + "eccomcage": "dolphinmobspawner", + "eccospawner": "dolphinmobspawner", + "eccocage": "dolphinmobspawner", + "minecraft:smithing_table": "smithing_table", + "minecraft:detector_rail": "detector_rail", + "minecraft:iron_hoe": "iron_hoe", + "minecraft:oak_log": "oak_log", + "minecraft:golden_carrot": "golden_carrot", + "minecraft:stone_brick_stairs": "stone_brick_stairs", + "minecraft:egg": "egg", + "minecraft:chiseled_sandstone": "chiseled_sandstone", + "minecraft:yellow_bed": "yellow_bed", + "minecraft:beacon": "beacon", + "minecraft:debug_stick": "debug_stick", + "minecraft:chest": "chest", + "minecraft:lily_pad": "lily_pad", + "minecraft:birch_planks": "birch_planks", + "minecraft:orange_bed": "orange_bed", + "primed_tnt_spawner": { + "entity": "PRIMED_TNT", + "material": "SPAWNER" + }, + "primedtntspawner": "primed_tnt_spawner", + "minecraft:blue_banner": "blue_banner", + "minecraft:brown_concrete_powder": "brown_concrete_powder", + "minecraft:leather_chestplate": "leather_chestplate", + "minecraft:stray_spawn_egg": "stray_spawn_egg", + "minecraft:dragon_breath": "dragon_breath", + "minecraft:peony": "peony", + "minecraft:petrified_oak_slab": "petrified_oak_slab", + "minecraft:bubble_coral_block": "bubble_coral_block", + "minecart_command_spawner": { + "entity": "MINECART_COMMAND", + "material": "SPAWNER" + }, + "minecartcommandspawner": "minecart_command_spawner", + "minecraft:dolphin_spawn_egg": "dolphin_spawn_egg", + "minecraft:light_blue_banner": "light_blue_banner", + "minecraft:brick_stairs": "brick_stairs", + "minecraft:salmon": "salmon", + "minecraft:soul_sand": "soul_sand", + "minecraft:suspicious_stew": "suspicious_stew", + "minecraft:gold_ore": "gold_ore", + "minecraft:spruce_sapling": "spruce_sapling", + "minecraft:dead_brain_coral": "dead_brain_coral", + "boat_spawner": { + "entity": "BOAT", + "material": "SPAWNER" + }, + "boatspawner": "boat_spawner", + "minecraft:orange_terracotta": "orange_terracotta", + "minecraft:yellow_terracotta": "yellow_terracotta", + "minecraft:red_mushroom": "red_mushroom", + "minecraft:purpur_slab": "purpur_slab", + "minecraft:llama_spawn_egg": "llama_spawn_egg", + "minecraft:blaze_powder": "blaze_powder", + "minecraft:stone_button": "stone_button", + "minecraft:yellow_concrete": "yellow_concrete", + "illusioner_spawner": { + "entity": "ILLUSIONER", + "material": "SPAWNER" + }, + "illusionerspawner": "illusioner_spawner", + "minecraft:hopper_minecart": "hopper_minecart", + "minecraft:light_blue_glazed_terracotta": "light_blue_glazed_terracotta", + "minecraft:light_gray_shulker_box": "light_gray_shulker_box", + "minecraft:light_gray_stained_glass_pane": "light_gray_stained_glass_pane", + "minecraft:spectral_arrow": "spectral_arrow", + "minecraft:cut_red_sandstone": "cut_red_sandstone", + "vex_spawner": { + "entity": "VEX", + "material": "SPAWNER" + }, + "minecraft:orange_stained_glass_pane": "orange_stained_glass_pane", + "minecraft:green_carpet": "green_carpet", + "minecraft:iron_axe": "iron_axe", + "minecraft:ink_sac": "ink_sac", + "minecraft:oak_sapling": "oak_sapling", + "minecraft:snow": "snow", + "minecraft:repeating_command_block": "repeating_command_block", + "minecraft:dead_bubble_coral": "dead_bubble_coral", + "minecraft:black_stained_glass_pane": "black_stained_glass_pane", + "minecraft:dark_oak_sign": "dark_oak_sign", + "minecraft:black_terracotta": "black_terracotta", + "minecraft:golden_helmet": "golden_helmet", + "minecraft:yellow_shulker_box": "yellow_shulker_box", + "minecraft:name_tag": "name_tag", + "minecraft:poisonous_potato": "poisonous_potato", + "minecraft:glistering_melon_slice": "glistering_melon_slice", + "minecraft:purple_carpet": "purple_carpet", + "minecraft:scute": "scute", + "minecraft:bat_spawn_egg": "bat_spawn_egg", + "wither_skeleton_spawner": { + "entity": "WITHER_SKELETON", + "material": "SPAWNER" + }, + "minecraft:gunpowder": "gunpowder", + "minecraft:smooth_red_sandstone_stairs": "smooth_red_sandstone_stairs", + "minecraft:rabbit_foot": "rabbit_foot", + "thrown_exp_bottle_spawner": { + "entity": "THROWN_EXP_BOTTLE", + "material": "SPAWNER" + }, + "thrownexpbottlespawner": "thrown_exp_bottle_spawner", + "minecraft:birch_button": "birch_button", + "minecraft:end_crystal": "end_crystal", + "minecraft:chicken_spawn_egg": "chicken_spawn_egg", + "minecraft:granite_slab": "granite_slab", + "minecraft:leather": "leather", + "minecraft:heavy_weighted_pressure_plate": "heavy_weighted_pressure_plate", + "minecraft:blue_ice": "blue_ice", + "minecraft:clay": "clay", + "minecraft:prismarine_stairs": "prismarine_stairs", + "strippedalog": "stripped_acacia_log", + "logastripped": "stripped_acacia_log", + "stracacialog": "stripped_acacia_log", + "minecraft:stripped_acacia_log": "stripped_acacia_log", + "logacaciastripped": "stripped_acacia_log", + "stralog": "stripped_acacia_log", + "logacstripped": "stripped_acacia_log", + "straclog": "stripped_acacia_log", + "strippedaclog": "stripped_acacia_log", + "minecraft:sunflower": "sunflower", + "cod_spawner": { + "entity": "COD", + "material": "SPAWNER" + }, + "minecraft:diamond_sword": "diamond_sword", + "minecraft:cooked_beef": "cooked_beef", + "minecraft:blue_carpet": "blue_carpet", + "minecraft:evoker_spawn_egg": "evoker_spawn_egg", + "minecraft:iron_bars": "iron_bars", + "minecraft:barrier": "barrier", + "minecraft:nether_brick_wall": "nether_brick_wall", + "minecraft:pink_stained_glass": "pink_stained_glass", + "minecraft:villager_spawn_egg": "villager_spawn_egg", + "minecraft:mycelium": "mycelium", + "minecraft:dead_brain_coral_fan": "dead_brain_coral_fan", + "minecraft:brown_stained_glass_pane": "brown_stained_glass_pane", + "minecraft:turtle_helmet": "turtle_helmet", + "minecraft:lime_stained_glass": "lime_stained_glass", + "minecraft:wooden_pickaxe": "wooden_pickaxe", + "minecraft:blue_concrete": "blue_concrete", + "minecraft:black_dye": "black_dye", + "minecraft:composter": "composter", + "minecraft:experience_bottle": "experience_bottle", + "minecraft:white_concrete_powder": "white_concrete_powder", + "minecraft:witch_spawn_egg": "witch_spawn_egg", + "minecraft:light_blue_shulker_box": "light_blue_shulker_box", + "minecraft:purple_concrete": "purple_concrete", + "minecraft:gray_carpet": "gray_carpet", + "pig_spawner": { + "entity": "PIG", + "material": "SPAWNER" + }, + "minecraft:magma_cube_spawn_egg": "magma_cube_spawn_egg", + "minecraft:leather_helmet": "leather_helmet", + "minecraft:light_gray_terracotta": "light_gray_terracotta", + "minecraft:wooden_sword": "wooden_sword", + "minecraft:carrot_on_a_stick": "carrot_on_a_stick", + "minecraft:light_blue_concrete_powder": "light_blue_concrete_powder", + "minecraft:stripped_jungle_wood": "stripped_jungle_wood", + "woodjunglestripped": "stripped_jungle_wood", + "woodjstripped": "stripped_jungle_wood", + "strjwood": "stripped_jungle_wood", + "strjunglewood": "stripped_jungle_wood", + "strippedjwood": "stripped_jungle_wood", + "minecraft:dried_kelp": "dried_kelp", + "minecraft:birch_fence": "birch_fence", + "creeper_spawner": { + "entity": "CREEPER", + "material": "SPAWNER" + }, + "minecraft:quartz": "quartz", + "spectral_arrow_spawner": { + "entity": "SPECTRAL_ARROW", + "material": "SPAWNER" + }, + "spectralarrowspawner": "spectral_arrow_spawner", + "minecraft:diamond_chestplate": "diamond_chestplate", + "minecraft:light_blue_terracotta": "light_blue_terracotta", + "minecraft:polished_granite": "polished_granite", + "wolf_spawner": { + "entity": "WOLF", + "material": "SPAWNER" + }, + "minecraft:yellow_dye": "yellow_dye", + "minecraft:white_stained_glass_pane": "white_stained_glass_pane", + "minecraft:dark_oak_fence": "dark_oak_fence", + "minecraft:mossy_cobblestone_slab": "mossy_cobblestone_slab", + "minecraft:gray_bed": "gray_bed", + "minecraft:written_book": "written_book", + "minecraft:spruce_fence_gate": "spruce_fence_gate", + "minecraft:orange_wool": "orange_wool", + "minecraft:black_concrete_powder": "black_concrete_powder", + "minecraft:mossy_stone_bricks": "mossy_stone_bricks", + "endermite_spawner": { + "entity": "ENDERMITE", + "material": "SPAWNER" + }, + "minecraft:nether_wart": "nether_wart", + "minecraft:prismarine_slab": "prismarine_slab", + "minecraft:furnace": "furnace", + "minecraft:yellow_stained_glass": "yellow_stained_glass", + "minecraft:zombie_horse_spawn_egg": "zombie_horse_spawn_egg", + "minecraft:gray_stained_glass": "gray_stained_glass", + "minecraft:pink_wool": "pink_wool", + "minecraft:coarse_dirt": "coarse_dirt", + "minecraft:black_wool": "black_wool", + "minecraft:pufferfish": "pufferfish", + "minecraft:spruce_trapdoor": "spruce_trapdoor", + "experience_orb_spawner": { + "entity": "EXPERIENCE_ORB", + "material": "SPAWNER" + }, + "experienceorbspawner": "experience_orb_spawner", + "minecraft:andesite_wall": "andesite_wall", + "drowned_spawner": { + "entity": "DROWNED", + "material": "SPAWNER" + }, + "minecraft:birch_wood": "birch_wood", + "witch_spawner": { + "entity": "WITCH", + "material": "SPAWNER" + }, + "minecraft:firework_rocket": "firework_rocket", + "minecraft:compass": "compass", + "minecraft:dead_tube_coral_block": "dead_tube_coral_block", + "minecraft:shulker_box": "shulker_box", + "minecraft:light_gray_concrete": "light_gray_concrete", + "minecraft:water_bucket": "water_bucket", + "minecraft:iron_helmet": "iron_helmet", + "minecraft:polished_diorite_slab": "polished_diorite_slab", + "minecraft:green_stained_glass": "green_stained_glass", + "minecraft:lime_bed": "lime_bed", + "minecraft:command_block": "command_block", + "minecraft:green_stained_glass_pane": "green_stained_glass_pane", + "minecraft:cooked_salmon": "cooked_salmon", + "minecraft:magenta_stained_glass": "magenta_stained_glass", + "minecraft:brown_concrete": "brown_concrete", + "minecraft:smooth_quartz_stairs": "smooth_quartz_stairs", + "minecraft:brown_bed": "brown_bed", + "minecraft:light_gray_dye": "light_gray_dye", + "minecraft:crossbow": "crossbow", + "minecraft:mossy_stone_brick_slab": "mossy_stone_brick_slab", + "minecraft:mushroom_stem": "mushroom_stem", + "minecraft:sandstone_stairs": "sandstone_stairs", + "minecraft:yellow_carpet": "yellow_carpet", + "minecraft:redstone_ore": "redstone_ore", + "minecraft:acacia_planks": "acacia_planks", + "minecraft:creeper_banner_pattern": "creeper_banner_pattern", + "minecraft:cut_sandstone_slab": "cut_sandstone_slab", + "minecraft:emerald_block": "emerald_block", + "minecraft:lectern": "lectern", + "minecraft:cooked_porkchop": "cooked_porkchop", + "minecraft:music_disc_cat": "music_disc_cat", + "minecraft:stonecutter": "stonecutter", + "minecraft:cracked_stone_bricks": "cracked_stone_bricks", + "cat_spawner": { + "entity": "CAT", + "material": "SPAWNER" + }, + "minecraft:panda_spawn_egg": "panda_spawn_egg", + "minecraft:stripped_dark_oak_wood": "stripped_dark_oak_wood", + "minecraft:vindicator_spawn_egg": "vindicator_spawn_egg", + "minecraft:dead_brain_coral_block": "dead_brain_coral_block", + "minecraft:shears": "shears", + "minecraft:orange_dye": "orange_dye", + "minecraft:mossy_cobblestone": "mossy_cobblestone", + "minecraft:sandstone_slab": "sandstone_slab", + "minecraft:green_concrete_powder": "green_concrete_powder", + "minecraft:cartography_table": "cartography_table", + "minecraft:diamond_hoe": "diamond_hoe", + "minecraft:gray_concrete_powder": "gray_concrete_powder", + "woodbirchstripped": "stripped_birch_wood", + "strbwood": "stripped_birch_wood", + "strbirchwood": "stripped_birch_wood", + "strippedbwood": "stripped_birch_wood", + "woodbstripped": "stripped_birch_wood", + "minecraft:stripped_birch_wood": "stripped_birch_wood", + "salmon_spawner": { + "entity": "SALMON", + "material": "SPAWNER" + }, + "minecraft:sugar": "sugar", + "minecraft:wandering_trader_spawn_egg": "wandering_trader_spawn_egg", + "pig_zombie_spawner": { + "entity": "PIG_ZOMBIE", + "material": "SPAWNER" + }, + "pigzombiespawner": "pig_zombie_spawner", + "minecraft:cyan_dye": "cyan_dye", + "minecraft:cyan_banner": "cyan_banner", + "minecraft:redstone_block": "redstone_block", + "minecraft:magenta_shulker_box": "magenta_shulker_box", + "minecraft:spruce_wood": "spruce_wood", + "husk_spawner": { + "entity": "HUSK", + "material": "SPAWNER" + }, + "minecraft:red_nether_brick_stairs": "red_nether_brick_stairs", + "minecraft:golden_boots": "golden_boots", + "minecraft:grindstone": "grindstone", + "minecraft:structure_block": "structure_block", + "minecraft:damaged_anvil": "damaged_anvil", + "minecraft:stick": "stick", + "stray_spawner": { + "entity": "STRAY", + "material": "SPAWNER" + }, + "minecraft:fire_coral_fan": "fire_coral_fan", + "minecraft:jungle_wood": "jungle_wood", + "minecraft:pink_terracotta": "pink_terracotta", + "snowball_spawner": { + "entity": "SNOWBALL", + "material": "SPAWNER" + }, + "snowballspawner": "snowball_spawner", + "minecraft:smoker": "smoker", + "slime_spawner": { + "entity": "SLIME", + "material": "SPAWNER" + }, + "minecraft:sticky_piston": "sticky_piston", + "minecraft:andesite_slab": "andesite_slab", + "silverfish_spawner": { + "entity": "SILVERFISH", + "material": "SPAWNER" + }, + "item_frame_spawner": { + "entity": "ITEM_FRAME", + "material": "SPAWNER" + }, + "itemframespawner": "item_frame_spawner", + "minecraft:dark_oak_fence_gate": "dark_oak_fence_gate", + "minecraft:beetroot": "beetroot", + "minecraft:dead_tube_coral": "dead_tube_coral", + "minecraft:snow_block": "snow_block", + "minecraft:cyan_bed": "cyan_bed", + "minecraft:beetroot_soup": "beetroot_soup", + "minecraft:flint": "flint", + "minecraft:iron_boots": "iron_boots", + "minecraft:lime_terracotta": "lime_terracotta", + "minecraft:gravel": "gravel", + "minecraft:bone_meal": "bone_meal", + "minecraft:enderman_spawn_egg": "enderman_spawn_egg", + "minecraft:cyan_carpet": "cyan_carpet", + "shulker_bullet_spawner": { + "entity": "SHULKER_BULLET", + "material": "SPAWNER" + }, + "shulkerbulletspawner": "shulker_bullet_spawner", + "ender_pearl_spawner": { + "entity": "ENDER_PEARL", + "material": "SPAWNER" + }, + "enderpearlspawner": "ender_pearl_spawner", + "minecraft:dead_horn_coral": "dead_horn_coral", + "giant_spawner": { + "entity": "GIANT", + "material": "SPAWNER" + }, + "minecraft:acacia_door": "acacia_door", + "minecraft:horse_spawn_egg": "horse_spawn_egg", + "minecraft:prismarine_wall": "prismarine_wall", + "minecraft:brown_glazed_terracotta": "brown_glazed_terracotta", + "minecraft:oak_button": "oak_button", + "minecraft:nautilus_shell": "nautilus_shell", + "minecraft:wolf_spawn_egg": "wolf_spawn_egg", + "minecraft:cyan_shulker_box": "cyan_shulker_box", + "minecraft:stone_stairs": "stone_stairs", + "minecraft:smooth_quartz_slab": "smooth_quartz_slab", + "minecraft:torch": "torch", + "minecraft:sand": "sand", + "minecraft:horn_coral_fan": "horn_coral_fan", + "minecraft:diorite_stairs": "diorite_stairs", + "minecraft:yellow_wool": "yellow_wool", + "minecraft:brown_wool": "brown_wool", + "minecraft:cornflower": "cornflower", + "minecraft:redstone_lamp": "redstone_lamp", + "minecraft:lily_of_the_valley": "lily_of_the_valley", + "minecraft:spruce_door": "spruce_door", + "minecraft:light_gray_carpet": "light_gray_carpet", + "minecraft:polar_bear_spawn_egg": "polar_bear_spawn_egg", + "minecraft:baked_potato": "baked_potato", + "minecraft:black_carpet": "black_carpet", + "minecraft:prismarine_bricks": "prismarine_bricks", + "minecraft:nether_star": "nether_star", + "minecraft:ravager_spawn_egg": "ravager_spawn_egg", + "minecraft:clock": "clock", + "minecraft:purple_dye": "purple_dye", + "minecraft:crafting_table": "crafting_table", + "minecraft:yellow_glazed_terracotta": "yellow_glazed_terracotta", + "minecraft:feather": "feather", + "minecraft:red_concrete": "red_concrete", + "minecraft:lead": "lead", + "minecraft:potato": "potato", + "minecraft:green_glazed_terracotta": "green_glazed_terracotta", + "minecraft:tropical_fish": "tropical_fish", + "minecraft:pink_shulker_box": "pink_shulker_box", + "logsp": "spruce_log", + "minecraft:spruce_log": "spruce_log", + "splog": "spruce_log", + "minecraft:chiseled_quartz_block": "chiseled_quartz_block", + "minecraft:orange_carpet": "orange_carpet", + "minecraft:magma_block": "magma_block", + "minecraft:nether_wart_block": "nether_wart_block", + "minecraft:stone_pickaxe": "stone_pickaxe", + "minecraft:birch_slab": "birch_slab", + "minecraft:mossy_cobblestone_stairs": "mossy_cobblestone_stairs", + "minecraft:brewing_stand": "brewing_stand", + "minecraft:glass_bottle": "glass_bottle", + "horse_spawner": { + "entity": "HORSE", + "material": "SPAWNER" + }, + "minecraft:lime_wool": "lime_wool", + "minecraft:diamond_helmet": "diamond_helmet", + "minecraft:light_gray_stained_glass": "light_gray_stained_glass", + "minecraft:oak_pressure_plate": "oak_pressure_plate", + "minecraft:tnt": "tnt", + "minecraft:rail": "rail", + "minecraft:dead_horn_coral_fan": "dead_horn_coral_fan", + "minecraft:nether_brick_slab": "nether_brick_slab", + "minecraft:pink_carpet": "pink_carpet", + "minecraft:mossy_cobblestone_wall": "mossy_cobblestone_wall", + "minecraft:dark_prismarine": "dark_prismarine", + "minecraft:orange_tulip": "orange_tulip", + "minecraft:skeleton_skull": "skeleton_skull", + "minecraft:structure_void": "structure_void", + "minecraft:smooth_stone": "smooth_stone", + "llama_spawner": { + "entity": "LLAMA", + "material": "SPAWNER" + }, + "minecraft:blue_stained_glass_pane": "blue_stained_glass_pane", + "minecraft:knowledge_book": "knowledge_book", + "minecraft:black_banner": "black_banner", + "minecraft:bedrock": "bedrock", + "minecraft:diorite": "diorite", + "minecraft:purple_bed": "purple_bed", + "minecraft:oak_trapdoor": "oak_trapdoor", + "minecraft:oak_fence": "oak_fence", + "minecraft:brick": "brick", + "pillager_spawner": { + "entity": "PILLAGER", + "material": "SPAWNER" + }, + "pillagerspawner": "pillager_spawner", + "minecraft:elytra": "elytra", + "minecraft:orange_banner": "orange_banner", + "minecraft:red_terracotta": "red_terracotta", + "minecraft:ender_pearl": "ender_pearl", + "vindicator_spawner": { + "entity": "VINDICATOR", + "material": "SPAWNER" + }, + "minecraft:wooden_shovel": "wooden_shovel", + "minecraft:brown_shulker_box": "brown_shulker_box", + "minecraft:spruce_slab": "spruce_slab", + "tropical_fish_spawner": { + "entity": "TROPICAL_FISH", + "material": "SPAWNER" + }, + "minecraft:bubble_coral_fan": "bubble_coral_fan", + "minecraft:potion": "potion", + "minecraft:mushroom_stew": "mushroom_stew", + "minecraft:carrot": "carrot", + "minecraft:end_portal_frame": "end_portal_frame", + "minecraft:porkchop": "porkchop", + "wither_skull_spawner": { + "entity": "WITHER_SKULL", + "material": "SPAWNER" + }, + "witherskullspawner": "wither_skull_spawner", + "minecraft:cooked_cod": "cooked_cod", + "parrot_spawner": { + "entity": "PARROT", + "material": "SPAWNER" + }, + "minecraft:slime_ball": "slime_ball", + "minecraft:brain_coral_fan": "brain_coral_fan", + "minecraft:magenta_terracotta": "magenta_terracotta", + "minecraft:smooth_sandstone": "smooth_sandstone", + "iron_golem_spawner": { + "entity": "IRON_GOLEM", + "material": "SPAWNER" + }, + "minecraft:green_banner": "green_banner", + "minecraft:popped_chorus_fruit": "popped_chorus_fruit", + "minecraft:music_disc_mall": "music_disc_mall", + "minecraft:rose_bush": "rose_bush", + "minecraft:bookshelf": "bookshelf", + "minecraft:podzol": "podzol", + "minecraft:spruce_pressure_plate": "spruce_pressure_plate", + "minecraft:brown_carpet": "brown_carpet", + "minecraft:chorus_fruit": "chorus_fruit", + "wither_spawner": { + "entity": "WITHER", + "material": "SPAWNER" + }, + "minecraft:cod_spawn_egg": "cod_spawn_egg", + "minecraft:jigsaw": "jigsaw", + "minecraft:stone_brick_slab": "stone_brick_slab", + "minecraft:blue_concrete_powder": "blue_concrete_powder", + "minecraft:cobblestone_stairs": "cobblestone_stairs", + "minecraft:clay_ball": "clay_ball", + "minecraft:birch_door": "birch_door", + "minecraft:chorus_flower": "chorus_flower", + "minecraft:iron_block": "iron_block", + "minecraft:snowball": "snowball", + "minecraft:rabbit_stew": "rabbit_stew", + "area_effect_cloud_spawner": { + "entity": "AREA_EFFECT_CLOUD", + "material": "SPAWNER" + }, + "areaeffectcloudspawner": "area_effect_cloud_spawner", + "minecraft:music_disc_blocks": "music_disc_blocks", + "minecraft:ice": "ice", + "minecraft:gray_stained_glass_pane": "gray_stained_glass_pane", + "minecraft:red_sand": "red_sand", + "cave_spider_spawner": { + "entity": "CAVE_SPIDER", + "material": "SPAWNER" + }, + "minecraft:jungle_leaves": "jungle_leaves", + "minecraft:cod_bucket": "cod_bucket", + "minecraft:music_disc_ward": "music_disc_ward", + "minecraft:dead_fire_coral_fan": "dead_fire_coral_fan", + "minecraft:air": "air", + "egg_spawner": { + "entity": "EGG", + "material": "SPAWNER" + }, + "eggspawner": "egg_spawner", + "minecraft:skeleton_horse_spawn_egg": "skeleton_horse_spawn_egg", + "squid_spawner": { + "entity": "SQUID", + "material": "SPAWNER" + }, + "minecraft:coal_block": "coal_block", + "minecraft:pufferfish_spawn_egg": "pufferfish_spawn_egg", + "minecraft:diamond_horse_armor": "diamond_horse_armor", + "minecraft:vine": "vine", + "minecraft:flint_and_steel": "flint_and_steel", + "minecraft:golden_leggings": "golden_leggings", + "minecart_spawner": { + "entity": "MINECART", + "material": "SPAWNER" + }, + "minecartspawner": "minecart_spawner", + "minecraft:obsidian": "obsidian", + "minecraft:blast_furnace": "blast_furnace", + "minecraft:green_dye": "green_dye", + "minecraft:piston": "piston", + "minecraft:music_disc_strad": "music_disc_strad", + "minecraft:dispenser": "dispenser", + "minecraft:fishing_rod": "fishing_rod", + "minecraft:music_disc_mellohi": "music_disc_mellohi", + "minecraft:gray_concrete": "gray_concrete", + "minecraft:drowned_spawn_egg": "drowned_spawn_egg", + "minecraft:sheep_spawn_egg": "sheep_spawn_egg", + "minecraft:dark_prismarine_slab": "dark_prismarine_slab", + "minecraft:vex_spawn_egg": "vex_spawn_egg", + "minecraft:leather_horse_armor": "leather_horse_armor", + "minecraft:black_concrete": "black_concrete", + "minecraft:chipped_anvil": "chipped_anvil", + "minecraft:quartz_pillar": "quartz_pillar", + "minecraft:sea_lantern": "sea_lantern", + "minecraft:golden_chestplate": "golden_chestplate", + "minecraft:sweet_berries": "sweet_berries", + "trident_spawner": { + "entity": "TRIDENT", + "material": "SPAWNER" + }, + "tridentspawner": "trident_spawner", + "minecraft:acacia_trapdoor": "acacia_trapdoor", + "minecraft:spider_spawn_egg": "spider_spawn_egg", + "minecraft:music_disc_13": "music_disc_13", + "minecraft:dead_horn_coral_block": "dead_horn_coral_block", + "minecraft:oak_planks": "oak_planks", + "minecraft:wheat_seeds": "wheat_seeds", + "minecraft:emerald_ore": "emerald_ore", + "minecraft:jungle_fence_gate": "jungle_fence_gate", + "minecraft:gray_glazed_terracotta": "gray_glazed_terracotta", + "ravager_spawner": { + "entity": "RAVAGER", + "material": "SPAWNER" + }, + "ravagerspawner": "ravager_spawner", + "minecraft:cyan_terracotta": "cyan_terracotta", + "minecraft:smooth_stone_slab": "smooth_stone_slab", + "minecraft:hopper": "hopper", + "minecraft:green_concrete": "green_concrete", + "minecraft:light_blue_stained_glass_pane": "light_blue_stained_glass_pane", + "minecraft:stone_shovel": "stone_shovel", + "minecraft:dark_oak_log": "dark_oak_log", + "minecraft:diamond_shovel": "diamond_shovel", + "minecraft:end_stone_brick_stairs": "end_stone_brick_stairs", + "minecraft:cake": "cake", + "minecraft:polished_andesite_slab": "polished_andesite_slab", + "minecart_hopper_spawner": { + "entity": "MINECART_HOPPER", + "material": "SPAWNER" + }, + "minecarthopperspawner": "minecart_hopper_spawner", + "minecraft:dragon_head": "dragon_head", + "minecraft:stone_brick_wall": "stone_brick_wall", + "minecraft:anvil": "anvil", + "minecraft:spruce_fence": "spruce_fence", + "minecraft:cobblestone_wall": "cobblestone_wall", + "minecraft:quartz_block": "quartz_block", + "minecraft:red_concrete_powder": "red_concrete_powder", + "minecraft:dark_oak_slab": "dark_oak_slab", + "minecraft:fern": "fern", + "donkey_spawner": { + "entity": "DONKEY", + "material": "SPAWNER" + }, + "minecraft:acacia_log": "acacia_log", + "logac": "acacia_log", + "aclog": "acacia_log", + "minecraft:coal_ore": "coal_ore", + "minecraft:iron_trapdoor": "iron_trapdoor", + "minecraft:purple_stained_glass": "purple_stained_glass", + "minecraft:skull_banner_pattern": "skull_banner_pattern", + "minecraft:green_wool": "green_wool", + "minecraft:magenta_concrete": "magenta_concrete", + "minecraft:pillager_spawn_egg": "pillager_spawn_egg", + "minecraft:silverfish_spawn_egg": "silverfish_spawn_egg", + "minecraft:granite": "granite", + "minecraft:fox_spawn_egg": "fox_spawn_egg", + "mule_spawner": { + "entity": "MULE", + "material": "SPAWNER" + }, + "small_fireball_spawner": { + "entity": "SMALL_FIREBALL", + "material": "SPAWNER" + }, + "smallfireballspawner": "small_fireball_spawner", + "minecraft:music_disc_stal": "music_disc_stal", + "ender_dragon_spawner": { + "entity": "ENDER_DRAGON", + "material": "SPAWNER" + }, + "enderdragonspawner": "ender_dragon_spawner", + "minecraft:activator_rail": "activator_rail", + "minecraft:infested_stone": "infested_stone", + "minecraft:cut_sandstone": "cut_sandstone", + "minecraft:farmland": "farmland", + "minecart_mob_spawner_spawner": { + "entity": "MINECART_MOB_SPAWNER", + "material": "SPAWNER" + }, + "minecartmobspawnerspawner": "minecart_mob_spawner_spawner", + "minecraft:flower_pot": "flower_pot", + "fox_spawner": { + "entity": "FOX", + "material": "SPAWNER" + }, + "foxspawner": "fox_spawner", + "minecraft:tropical_fish_spawn_egg": "tropical_fish_spawn_egg", + "minecraft:pufferfish_bucket": "pufferfish_bucket", + "ghast_spawner": { + "entity": "GHAST", + "material": "SPAWNER" + }, + "minecraft:chiseled_red_sandstone": "chiseled_red_sandstone", + "minecraft:golden_pickaxe": "golden_pickaxe", + "minecraft:beef": "beef", + "minecraft:black_shulker_box": "black_shulker_box", + "minecraft:cobweb": "cobweb", + "minecraft:nether_brick": "nether_brick", + "minecraft:chain_command_block": "chain_command_block", + "minecraft:iron_nugget": "iron_nugget", + "minecraft:lantern": "lantern", + "minecraft:brown_mushroom": "brown_mushroom", + "minecraft:rabbit_spawn_egg": "rabbit_spawn_egg", + "minecraft:red_dye": "red_dye", + "minecraft:melon": "melon", + "minecraft:oak_stairs": "oak_stairs", + "minecraft:white_banner": "white_banner", + "minecraft:acacia_sign": "acacia_sign", + "enderman_spawner": { + "entity": "ENDERMAN", + "material": "SPAWNER" + }, + "minecraft:seagrass": "seagrass", + "mushroom_cow_spawner": { + "entity": "MUSHROOM_COW", + "material": "SPAWNER" + }, + "minecraft:magenta_carpet": "magenta_carpet", + "minecraft:diamond_axe": "diamond_axe", + "minecraft:horn_coral_block": "horn_coral_block", + "minecraft:pink_bed": "pink_bed", + "minecraft:red_mushroom_block": "red_mushroom_block", + "minecraft:acacia_fence_gate": "acacia_fence_gate", + "minecraft:dark_oak_wood": "dark_oak_wood", + "minecraft:acacia_fence": "acacia_fence", + "minecraft:globe_banner_pattern": "globe_banner_pattern", + "minecraft:lava_bucket": "lava_bucket", + "minecraft:iron_shovel": "iron_shovel", + "minecraft:sugar_cane": "sugar_cane", + "turtle_spawner": { + "entity": "TURTLE", + "material": "SPAWNER" + }, + "minecraft:terracotta": "terracotta", + "minecraft:lime_banner": "lime_banner", + "minecraft:oak_leaves": "oak_leaves", + "minecraft:iron_horse_armor": "iron_horse_armor", + "minecraft:pink_tulip": "pink_tulip", + "minecraft:chainmail_boots": "chainmail_boots", + "minecart_tnt_spawner": { + "entity": "MINECART_TNT", + "material": "SPAWNER" + }, + "minecarttntspawner": "minecart_tnt_spawner", + "minecraft:slime_block": "slime_block", + "polar_bear_spawner": { + "entity": "POLAR_BEAR", + "material": "SPAWNER" + }, + "minecraft:dark_oak_planks": "dark_oak_planks", + "minecraft:mutton": "mutton", + "minecraft:pumpkin_seeds": "pumpkin_seeds", + "minecraft:white_bed": "white_bed", + "minecraft:brain_coral_block": "brain_coral_block", + "evoker_spawner": { + "entity": "EVOKER", + "material": "SPAWNER" + }, + "minecraft:tropical_fish_bucket": "tropical_fish_bucket", + "minecraft:diamond_boots": "diamond_boots", + "minecraft:dark_oak_pressure_plate": "dark_oak_pressure_plate", + "minecraft:magma_cream": "magma_cream", + "minecraft:jungle_trapdoor": "jungle_trapdoor", + "minecraft:white_tulip": "white_tulip", + "minecraft:enchanted_book": "enchanted_book", + "elder_guardian_spawner": { + "entity": "ELDER_GUARDIAN", + "material": "SPAWNER" + }, + "minecraft:green_shulker_box": "green_shulker_box", + "minecraft:music_disc_chirp": "music_disc_chirp", + "minecraft:fermented_spider_eye": "fermented_spider_eye", + "minecraft:arrow": "arrow", + "minecraft:red_shulker_box": "red_shulker_box", + "minecraft:andesite_stairs": "andesite_stairs", + "minecraft:cow_spawn_egg": "cow_spawn_egg", + "minecraft:birch_boat": "birch_boat", + "zombie_villager_spawner": { + "entity": "ZOMBIE_VILLAGER", + "material": "SPAWNER" + }, + "minecraft:gray_wool": "gray_wool", + "minecraft:green_terracotta": "green_terracotta", + "minecraft:dirt": "dirt", + "minecraft:orange_glazed_terracotta": "orange_glazed_terracotta", + "logsstripped": "stripped_spruce_log", + "minecraft:stripped_spruce_log": "stripped_spruce_log", + "strsprucelog": "stripped_spruce_log", + "logsprucestripped": "stripped_spruce_log", + "logspstripped": "stripped_spruce_log", + "strippedsplog": "stripped_spruce_log", + "strslog": "stripped_spruce_log", + "strippedslog": "stripped_spruce_log", + "strsplog": "stripped_spruce_log", + "minecraft:donkey_spawn_egg": "donkey_spawn_egg", + "minecraft:trident": "trident", + "minecraft:grass_block": "grass_block", + "minecraft:cooked_mutton": "cooked_mutton", + "minecraft:purple_wool": "purple_wool", + "minecraft:skeleton_spawn_egg": "skeleton_spawn_egg", + "minecraft:light_weighted_pressure_plate": "light_weighted_pressure_plate", + "minecraft:acacia_boat": "acacia_boat", + "minecraft:red_nether_brick_wall": "red_nether_brick_wall", + "minecraft:wet_sponge": "wet_sponge", + "minecraft:cookie": "cookie", + "minecraft:purpur_block": "purpur_block", + "minecraft:lapis_ore": "lapis_ore", + "minecraft:rabbit": "rabbit", + "minecraft:white_concrete": "white_concrete", + "minecraft:quartz_slab": "quartz_slab", + "minecraft:item_frame": "item_frame", + "leash_hitch_spawner": { + "entity": "LEASH_HITCH", + "material": "SPAWNER" + }, + "leashhitchspawner": "leash_hitch_spawner", + "minecraft:heart_of_the_sea": "heart_of_the_sea", + "fireball_spawner": { + "entity": "FIREBALL", + "material": "SPAWNER" + }, + "fireballspawner": "fireball_spawner", + "minecraft:iron_pickaxe": "iron_pickaxe", + "minecraft:bubble_coral": "bubble_coral", + "minecraft:pink_concrete_powder": "pink_concrete_powder", + "minecraft:purpur_pillar": "purpur_pillar", + "minecraft:tipped_arrow": "tipped_arrow", + "snowman_spawner": { + "entity": "SNOWMAN", + "material": "SPAWNER" + }, + "snowmanspawner": "snowman_spawner", + "minecraft:acacia_sapling": "acacia_sapling", + "minecraft:lapis_lazuli": "lapis_lazuli", + "minecraft:magenta_concrete_powder": "magenta_concrete_powder", + "minecraft:chainmail_leggings": "chainmail_leggings", + "minecraft:red_glazed_terracotta": "red_glazed_terracotta", + "minecraft:daylight_detector": "daylight_detector", + "minecraft:spruce_button": "spruce_button", + "minecraft:blue_stained_glass": "blue_stained_glass", + "minecraft:red_nether_brick_slab": "red_nether_brick_slab", + "zombie_spawner": { + "entity": "ZOMBIE", + "material": "SPAWNER" + }, + "minecraft:mule_spawn_egg": "mule_spawn_egg", + "minecraft:jungle_button": "jungle_button", + "minecraft:jungle_pressure_plate": "jungle_pressure_plate", + "minecraft:red_bed": "red_bed", + "shulker_spawner": { + "entity": "SHULKER", + "material": "SPAWNER" + }, + "minecraft:acacia_pressure_plate": "acacia_pressure_plate", + "minecraft:cocoa_beans": "cocoa_beans", + "minecraft:purple_banner": "purple_banner", + "minecraft:painting": "painting", + "minecraft:lime_shulker_box": "lime_shulker_box", + "wandering_trader_spawner": { + "entity": "WANDERING_TRADER", + "material": "SPAWNER" + }, + "wanderingtraderspawner": "wandering_trader_spawner", + "minecraft:brain_coral": "brain_coral", + "minecraft:pink_banner": "pink_banner", + "minecraft:nether_bricks": "nether_bricks", + "minecraft:pink_stained_glass_pane": "pink_stained_glass_pane", + "minecraft:white_dye": "white_dye", + "minecraft:infested_stone_bricks": "infested_stone_bricks", + "minecraft:parrot_spawn_egg": "parrot_spawn_egg", + "minecraft:blue_dye": "blue_dye", + "minecraft:blaze_rod": "blaze_rod", + "minecraft:end_stone_brick_slab": "end_stone_brick_slab", + "minecraft:slime_spawn_egg": "slime_spawn_egg", + "minecraft:polished_diorite_stairs": "polished_diorite_stairs", + "minecraft:magenta_bed": "magenta_bed", + "logostripped": "stripped_oak_log", + "stroaklog": "stripped_oak_log", + "minecraft:stripped_oak_log": "stripped_oak_log", + "logoakstripped": "stripped_oak_log", + "strippedolog": "stripped_oak_log", + "strolog": "stripped_oak_log", + "trader_llama_spawner": { + "entity": "TRADER_LLAMA", + "material": "SPAWNER" + }, + "traderllamaspawner": "trader_llama_spawner", + "minecraft:end_rod": "end_rod", + "minecraft:armor_stand": "armor_stand", + "minecraft:husk_spawn_egg": "husk_spawn_egg", + "minecraft:melon_seeds": "melon_seeds", + "minecraft:dropper": "dropper", + "minecraft:birch_trapdoor": "birch_trapdoor", + "minecraft:pink_concrete": "pink_concrete", + "guardian_spawner": { + "entity": "GUARDIAN", + "material": "SPAWNER" + }, + "minecraft:creeper_spawn_egg": "creeper_spawn_egg", + "minecraft:end_stone_brick_wall": "end_stone_brick_wall", + "phantom_spawner": { + "entity": "PHANTOM", + "material": "SPAWNER" + }, + "minecraft:sandstone": "sandstone", + "minecraft:turtle_spawn_egg": "turtle_spawn_egg", + "minecraft:birch_fence_gate": "birch_fence_gate", + "minecraft:brick_slab": "brick_slab", + "minecraft:brick_wall": "brick_wall", + "minecraft:dark_oak_sapling": "dark_oak_sapling", + "minecraft:brown_banner": "brown_banner", + "minecraft:ender_chest": "ender_chest", + "minecraft:flower_banner_pattern": "flower_banner_pattern", + "minecraft:iron_chestplate": "iron_chestplate", + "minecraft:infested_cracked_stone_bricks": "infested_cracked_stone_bricks", + "minecraft:light_blue_stained_glass": "light_blue_stained_glass", + "minecraft:purple_concrete_powder": "purple_concrete_powder", + "minecraft:writable_book": "writable_book", + "minecraft:observer": "observer", + "minecraft:oxeye_daisy": "oxeye_daisy", + "minecraft:diamond_block": "diamond_block", + "minecraft:carved_pumpkin": "carved_pumpkin", + "minecraft:pink_glazed_terracotta": "pink_glazed_terracotta", + "minecraft:white_stained_glass": "white_stained_glass", + "minecraft:golden_apple": "golden_apple", + "minecraft:golden_horse_armor": "golden_horse_armor", + "minecraft:emerald": "emerald", + "minecraft:blue_shulker_box": "blue_shulker_box", + "minecraft:black_glazed_terracotta": "black_glazed_terracotta", + "minecraft:nether_brick_stairs": "nether_brick_stairs", + "minecraft:trader_llama_spawn_egg": "trader_llama_spawn_egg", + "minecraft:netherrack": "netherrack", + "minecraft:prismarine_brick_slab": "prismarine_brick_slab", + "minecraft:gold_ingot": "gold_ingot", + "minecraft:red_wool": "red_wool", + "minecraft:black_bed": "black_bed", + "minecraft:redstone": "redstone", + "minecraft:blue_wool": "blue_wool", + "minecraft:birch_stairs": "birch_stairs", + "minecraft:rotten_flesh": "rotten_flesh", + "minecraft:dead_tube_coral_fan": "dead_tube_coral_fan", + "minecraft:gray_banner": "gray_banner", + "minecraft:diamond_pickaxe": "diamond_pickaxe", + "minecraft:bone_block": "bone_block", + "minecraft:orange_shulker_box": "orange_shulker_box", + "minecraft:wheat": "wheat", + "minecraft:orange_concrete_powder": "orange_concrete_powder", + "minecraft:end_stone_bricks": "end_stone_bricks", + "minecraft:acacia_slab": "acacia_slab", + "minecraft:iron_leggings": "iron_leggings", + "arrow_spawner": { + "entity": "ARROW", + "material": "SPAWNER" + }, + "arrowspawner": "arrow_spawner", + "minecraft:cod": "cod", + "minecraft:polished_andesite_stairs": "polished_andesite_stairs", + "minecraft:cyan_stained_glass_pane": "cyan_stained_glass_pane", + "minecraft:diamond_leggings": "diamond_leggings", + "minecraft:chicken": "chicken", + "minecraft:dried_kelp_block": "dried_kelp_block", + "minecraft:enchanted_golden_apple": "enchanted_golden_apple", + "minecraft:stone_bricks": "stone_bricks", + "minecraft:oak_boat": "oak_boat", + "minecraft:golden_shovel": "golden_shovel", + "minecraft:brown_mushroom_block": "brown_mushroom_block", + "minecraft:lime_concrete_powder": "lime_concrete_powder", + "rabbit_spawner": { + "entity": "RABBIT", + "material": "SPAWNER" + }, + "minecraft:comparator": "comparator", + "minecraft:andesite": "andesite", + "minecraft:bamboo": "bamboo", + "minecraft:tall_grass": "tall_grass", + "minecraft:chainmail_helmet": "chainmail_helmet", + "minecraft:diamond_ore": "diamond_ore", + "minecraft:string": "string", + "minecraft:magenta_glazed_terracotta": "magenta_glazed_terracotta", + "dragon_fireball_spawner": { + "entity": "DRAGON_FIREBALL", + "material": "SPAWNER" + }, + "dragonfireballspawner": "dragon_fireball_spawner", + "minecraft:purple_stained_glass_pane": "purple_stained_glass_pane", + "evoker_fangs_spawner": { + "entity": "EVOKER_FANGS", + "material": "SPAWNER" + }, + "evokerfangsspawner": "evoker_fangs_spawner", + "minecraft:dark_oak_stairs": "dark_oak_stairs", + "minecraft:grass": "grass", + "strippedacwood": "stripped_acacia_wood", + "woodacstripped": "stripped_acacia_wood", + "stracaciawood": "stripped_acacia_wood", + "strippedawood": "stripped_acacia_wood", + "strawood": "stripped_acacia_wood", + "woodacaciastripped": "stripped_acacia_wood", + "stracwood": "stripped_acacia_wood", + "minecraft:stripped_acacia_wood": "stripped_acacia_wood", + "woodastripped": "stripped_acacia_wood", + "strspwood": "stripped_spruce_wood", + "woodsprucestripped": "stripped_spruce_wood", + "strippedspwood": "stripped_spruce_wood", + "strswood": "stripped_spruce_wood", + "woodspstripped": "stripped_spruce_wood", + "strippedswood": "stripped_spruce_wood", + "minecraft:stripped_spruce_wood": "stripped_spruce_wood", + "strsprucewood": "stripped_spruce_wood", + "woodsstripped": "stripped_spruce_wood", + "minecraft:oak_sign": "oak_sign", + "minecraft:iron_ingot": "iron_ingot", + "minecraft:oak_fence_gate": "oak_fence_gate", + "minecraft:light_blue_concrete": "light_blue_concrete", + "minecraft:lingering_potion": "lingering_potion", + "minecraft:gray_dye": "gray_dye", + "minecraft:dark_oak_door": "dark_oak_door", + "minecraft:cyan_glazed_terracotta": "cyan_glazed_terracotta", + "minecraft:ghast_tear": "ghast_tear", + "minecraft:sandstone_wall": "sandstone_wall", + "minecraft:gold_nugget": "gold_nugget", + "minecraft:spruce_sign": "spruce_sign", + "minecraft:fire_coral": "fire_coral", + "minecraft:light_gray_concrete_powder": "light_gray_concrete_powder", + "minecraft:charcoal": "charcoal", + "minecraft:light_blue_carpet": "light_blue_carpet", + "minecraft:bow": "bow", + "minecraft:fletching_table": "fletching_table", + "minecraft:dragon_egg": "dragon_egg", + "minecraft:light_blue_bed": "light_blue_bed", + "minecraft:blue_terracotta": "blue_terracotta", + "minecraft:gold_block": "gold_block", + "minecraft:purple_glazed_terracotta": "purple_glazed_terracotta", + "minecraft:map": "map", + "minecraft:scaffolding": "scaffolding", + "minecraft:mossy_stone_brick_stairs": "mossy_stone_brick_stairs", + "minecraft:jungle_stairs": "jungle_stairs", + "minecraft:golden_axe": "golden_axe", + "minecraft:dark_oak_boat": "dark_oak_boat", + "minecraft:oak_wood": "oak_wood", + "minecraft:red_sandstone_stairs": "red_sandstone_stairs", + "minecraft:cauldron": "cauldron", + "painting_spawner": { + "entity": "PAINTING", + "material": "SPAWNER" + }, + "paintingspawner": "painting_spawner", + "minecraft:orange_concrete": "orange_concrete", + "minecraft:sea_pickle": "sea_pickle", + "minecraft:stripped_dark_oak_log": "stripped_dark_oak_log", + "minecraft:smooth_red_sandstone_slab": "smooth_red_sandstone_slab", + "minecraft:bell": "bell", + "minecraft:prismarine_brick_stairs": "prismarine_brick_stairs", + "ender_crystal_spawner": { + "entity": "ENDER_CRYSTAL", + "material": "SPAWNER" + }, + "endercrystalspawner": "ender_crystal_spawner", + "minecraft:furnace_minecart": "furnace_minecart", + "minecraft:smooth_red_sandstone": "smooth_red_sandstone", + "minecraft:cave_spider_spawn_egg": "cave_spider_spawn_egg", + "minecraft:light_gray_wool": "light_gray_wool", + "dolphin_spawner": { + "entity": "DOLPHIN", + "material": "SPAWNER" + }, + "minecraft:ender_eye": "ender_eye", + "minecraft:fire_coral_block": "fire_coral_block", + "minecraft:ladder": "ladder", + "minecraft:cobblestone": "cobblestone", + "minecraft:prismarine_crystals": "prismarine_crystals", + "minecraft:campfire": "campfire", + "minecraft:paper": "paper", + "minecraft:jungle_log": "jungle_log", + "villager_spawner": { + "entity": "VILLAGER", + "material": "SPAWNER" + }, + "strblog": "stripped_birch_log", + "strippedblog": "stripped_birch_log", + "logbirchstripped": "stripped_birch_log", + "logbstripped": "stripped_birch_log", + "minecraft:stripped_birch_log": "stripped_birch_log", + "strbirchlog": "stripped_birch_log", + "minecraft:polished_granite_slab": "polished_granite_slab", + "minecraft:apple": "apple", + "minecraft:cyan_concrete": "cyan_concrete", + "minecraft:wooden_axe": "wooden_axe", + "minecraft:cyan_wool": "cyan_wool", + "minecraft:tube_coral_fan": "tube_coral_fan", + "minecraft:jungle_planks": "jungle_planks", + "minecraft:infested_chiseled_stone_bricks": "infested_chiseled_stone_bricks", + "minecraft:jungle_door": "jungle_door", + "minecraft:large_fern": "large_fern", + "minecraft:red_sandstone_wall": "red_sandstone_wall", + "minecraft:music_disc_wait": "music_disc_wait", + "minecraft:magenta_stained_glass_pane": "magenta_stained_glass_pane", + "minecraft:purple_terracotta": "purple_terracotta", + "minecraft:tripwire_hook": "tripwire_hook", + "minecraft:orange_stained_glass": "orange_stained_glass", + "minecraft:cyan_concrete_powder": "cyan_concrete_powder", + "minecraft:acacia_stairs": "acacia_stairs", + "minecraft:red_sandstone_slab": "red_sandstone_slab", + "woodoakstripped": "stripped_oak_wood", + "strippedowood": "stripped_oak_wood", + "minecraft:stripped_oak_wood": "stripped_oak_wood", + "woodostripped": "stripped_oak_wood", + "strowood": "stripped_oak_wood", + "stroakwood": "stripped_oak_wood", + "minecraft:lime_stained_glass_pane": "lime_stained_glass_pane", + "minecraft:pumpkin_pie": "pumpkin_pie", + "minecraft:creeper_head": "creeper_head", + "minecraft:purpur_stairs": "purpur_stairs", + "ender_signal_spawner": { + "entity": "ENDER_SIGNAL", + "material": "SPAWNER" + }, + "endersignalspawner": "ender_signal_spawner", + "minecraft:jack_o_lantern": "jack_o_lantern", + "minecraft:oak_door": "oak_door", + "minecraft:dead_fire_coral_block": "dead_fire_coral_block", + "minecraft:glowstone": "glowstone", + "minecraft:blue_bed": "blue_bed", + "minecraft:polished_diorite": "polished_diorite", + "minecraft:diorite_slab": "diorite_slab", + "minecraft:ocelot_spawn_egg": "ocelot_spawn_egg", + "minecraft:pumpkin": "pumpkin", + "zombie_horse_spawner": { + "entity": "ZOMBIE_HORSE", + "material": "SPAWNER" + }, + "minecraft:jungle_sign": "jungle_sign", + "minecraft:bread": "bread", + "minecraft:allium": "allium", + "minecraft:hay_block": "hay_block", + "minecraft:lime_dye": "lime_dye", + "minecraft:stone_pressure_plate": "stone_pressure_plate", + "minecraft:command_block_minecart": "command_block_minecart", + "minecraft:mooshroom_spawn_egg": "mooshroom_spawn_egg", + "minecraft:poppy": "poppy", + "minecraft:jungle_sapling": "jungle_sapling", + "minecraft:firework_star": "firework_star", + "minecraft:diamond": "diamond", + "minecraft:jungle_fence": "jungle_fence", + "minecraft:powered_rail": "powered_rail", + "minecraft:note_block": "note_block", + "minecraft:melon_slice": "melon_slice", + "minecraft:lilac": "lilac", + "minecraft:red_carpet": "red_carpet", + "minecraft:squid_spawn_egg": "squid_spawn_egg", + "minecraft:filled_map": "filled_map", + "minecraft:dead_bubble_coral_fan": "dead_bubble_coral_fan", + "minecraft:iron_door": "iron_door", + "minecraft:red_stained_glass": "red_stained_glass", + "minecraft:yellow_banner": "yellow_banner", + "minecraft:spruce_boat": "spruce_boat", + "minecraft:bricks": "bricks", + "minecraft:spawner": "spawner", + "minecraft:white_shulker_box": "white_shulker_box", + "magma_cube_spawner": { + "entity": "MAGMA_CUBE", + "material": "SPAWNER" + }, + "minecraft:birch_leaves": "birch_leaves", + "minecraft:red_tulip": "red_tulip", + "minecraft:bucket": "bucket", + "minecraft:chest_minecart": "chest_minecart", + "minecraft:music_disc_11": "music_disc_11", + "minecraft:stone": "stone", + "minecraft:rabbit_hide": "rabbit_hide", + "minecraft:guardian_spawn_egg": "guardian_spawn_egg", + "minecraft:cooked_chicken": "cooked_chicken", + "minecraft:packed_ice": "packed_ice", + "armor_stand_spawner": { + "entity": "ARMOR_STAND", + "material": "SPAWNER" + }, + "armorstandspawner": "armor_stand_spawner", + "minecraft:magenta_banner": "magenta_banner", + "minecraft:spider_eye": "spider_eye", + "panda_spawner": { + "entity": "PANDA", + "material": "SPAWNER" + }, + "pandaspawner": "panda_spawner", + "minecraft:birch_pressure_plate": "birch_pressure_plate", + "minecraft:acacia_wood": "acacia_wood", + "minecraft:magenta_dye": "magenta_dye", + "minecraft:mojang_banner_pattern": "mojang_banner_pattern", + "minecraft:white_terracotta": "white_terracotta", + "minecraft:chiseled_stone_bricks": "chiseled_stone_bricks", + "minecraft:glass_pane": "glass_pane", + "minecraft:dead_bush": "dead_bush", + "minecraft:bowl": "bowl", + "minecraft:lapis_block": "lapis_block", + "minecraft:mossy_stone_brick_wall": "mossy_stone_brick_wall", + "minecraft:stone_hoe": "stone_hoe", + "minecraft:dandelion": "dandelion", + "minecraft:golden_sword": "golden_sword", + "blaze_spawner": { + "entity": "BLAZE", + "material": "SPAWNER" + }, + "chicken_spawner": { + "entity": "CHICKEN", + "material": "SPAWNER" + }, + "minecraft:horn_coral": "horn_coral", + "minecraft:loom": "loom", + "minecraft:smooth_sandstone_slab": "smooth_sandstone_slab", + "minecraft:phantom_spawn_egg": "phantom_spawn_egg", + "minecraft:glass": "glass", + "minecraft:granite_wall": "granite_wall", + "minecraft:green_bed": "green_bed", + "minecraft:cat_spawn_egg": "cat_spawn_egg", + "minecraft:smooth_quartz": "smooth_quartz", + "minecraft:ghast_spawn_egg": "ghast_spawn_egg", + "minecraft:gray_shulker_box": "gray_shulker_box", + "minecraft:light_gray_glazed_terracotta": "light_gray_glazed_terracotta", + "minecraft:pig_spawn_egg": "pig_spawn_egg", + "minecraft:turtle_egg": "turtle_egg", + "minecraft:cactus": "cactus", + "minecraft:redstone_torch": "redstone_torch", + "minecraft:stone_slab": "stone_slab", + "minecraft:lime_carpet": "lime_carpet", + "minecraft:minecart": "minecart", + "minecraft:book": "book", + "bat_spawner": { + "entity": "BAT", + "material": "SPAWNER" + }, + "minecraft:dark_prismarine_stairs": "dark_prismarine_stairs", + "minecraft:pink_dye": "pink_dye", + "minecraft:stone_axe": "stone_axe", + "minecraft:blaze_spawn_egg": "blaze_spawn_egg", + "minecraft:yellow_concrete_powder": "yellow_concrete_powder", + "minecraft:enchanting_table": "enchanting_table", + "minecraft:blue_orchid": "blue_orchid", + "minecraft:fire_charge": "fire_charge", + "minecraft:shield": "shield", + "minecraft:dark_oak_leaves": "dark_oak_leaves", + "minecraft:barrel": "barrel", + "minecraft:dark_oak_button": "dark_oak_button", + "minecraft:trapped_chest": "trapped_chest", + "minecraft:prismarine": "prismarine", + "skeleton_horse_spawner": { + "entity": "SKELETON_HORSE", + "material": "SPAWNER" + }, + "minecraft:red_banner": "red_banner", + "minecraft:blue_glazed_terracotta": "blue_glazed_terracotta", + "minecraft:quartz_stairs": "quartz_stairs", + "minecraft:diorite_wall": "diorite_wall", + "minecraft:lime_glazed_terracotta": "lime_glazed_terracotta", + "minecraft:spruce_leaves": "spruce_leaves", + "minecraft:endermite_spawn_egg": "endermite_spawn_egg", + "minecart_chest_spawner": { + "entity": "MINECART_CHEST", + "material": "SPAWNER" + }, + "minecartchestspawner": "minecart_chest_spawner", + "spider_spawner": { + "entity": "SPIDER", + "material": "SPAWNER" + }, + "logjstripped": "stripped_jungle_log", + "strjunglelog": "stripped_jungle_log", + "logjunglestripped": "stripped_jungle_log", + "strjlog": "stripped_jungle_log", + "minecraft:stripped_jungle_log": "stripped_jungle_log", + "strippedjlog": "stripped_jungle_log", + "minecraft:white_wool": "white_wool", + "minecraft:granite_stairs": "granite_stairs", + "pufferfish_spawner": { + "entity": "PUFFERFISH", + "material": "SPAWNER" + }, + "minecraft:cyan_stained_glass": "cyan_stained_glass", + "llama_spit_spawner": { + "entity": "LLAMA_SPIT", + "material": "SPAWNER" + }, + "llamaspitspawner": "llama_spit_spawner", + "minecraft:splash_potion": "splash_potion", + "minecraft:purple_shulker_box": "purple_shulker_box", + "ocelot_spawner": { + "entity": "OCELOT", + "material": "SPAWNER" + }, + "minecraft:dead_bubble_coral_block": "dead_bubble_coral_block", + "minecraft:black_stained_glass": "black_stained_glass", + "minecraft:milk_bucket": "milk_bucket", + "minecraft:wither_rose": "wither_rose", + "minecraft:zombie_head": "zombie_head", + "minecraft:iron_sword": "iron_sword", + "minecraft:jungle_boat": "jungle_boat", + "minecraft:dead_fire_coral": "dead_fire_coral", + "minecraft:golden_hoe": "golden_hoe", + "minecraft:phantom_membrane": "phantom_membrane", + "minecraft:beetroot_seeds": "beetroot_seeds", + "minecraft:grass_path": "grass_path", + "minecraft:nether_brick_fence": "nether_brick_fence", + "minecraft:cobblestone_slab": "cobblestone_slab", + "minecraft:dark_oak_trapdoor": "dark_oak_trapdoor", + "minecraft:shulker_spawn_egg": "shulker_spawn_egg", + "minecraft:bone": "bone", + "minecraft:light_blue_wool": "light_blue_wool", + "minecraft:oak_slab": "oak_slab", + "minecraft:lime_concrete": "lime_concrete", + "minecraft:conduit": "conduit", + "minecraft:red_nether_bricks": "red_nether_bricks", + "minecraft:repeater": "repeater", + "minecraft:cut_red_sandstone_slab": "cut_red_sandstone_slab", + "minecraft:leather_leggings": "leather_leggings", + "minecraft:red_stained_glass_pane": "red_stained_glass_pane", + "minecraft:prismarine_shard": "prismarine_shard", + "minecraft:red_sandstone": "red_sandstone", + "minecraft:wither_skeleton_spawn_egg": "wither_skeleton_spawn_egg", + "minecraft:birch_log": "birch_log", + "minecraft:leather_boots": "leather_boots", + "minecraft:light_gray_banner": "light_gray_banner", + "minecraft:player_head": "player_head", + "minecraft:zombie_spawn_egg": "zombie_spawn_egg", + "minecraft:birch_sign": "birch_sign", + "minecraft:chorus_plant": "chorus_plant", + "minecraft:glowstone_dust": "glowstone_dust", + "minecraft:azure_bluet": "azure_bluet", + "minecraft:gray_terracotta": "gray_terracotta", + "minecraft:stone_sword": "stone_sword", + "minecraft:nether_quartz_ore": "nether_quartz_ore", + "minecraft:white_carpet": "white_carpet", + "skeleton_spawner": { + "entity": "SKELETON", + "material": "SPAWNER" + }, + "minecraft:end_stone": "end_stone", + "minecraft:polished_granite_stairs": "polished_granite_stairs", + "minecraft:sponge": "sponge", + "minecraft:totem_of_undying": "totem_of_undying", + "minecraft:acacia_button": "acacia_button", + "minecraft:shulker_shell": "shulker_shell", + "minecraft:wooden_hoe": "wooden_hoe", + "minecraft:polished_andesite": "polished_andesite", + "minecraft:tube_coral_block": "tube_coral_block", + "minecraft:cooked_rabbit": "cooked_rabbit", + "minecraft:iron_ore": "iron_ore", + "minecraft:salmon_spawn_egg": "salmon_spawn_egg", + "minecraft:brown_stained_glass": "brown_stained_glass", + "minecraft:elder_guardian_spawn_egg": "elder_guardian_spawn_egg", + "minecraft:birch_sapling": "birch_sapling", + "minecraft:kelp": "kelp", + "minecraft:spruce_planks": "spruce_planks", + "minecraft:zombie_pigman_spawn_egg": "zombie_pigman_spawn_egg", + "cow_spawner": { + "entity": "COW", + "material": "SPAWNER" + }, + "minecraft:jukebox": "jukebox", + "sheep_spawner": { + "entity": "SHEEP", + "material": "SPAWNER" + }, + "minecraft:wither_skeleton_skull": "wither_skeleton_skull", + "minecraft:yellow_stained_glass_pane": "yellow_stained_glass_pane", + "minecraft:smooth_sandstone_stairs": "smooth_sandstone_stairs", + "minecraft:magenta_wool": "magenta_wool", + "minecraft:white_glazed_terracotta": "white_glazed_terracotta", + "minecraft:chainmail_chestplate": "chainmail_chestplate", + "minecraft:music_disc_far": "music_disc_far", + "minecraft:tnt_minecart": "tnt_minecart", + "minecart_furnace_spawner": { + "entity": "MINECART_FURNACE", + "material": "SPAWNER" + }, + "minecartfurnacespawner": "minecart_furnace_spawner", + "minecraft:infested_mossy_stone_bricks": "infested_mossy_stone_bricks", + "minecraft:brown_terracotta": "brown_terracotta", + "minecraft:salmon_bucket": "salmon_bucket", + "minecraft:jungle_slab": "jungle_slab", + "minecraft:tube_coral": "tube_coral", + "minecraft:spruce_stairs": "spruce_stairs", + "minecraft:brown_dye": "brown_dye", + "minecraft:infested_cobblestone": "infested_cobblestone", + "minecraft:acacia_leaves": "acacia_leaves", + "minecraft:coal": "coal", + "minecraft:lever": "lever", + "minecraft:saddle": "saddle", + "minecraft:light_blue_dye": "light_blue_dye", + "minecraft:zombie_villager_spawn_egg": "zombie_villager_spawn_egg", + "minecraft:light_gray_bed": "light_gray_bed", + "sign": "oak_sign", + "beehive": { + "material": "BEEHIVE" + }, + "minecraft:beehive": "beehive", + "bee_nest": { + "material": "BEE_NEST" + }, + "beenest": "bee_nest", + "minecraft:bee_nest": "bee_nest", + "bee_spawn_egg": { + "material": "BEE_SPAWN_EGG" + }, + "beesegg": "bee_spawn_egg", + "beespawn": "bee_spawn_egg", + "beespawnegg": "bee_spawn_egg", + "eggbee": "bee_spawn_egg", + "minecraft:bee_spawn_egg": "bee_spawn_egg", + "spawnbee": "bee_spawn_egg", + "spawneggbee": "bee_spawn_egg", + "bee_spawner": { + "entity": "BEE", + "material": "SPAWNER" + }, + "beecage": "bee_spawner", + "beemcage": "bee_spawner", + "beemobcage": "bee_spawner", + "beemobspawner": "bee_spawner", + "beemonstercage": "bee_spawner", + "beemonsterspawner": "bee_spawner", + "beemspawner": "bee_spawner", + "beespawner": "bee_spawner", + "honey_block": { + "material": "HONEY_BLOCK" + }, + "honeyblock": "honey_block", + "minecraft:honey_block": "honey_block", + "honey_bottle": { + "material": "HONEY_BOTTLE" + }, + "honeybottle": "honey_bottle", + "minecraft:honey_bottle": "honey_bottle", + "honeycomb": { + "material": "HONEYCOMB" + }, + "minecraft:honeycomb": "honeycomb", + "honeycomb_block": { + "material": "HONEYCOMB_BLOCK" + }, + "honeycombblock": "honeycomb_block", + "minecraft:honeycomb_block": "honeycomb_block", + "cactusgreen": "green_dye", + "cactus_green": "green_dye", + "minecraft:cactus_green": "green_dye", + "dandelionyellow": "yellow_dye", + "dandelion_yellow": "yellow_dye", + "minecraft:dandelion_yellow": "yellow_dye", + "rosered": "red_dye", + "rose_red": "red_dye", + "minecraft:rose_red": "red_dye" +} + +#7130987faf0298039420c072c3fb3507 \ No newline at end of file diff --git a/plugins/Essentials/kits.yml b/plugins/Essentials/kits.yml new file mode 100644 index 00000000..c725664f --- /dev/null +++ b/plugins/Essentials/kits.yml @@ -0,0 +1,42 @@ +# EssentialsX kit configuration. +# If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml + +# Note: All items MUST be followed by a quantity! +# All kit names should be lower case, and will be treated as lower in permissions/costs. +# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]... +# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta +# To make the kit execute a command, add / to the items list. Use {USERNAME} to specify the player receiving the kit. +# {PLAYER} will show the player's displayname instead of username. +# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. +# Set delay to -1 for a one time kit. +# For more information, visit http://wiki.ess3.net/wiki/Kits +kits: + tools: + delay: 10 + items: + - stonesword 1 + - stoneshovel 1 + - stonepickaxe 1 + - stoneaxe 1 + dtools: + delay: 600 + items: + - dpickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens + - dshovel 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole + - lhelm 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day + - daxe:780 1 + - /broadcast {USERNAME} just got some fancy tools! + notch: + delay: 6000 + items: + - playerhead 1 player:Notch + color: + delay: 6000 + items: + - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors + firework: + delay: 6000 + items: + - fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1 + - fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 + - fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 diff --git a/plugins/EssentialsChat.jar b/plugins/EssentialsChat.jar deleted file mode 100644 index 39d94504..00000000 Binary files a/plugins/EssentialsChat.jar and /dev/null differ diff --git a/plugins/EssentialsSpawn.jar b/plugins/EssentialsSpawn.jar deleted file mode 100644 index 4bbc1e8d..00000000 Binary files a/plugins/EssentialsSpawn.jar and /dev/null differ diff --git a/plugins/EssentialsX.jar b/plugins/EssentialsX.jar new file mode 100644 index 00000000..d7d7a609 Binary files /dev/null and b/plugins/EssentialsX.jar differ diff --git a/plugins/EssentialsXChat.jar b/plugins/EssentialsXChat.jar new file mode 100644 index 00000000..24660ac9 Binary files /dev/null and b/plugins/EssentialsXChat.jar differ diff --git a/plugins/EssentialsXSpawn.jar b/plugins/EssentialsXSpawn.jar new file mode 100644 index 00000000..62399962 Binary files /dev/null and b/plugins/EssentialsXSpawn.jar differ